*,:after,:before{box-sizing:border-box}body,html{margin:0;padding:0}img,video{display:block;height:auto;max-width:100%}body{-webkit-text-size-adjust:100%;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}html{overflow-y:scroll;scrollbar-gutter:stable}body,html{width:100%}body{overflow-x:hidden}#root,.App,body,html{height:100%;min-height:100vh}#root,.App{width:100%}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:IBM Plex Mono,Fira Mono,Menlo,Consolas,Courier New,monospace}:root{--brand-col:clamp(260px,28vw,360px);--content-gutter:clamp(16px,3vw,40px);--content-top:clamp(80px,11vw,150px);--rule-ink:#1a1a1a;--rule-opacity:0.2;--vp-link-underline:#0000004d}.ruleFade--right{background:linear-gradient(90deg,#1a1a1a 0,#0000);background:linear-gradient(to right,var(--rule-ink) 0,#0000 100%)}.ruleFade--left,.ruleFade--right{opacity:.2;opacity:var(--rule-opacity)}.ruleFade--left{background:linear-gradient(270deg,#1a1a1a 0,#0000);background:linear-gradient(to left,var(--rule-ink) 0,#0000 100%)}.App{background:#fff;display:flex;height:100vh;position:relative}.App:before{background-image:url("data:image/svg+xml;utf8,  <svg xmlns='http://www.w3.org/2000/svg' width='220' height='220'>    <filter id='n1'>      <feTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='1' seed='7' stitchTiles='stitch'/>    </filter>    <rect width='100%%' height='100%%' filter='url(#n1)'/>  </svg>");background-size:220px 220px;opacity:.14}.App:after,.App:before{content:"";inset:0;mix-blend-mode:multiply;pointer-events:none;position:fixed;z-index:1}.App:after{background-image:url("data:image/svg+xml;utf8,  <svg xmlns='http://www.w3.org/2000/svg' width='340' height='340'>    <filter id='n2'>      <feTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='1' seed='19' stitchTiles='stitch'/>    </filter>    <rect width='100%%' height='100%%' filter='url(#n2)'/>  </svg>");background-size:340px 340px;opacity:.1}.vp-brand{animation:fadeIn 1.5s ease-in;left:48px;position:fixed;top:48px;width:clamp(260px,28vw,360px);width:var(--brand-col);z-index:10}.vp-logo{animation:fadeInUp 1.5s ease-out .3s both;color:#1a1a1a;font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:clamp(1.6rem,3.4vw,2.6rem);font-weight:300;letter-spacing:-.02em;line-height:1.1;margin-bottom:16px;overflow:visible;position:relative;white-space:nowrap}.vp-logo:before{-webkit-text-fill-color:#0000;background:radial-gradient(circle at 1px 1px,#0000001a 1px,#0000 0);-webkit-background-clip:text;background-clip:text;background-size:8px 8px;content:"Vonix Productions";height:100%;left:0;opacity:.3;pointer-events:none;position:absolute;top:0;width:100%}.vp-rule{background:linear-gradient(90deg,#1a1a1a 0,#0000);display:block;height:1px;margin-bottom:24px;opacity:.2;width:120px}.vp-nav{display:flex;flex-direction:column;gap:12px}.nav-link{background:none;border:none;color:#1a1a1a;cursor:pointer;font-family:IBM Plex Mono,Fira Mono,monospace;font-size:1.1rem;font-weight:500;letter-spacing:.05em;padding-left:20px;position:relative;text-align:left;text-decoration:none;transition:opacity .3s ease}.nav-link:before{background:#1a1a1a;border-radius:50%;content:"";height:6px;left:0;opacity:0;position:absolute;top:50%;transform:translateY(-50%) scale(.5);transition:transform .15s ease,opacity .15s ease;width:6px}.nav-link:hover:before{opacity:1;transform:translateY(-50%) scale(1)}.nav-link:focus-visible:before{opacity:1;transform:translateY(-50%) scale(1)}.vp-nav:not(:hover) .nav-link.active:before{opacity:1;transform:translateY(-50%) scale(1)}.vp-nav:hover .nav-link.active:before{opacity:0;transform:translateY(-50%) scale(.5)}.vp-nav .nav-link.active:focus-visible:before,.vp-nav .nav-link.active:hover:before{opacity:1;transform:translateY(-50%) scale(1)}.nav-link:hover{opacity:.6}.App>main.vp-main{--main-x-nudge:0px;flex:1 1;max-width:none;overflow-y:auto;padding-left:calc(var(--brand-col) + var(--content-gutter) + var(--main-x-nudge));padding-top:clamp(80px,11vw,150px);padding-top:var(--content-top);position:relative;width:100%;z-index:2}.App>main.vp-main--home{overflow:hidden;padding-top:clamp(56px,8vh,110px);width:100%}.App>main.vp-main--about,.App>main.vp-main--contact,.App>main.vp-main--other{overflow:hidden}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:980px){:root{--brand-col:clamp(180px,40vw,240px);--content-top:clamp(80px,12vw,140px)}}@media (min-width:980px) and (-webkit-min-device-pixel-ratio:2){.App>main.vp-main--home{--main-x-nudge:-100px}.App>main.vp-main:not(.vp-main--home){--main-x-nudge:0px}}@media (max-width:900px){.vp-brand{left:24px;top:24px}.vp-logo{font-size:clamp(1.2rem,4.8vw,2rem)}}@media (min-width:601px) and (max-width:1440px){.vp-brand,.vp-brand-inner{--nav-scale:0.92;--nav-font-scale:0.92;--nav-logo-scale:0.92}.vp-brand{transform:scale(.92);transform:scale(var(--nav-scale,.92));transform-origin:top left}.vp-brand .vp-logo{font-size:calc(clamp(1.6rem, 3.4vw, 2.6rem)*.92);font-size:calc(clamp(1.6rem, 3.4vw, 2.6rem)*var(--nav-logo-scale, .92))}.vp-brand .nav-link{font-size:1.012rem;font-size:calc(1.1rem*var(--nav-font-scale, .92))}.App>main.vp-main--home{overflow:visible!important;overflow-x:visible!important;overflow-y:hidden!important;position:relative;z-index:1}}@media (max-width:600px){.vp-mobile-menu-toggle{background:#fff;border:1px solid #1a1a1a;color:#1a1a1a;cursor:pointer;display:block;font-family:inherit;font-size:1.2rem;left:16px;padding:8px 12px;position:fixed;top:16px;z-index:1002}.vp-mobile-menu-toggle:focus,.vp-mobile-menu-toggle:hover{opacity:.7}.vp-mobile-overlay{background:#00000080;display:block;inset:0;position:fixed;z-index:1000}.vp-brand{background:#fff;height:100vh;left:0;overflow-y:auto;padding:48px 24px;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:260px;z-index:1001}.vp-brand--open{transform:translateX(0)}.vp-brand-inner{padding-top:64px;width:100%}.vp-logo{font-size:1.6rem;margin-bottom:16px}.vp-rule{margin-bottom:24px}.nav-link{font-size:1rem;padding-left:20px}.vp-nav{gap:12px}.App>main.vp-main{padding-left:16px;padding-top:80px}.App>main.vp-main--home{height:100svh!important;max-height:100svh!important;overflow:hidden!important;overscroll-behavior:none!important;padding-bottom:24px;padding-left:0;padding-right:0;padding-top:0!important}}body.nav-open{overflow:hidden}@media (min-width:601px){.vp-mobile-menu-toggle,.vp-mobile-overlay{display:none}.vp-brand-inner{width:100%}}.is-playable,.media.media--short,.media.media--video{position:relative}.is-playable{cursor:pointer}.vp-videoEl{background:#000!important;display:block!important;filter:none!important;height:100%!important;mix-blend-mode:normal!important;object-fit:cover!important;opacity:1!important;transform:translateZ(0);-webkit-transform:translateZ(0);width:100%!important}.media--short{contain:layout paint size;min-width:0;transform:translateZ(0);width:100%}.media--short .vp-videoEl,.media--short video{display:block!important;height:100%!important;object-fit:cover!important;width:100%!important}@media (min-width:601px){.au__heroMedia video,.bl__heroMedia video,.ma__heroFrame video,.vo__heroMedia video{background:#0000!important}}.vp-posterOverlay{background-color:#000;background-position:50%;background-repeat:no-repeat;background-size:cover;inset:0;pointer-events:none;position:absolute;transition:opacity .15s ease-out;z-index:2}.vp-posterOverlay.vp-posterOverlay--hidden{opacity:0;pointer-events:none}.playOverlay{align-items:center;display:flex;inset:0;justify-content:center;pointer-events:none;position:absolute;z-index:3}.playOverlay__icon{border-bottom:12px solid #0000;border-left:20px solid #ffffffe6;border-top:12px solid #0000;filter:drop-shadow(0 0 4px rgba(0,0,0,.8));height:0;width:0}@media (max-width:600px){.vp-main.vp-main--contact{height:100vh!important;max-height:100vh!important;overflow:hidden!important;overscroll-behavior:none!important;position:relative;touch-action:none!important;transform:none!important}.vp-main.vp-main--contact *{box-sizing:border-box;max-width:100%}.vp-main.vp-main--other{height:100vh!important;max-height:100vh!important;overflow:hidden!important;overscroll-behavior:none!important;touch-action:none!important}.App>main.vp-main.vp-main--other{padding:0!important}.App>main.vp-main--about,.App>main.vp-main.vp-main--other{height:100svh!important;max-height:100svh!important;overflow:hidden!important}.App>main.vp-main--about{overscroll-behavior:none!important;touch-action:none!important}}@media (min-width:601px){html.os-mac #vonix .vpHeroLink .vpHeroLink__a{font-size:16.5px!important;line-height:1.2!important}html.os-mac #austin-underground .vpHeroLink .vpHeroLink__a,html.os-mac #blaze .vpHeroLink .vpHeroLink__a,html.os-mac #marketing-alliance .vpHeroLink .vpHeroLink__a{font-size:15px!important;line-height:1.2!important}}@media (max-width:600px){#vonix .vpHeroLink .vpHeroLink__a{font-size:clamp(14px,3.5vw,16px)!important;line-height:1.2!important}}.au__linkRule,.bl__linkRule,.ma__linkRule,.vo__linkRule,[class$=__linkRule],[class*=__linkRule]{background:#0000004d!important;background:var(--vp-link-underline)!important;background-image:none!important;opacity:1!important}.au__link,.bl__link,.heroLink,.ma__link,.vo__link,[class$=__link],[class*=__link]{border-bottom-color:#0000004d!important;border-bottom-color:var(--vp-link-underline)!important}a{-webkit-text-decoration-color:#0000004d;text-decoration-color:#0000004d;-webkit-text-decoration-color:var(--vp-link-underline);text-decoration-color:var(--vp-link-underline)}@media (min-width:1024px){#austin-underground,#marketing-alliance{margin-top:-28px!important}}@media (width:820px) and (height:1180px){.vp-brand,.vp-brand-inner{--nav-scale:1.02;--nav-font-scale:1.06;--nav-logo-scale:1.06}.vp-nav{gap:14px}}@media (width:1024px) and (height:1366px){.vp-brand,.vp-brand-inner{--nav-scale:1.10;--nav-font-scale:1.07;--nav-logo-scale:1.07}.vp-nav{gap:14px}}@media (width:912px) and (height:1368px){.vp-brand,.vp-brand-inner{--nav-scale:1.06;--nav-font-scale:1.07;--nav-logo-scale:1.07}.vp-nav{gap:14px}}@media (width:853px) and (height:1280px){.vp-brand,.vp-brand-inner{--nav-scale:1.05;--nav-font-scale:1.07;--nav-logo-scale:1.07}.vp-nav{gap:14px}}:root{--vp-nav-overlap-comp:0px;--vp-nav-top-clearance:0px}@media (width:820px) and (height:1180px){:root{--vp-nav-overlap-comp:10px}}@media (width:1024px) and (height:1366px){:root{--vp-nav-overlap-comp:68px;--vp-nav-top-clearance:18px}}@media (width:912px) and (height:1368px){:root{--vp-nav-overlap-comp:68px;--vp-nav-top-clearance:14px}}@media (width:853px) and (height:1280px){:root{--vp-nav-overlap-comp:28px;--vp-nav-top-clearance:10px}}#austin-underground,#blaze,#marketing-alliance,#vonix{box-sizing:border-box;padding-left:0!important;padding-left:var(--vp-nav-overlap-comp)!important;padding-top:0!important;padding-top:var(--vp-nav-top-clearance)!important}@media (width:1024px) and (height:1366px){#austin-underground{--au-mid-maxw:690px;--au-mid-scale:1.13;--au-mid-pad:18px;--au-ipadpro-hero-x:40px;--au-ipadpro-hero-y:0px;--au-ipadpro-hero-scale:0.89;--au-ipadpro-link-x:40px;--au-ipadpro-link-y:-42px;--au-ipadpro-head-x:-23px;--au-ipadpro-head-y:-38px;--au-ipadpro-desc-width:550px;--au-ipadpro-desc-x:20px;--au-ipadpro-desc-y:0px;--au-ipadpro-interviews-x:0px;--au-ipadpro-interviews-y:260px;--au-ipadpro-concert-x:0px;--au-ipadpro-concert-y:280px;--au-ipadpro-bottom-pad:10px}#austin-underground .au__colText{min-width:var(--au-ipadpro-desc-width)!important}#austin-underground .au__heroMedia{overflow:visible!important;transform:translate(var(--au-ipadpro-hero-x),var(--au-ipadpro-hero-y)) scale(var(--au-ipadpro-hero-scale))!important;transform-origin:top left!important}#austin-underground .au__heroMedia>div,#austin-underground .au__heroMedia>video{border-radius:inherit;overflow:hidden!important}#austin-underground .au__videoBlock .au__linkWrap.heroLinkWrap{transform:translate(var(--au-ipadpro-link-x),var(--au-ipadpro-link-y))!important}#austin-underground .au__heading{transform:translate(var(--au-ipadpro-head-x),var(--au-ipadpro-head-y))!important}main:has(#austin-underground){overflow-x:visible!important}#austin-underground .au__row1,#austin-underground .au__videoBlock{overflow-x:visible!important;overflow-y:visible!important}#austin-underground .au__heading .au__title{font-size:clamp(35px,6.5vw,10px)!important;line-height:1.1!important}#austin-underground .au__heading .au__rule--main{background:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;background-image:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;height:2px!important;width:clamp(10px,12vw,224px)!important}#austin-underground .au__heading .au__roles{font-size:clamp(11px,2.9vw,16px)!important;line-height:1.3!important}#austin-underground,#austin-underground .au__belowCollage,#austin-underground .au__concertPhotography,#austin-underground .au__fold2,#austin-underground .au__interviews,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{box-sizing:border-box!important;margin-left:auto!important;margin-right:auto!important;max-width:max(var(--au-mid-maxw),calc(var(--au-ipadpro-desc-width) + 36px))!important;padding-left:var(--au-mid-pad)!important;padding-right:var(--au-mid-pad)!important;width:100%!important}#austin-underground .au__fold2,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{margin-left:auto!important;margin-right:auto!important;transform:scale(var(--au-mid-scale))!important;transform-origin:top center!important}#austin-underground{overflow-x:visible!important;overflow-y:visible!important}#austin-underground *{box-sizing:border-box!important;min-width:0!important}#austin-underground .au__row1{grid-template-columns:1fr!important}#austin-underground .au__heading{justify-items:end!important;text-align:right!important;width:100%!important}#austin-underground .au__roles,#austin-underground .au__title{text-align:right!important}#austin-underground .au__rule--main{margin-left:auto!important}#austin-underground .au__linkWrap{margin-top:10px!important;transform:none!important}#austin-underground .au__colImages,#austin-underground .au__collageWrap--desktop,#austin-underground .au__row2--desktop .au__colImages{display:none!important}#austin-underground .au__row2--desktop{grid-template-areas:"text"!important;grid-template-columns:1fr!important}#austin-underground .au__collageWrap--mobile{background:#0000!important;display:block!important;margin:20px 0!important}#austin-underground .au__collageWrap--mobile .au__collage{background:#0000!important;border-radius:10px!important;box-shadow:none!important;display:block!important;filter:drop-shadow(0 6px 18px rgba(0,0,0,.12)) drop-shadow(0 2px 6px rgba(0,0,0,.06))!important;height:auto!important;margin-left:auto!important;margin-right:auto!important;transform:translateX(25px)!important;width:min(85vw,395px)!important}#austin-underground .au__desc{display:block!important;font-size:clamp(18px,2.2vw,22px)!important;line-height:1.55!important;margin-bottom:14px!important;margin-top:10px!important;max-width:100%!important;transform:translate(var(--au-ipadpro-desc-x),var(--au-ipadpro-desc-y))!important;width:100%!important}#austin-underground .au__belowCollage,#austin-underground .au__collageWrap--mobile{transform:none!important}#austin-underground .au__fold2{margin-top:12px!important;min-height:0!important;position:relative!important;top:auto!important;transform:scale(var(--au-mid-scale))!important;transform-origin:top center!important}#austin-underground .au__videoGrid,#austin-underground .au__videosGrid,#austin-underground .au__videosGrid--stagger{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:1fr!important}#austin-underground .au__concertPhotography .au__subhead h3,#austin-underground .au__interviews .au__subhead h3{font-size:clamp(18px,2.4vw,26px)!important;letter-spacing:.02em!important}#austin-underground .au__concertPhotography .au__rule--concert,#austin-underground .au__interviews .au__rule--interviews{max-width:120px!important;width:clamp(80px,7vw,120px)!important}#austin-underground .au__interviews{transform:translate(var(--au-ipadpro-interviews-x),var(--au-ipadpro-interviews-y))!important}#austin-underground .au__concertPhotography{margin-bottom:var(--au-ipadpro-bottom-pad)!important;transform:translate(var(--au-ipadpro-concert-x),var(--au-ipadpro-concert-y))!important}#austin-underground .au__fold2 .au__ipadpro-spacer{display:block!important;height:var(--au-ipadpro-bottom-pad)!important;min-height:var(--au-ipadpro-bottom-pad)!important;width:100%!important}#austin-underground .au__interviews .au__videoGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-auto-rows:auto!important;grid-template-columns:1fr!important}#austin-underground .au__interviews .au__videoGrid>*{flex:none!important;grid-column:1!important;max-width:100%!important}#austin-underground .au__videoGrid>*{flex:none!important;max-width:100%!important}#austin-underground .au__videosGrid--stagger .t2,#austin-underground .au__videosGrid--stagger .t3,#austin-underground .au__videosGrid--stagger .t4,#austin-underground .au__videosGrid--stagger .v5,#austin-underground .au__videosGrid--stagger .v6{grid-column:auto!important}#austin-underground .au__concertGrid,#austin-underground .au__photoStrip,#austin-underground .au__photoStrip--lower{display:none!important}#austin-underground .au__concertMobileGrid{grid-gap:12px!important;display:grid!important;gap:12px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;margin:20px 0 0!important;max-width:100%!important;padding:0!important;width:100%!important}#austin-underground .au__concertMobileGrid .media,#austin-underground .au__concertMobileGrid img{aspect-ratio:4/5!important;border-radius:10px!important;box-shadow:0 6px 18px #0000001f,0 2px 6px #0000000f!important;box-shadow:var(--shadow)!important;display:block!important;height:auto!important;object-fit:cover!important;transform:none!important;width:100%!important}#austin-underground,#austin-underground .au__row1,#austin-underground .au__videoBlock{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;overflow-y:visible!important}}:root{--au-pad:clamp(16px,3vw,36px);--au-gap:clamp(14px,2.4vw,24px);--au-rule:#0000001f;--au-ink:#000000db;--au-muted:#000000a3;--shadow:0 6px 18px #0000001f,0 2px 6px #0000000f;--au-collage-scale-desktop:1.2;--au-collage-x-desktop:-30px;--au-collage-y-desktop:-100px;--au-collage-scale-mobile:1;--au-collage-x-mobile:0px;--au-collage-y-mobile:0px}.au__fold2{grid-gap:calc(clamp(14px, 2.4vw, 24px)*1.25);grid-gap:calc(var(--au-gap)*1.25);display:grid;gap:calc(clamp(14px, 2.4vw, 24px)*1.25);gap:calc(var(--au-gap)*1.25);grid-template-columns:1fr;margin-top:clamp(20px,3.2vw,32px)}.au__ipadair-spacer,.au__ipadmini-spacer,.au__ipadpro-spacer,.au__surfacepro7-spacer,.au__zenbookfold-spacer{display:none}.au__subhead{display:flex;flex-direction:column;gap:8px}.au__subhead h3{font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:clamp(18px,3vw,28px);font-weight:600;letter-spacing:.2px;margin:0 0 6px}.au__subhead--right{align-items:flex-end}.au__subhead--left{align-items:flex-start}.au__rule--main{background:linear-gradient(90deg,#fff 0,#fff 25%,#80808099)!important;background-color:initial!important;background-image:linear-gradient(90deg,#fff 0,#fff 25%,#80808099)!important;display:inline-block;height:1px;width:clamp(120px,16vw,220px)}.au__interviews .au__subhead{align-items:flex-start;display:flex;flex-direction:column;gap:8px;width:100%}.au__interviews .au__subhead h3{font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:clamp(18px,3vw,28px);font-weight:600;letter-spacing:.2px;margin:0}.au__rule--interviews{background:linear-gradient(90deg,#80808066 0,#80808066 75%,#fff)!important;background-color:initial!important;background-image:linear-gradient(90deg,#80808066 0,#80808066 75%,#fff)!important;display:inline-block;height:1px;margin:0;max-width:110px;padding:0;width:50px}.au__rule--concert{background:linear-gradient(90deg,#fff 0,#fff 20%,#80808099)!important;background-color:initial!important;background-image:linear-gradient(90deg,#fff 0,#fff 20%,#80808099)!important;display:inline-block;height:1px;width:clamp(80px,10vw,140px)}.au__videosGrid{grid-gap:clamp(14px,2.2vw,24px);align-items:start;display:grid;gap:clamp(14px,2.2vw,24px);grid-template-columns:repeat(3,1fr)}@media (max-width:980px){.au__videosGrid{grid-template-columns:1fr}}.au__videosGrid .media{aspect-ratio:16/9;background:#f4f4f4;border-radius:10px;box-shadow:0 6px 18px #0000001f,0 2px 6px #0000000f;box-shadow:var(--shadow);overflow:hidden;position:relative}.au__videosGrid .media .media__ghost{color:#0000008c;display:grid;font-size:clamp(14px,1.6vw,16px);inset:0;place-items:center;position:absolute}.au__photoStrip .media:hover,.au__photoStrip--lower .media:hover,.au__videosGrid .media:hover{box-shadow:0 10px 24px #00000024,0 3px 8px #00000014;transform:translateY(-2px) rotate(0deg);transform:translateY(-2px) rotate(var(--tilt,0deg));transition:transform .18s ease,box-shadow .18s ease}.au{color:#000000db;color:var(--au-ink);margin:0;max-width:1280px;padding:0}:not(.os-mac) #austin-underground.au,:not(.os-mac) #blaze.au,:not(.os-mac) #marketing-alliance.au,:not(.os-mac) #vonix.au,:not(.os-mac) section.au.au__section{max-width:none!important;width:93%!important}.au__section{margin-top:-30px;padding-top:0;position:relative}@media (max-width:980px){.au__section{margin-top:0}}.au__row1{grid-gap:clamp(14px,2.4vw,24px);grid-gap:var(--au-gap);align-items:start;display:grid;gap:clamp(14px,2.4vw,24px);gap:var(--au-gap);grid-template-columns:.56fr .44fr;margin-bottom:clamp(16px,3vw,28px)}.au__videoBlock{align-items:flex-start;display:flex;flex-direction:column;gap:8px;max-width:100%;width:100%}.au__heroMedia{aspect-ratio:16/9;background:#000;border-radius:10px;box-shadow:0 6px 18px #0000001f,0 2px 6px #0000000f;box-shadow:var(--shadow);max-width:100%;overflow:hidden;position:relative;width:100%}.au__heroMedia .au__video{border-radius:0;display:block;height:100%;object-fit:cover;width:100%}.au__video::-webkit-media-controls,.au__video::-webkit-media-controls-enclosure,.au__video::-webkit-media-controls-panel{display:none!important}.media__label{bottom:10px;color:#00000073;font-size:clamp(12px,1.5vw,14px);position:absolute;right:12px}.media--video:after{background:radial-gradient(circle at 24px 24px,#0000001a 0 24px,#0000 24px),linear-gradient(#0000,#0000);content:"";inset:0;pointer-events:none;position:absolute}.media--video:before{border-bottom:12px solid #0000;border-left:18px solid #000000b3;border-top:12px solid #0000;content:"";filter:drop-shadow(0 2px 2px rgba(0,0,0,.2));height:0;left:16px;position:absolute;top:16px;width:0}.au .media--video:after,.au .media--video:before,.au .media__play{content:none!important;display:none!important;pointer-events:none!important}.au__linkWrap{align-items:flex-start;display:inline-flex;flex-direction:column;margin-top:10px;width:-webkit-max-content;width:max-content}.au__link{color:#000000db;color:var(--au-ink);display:inline-block;font-size:clamp(14px,1.1vw,16px);margin:0;position:relative;text-decoration:none}.au__link:hover{opacity:.75}.au__desc{color:#000000a3;color:var(--au-muted);font-size:clamp(20px,2.6vw,24px);margin-top:10px}.au__heading{grid-gap:10px;display:grid;gap:10px;justify-items:end;margin-top:0}.au__title{font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:clamp(28px,4.6vw,44px);line-height:1.1;margin:0}.au__rule{background:#0000001f;background:var(--au-rule);display:inline-block;height:1px;width:clamp(140px,16vw,220px)}.au__roles{color:#000000db;color:var(--au-ink);font-size:1.2em;font-weight:500;line-height:1.35;text-align:right}.au__row2{grid-gap:clamp(12px,2vw,18px);align-items:start;display:grid;grid-template-columns:.56fr .44fr;margin-top:clamp(6px,1.2vw,14px)}#austin-underground .au__collageWrap--desktop{align-items:flex-start;background:#0000;display:flex;justify-content:flex-end;min-height:clamp(220px,26vw,320px)}#austin-underground .au__collageWrap--desktop .au__collage{background:#0000!important;border-radius:10px;box-shadow:none!important;display:block;filter:drop-shadow(0 6px 18px rgba(0,0,0,.12)) drop-shadow(0 2px 6px rgba(0,0,0,.06));height:auto;transform:translate(-30px,-100px) scale(1.2);transform:translate(var(--au-collage-x-desktop),var(--au-collage-y-desktop)) scale(var(--au-collage-scale-desktop));transform-origin:top right;width:clamp(260px,28vw,420px)}#austin-underground .au__collageWrap--mobile{display:none}@media (max-width:980px){.au__row1,.au__row2{grid-template-columns:1fr}.au__heading{justify-items:start}}.au__row2{margin-top:clamp(-160px,-13vw,-96px)}@media (max-width:980px){.au__row2{margin-top:12px}}.au__row2{margin-bottom:clamp(10px,2vw,18px);overflow:visible}.au__row2,.au__row2.au-grid{gap:clamp(12px,2vw,18px);margin-top:clamp(14px,2vw,24px)}.au__row2.au-grid{grid-gap:clamp(12px,2vw,18px);align-items:start;display:grid;grid-template-areas:"text images";grid-template-columns:.56fr .44fr}.au__colText{grid-area:text}.au__colImages{grid-area:images;height:clamp(220px,26vw,320px);min-height:clamp(220px,26vw,320px);position:relative;transform:translateY(clamp(-260px,-18vw,-160px));will-change:transform}.au__desc{line-height:1.55;margin-top:clamp(10px,1.2vw,14px);max-width:62ch;position:relative;z-index:0}@media (max-width:980px){.au__row2.au-grid{grid-template-areas:"text" "images";grid-template-columns:1fr}.au__colImages{transform:none}}.au__row2.au-grid .au__colImages{transform:translateY(clamp(-210px,-15vw,-130px));will-change:transform}@media (min-width:981px){#austin-underground .au__collageWrap--desktop{display:flex!important}#austin-underground .au__collageWrap--mobile{display:none!important}.os-mac #austin-underground{--au-mac-shift-x:15px}.os-mac #austin-underground .au__colImages{transform:translateX(var(--au-mac-shift-x)) translateY(clamp(-210px,-15vw,-130px))!important}.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(-28px,-60px) scale(1.2);transform:translate(calc(var(--au-collage-x-desktop) + 2px),calc(var(--au-collage-y-desktop) + 40px)) scale(var(--au-collage-scale-desktop))}#austin-underground .au__fold2{position:relative;top:-165px;will-change:transform}}.au__fold2{gap:clamp(14px,2vw,24px);margin-top:clamp(-120px,-12vw,-200px);min-height:clamp(400px,50vw,600px)}.au__subhead--right{margin-top:clamp(4px,.6vw,10px)}.au__videosGrid--stagger{grid-gap:clamp(14px,2.2vw,24px);align-items:start;display:grid;gap:clamp(14px,2.2vw,24px);grid-template-columns:repeat(6,1fr)}.au__videosGrid--stagger .t2{grid-column:1/span 2}.au__videosGrid--stagger .t3{grid-column:3/span 2}.au__videosGrid--stagger .t4{grid-column:5/span 2}.au__videosGrid--stagger .v5{grid-column:2/span 2}.au__videosGrid--stagger .v6{grid-column:4/span 2}.au__videoCard{display:flex;flex-direction:column}.au__videoCard .media{aspect-ratio:16/9;background:#f4f4f4;border-radius:10px;box-shadow:0 6px 18px #0000001f,0 2px 6px #0000000f;box-shadow:var(--shadow);overflow:hidden;position:relative}.au__videoCard .media .media__ghost{color:#0000008c;display:grid;font-size:clamp(14px,1.6vw,16px);inset:0;place-items:center;position:absolute}.au__link--mini{border-bottom:1px solid #0000001f;border-bottom:1px solid var(--au-rule);color:#000000db;color:var(--au-ink);display:inline-block;font-size:clamp(12px,1.4vw,14px);line-height:1.2;margin-top:8px;padding-bottom:1px;text-decoration:none;width:-webkit-max-content;width:max-content}.au__link--mini:hover{opacity:.8}@media (max-width:980px){.au__fold2{margin-top:12px;top:-40px}.au__videosGrid--stagger{grid-template-columns:1fr}.au__videosGrid--stagger .t2,.au__videosGrid--stagger .t3,.au__videosGrid--stagger .t4,.au__videosGrid--stagger .v5,.au__videosGrid--stagger .v6{grid-column:auto}}.au__photoStrip,.au__photoStrip--lower{align-items:flex-start;display:inline-flex;gap:clamp(10px,1.4vw,18px);justify-content:center;left:50%;position:relative;transform:translateX(-50%)}.au__photoStrip .media,.au__photoStrip--lower .media{aspect-ratio:4/5;background:#f4f4f4;border-radius:10px;box-shadow:0 6px 18px #0000001f,0 2px 6px #0000000f;box-shadow:var(--shadow);object-fit:cover;width:clamp(160px,18vw,220px)}.au__photoStrip .media+.media,.au__photoStrip--lower .media+.media{margin-left:-10px}.au__photoStrip .media:first-child,.au__photoStrip--lower .media:first-child{transform:rotate(-1.2deg)}.au__photoStrip .media:nth-child(2),.au__photoStrip--lower .media:nth-child(2){transform:rotate(.6deg)}.au__photoStrip .media:nth-child(3),.au__photoStrip--lower .media:nth-child(3){transform:rotate(-.8deg)}.au__photoStrip .media:nth-child(4),.au__photoStrip--lower .media:nth-child(4){transform:rotate(1deg)}.au__photoStrip .media:nth-child(5),.au__photoStrip--lower .media:nth-child(5){transform:rotate(-.6deg)}.au__photoStrip{margin-top:clamp(8px,1vw,12px);z-index:1}.au__photoStrip--lower{margin-top:clamp(-18px,-1.6vw,-26px);z-index:0}@media (min-width:601px){.au__concertGrid{grid-gap:clamp(10px,1.4vw,18px);align-items:flex-start;display:grid;gap:clamp(10px,1.4vw,18px);grid-template-columns:repeat(5,clamp(160px,18vw,220px));justify-content:center;left:50%;margin-top:clamp(8px,1vw,12px);position:relative;transform:translateX(-50%);z-index:1}.au__concertGrid .media{aspect-ratio:4/5;background:#f4f4f4;border-radius:10px;box-shadow:0 6px 18px #0000001f,0 2px 6px #0000000f;box-shadow:var(--shadow);object-fit:cover;position:relative;width:clamp(160px,18vw,220px)}.au__concertGrid .media+.media{margin-left:-10px}.au__concertGrid .media:first-child{margin-top:20px;transform:rotate(-.6deg);z-index:1}.au__concertGrid .media:nth-child(2){margin-top:20px;transform:rotate(.3deg);z-index:1}.au__concertGrid .media:nth-child(3){margin-top:20px;transform:rotate(-.4deg);z-index:1}.au__concertGrid .media:nth-child(4){margin-top:20px;transform:rotate(.5deg);z-index:1}.au__concertGrid .media:nth-child(5){margin-top:20px;transform:rotate(-.3deg);z-index:1}.au__concertGrid .media:nth-child(6){margin-top:0;transform:rotate(-.6deg);z-index:0}.au__concertGrid .media:nth-child(7){margin-top:0;transform:rotate(.3deg);z-index:0}.au__concertGrid .media:nth-child(8){margin-top:0;transform:rotate(-.4deg);z-index:0}.au__concertGrid .media:nth-child(9){margin-top:0;transform:rotate(.5deg);z-index:0}.au__concertGrid .media:nth-child(10){margin-top:0;transform:rotate(-.3deg);z-index:0}}.au{padding-bottom:clamp(80px,8vw,140px)}.au__videoGrid{grid-gap:clamp(16px,2vw,28px);display:grid;gap:clamp(16px,2vw,28px);grid-template-columns:repeat(3,minmax(260px,1fr));justify-items:center;margin-top:clamp(20px,3vw,40px)}.au__videoBox--v5{grid-column:2}.au__videoBox--v6{grid-column:3}@media (max-width:900px){.au__videoGrid{grid-template-columns:repeat(2,1fr)}.au__videoBox--v5,.au__videoBox--v6{grid-column:auto}}.au__videoBox{align-items:flex-start;display:flex;flex-direction:column}.au__videoContainer{aspect-ratio:16/9;background:#000;border-radius:16px;overflow:hidden;position:relative;width:100%}.au__videoPlayer{background:#0000;border-radius:0;box-shadow:none;display:block;height:100%;object-fit:cover;width:100%}.au__videoBox .au__linkWrap{margin-top:clamp(8px,.8vw,12px)}.au__videoBox .au__link{align-self:flex-start;font-size:clamp(12px,1vw,14px);font-weight:500;text-align:left}.au__linkRule{align-self:stretch;background:#0000004d!important;background-image:none!important;display:block;height:1px;margin-top:2px;opacity:1!important;width:100%}.au__videoGrid{align-items:flex-start;display:flex!important;flex-wrap:wrap;gap:clamp(14px,2.4vw,24px);gap:var(--au-gap);justify-content:center}.au__videoGrid>*{flex:0 1 calc(33.33333% - clamp(14px, 2.4vw, 24px)*2/3);flex:0 1 calc(33.33333% - var(--au-gap)*2/3);max-width:calc(33.33333% - clamp(14px, 2.4vw, 24px)*2/3);max-width:calc(33.33333% - var(--au-gap)*2/3)}@media (max-width:900px){.au__videoGrid>*{flex-basis:100%;max-width:100%}}.au__photoStrip{margin-top:clamp(14px,1.6vw,22px)}.au__photoStrip--lower{margin-top:clamp(10px,1.2vw,18px)}@media (max-width:600px){body,html{overflow-x:hidden}.App,.vp-main,main{max-width:100%;overflow-x:hidden}#austin-underground,.au,.austin,section#austinUnderground{box-sizing:border-box;max-width:100%;overflow-x:hidden;touch-action:pan-y}#austin-underground iframe,#austin-underground img,#austin-underground video,.au iframe,.au img,.au video,.austin iframe,.austin img,.austin video,section#austinUnderground iframe,section#austinUnderground img,section#austinUnderground video{display:block;height:auto;max-width:100%}#austin-underground .au__row2--desktop .au__colImages{display:none!important}#austin-underground .au__row2--desktop{display:grid!important;grid-template-areas:"text";grid-template-columns:1fr;margin-top:14px}#austin-underground .au__collageWrap--mobile{background:#0000;display:block!important;margin:20px 0}#austin-underground .au__collageWrap--mobile .au__collage{background:#0000!important;border-radius:10px;box-shadow:none!important;display:block;filter:drop-shadow(0 6px 18px rgba(0,0,0,.12)) drop-shadow(0 2px 6px rgba(0,0,0,.06));height:auto;margin-left:auto;margin-right:auto;transform:translateY(-50px) scale(1);transform:translate(var(--au-collage-x-mobile),calc(var(--au-collage-y-mobile) - 50px)) scale(var(--au-collage-scale-mobile));transform-origin:center center;width:min(78vw,360px)}#austin-underground{overflow-x:hidden}#austin-underground.au.au__section{padding-left:8px;padding-right:0}#austin-underground .au__heading{justify-items:end!important;text-align:right!important;width:100%}#austin-underground .au__roles,#austin-underground .au__title{text-align:right!important}#austin-underground .au__rule--main{margin-left:auto}#austin-underground{--au-roles-font-mobile:0.775em;--au-roles-lineheight-mobile:1.25;--au-collage-x-mobile:2px}#austin-underground .au__row1 .au__heading .au__roles{font-size:var(--au-roles-font-mobile)!important;line-height:var(--au-roles-lineheight-mobile)!important}#austin-underground .au__roles{max-width:100%}#austin-underground .au__colImages{transform:none!important}#austin-underground .au__concertGrid{display:none!important}#austin-underground .au__concertMobileGrid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;max-width:100%;padding:0;width:100%}#austin-underground .au__concertMobileGrid .media{aspect-ratio:4/5;border-radius:10px;box-shadow:0 6px 18px #0000001f,0 2px 6px #0000000f;box-shadow:var(--shadow);display:block;height:auto;object-fit:cover;width:100%}#austin-underground .au__concertMobileGrid{margin-top:20px}#austin-underground{--au-below-shift-y:-56px;--au-global-y-shift:20px;--au-m-bottom-gutter:180px}#austin-underground .au__belowCollage{transform:translateY(calc(var(--au-below-shift-y) + var(--au-global-y-shift)))!important;will-change:transform}#austin-underground .au__collageWrap--mobile{transform:translateY(var(--au-global-y-shift))!important;will-change:transform}#austin-underground.au.au__section{padding-bottom:var(--au-m-bottom-gutter)!important}}.os-mac .au.au__section,.os-mac .au__section{overflow-x:hidden}.os-mac .au__section .au-grid,.os-mac .au__section .au__fold2,.os-mac .au__section .au__interviews,.os-mac .au__section .au__row1,.os-mac .au__section .au__row2,.os-mac .au__section .au__videoBox,.os-mac .au__section .au__videoGrid{box-sizing:border-box;max-width:100%;padding-left:0;padding-right:clamp(18px,2.5vw,38px)}.os-mac .au__section iframe,.os-mac .au__section img,.os-mac .au__section video{max-width:100%}.os-mac .au__section .au__interviews .au__videoGrid .au__videoBox .au__videoContainer,.os-mac .au__section .au__interviews .au__videoGrid .au__videoBox .au__videoPlayer{transform:scale(1.1);transform-origin:top left}.os-mac .au__section .au__interviews{overflow-x:hidden}.os-mac .au__section .au__interviews .au__videoBox .au__linkWrap{margin-top:30px}.os-mac #austin-underground .au__videoPlayer,.os-mac .au__videoContainer video,.os-mac .au__videoPlayer{height:100%!important;max-height:100%!important;max-width:100%!important;object-fit:cover!important;scale:1!important;transform:none!important;width:100%!important}.os-mac .au__videoContainer{overflow:hidden!important}@media (min-width:981px){#austin-underground{--au-collage-extra-y:15px;--au-fold2-lift:250px}#austin-underground .au__row2.au-grid{margin-bottom:calc(0px - var(--au-fold2-lift))!important}#austin-underground .au__fold2{margin-top:calc(0px - var(--au-fold2-lift))!important}#austin-underground .au__colImages{transform:translateY(calc(clamp(-260px, -18vw, -160px) + var(--au-collage-extra-y)))!important;will-change:transform}.os-mac #austin-underground{--au-collage-extra-y:10px}#austin-underground.au{padding-bottom:clamp(40px,4vw,70px)!important}.os-mac #austin-underground{--au-collage-extra-y:30px}#austin-underground .au__colImages{transform:translateX(40px) translateY(calc(clamp(-260px, -18vw, -160px)))!important;transform:translateX(40px) translateY(calc(clamp(-260px, -18vw, -160px) + var(--au-collage-extra-y, 0px)))!important}.os-mac #austin-underground .au__colImages{transform:translateX(45px) translateY(calc(clamp(-260px, -18vw, -160px) + var(--au-collage-extra-y)))!important}.os-win #austin-underground .au__interviews{position:relative;top:-30px}.os-mac #austin-underground .au__concertPhotography{position:relative;top:30px}}@media (min-width:601px){#austin-underground .au__collageWrap--mobile{display:none!important}#austin-underground .au__collageWrap--desktop{display:flex!important}#austin-underground .au__concertMobileGrid{display:none!important}#austin-underground .au__concertGrid,#austin-underground .au__row2--desktop{display:grid!important}}@media (min-width:981px){.os-mac #austin-underground .au__fullLogo,.os-mac #austin-underground .au__fullLogoWrap{transform:translate(30px,170px)!important}}@media (min-width:981px) and (max-width:1750px){main:has(#austin-underground){overflow-x:hidden!important}#austin-underground{max-width:100%!important;width:100%!important}#austin-underground .au__collageWrap--desktop{min-height:300px!important}#austin-underground .au__colImages{height:300px!important;min-height:300px!important}#austin-underground .au__collageWrap--desktop .au__collage{max-width:340px!important;min-width:340px!important;transform:translate(-30px,-100px) scale(1)!important;transform:translate(var(--au-collage-x-desktop),var(--au-collage-y-desktop)) scale(1)!important;width:340px!important}.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(-28px,-60px) scale(1)!important;transform:translate(calc(var(--au-collage-x-desktop) + 2px),calc(var(--au-collage-y-desktop) + 40px)) scale(1)!important}#austin-underground{--au-desk-hero-x:0px;--au-desk-hero-y:0px;--au-desk-hero-scale:clamp(0.95,calc(0.95 + 0.0091vw - 0.08927px),1.02);--au-desk-link-x:0px;--au-desk-link-y:0px;--au-desk-title-x:0px;--au-desk-title-y:0px;--au-desk-title-font-size:clamp(24px,calc(3.399px + 2.1vw),44px);--au-desk-rule-width:clamp(90px,calc(26.235px + 6.5vw),140px);--au-desk-roles-font-size:clamp(11px,calc(1.19px + 1vw),22px);--au-desk-desc-x:0px;--au-desk-desc-y:0px;--au-desk-desc-width:clamp(42ch,calc(42ch + 2.6vw - 25.506px),62ch)}#austin-underground .au__heroMedia{transform:translate(var(--au-desk-hero-x),var(--au-desk-hero-y)) scale(var(--au-desk-hero-scale))!important;transform-origin:top left!important}#austin-underground .au__videoBlock .au__linkWrap.heroLinkWrap{transform:translate(var(--au-desk-link-x),var(--au-desk-link-y))!important}#austin-underground .au__heading{transform:translate(var(--au-desk-title-x),var(--au-desk-title-y))!important}#austin-underground .au__heading .au__title{font-size:var(--au-desk-title-font-size)!important}#austin-underground .au__heading .au__rule--main{width:var(--au-desk-rule-width)!important}#austin-underground .au__heading .au__roles{font-size:var(--au-desk-roles-font-size)!important}#austin-underground .au__desc{max-width:var(--au-desk-desc-width)!important;transform:translate(var(--au-desk-desc-x),var(--au-desk-desc-y))!important;width:var(--au-desk-desc-width)!important}#austin-underground .au__concertPhotography{padding-bottom:calc(-2.024px + 10.4vw)!important}}@media (min-width:981px) and (max-width:1750px) and (not ((width:1024px) and (height:1366px))) and (not ((width:1024px) and (height:600px))) and (not ((width:1280px) and (height:800px))){#austin-underground .au__row2.au-grid{margin-bottom:0!important}#austin-underground .au__fold2{gap:clamp(20px,calc(-.601px + 2.1vw),40px)!important;margin-top:clamp(32px,calc(1.589px + 3.1vw),56px)!important;min-height:0!important;position:relative!important;top:auto!important}#austin-underground .au__concertPhotography,#austin-underground .au__interviews{margin-top:0!important;position:relative!important;top:auto!important;transform:none!important}#austin-underground .au__concertPhotography .au__subhead h3,#austin-underground .au__interviews .au__subhead h3{font-size:clamp(20px,calc(-10.411px + 3.1vw),36px)!important}#austin-underground .au__concertPhotography .au__rule--concert,#austin-underground .au__interviews .au__rule--interviews{max-width:none!important;width:clamp(60px,calc(-42.024px + 10.4vw),140px)!important}#austin-underground .au__interviews .au__videoGrid{grid-gap:clamp(16px,calc(2.266px + 1.4vw),28px)!important;display:grid!important;gap:clamp(16px,calc(2.266px + 1.4vw),28px)!important;grid-template-columns:repeat(6,1fr)!important;justify-items:center!important}#austin-underground .au__interviews .au__videoGrid>*{flex:none!important;max-width:100%!important;width:100%!important}#austin-underground .au__interviews .au__videoGrid>:first-child{grid-column:1/span 2!important}#austin-underground .au__interviews .au__videoGrid>:nth-child(2){grid-column:3/span 2!important}#austin-underground .au__interviews .au__videoGrid>:nth-child(3){grid-column:5/span 2!important}#austin-underground .au__interviews .au__videoGrid .au__videoBox--v5{grid-column:2/span 2!important}#austin-underground .au__interviews .au__videoGrid .au__videoBox--v6{grid-column:4/span 2!important}#austin-underground .au__interviews .au__videoBox .au__link{font-size:clamp(12px,calc(8.076px + .4vw),16px)!important}#austin-underground .au__concertPhotography .au__concertGrid{grid-gap:clamp(12px,calc(-1.734px + 1.4vw),24px)!important;display:grid!important;gap:clamp(12px,calc(-1.734px + 1.4vw),24px)!important;grid-template-columns:repeat(5,clamp(140px,calc(37.976px + 10.4vw),220px))!important;justify-content:start!important;left:auto!important;margin-top:clamp(12px,calc(.228px + 1.2vw),24px)!important;transform:none!important}#austin-underground .au__concertPhotography .au__concertGrid .media{aspect-ratio:4/5!important;width:100%!important}#austin-underground .au__concertPhotography .au__concertGrid .media+.media{margin-left:0!important}}@media (min-width:981px) and (max-width:1450px) and (not ((width:1024px) and (height:1366px))) and (not ((width:1024px) and (height:600px))) and (not ((width:1280px) and (height:800px))){#austin-underground .au__fold2{margin-left:auto!important;margin-right:auto!important;max-width:88%!important}#austin-underground .au__concertPhotography .au__subhead h3,#austin-underground .au__interviews .au__subhead h3{font-size:clamp(18px,calc(-7.506px + 2.6vw),28px)!important}#austin-underground .au__concertPhotography .au__rule--concert,#austin-underground .au__interviews .au__rule--interviews{width:clamp(52px,calc(-33.347px + 8.7vw),110px)!important}#austin-underground .au__interviews .au__videoGrid{gap:clamp(12px,calc(.228px + 1.2vw),22px)!important}#austin-underground .au__interviews .au__videoBox .au__link{font-size:clamp(11px,calc(8.057px + .3vw),14px)!important}#austin-underground .au__concertPhotography .au__concertGrid{gap:clamp(10px,calc(-1.772px + 1.2vw),18px)!important;grid-template-columns:repeat(5,clamp(120px,calc(36.615px + 8.5vw),180px))!important;justify-content:center!important}}@media (min-width:981px) and (max-width:1199px) and (not ((width:1024px) and (height:1366px))) and (not ((width:1024px) and (height:600px))){#austin-underground .au__fold2{margin-left:auto!important;margin-right:auto!important;max-width:85%!important}#austin-underground .au__concertPhotography .au__subhead h3,#austin-underground .au__interviews .au__subhead h3{font-size:clamp(17px,calc(-5.563px + 2.3vw),24px)!important}#austin-underground .au__concertPhotography .au__rule--concert,#austin-underground .au__interviews .au__rule--interviews{width:clamp(48px,calc(-28.518px + 7.8vw),95px)!important}#austin-underground .au__interviews .au__videoGrid{gap:clamp(11px,calc(.209px + 1.1vw),18px)!important}#austin-underground .au__interviews .au__videoBox .au__link{font-size:clamp(10px,calc(7.057px + .3vw),13px)!important}#austin-underground .au__concertPhotography .au__concertGrid{gap:clamp(9px,calc(-1.791px + 1.1vw),16px)!important;grid-template-columns:repeat(5,clamp(110px,calc(33.482px + 7.8vw),155px))!important;justify-content:center!important}}@media (min-width:981px) and (max-width:1150px){#austin-underground{--au-desk-desc-width:36ch}#austin-underground .au__row2.au-grid{grid-template-columns:minmax(0,.56fr) minmax(0,.44fr)!important}}@media (min-width:981px) and (max-width:1010px){#austin-underground{--au-desk-logo-x:-30px;--au-desk-logo-y:0px;--au-desk-logo-scale:0.75}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1011px) and (max-width:1050px){#austin-underground{--au-desk-logo-x:-30px;--au-desk-logo-y:0px;--au-desk-logo-scale:0.80}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1051px) and (max-width:1100px){#austin-underground{--au-desk-logo-x:-30px;--au-desk-logo-y:0px;--au-desk-logo-scale:0.85}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1101px) and (max-width:1150px){#austin-underground{--au-desk-logo-x:-30px;--au-desk-logo-y:0px;--au-desk-logo-scale:0.9}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1151px) and (max-width:1200px){#austin-underground{--au-desk-logo-x:-180px;--au-desk-logo-y:0px;--au-desk-logo-scale:0.9}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1201px) and (max-width:1250px){#austin-underground{--au-desk-logo-x:-150px;--au-desk-logo-y:0px;--au-desk-logo-scale:0.9}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1251px) and (max-width:1300px){#austin-underground{--au-desk-logo-x:-110px;--au-desk-logo-y:0px;--au-desk-logo-scale:1}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1301px) and (max-width:1350px){#austin-underground{--au-desk-logo-x:-80px;--au-desk-logo-y:0px;--au-desk-logo-scale:1}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1351px) and (max-width:1400px){#austin-underground{--au-desk-logo-x:-30px;--au-desk-logo-y:0px;--au-desk-logo-scale:1}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1401px) and (max-width:1450px){#austin-underground{--au-desk-logo-x:0px;--au-desk-logo-y:0px;--au-desk-logo-scale:1}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1451px) and (max-width:1500px){#austin-underground{--au-desk-logo-x:70px;--au-desk-logo-y:0px;--au-desk-logo-scale:1.2}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1501px) and (max-width:1509px){#austin-underground{--au-desk-logo-x:110px;--au-desk-logo-y:-30px;--au-desk-logo-scale:1.3}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1510px) and (max-width:1600px){#austin-underground{--au-desk-logo-x:0px;--au-desk-logo-y:-40px;--au-desk-logo-scale:1.33}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1601px) and (max-width:1675px){#austin-underground{--au-desk-logo-x:0px;--au-desk-logo-y:-50px;--au-desk-logo-scale:1.4}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:1676px) and (max-width:1750px){#austin-underground{--au-desk-logo-x:0px;--au-desk-logo-y:-70px;--au-desk-logo-scale:1.4}#austin-underground .au__collageWrap--desktop .au__collage,.os-mac #austin-underground .au__collageWrap--desktop .au__collage{transform:translate(var(--au-desk-logo-x),var(--au-desk-logo-y)) scale(var(--au-desk-logo-scale))!important}}@media (min-width:601px){#austin-underground{padding-bottom:20px}#austin-underground,#austin-underground.au,#austin-underground.au.au__section{padding-bottom:0!important}}@media (min-width:1024px){#austin-underground .au__interviews{margin-top:362px!important}#austin-underground .au__concertPhotography{margin-top:0!important}}@media (min-width:981px) and (max-width:1750px){#austin-underground .au__concertPhotography,#austin-underground .au__interviews{margin-top:0!important}}#austin-underground .au__concertPhotography,#austin-underground .au__interviews{position:relative;transform:translateY(1px)!important}.os-mac #austin-underground .au__concertPhotography,.os-mac #austin-underground .au__interviews{transform:translateY(8px)!important}@media (max-width:600px){#vonix .vo__heroMedia{transform:translateX(0) translateY(1px) scale(1.02)!important;transform-origin:center center}#blaze .bl__heroMedia{transform:translateX(-1px) translateY(-16px) scale(.97)!important;transform-origin:center center}#marketing-alliance .ma__heroFrame{--ma-hero-x:9px;--ma-hero-y:-12px;--ma-hero-scale:0.985;overflow:visible!important;transform:translate(var(--ma-hero-x),var(--ma-hero-y)) scale(var(--ma-hero-scale))!important;transform-origin:top left}#marketing-alliance .ma__heroFrame>div,#marketing-alliance .ma__heroFrame>video{border-radius:inherit;overflow:hidden!important}#marketing-alliance .ma__heroFrame .ma__heroVideoEl,#marketing-alliance .ma__heroFrame .ma__heroVideoEl video,#marketing-alliance .ma__heroFrame video{display:block!important;height:100%!important;object-fit:cover!important;transform:none!important;width:100%!important}#austin-underground .au__heroMedia{--au-hero-x:11px;--au-hero-y:-12px;--au-hero-scale:0.955;overflow:visible!important;transform:translate(var(--au-hero-x),var(--au-hero-y)) scale(var(--au-hero-scale))!important;transform-origin:top left}#austin-underground .au__heroMedia>div,#austin-underground .au__heroMedia>video{border-radius:inherit;overflow:hidden!important}#austin-underground .au__heroMedia .au__video,#austin-underground .au__heroMedia .au__video video,#austin-underground .au__heroMedia video{display:block!important;height:100%!important;object-fit:cover!important;transform:none!important;width:100%!important}#marketing-alliance,#marketing-alliance .ma__row1,#marketing-alliance .ma__videoBlock,#marketing-alliance.ma{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;overflow-x:clip!important;overflow-y:visible!important}#marketing-alliance .ma__heroFrame{overflow-x:visible!important;overflow-y:visible!important}#marketing-alliance .ma__heroFrame>div,#marketing-alliance .ma__heroFrame>video{border-radius:inherit;overflow:hidden!important}#austin-underground,#austin-underground .au__row1,#austin-underground .au__videoBlock,#austin-underground.au,#austin-underground.au__section{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;overflow-x:clip!important;overflow-y:visible!important}#austin-underground .au__heroMedia{overflow-x:visible!important;overflow-y:visible!important}#austin-underground .au__heroMedia>div,#austin-underground .au__heroMedia>video{border-radius:inherit;overflow:hidden!important}#vonix{--hero-link-x:-1px;--hero-link-y:-5px;--hero-link-font:0.92;--label-x:0px;--label-y:0px}#vonix .vo__linkWrap.heroLinkWrap{transform:translate(var(--hero-link-x),var(--hero-link-y))!important}#vonix .vo__linkWrap.heroLinkWrap .vo__link{font-size:calc(1em*var(--hero-link-font))!important}#vonix .vo__heading{transform:translate(var(--label-x),var(--label-y))!important}#blaze{--hero-link-x:7px;--hero-link-y:-23px;--hero-link-font:0.93;--label-x:-10px;--label-y:-28px}#blaze .bl__linkWrap.heroLinkWrap{transform:translate(var(--hero-link-x),var(--hero-link-y))!important}#blaze .bl__linkWrap.heroLinkWrap .bl__link{font-size:calc(1em*var(--hero-link-font))!important}#blaze .bl__heading{transform:translate(var(--label-x),var(--label-y))!important}#marketing-alliance{--hero-link-x:11px;--hero-link-y:-17px;--hero-link-font:1.01;--label-x:0px;--label-y:0px}#marketing-alliance .ma__linkWrap.heroLinkWrap{transform:translate(var(--hero-link-x),var(--hero-link-y))!important}#marketing-alliance .ma__linkWrap.heroLinkWrap .ma__link{font-size:calc(1em*var(--hero-link-font))!important}#marketing-alliance .ma__heading{transform:translate(var(--label-x),var(--label-y))!important}#austin-underground{--hero-link-x:13px;--hero-link-y:-33px;--hero-link-font:0.97;--label-x:-10px;--label-y:-25px}#austin-underground .au__linkWrap.heroLinkWrap{transform:translate(var(--hero-link-x),var(--hero-link-y))!important}#austin-underground .au__linkWrap.heroLinkWrap .au__link{font-size:calc(1em*var(--hero-link-font))!important}#austin-underground .au__heading{transform:translate(var(--label-x),var(--label-y))!important}#blaze .bl__logo{transform:scale(1) translateX(9px)!important;transform:scale(var(--blaze-logo-scale,1)) translateX(9px)!important;transform-origin:top center}#blaze .bl__logoWrap img{transform:translateX(10px)!important}#marketing-alliance{--ma-label-x:0px;--ma-label-y:-15px}#marketing-alliance .ma__header,#marketing-alliance .ma__heading,#marketing-alliance .ma__heroHeading,#marketing-alliance .ma__label,#marketing-alliance .ma__labelWrap,#marketing-alliance .ma__meta,#marketing-alliance .ma__roles,#marketing-alliance .ma__rule,#marketing-alliance .ma__title,#marketing-alliance .ma__titleBlock,#marketing-alliance .ma__topRight,#marketing-alliance h2{transform:translate(var(--ma-label-x),var(--ma-label-y))!important;transform-origin:top center;will-change:transform}#marketing-alliance .ma__divider,#marketing-alliance .ma__line,#marketing-alliance .ma__rule,#marketing-alliance .ma__sectionRule,#marketing-alliance .ma__subhead .ma__rule,#marketing-alliance .ma__subhead .vo__rule{transform:translateY(0)!important;will-change:transform}#marketing-alliance .ma__logo,#marketing-alliance .ma__logo img,#marketing-alliance .ma__logoWrap{transform:translate(-21px,-22px)!important;transform-origin:center center;will-change:transform}#marketing-alliance .ma__heroHeading .ma__rule,#marketing-alliance .ma__row1 .ma__heading .ma__rule,#marketing-alliance>.ma__header .ma__rule,#marketing-alliance>.ma__heading .ma__rule,#marketing-alliance>.ma__row1>.ma__heading .ma__rule,#marketing-alliance>.ma__titleBlock .ma__rule{transform:translateY(-15px)!important;will-change:transform}#austin-underground .au__desc{display:block!important;font-size:clamp(18px,4.6vw,22px)!important;height:auto!important;line-height:1.55!important;margin-bottom:14px!important;margin-top:10px!important;max-height:none!important;max-width:62ch;opacity:1!important;visibility:visible!important}#austin-underground .au__fold2,#austin-underground .au__interviews{margin-top:0!important}#blaze .bl__desc{transform:translate(7px,-17px)!important;will-change:transform}#blaze .bl__shortsSection,#blaze .bl__videosSection{transform:translateY(-17px)!important;will-change:transform}#marketing-alliance .ma__desc,#marketing-alliance .ma__paragraph{transform:translateX(7px)!important;will-change:transform}#marketing-alliance .ma__fold,#marketing-alliance .ma__headshotSection,#marketing-alliance .ma__headshots,#marketing-alliance .ma__loopingHeaders,#marketing-alliance .ma__loopingSection,#marketing-alliance .ma__photoSection,#marketing-alliance .ma__photography,#marketing-alliance .ma__shorts,#marketing-alliance .ma__shortsSection,#marketing-alliance .ma__testimonialSection,#marketing-alliance .ma__testimonials{transform:translate(7px,-30px)!important;will-change:transform}#marketing-alliance{--ma-photo-scale:1.0007}#marketing-alliance .ma__photoGrid img,#marketing-alliance .ma__photos .ma__photoGrid img{transform:scale(var(--ma-photo-scale))!important;transform-origin:center center;will-change:transform}#austin-underground .au__desc,#austin-underground .au__desc--mobile,#austin-underground .au__paragraph,#austin-underground .au__row2Mobile .au__desc{transform:translate(10px,-12px)!important;will-change:transform}#austin-underground,#austin-underground.au,#austin-underground.au__section{overflow-x:visible!important}#austin-underground .au__fold2{max-width:none!important;overflow:visible!important;overflow-x:visible!important;position:relative;transform:translate(3px,25px)!important;will-change:transform;z-index:2}#austin-underground .au__concertPhotography{transform:translateY(25px)!important;will-change:transform}#austin-underground .au__concertPhotography,#austin-underground .au__interviews{overflow:visible!important;overflow-x:visible!important}#austin-underground .au__concertMobileGrid .media,#austin-underground .au__concertPhotography .au__concertMobileGrid img{display:block;transform:rotate(0deg)!important;transform:rotate(var(--au-tilt,0deg))!important;transform-origin:center center;will-change:transform}#austin-underground .au__concertMobileGrid .media:first-child,#austin-underground .au__concertMobileGrid img:first-child{--au-tilt:-0.6deg}#austin-underground .au__concertMobileGrid .media:nth-child(2),#austin-underground .au__concertMobileGrid img:nth-child(2){--au-tilt:0.4deg}#austin-underground .au__concertMobileGrid .media:nth-child(3),#austin-underground .au__concertMobileGrid img:nth-child(3){--au-tilt:-0.3deg}#austin-underground .au__concertMobileGrid .media:nth-child(4),#austin-underground .au__concertMobileGrid img:nth-child(4){--au-tilt:0.5deg}#austin-underground .au__concertMobileGrid .media:nth-child(5),#austin-underground .au__concertMobileGrid img:nth-child(5){--au-tilt:-0.5deg}#austin-underground .au__concertMobileGrid .media:nth-child(6),#austin-underground .au__concertMobileGrid img:nth-child(6){--au-tilt:0.4deg}#austin-underground .au__concertMobileGrid .media:nth-child(7),#austin-underground .au__concertMobileGrid img:nth-child(7){--au-tilt:-0.3deg}#austin-underground .au__concertMobileGrid .media:nth-child(8),#austin-underground .au__concertMobileGrid img:nth-child(8){--au-tilt:0.5deg}#austin-underground .au__concertMobileGrid .media:nth-child(9),#austin-underground .au__concertMobileGrid img:nth-child(9){--au-tilt:-0.4deg}#austin-underground .au__concertMobileGrid .media:nth-child(10),#austin-underground .au__concertMobileGrid img:nth-child(10){--au-tilt:0.3deg}#austin-underground{padding-bottom:100px!important}#austin-underground:after{content:"";display:block;height:100px;width:100%}}@media (max-width:360px) and (pointer:coarse){#austin-underground{--au-small-title-size:24.6px}#austin-underground .au__title{font-size:var(--au-small-title-size)!important;line-height:1.08!important}#austin-underground .au__roles{--au-roles-small:0.675em}#austin-underground .au__heading .au__roles,#austin-underground .au__roles,#austin-underground .au__row1 .au__heading .au__roles,#austin-underground.au.au__section .au__row1 .au__heading .au__roles{font-size:var(--au-roles-small)!important;line-height:1.24!important}#austin-underground .au__roles>div{font-size:inherit!important;line-height:inherit!important}}@media (min-width:601px) and (max-width:980px){#austin-underground{--au-mid-maxw:630px;--au-mid-scale:1.08;--au-mid-pad:18px}#austin-underground,#austin-underground .au__belowCollage,#austin-underground .au__concertPhotography,#austin-underground .au__fold2,#austin-underground .au__interviews,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{box-sizing:border-box!important;margin-left:auto!important;margin-right:auto!important;max-width:var(--au-mid-maxw)!important;padding-left:var(--au-mid-pad)!important;padding-right:var(--au-mid-pad)!important;width:100%!important}#austin-underground .au__fold2,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{margin-left:auto!important;margin-right:auto!important;transform:scale(var(--au-mid-scale))!important;transform-origin:top center!important}#austin-underground .au__concertPhotography{padding-bottom:calc(-246.076px + 47.6vw)!important}main:has(#austin-underground){overflow-x:visible!important}#austin-underground,#austin-underground .au__row1,#austin-underground .au__videoBlock{overflow-x:visible!important;overflow-y:visible!important}#austin-underground *{box-sizing:border-box!important;min-width:0!important}#austin-underground .au__row1{grid-template-columns:1fr!important}#austin-underground .au__title{font-size:clamp(24px,4vw,36px)!important;line-height:1.1!important}#austin-underground .au__rule--main{background:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;background-image:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;width:clamp(48px,6.5vw,86px)!important}#austin-underground .au__roles{font-size:clamp(13px,1.8vw,18px)!important;line-height:1.3!important}#austin-underground .au__heading{justify-items:end!important;text-align:right!important;width:100%!important}#austin-underground .au__roles,#austin-underground .au__title{text-align:right!important}#austin-underground .au__rule--main{margin-left:auto!important}#austin-underground .au__linkWrap{margin-top:10px!important;transform:none!important}#austin-underground .au__colImages,#austin-underground .au__collageWrap--desktop,#austin-underground .au__row2--desktop .au__colImages{display:none!important}#austin-underground .au__row2--desktop{grid-template-areas:"text"!important;grid-template-columns:1fr!important}#austin-underground .au__collageWrap--mobile{background:#0000!important;display:block!important;margin:20px 0!important}#austin-underground .au__collageWrap--mobile .au__collage{background:#0000!important;border-radius:10px!important;box-shadow:none!important;display:block!important;filter:drop-shadow(0 6px 18px rgba(0,0,0,.12)) drop-shadow(0 2px 6px rgba(0,0,0,.06))!important;height:auto!important;margin-left:auto!important;margin-right:auto!important;transform:none!important;width:min(85vw,395px)!important}#austin-underground .au__desc{display:block!important;font-size:clamp(18px,2.2vw,22px)!important;line-height:1.55!important;margin-bottom:14px!important;margin-top:10px!important;max-width:62ch!important;transform:none!important}#austin-underground .au__belowCollage,#austin-underground .au__collageWrap--mobile{transform:none!important}#austin-underground .au__fold2{gap:clamp(6px,calc(-132.23px + 23vw),95px)!important;margin-top:12px!important;min-height:0!important;position:relative!important;top:auto!important;transform:scale(var(--au-mid-scale))!important;transform-origin:top center!important}#austin-underground .au__videoGrid,#austin-underground .au__videosGrid,#austin-underground .au__videosGrid--stagger{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:1fr!important}#austin-underground .au__videoGrid>*{flex:none!important;grid-column:1!important;max-width:100%!important}#austin-underground .au__interviews .au__videoGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:1fr!important}#austin-underground .au__videosGrid--stagger .t2,#austin-underground .au__videosGrid--stagger .t3,#austin-underground .au__videosGrid--stagger .t4,#austin-underground .au__videosGrid--stagger .v5,#austin-underground .au__videosGrid--stagger .v6{grid-column:auto!important}#austin-underground .au__concertGrid,#austin-underground .au__photoStrip,#austin-underground .au__photoStrip--lower{display:none!important}#austin-underground .au__concertMobileGrid{grid-gap:12px!important;display:grid!important;gap:12px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;margin:20px 0 0!important;max-width:100%!important;padding:0!important;width:100%!important}#austin-underground .au__concertMobileGrid .media,#austin-underground .au__concertMobileGrid img{aspect-ratio:4/5!important;border-radius:10px!important;box-shadow:0 6px 18px #0000001f,0 2px 6px #0000000f!important;box-shadow:var(--shadow)!important;display:block!important;height:auto!important;object-fit:cover!important;transform:none!important;width:100%!important}#austin-underground,#austin-underground .au__row1,#austin-underground .au__videoBlock{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;overflow-y:visible!important}}@media (min-width:601px) and (max-width:980px) and (min-height:50px) and (max-height:2000px){#austin-underground{--au-mid-hero-x:-20px;--au-mid-hero-y:-10px;--au-mid-hero-scale:1.073;--au-mid-link-x:-20px;--au-mid-link-y:-1px;--au-mid-title-x:0px;--au-mid-title-y:0px;--au-mid-title-font-size:clamp(23px,calc(2.566px + 3.4vw),36px);--au-mid-rule-width:clamp(48px,calc(-12.1px + 10vw),86px);--au-mid-roles-font-size:clamp(10px,calc(-2.621px + 2.1vw),18px);--au-mid-desc-x:0px;--au-mid-desc-y:-50px;--au-mid-desc-width:clamp(23ch,calc(23ch + 82vw - 492.82px),62ch);--au-mid-interviews-x:0px;--au-mid-interviews-y:-25px;--au-mid-interviews-scale:1.2;--au-mid-concert-x:0px;--au-mid-concert-y:160px;--au-mid-concert-scale:1.21}#austin-underground .au__heroMedia{overflow:visible!important;transform:translate(var(--au-mid-hero-x),var(--au-mid-hero-y)) scale(var(--au-mid-hero-scale))!important;transform-origin:top left!important}#austin-underground .au__heroMedia>div,#austin-underground .au__heroMedia>video{border-radius:inherit;overflow:hidden!important}#austin-underground .au__videoBlock .au__linkWrap.heroLinkWrap{transform:translate(var(--au-mid-link-x),var(--au-mid-link-y))!important}#austin-underground .au__heading{transform:translate(var(--au-mid-title-x),var(--au-mid-title-y))!important}#austin-underground .au__heading .au__title{font-size:var(--au-mid-title-font-size)!important}#austin-underground .au__heading .au__roles{font-size:var(--au-mid-roles-font-size)!important}#austin-underground .au__heading .au__rule--main{width:var(--au-mid-rule-width)!important}#austin-underground .au__collageWrap--mobile .au__collage{transform:translate(5px,10px) scale(.9)!important;transform-origin:center top!important}#austin-underground .au__desc{max-width:var(--au-mid-desc-width)!important;transform:translate(var(--au-mid-desc-x),var(--au-mid-desc-y))!important;width:var(--au-mid-desc-width)!important}#austin-underground .au__interviews{transform:translate(var(--au-mid-interviews-x),var(--au-mid-interviews-y)) scale(var(--au-mid-interviews-scale))!important;transform-origin:top center!important}#austin-underground .au__concertPhotography{margin-top:clamp(0px,calc(19vw - 114.19px),72px)!important;transform:translate(var(--au-mid-concert-x),var(--au-mid-concert-y)) scale(var(--au-mid-concert-scale))!important;transform-origin:top center!important}#austin-underground .au__concertPhotography .au__subhead{align-items:flex-end!important;text-align:right!important}#austin-underground .au__concertPhotography .au__subhead h3{font-size:clamp(12px,calc(-7.232px + 3.2vw),24px)!important;text-align:right!important}#austin-underground .au__interviews .au__videoBox .au__link{font-size:clamp(10px,.85vw,12px)!important}#austin-underground .au__interviews .au__videoGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:1fr!important}#austin-underground .au__interviews .au__videoGrid>*{flex:none!important;grid-column:1!important;max-width:100%!important}}@media (width:768px) and (height:1024px){#austin-underground{--au-mid-maxw:650px;--au-mid-scale:1.10;--au-mid-pad:18px;--au-ipadmini-hero-x:-17px;--au-ipadmini-hero-y:-10px;--au-ipadmini-hero-scale:1.003;--au-ipadmini-link-x:-17px;--au-ipadmini-link-y:-12px;--au-ipadmini-head-x:-16px;--au-ipadmini-head-y:-15px;--au-ipadmini-desc-width:420px;--au-ipadmini-desc-x:-35px;--au-ipadmini-desc-y:-35px;--au-ipadmini-interviews-scale:1.27;--au-ipadmini-interviews-maxw:720px;--au-ipadmini-interviews-x:-10px;--au-ipadmini-interviews-y:150px;--au-ipadmini-concert-scale:1.25;--au-ipadmini-concert-maxw:720px;--au-ipadmini-concert-x:-10px;--au-ipadmini-concert-y:410px;--au-ipadmini-bottom-pad:130px}#austin-underground .au__colText{min-width:var(--au-ipadmini-desc-width)!important}#austin-underground .au__desc{max-width:100%!important;transform:translate(var(--au-ipadmini-desc-x),var(--au-ipadmini-desc-y))!important;width:100%!important}#austin-underground .au__heading{transform:translate(var(--au-ipadmini-head-x),var(--au-ipadmini-head-y))!important}#austin-underground .au__videoBlock .au__linkWrap.heroLinkWrap{transform:translate(var(--au-ipadmini-link-x),var(--au-ipadmini-link-y))!important}#austin-underground .au__heroMedia{overflow:visible!important;transform:translate(var(--au-ipadmini-hero-x),var(--au-ipadmini-hero-y)) scale(var(--au-ipadmini-hero-scale))!important;transform-origin:top left}#austin-underground .au__heroMedia>div,#austin-underground .au__heroMedia>video{border-radius:inherit;overflow:hidden!important}main:has(#austin-underground){overflow-x:visible!important}#austin-underground,#austin-underground .au__row1,#austin-underground .au__videoBlock{overflow-x:visible!important;overflow-y:visible!important}#austin-underground .au__title{font-size:clamp(24px,4vw,36px)!important;line-height:1.1!important}#austin-underground .au__rule--main{background:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;background-image:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;width:clamp(48px,6.5vw,86px)!important}#austin-underground .au__roles{font-size:clamp(13px,1.8vw,18px)!important;line-height:1.3!important}#austin-underground,#austin-underground .au__belowCollage,#austin-underground .au__concertPhotography,#austin-underground .au__fold2,#austin-underground .au__interviews,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{box-sizing:border-box!important;margin-left:auto!important;margin-right:auto!important;max-width:max(var(--au-mid-maxw),calc(var(--au-ipadmini-desc-width) + 36px),var(--au-ipadmini-interviews-maxw),var(--au-ipadmini-concert-maxw))!important;padding-left:var(--au-mid-pad)!important;padding-right:var(--au-mid-pad)!important;width:100%!important}#austin-underground .au__fold2,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{margin-left:auto!important;margin-right:auto!important;transform:scale(var(--au-mid-scale))!important;transform-origin:top center!important}#austin-underground .au__colImages,#austin-underground .au__collageWrap--desktop,#austin-underground .au__row2--desktop .au__colImages{display:none!important}#austin-underground .au__collageWrap--mobile{display:block!important}#austin-underground .au__interviews{margin-left:auto!important;margin-right:auto!important;max-width:var(--au-ipadmini-interviews-maxw)!important;transform:translate(var(--au-ipadmini-interviews-x),var(--au-ipadmini-interviews-y)) scale(var(--au-ipadmini-interviews-scale))!important;transform-origin:center center!important}#austin-underground .au__concertPhotography{margin-left:auto!important;margin-right:auto!important;max-width:var(--au-ipadmini-concert-maxw)!important;transform:translate(var(--au-ipadmini-concert-x),var(--au-ipadmini-concert-y)) scale(var(--au-ipadmini-concert-scale))!important;transform-origin:center center!important}#austin-underground .au__concertPhotography .au__subhead h3,#austin-underground .au__interviews .au__subhead h3{font-size:clamp(18px,2.4vw,26px)!important;letter-spacing:.02em!important}#austin-underground .au__interviews .au__rule--interviews{max-width:90px!important;width:clamp(50px,5.5vw,90px)!important}#austin-underground .au__concertPhotography{margin-bottom:var(--au-ipadmini-bottom-pad)!important}#austin-underground .au__fold2 .au__ipadmini-spacer{display:block!important;height:var(--au-ipadmini-bottom-pad)!important;min-height:var(--au-ipadmini-bottom-pad)!important;width:100%!important}#austin-underground .au__concertGrid,#austin-underground .au__photoStrip,#austin-underground .au__photoStrip--lower{display:none!important}#austin-underground .au__concertMobileGrid{display:grid!important}#austin-underground .au__videoGrid,#austin-underground .au__videosGrid,#austin-underground .au__videosGrid--stagger{grid-template-columns:1fr!important}}@media (width:820px) and (height:1180px){#austin-underground{--au-mid-maxw:670px;--au-mid-scale:1.10;--au-mid-pad:18px;--au-ipadair-hero-x:-6px;--au-ipadair-hero-y:-10px;--au-ipadair-hero-scale:0.969;--au-ipadair-link-x:-7px;--au-ipadair-link-y:-25px;--au-ipadair-head-x:-19px;--au-ipadair-head-y:-23px;--au-ipadair-desc-width:450px;--au-ipadair-desc-x:-25px;--au-ipadair-desc-y:-50px;--au-ipadair-interviews-scale:1.15;--au-ipadair-interviews-maxw:720px;--au-ipadair-interviews-x:-15px;--au-ipadair-interviews-y:70px;--au-ipadair-concert-scale:1.15;--au-ipadair-concert-maxw:720px;--au-ipadair-concert-x:-15px;--au-ipadair-concert-y:200px;--au-ipadair-bottom-pad:60px}#austin-underground .au__colText{min-width:var(--au-ipadair-desc-width)!important}#austin-underground .au__desc{max-width:100%!important;transform:translate(var(--au-ipadair-desc-x),var(--au-ipadair-desc-y))!important;width:100%!important}#austin-underground .au__heading{transform:translate(var(--au-ipadair-head-x),var(--au-ipadair-head-y))!important}#austin-underground .au__heroMedia{overflow:visible!important;transform:translate(var(--au-ipadair-hero-x),var(--au-ipadair-hero-y)) scale(var(--au-ipadair-hero-scale))!important;transform-origin:top left!important}#austin-underground .au__heroMedia>div,#austin-underground .au__heroMedia>video{border-radius:inherit;overflow:hidden!important}#austin-underground .au__videoBlock .au__linkWrap.heroLinkWrap{transform:translate(var(--au-ipadair-link-x),var(--au-ipadair-link-y))!important}main:has(#austin-underground){overflow-x:visible!important}#austin-underground,#austin-underground .au__row1,#austin-underground .au__videoBlock{overflow-x:visible!important;overflow-y:visible!important}#austin-underground .au__title{font-size:clamp(24px,4vw,36px)!important;line-height:1.1!important}#austin-underground .au__rule--main{background:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;background-image:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;width:clamp(48px,6.5vw,86px)!important}#austin-underground .au__roles{font-size:clamp(13px,1.8vw,18px)!important;line-height:1.3!important}#austin-underground,#austin-underground .au__belowCollage,#austin-underground .au__concertPhotography,#austin-underground .au__fold2,#austin-underground .au__interviews,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{box-sizing:border-box!important;margin-left:auto!important;margin-right:auto!important;max-width:max(var(--au-mid-maxw),calc(var(--au-ipadair-desc-width) + 36px),var(--au-ipadair-interviews-maxw),var(--au-ipadair-concert-maxw))!important;padding-left:var(--au-mid-pad)!important;padding-right:var(--au-mid-pad)!important;width:100%!important}#austin-underground .au__fold2,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{margin-left:auto!important;margin-right:auto!important;transform:scale(var(--au-mid-scale))!important;transform-origin:top center!important}#austin-underground .au__colImages,#austin-underground .au__collageWrap--desktop,#austin-underground .au__row2--desktop .au__colImages{display:none!important}#austin-underground .au__collageWrap--mobile{display:block!important}#austin-underground .au__interviews{margin-left:auto!important;margin-right:auto!important;max-width:var(--au-ipadair-interviews-maxw)!important;transform:translate(var(--au-ipadair-interviews-x),var(--au-ipadair-interviews-y)) scale(var(--au-ipadair-interviews-scale))!important;transform-origin:center center!important}#austin-underground .au__concertPhotography{margin-bottom:var(--au-ipadair-bottom-pad)!important;margin-left:auto!important;margin-right:auto!important;max-width:var(--au-ipadair-concert-maxw)!important;transform:translate(var(--au-ipadair-concert-x),var(--au-ipadair-concert-y)) scale(var(--au-ipadair-concert-scale))!important;transform-origin:center center!important}#austin-underground .au__fold2 .au__ipadair-spacer{display:block!important;height:var(--au-ipadair-bottom-pad)!important;min-height:var(--au-ipadair-bottom-pad)!important;width:100%!important}#austin-underground .au__concertPhotography .au__subhead h3,#austin-underground .au__interviews .au__subhead h3{font-size:clamp(18px,2.4vw,26px)!important;letter-spacing:.02em!important}#austin-underground .au__concertPhotography .au__rule--concert,#austin-underground .au__interviews .au__rule--interviews{max-width:120px!important;width:clamp(80px,7vw,120px)!important}#austin-underground .au__concertGrid,#austin-underground .au__photoStrip,#austin-underground .au__photoStrip--lower{display:none!important}#austin-underground .au__concertMobileGrid{display:grid!important}#austin-underground .au__videoGrid,#austin-underground .au__videosGrid,#austin-underground .au__videosGrid--stagger{grid-template-columns:1fr!important}}@media (width:912px) and (height:1368px){#austin-underground{--au-mid-maxw:680px;--au-mid-scale:1.11;--au-mid-pad:18px;--au-surfacepro7-hero-x:50px;--au-surfacepro7-hero-y:-10px;--au-surfacepro7-hero-scale:0.85;--au-surfacepro7-link-x:49px;--au-surfacepro7-link-y:-61px;--au-surfacepro7-head-x:-30px;--au-surfacepro7-head-y:-60px;--au-surfacepro7-desc-x:30px;--au-surfacepro7-desc-y:0px;--au-surfacepro7-desc-width:95%;--au-surfacepro7-interviews-x:10px;--au-surfacepro7-interviews-y:40px;--au-surfacepro7-interviews-scale:1;--au-surfacepro7-concert-x:10px;--au-surfacepro7-concert-y:-55px;--au-surfacepro7-concert-scale:1;--au-surfacepro7-bottom-pad:-40}#austin-underground .au__heroMedia{overflow:visible!important;transform:translate(var(--au-surfacepro7-hero-x),var(--au-surfacepro7-hero-y)) scale(var(--au-surfacepro7-hero-scale))!important;transform-origin:top left!important}#austin-underground .au__heroMedia>div,#austin-underground .au__heroMedia>video{border-radius:inherit;overflow:hidden!important}#austin-underground .au__videoBlock .au__linkWrap.heroLinkWrap{transform:translate(var(--au-surfacepro7-link-x),var(--au-surfacepro7-link-y))!important}#austin-underground .au__heading{transform:translate(var(--au-surfacepro7-head-x),var(--au-surfacepro7-head-y))!important}#austin-underground .au__desc{max-width:var(--au-surfacepro7-desc-width)!important;transform:translate(var(--au-surfacepro7-desc-x),var(--au-surfacepro7-desc-y))!important;width:var(--au-surfacepro7-desc-width)!important}#austin-underground .au__concertPhotography .au__subhead h3,#austin-underground .au__interviews .au__subhead h3{font-size:clamp(18px,2.4vw,26px)!important;letter-spacing:.02em!important}#austin-underground .au__concertPhotography .au__rule--concert,#austin-underground .au__interviews .au__rule--interviews{max-width:120px!important;width:clamp(80px,7vw,120px)!important}#austin-underground .au__interviews{transform:translate(var(--au-surfacepro7-interviews-x),var(--au-surfacepro7-interviews-y)) scale(var(--au-surfacepro7-interviews-scale))!important;transform-origin:top center!important}#austin-underground .au__concertPhotography{margin-bottom:var(--au-surfacepro7-bottom-pad)!important;transform:translate(var(--au-surfacepro7-concert-x),var(--au-surfacepro7-concert-y)) scale(var(--au-surfacepro7-concert-scale))!important;transform-origin:top center!important}#austin-underground .au__fold2 .au__surfacepro7-spacer{display:block!important;height:var(--au-surfacepro7-bottom-pad)!important;min-height:var(--au-surfacepro7-bottom-pad)!important;width:100%!important}main:has(#austin-underground){overflow-x:visible!important}#austin-underground,#austin-underground .au__row1,#austin-underground .au__videoBlock{overflow-x:visible!important;overflow-y:visible!important}#austin-underground .au__title{font-size:clamp(24px,4vw,36px)!important;line-height:1.1!important}#austin-underground .au__rule--main{background:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;background-image:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;width:clamp(48px,6.5vw,86px)!important}#austin-underground .au__roles{font-size:clamp(13px,1.8vw,18px)!important;line-height:1.3!important}#austin-underground,#austin-underground .au__belowCollage,#austin-underground .au__concertPhotography,#austin-underground .au__fold2,#austin-underground .au__interviews,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{box-sizing:border-box!important;margin-left:auto!important;margin-right:auto!important;max-width:var(--au-mid-maxw)!important;padding-left:var(--au-mid-pad)!important;padding-right:var(--au-mid-pad)!important;width:100%!important}#austin-underground .au__fold2,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{margin-left:auto!important;margin-right:auto!important;transform:scale(var(--au-mid-scale))!important;transform-origin:top center!important}#austin-underground .au__colImages,#austin-underground .au__collageWrap--desktop,#austin-underground .au__row2--desktop .au__colImages{display:none!important}#austin-underground .au__collageWrap--mobile{display:block!important}#austin-underground .au__concertGrid,#austin-underground .au__photoStrip,#austin-underground .au__photoStrip--lower{display:none!important}#austin-underground .au__concertMobileGrid{display:grid!important}#austin-underground .au__collageWrap--mobile .au__collage{transform:translateX(25px)!important}#austin-underground .au__interviews .au__videoGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-auto-rows:auto!important;grid-template-columns:1fr!important}#austin-underground .au__interviews .au__videoGrid>*{flex:none!important;grid-column:1!important;max-width:100%!important}#austin-underground .au__videoGrid,#austin-underground .au__videosGrid,#austin-underground .au__videosGrid--stagger{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:1fr!important}#austin-underground .au__videoGrid>*{flex:none!important;max-width:100%!important}}@media (width:853px) and (height:1280px){#austin-underground{--au-mid-maxw:690px;--au-mid-scale:1.10;--au-mid-pad:18px;--au-zenbookfold-hero-x:10px;--au-zenbookfold-hero-y:-11px;--au-zenbookfold-hero-scale:0.905;--au-zenbookfold-link-x:8px;--au-zenbookfold-link-y:-43px;--au-zenbookfold-head-x:-33px;--au-zenbookfold-head-y:-42px;--au-zenbookfold-desc-x:-7px;--au-zenbookfold-desc-y:0px;--au-zenbookfold-desc-width:100%;--au-zenbookfold-interviews-x:0px;--au-zenbookfold-interviews-y:30px;--au-zenbookfold-interviews-scale:1.1;--au-zenbookfold-concert-x:0px;--au-zenbookfold-concert-y:110px;--au-zenbookfold-concert-scale:1.1;--au-zenbookfold-bottom-pad:90px}#austin-underground .au__heroMedia{overflow:visible!important;transform:translate(var(--au-zenbookfold-hero-x),var(--au-zenbookfold-hero-y)) scale(var(--au-zenbookfold-hero-scale))!important;transform-origin:top left!important}#austin-underground .au__heroMedia>div,#austin-underground .au__heroMedia>video{border-radius:inherit;overflow:hidden!important}#austin-underground .au__videoBlock .au__linkWrap.heroLinkWrap{transform:translate(var(--au-zenbookfold-link-x),var(--au-zenbookfold-link-y))!important}#austin-underground .au__heading{transform:translate(var(--au-zenbookfold-head-x),var(--au-zenbookfold-head-y))!important}#austin-underground .au__desc{max-width:var(--au-zenbookfold-desc-width)!important;transform:translate(var(--au-zenbookfold-desc-x),var(--au-zenbookfold-desc-y))!important;width:var(--au-zenbookfold-desc-width)!important}#austin-underground .au__collageWrap--mobile .au__collage{transform:translateX(25px)!important}#austin-underground .au__concertPhotography .au__subhead h3,#austin-underground .au__interviews .au__subhead h3{font-size:clamp(18px,2.4vw,26px)!important;letter-spacing:.02em!important}#austin-underground .au__concertPhotography .au__rule--concert,#austin-underground .au__interviews .au__rule--interviews{max-width:120px!important;width:clamp(80px,7vw,120px)!important}#austin-underground .au__interviews{transform:translate(var(--au-zenbookfold-interviews-x),var(--au-zenbookfold-interviews-y)) scale(var(--au-zenbookfold-interviews-scale))!important;transform-origin:top center!important}#austin-underground .au__concertPhotography{margin-bottom:var(--au-zenbookfold-bottom-pad)!important;transform:translate(var(--au-zenbookfold-concert-x),var(--au-zenbookfold-concert-y)) scale(var(--au-zenbookfold-concert-scale))!important;transform-origin:top center!important}#austin-underground .au__fold2 .au__zenbookfold-spacer{display:block!important;height:var(--au-zenbookfold-bottom-pad)!important;min-height:var(--au-zenbookfold-bottom-pad)!important;width:100%!important}main:has(#austin-underground){overflow-x:visible!important}#austin-underground,#austin-underground .au__row1,#austin-underground .au__videoBlock{overflow-x:visible!important;overflow-y:visible!important}#austin-underground .au__title{font-size:clamp(24px,4vw,36px)!important;line-height:1.1!important}#austin-underground .au__rule--main{background:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;background-image:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;width:clamp(48px,6.5vw,86px)!important}#austin-underground .au__roles{font-size:clamp(13px,1.8vw,18px)!important;line-height:1.3!important}#austin-underground,#austin-underground .au__belowCollage,#austin-underground .au__concertPhotography,#austin-underground .au__fold2,#austin-underground .au__interviews,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{box-sizing:border-box!important;margin-left:auto!important;margin-right:auto!important;max-width:var(--au-mid-maxw)!important;padding-left:var(--au-mid-pad)!important;padding-right:var(--au-mid-pad)!important;width:100%!important}#austin-underground .au__fold2,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{margin-left:auto!important;margin-right:auto!important;transform:scale(var(--au-mid-scale))!important;transform-origin:top center!important}#austin-underground .au__colImages,#austin-underground .au__collageWrap--desktop,#austin-underground .au__row2--desktop .au__colImages{display:none!important}#austin-underground .au__collageWrap--mobile{display:block!important}#austin-underground .au__concertGrid,#austin-underground .au__photoStrip,#austin-underground .au__photoStrip--lower{display:none!important}#austin-underground .au__concertMobileGrid{display:grid!important}#austin-underground .au__interviews .au__videoGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-auto-rows:auto!important;grid-template-columns:1fr!important}#austin-underground .au__interviews .au__videoGrid>*{flex:none!important;grid-column:1!important;max-width:100%!important}#austin-underground .au__videoGrid,#austin-underground .au__videosGrid,#austin-underground .au__videosGrid--stagger{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:1fr!important}#austin-underground .au__videoGrid>*{flex:none!important;max-width:100%!important}}@media (width:1024px) and (height:600px){#austin-underground{--au-nesthub-title-x:0px;--au-nesthub-title-y:20px;--au-nesthub-title-font-size:clamp(24px,4vw,26px);--au-nesthub-roles-font-size:clamp(11px,1.8vw,11px);--au-nesthub-logo-x:0px;--au-nesthub-logo-y:15px;--au-nesthub-desc-x:0px;--au-nesthub-desc-y:0px;--au-nesthub-desc-width:125%;--au-nesthub-interviews-x:-155px;--au-nesthub-interviews-y:430px;--au-nesthub-interviews-scale:0.7;--au-nesthub-concert-x:-150px;--au-nesthub-concert-y:300px;--au-nesthub-concert-scale:0.69}#austin-underground .au__heading{transform:translate(var(--au-nesthub-title-x),var(--au-nesthub-title-y))!important}#austin-underground .au__heading .au__title{font-size:var(--au-nesthub-title-font-size)!important}#austin-underground .au__heading .au__roles{font-size:var(--au-nesthub-roles-font-size)!important}#austin-underground .au__collageWrap--desktop .au__collage,#austin-underground .au__collageWrap--mobile .au__collage{transform:translate(var(--au-nesthub-logo-x),var(--au-nesthub-logo-y)) scale(.9)!important}#austin-underground .au__desc{max-width:var(--au-nesthub-desc-width)!important;transform:translate(var(--au-nesthub-desc-x),var(--au-nesthub-desc-y))!important;width:var(--au-nesthub-desc-width)!important}#austin-underground .au__interviews{transform:translate(var(--au-nesthub-interviews-x),var(--au-nesthub-interviews-y)) scale(var(--au-nesthub-interviews-scale))!important;transform-origin:top center!important}#austin-underground .au__concertPhotography{transform:translate(var(--au-nesthub-concert-x),var(--au-nesthub-concert-y)) scale(var(--au-nesthub-concert-scale))!important;transform-origin:top center!important}#austin-underground .au__fold2{min-height:0!important}#austin-underground .au__interviews{margin-top:12px!important}}@media (width:1280px) and (height:800px){#austin-underground{--au-nesthubmax-title-x:0px;--au-nesthubmax-title-y:0px;--au-nesthubmax-title-font-size:clamp(24px,4vw,31px);--au-nesthubmax-roles-font-size:clamp(11px,1.8vw,14px);--au-nesthubmax-logo-x:0px;--au-nesthubmax-logo-y:-5px;--au-nesthubmax-logo-scale:1;--au-nesthubmax-desc-width:130%;--au-nesthubmax-interviews-x:-165px;--au-nesthubmax-interviews-y:390px;--au-nesthubmax-interviews-scale:0.72;--au-nesthubmax-concert-x:-170px;--au-nesthubmax-concert-y:270px;--au-nesthubmax-concert-scale:0.72}#austin-underground .au__heading{transform:translate(var(--au-nesthubmax-title-x),var(--au-nesthubmax-title-y))!important}#austin-underground .au__heading .au__title{font-size:var(--au-nesthubmax-title-font-size)!important}#austin-underground .au__heading .au__roles{font-size:var(--au-nesthubmax-roles-font-size)!important}#austin-underground .au__collageWrap--desktop .au__collage,#austin-underground .au__collageWrap--mobile .au__collage{transform:translate(var(--au-nesthubmax-logo-x),var(--au-nesthubmax-logo-y)) scale(var(--au-nesthubmax-logo-scale))!important}#austin-underground .au__desc{max-width:var(--au-nesthubmax-desc-width)!important;width:var(--au-nesthubmax-desc-width)!important}#austin-underground .au__interviews{transform:translate(var(--au-nesthubmax-interviews-x),var(--au-nesthubmax-interviews-y)) scale(var(--au-nesthubmax-interviews-scale))!important;transform-origin:top center!important}#austin-underground .au__concertPhotography{transform:translate(var(--au-nesthubmax-concert-x),var(--au-nesthubmax-concert-y)) scale(var(--au-nesthubmax-concert-scale))!important;transform-origin:top center!important}#austin-underground .au__interviews{margin-top:0!important}#austin-underground .au__fold2{min-height:0!important}}@media (width:1024px) and (height:1366px){#austin-underground{--au-mid-maxw:690px;--au-mid-scale:1.13;--au-mid-pad:18px;--au-ipadpro-hero-x:40px;--au-ipadpro-hero-y:0px;--au-ipadpro-hero-scale:0.89;--au-ipadpro-link-x:40px;--au-ipadpro-link-y:-42px;--au-ipadpro-head-x:-23px;--au-ipadpro-head-y:-38px;--au-ipadpro-desc-width:550px;--au-ipadpro-desc-x:20px;--au-ipadpro-desc-y:0px;--au-ipadpro-interviews-x:0px;--au-ipadpro-interviews-y:260px;--au-ipadpro-concert-x:0px;--au-ipadpro-concert-y:280px;--au-ipadpro-bottom-pad:10px}#austin-underground .au__colText{min-width:var(--au-ipadpro-desc-width)!important}#austin-underground .au__heroMedia{overflow:visible!important;transform:translate(var(--au-ipadpro-hero-x),var(--au-ipadpro-hero-y)) scale(var(--au-ipadpro-hero-scale))!important;transform-origin:top left!important}#austin-underground .au__heroMedia>div,#austin-underground .au__heroMedia>video{border-radius:inherit;overflow:hidden!important}#austin-underground .au__videoBlock .au__linkWrap.heroLinkWrap{transform:translate(var(--au-ipadpro-link-x),var(--au-ipadpro-link-y))!important}#austin-underground .au__heading{transform:translate(var(--au-ipadpro-head-x),var(--au-ipadpro-head-y))!important}main:has(#austin-underground){overflow-x:visible!important}#austin-underground .au__row1,#austin-underground .au__videoBlock{overflow-x:visible!important;overflow-y:visible!important}#austin-underground .au__heading .au__title{font-size:clamp(35px,6.5vw,10px)!important;line-height:1.1!important}#austin-underground .au__heading .au__rule--main{background:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;background-image:linear-gradient(90deg,#fff 0,#fff 15%,#0003)!important;height:2px!important;width:clamp(10px,12vw,224px)!important}#austin-underground .au__heading .au__roles{font-size:clamp(11px,2.9vw,16px)!important;line-height:1.3!important}#austin-underground,#austin-underground .au__belowCollage,#austin-underground .au__concertPhotography,#austin-underground .au__fold2,#austin-underground .au__interviews,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{box-sizing:border-box!important;margin-left:auto!important;margin-right:auto!important;max-width:max(var(--au-mid-maxw),calc(var(--au-ipadpro-desc-width) + 36px))!important;padding-left:var(--au-mid-pad)!important;padding-right:var(--au-mid-pad)!important;width:100%!important}#austin-underground .au__fold2,#austin-underground .au__row1,#austin-underground .au__row2,#austin-underground .au__row2--desktop{margin-left:auto!important;margin-right:auto!important;transform:scale(var(--au-mid-scale))!important;transform-origin:top center!important}#austin-underground{overflow-x:visible!important;overflow-y:visible!important}#austin-underground *{box-sizing:border-box!important;min-width:0!important}#austin-underground .au__row1{grid-template-columns:1fr!important}#austin-underground .au__heading{justify-items:end!important;text-align:right!important;width:100%!important}#austin-underground .au__roles,#austin-underground .au__title{text-align:right!important}#austin-underground .au__rule--main{margin-left:auto!important}#austin-underground .au__linkWrap{margin-top:10px!important;transform:none!important}#austin-underground .au__colImages,#austin-underground .au__collageWrap--desktop,#austin-underground .au__row2--desktop .au__colImages{display:none!important}#austin-underground .au__row2--desktop{grid-template-areas:"text"!important;grid-template-columns:1fr!important}#austin-underground .au__collageWrap--mobile{background:#0000!important;display:block!important;margin:20px 0!important}#austin-underground .au__collageWrap--mobile .au__collage{background:#0000!important;border-radius:10px!important;box-shadow:none!important;display:block!important;filter:drop-shadow(0 6px 18px rgba(0,0,0,.12)) drop-shadow(0 2px 6px rgba(0,0,0,.06))!important;height:auto!important;margin-left:auto!important;margin-right:auto!important;transform:translateX(25px)!important;width:min(85vw,395px)!important}#austin-underground .au__desc{display:block!important;font-size:clamp(18px,2.2vw,22px)!important;line-height:1.55!important;margin-bottom:14px!important;margin-top:10px!important;max-width:100%!important;transform:translate(var(--au-ipadpro-desc-x),var(--au-ipadpro-desc-y))!important;width:100%!important}#austin-underground .au__belowCollage,#austin-underground .au__collageWrap--mobile{transform:none!important}#austin-underground .au__fold2{margin-top:12px!important;min-height:0!important;position:relative!important;top:auto!important;transform:scale(var(--au-mid-scale))!important;transform-origin:top center!important}#austin-underground .au__videoGrid,#austin-underground .au__videosGrid,#austin-underground .au__videosGrid--stagger{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:1fr!important}#austin-underground .au__concertPhotography .au__subhead h3,#austin-underground .au__interviews .au__subhead h3{font-size:clamp(18px,2.4vw,26px)!important;letter-spacing:.02em!important}#austin-underground .au__concertPhotography .au__rule--concert,#austin-underground .au__interviews .au__rule--interviews{max-width:120px!important;width:clamp(80px,7vw,120px)!important}#austin-underground .au__interviews{transform:translate(var(--au-ipadpro-interviews-x),var(--au-ipadpro-interviews-y))!important}#austin-underground .au__concertPhotography{margin-bottom:var(--au-ipadpro-bottom-pad)!important;transform:translate(var(--au-ipadpro-concert-x),var(--au-ipadpro-concert-y))!important}#austin-underground .au__fold2 .au__ipadpro-spacer{display:block!important;height:var(--au-ipadpro-bottom-pad)!important;min-height:var(--au-ipadpro-bottom-pad)!important;width:100%!important}#austin-underground .au__interviews .au__videoGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-auto-rows:auto!important;grid-template-columns:1fr!important}#austin-underground .au__interviews .au__videoGrid>*{flex:none!important;grid-column:1!important;max-width:100%!important}#austin-underground .au__videoGrid>*{flex:none!important;max-width:100%!important}#austin-underground .au__videosGrid--stagger .t2,#austin-underground .au__videosGrid--stagger .t3,#austin-underground .au__videosGrid--stagger .t4,#austin-underground .au__videosGrid--stagger .v5,#austin-underground .au__videosGrid--stagger .v6{grid-column:auto!important}#austin-underground .au__concertGrid,#austin-underground .au__photoStrip,#austin-underground .au__photoStrip--lower{display:none!important}#austin-underground .au__concertMobileGrid{grid-gap:12px!important;display:grid!important;gap:12px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;margin:20px 0 0!important;max-width:100%!important;padding:0!important;width:100%!important}#austin-underground .au__concertMobileGrid .media,#austin-underground .au__concertMobileGrid img{aspect-ratio:4/5!important;border-radius:10px!important;box-shadow:0 6px 18px #0000001f,0 2px 6px #0000000f!important;box-shadow:var(--shadow)!important;display:block!important;height:auto!important;object-fit:cover!important;transform:none!important;width:100%!important}#austin-underground,#austin-underground .au__row1,#austin-underground .au__videoBlock{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;overflow-y:visible!important}}#blaze{--bl-hero-scale:1;--bl-hero-x:0px;--bl-hero-y:0px;--bl-link-x:0px;--bl-link-y:0px;--bl-head-scale:1;--bl-head-x:0px;--bl-head-y:0px;--bl-ipadpro-logo-x:0px;--bl-ipadpro-below-y:0px}.bl{color:var(--au-ink);margin-top:-28px;position:relative}@media (max-width:980px){.bl{margin-top:0}}.bl__row1{grid-gap:var(--au-gap);display:grid;gap:var(--au-gap);grid-template-areas:"hero" "link" "heading" "desc";grid-template-columns:1fr;margin-bottom:clamp(16px,3vw,28px)}@media (min-width:601px){#blaze .bl__row1{align-items:start;grid-template-areas:"hero heading" "link heading" "desc heading";grid-template-columns:.56fr .44fr}#blaze .bl__heroMedia{grid-area:hero}#blaze .bl__heroLink{grid-area:link}#blaze .bl__heading{align-self:start;grid-area:heading;justify-self:end}#blaze .bl__desc{grid-area:desc}}.bl__heroMedia{aspect-ratio:16/9;background:#000;border-radius:10px;box-shadow:var(--shadow);grid-area:hero;overflow:hidden;position:relative;width:100%}.bl__heroVideo{display:block;height:100%;object-fit:cover;width:100%}.bl__desc{color:var(--au-muted);font-size:clamp(20px,2.6vw,24px);grid-area:desc;line-height:1.55;margin:clamp(6px,.8vw,10px) 0 0;max-width:62ch}.bl__heroLink{grid-area:link}.bl__heading{grid-gap:10px;display:grid;gap:10px;grid-area:heading;justify-items:end}.bl__title{font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:clamp(28px,4.6vw,44px);line-height:1.1;margin:0}.bl__rule{display:inline-block;height:1px}.bl__rule--main{background:linear-gradient(90deg,#fff 0,#fff 15%,#0003);width:clamp(54px,7.2vw,96px)}.bl__rule--shorts{background:linear-gradient(270deg,#fff 0,#fff 15%,#0003);width:clamp(60px,6vw,100px)}.bl__rule--long{background:linear-gradient(90deg,#fff 0,#fff 15%,#0003);width:clamp(60px,6vw,100px)}.bl__roles{color:var(--au-ink);font-size:clamp(15px,2vw,20px);font-weight:500;line-height:1.3;text-align:right}.bl__logoWrap{display:flex;justify-content:center;left:-60px;margin-top:clamp(18px,2vw,26px);position:relative;top:60px;width:100%}.bl__logo{background:none!important;border:none!important;box-shadow:none!important;display:block;filter:drop-shadow(0 4px 10px rgba(0,0,0,.25));height:auto;object-fit:contain;width:clamp(220px,28vw,340px)}.bl__fold{grid-gap:calc(var(--au-gap)*1.25);display:grid;gap:calc(var(--au-gap)*1.25);grid-template-columns:1fr;margin-top:clamp(18px,2.6vw,28px)}.bl__shortsSection{margin-bottom:40px;margin-top:32px;position:relative}.bl__videosSection{margin-top:clamp(64px,7vw,96px);position:relative}@media (min-width:601px){#blaze{--blaze-gap-after-hero:32px;--blaze-gap-between-sections:26px}#blaze .bl__shortsSection{margin-top:calc(var(--blaze-gap-after-hero) + 15px)}#blaze .bl__videosSection{margin-top:calc(var(--blaze-gap-between-sections) + 70px)}}.bl__subhead{display:flex;flex-direction:column;gap:8px}.bl__subhead h3{font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:clamp(18px,3vw,28px);font-weight:600;letter-spacing:.2px;margin:0}.bl__subhead--left{align-items:flex-start;text-align:left}.bl__subhead--right{align-items:flex-end;text-align:right}.bl__linkWrap{align-items:flex-start;display:inline-flex;flex-direction:column;margin-top:clamp(6px,.6vw,8px);width:-webkit-max-content;width:max-content}.bl__link{color:var(--au-ink);display:inline-block;font-size:clamp(12px,1vw,14px);font-weight:500;margin:0;text-decoration:none}.bl__link:hover{opacity:.8}.bl__linkRule{align-self:stretch;background:#0000004d!important;background-image:none!important;display:block;height:1px;margin-top:2px;opacity:1!important;width:100%}.bl__heroLink .bl__linkWrap{align-items:flex-start;display:inline-flex;flex-direction:column;margin-top:10px;width:-webkit-max-content;width:max-content}.bl__heroLink .bl__link{color:var(--au-ink);display:inline-block;font-size:clamp(14px,1.1vw,16px);margin:0;position:relative;text-decoration:none}.bl__heroLink .bl__link:hover{opacity:.75}.bl__heroLink .bl__linkRule{align-self:stretch;background:#0000004d!important;background-image:none!important;display:block;height:1px;margin-top:2px;opacity:1!important;width:100%}.bl__shortCard .bl__link{font-size:.7rem;line-height:.98rem}.bl__shortsGrid{grid-gap:clamp(14px,2vw,22px);display:grid;gap:clamp(14px,2vw,22px);grid-template-columns:repeat(5,minmax(140px,200px));justify-content:center}.bl__shortCard{align-items:flex-start;display:flex;flex-direction:column}.bl__shortMedia{aspect-ratio:9/16;background:#000;border-radius:10px;box-shadow:var(--shadow);overflow:hidden;width:100%}.bl__shortVideo{display:block;height:100%;object-fit:cover;width:100%}.bl__shortCard:nth-child(5n+1){transform:translateY(0)}.bl__shortCard:nth-child(5n+2){transform:translateY(8px)}.bl__shortCard:nth-child(5n+3){transform:translateY(16px)}.bl__shortCard:nth-child(5n+4){transform:translateY(24px)}.bl__shortCard:nth-child(5n+5){transform:translateY(32px)}.bl__videoGrid{flex-wrap:wrap;gap:var(--au-gap);justify-content:center;margin-top:clamp(12px,1.8vw,18px)}.bl__videoBox,.bl__videoGrid{align-items:flex-start;display:flex}.bl__videoBox{flex:0 1 calc(33.33333% - var(--au-gap)*2/3);flex-direction:column;max-width:calc(33.33333% - var(--au-gap)*2/3)}.bl__videoMedia{aspect-ratio:16/9;background:#000;border-radius:10px;box-shadow:var(--shadow);overflow:hidden;width:100%}.bl__videoPlayer{display:block;height:100%;object-fit:cover;width:100%}.bl .media--video:after,.bl .media--video:before,.bl .media__play{content:none!important;display:none!important;pointer-events:none!important}@media (max-width:900px){.bl__videoBox{flex-basis:100%;max-width:100%}.bl__shortsGrid{grid-template-columns:repeat(3,minmax(140px,1fr))}}@media (max-width:600px){.bl__shortsGrid{gap:14px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;justify-content:center}#blaze .bl__row1{gap:var(--au-gap);grid-template-areas:"hero" "link" "heading" "desc";grid-template-columns:1fr}#blaze .bl__heroMedia{grid-area:hero}#blaze .bl__heroLink{grid-area:link}#blaze .bl__heading{grid-area:heading}#blaze .bl__desc{grid-area:desc}.bl__heading{align-items:flex-end;display:flex;flex-direction:column;justify-items:end}.bl__heading,.bl__roles,.bl__title{text-align:right}.bl__desc{text-align:left}#blaze{--blaze-logo-scale:0.95}#blaze .bl__logo{display:block;transform:scale(var(--blaze-logo-scale));transform-origin:top center}body,html{overflow-x:hidden}.App,.blaze,.vp-main,main,section#blaze{max-width:100%;overflow-x:hidden}.blaze,section#blaze{box-sizing:border-box;touch-action:pan-y}.blaze iframe,.blaze img,.blaze video,section#blaze iframe,section#blaze img,section#blaze video{display:block;height:auto;max-width:100%}#blaze.bl{overflow-x:clip!important;padding-left:14px!important;padding-right:0!important}#blaze *{box-sizing:border-box;min-width:0}#blaze .bl__logoWrap{left:-1px!important;top:-2px!important}#blaze .bl__logo{max-width:min(280px,80vw)}#blaze .bl__desc{box-sizing:border-box;max-width:none!important;overflow-wrap:break-word;padding-right:10px!important;width:calc(100% - 10px)!important;word-break:normal}#blaze .bl__shortCard{transform:none!important}#blaze .bl__shortCard:nth-child(2n){margin-top:10px!important}#blaze .bl__shortCard:nth-child(5n+1),#blaze .bl__shortCard:nth-child(5n+2),#blaze .bl__shortCard:nth-child(5n+3),#blaze .bl__shortCard:nth-child(5n+4),#blaze .bl__shortCard:nth-child(5n+5){transform:none!important}#blaze .bl__shortMedia{width:100%}#blaze .bl__shortsGrid .bl__shortCard .bl__link{font-size:.535rem!important;line-height:.95rem!important}#blaze{padding-bottom:210px!important}#blaze .bl__videosSection{position:relative!important;top:-20px!important}}.os-mac #blaze,.os-mac body{overflow-x:hidden}.os-mac #blaze .bl__content,.os-mac #blaze .bl__fold,.os-mac #blaze .bl__row1,.os-mac #blaze .bl__shortGrid,.os-mac #blaze .bl__videoGrid{box-sizing:border-box;max-width:100%;padding-left:0;padding-right:clamp(18px,2.5vw,38px)}.os-mac #blaze iframe,.os-mac #blaze img,.os-mac #blaze video{max-width:100%}.os-mac #blaze .bl__logoWrap{left:-5px;position:relative}@media (min-width:601px){#blaze .bl__heading{grid-gap:10px!important;align-items:start!important;display:grid!important;gap:10px!important;justify-items:end!important;margin-top:0!important;text-align:right!important}#blaze .bl__rule{justify-self:end!important}#blaze .bl__roles{text-align:right!important}#blaze .bl__logoWrap{justify-self:end!important;margin-left:auto!important}#blaze .bl__heroMedia{margin-bottom:clamp(8px,1vw,12px)}#blaze .bl__heroLink .bl__linkWrap{margin-bottom:clamp(6px,.8vw,10px)}#blaze{--bl-gap-after-paragraph:28px;--bl-gap-between-sections:26px;--bl-bottom-gutter:60px}#blaze .bl__fold,#blaze .bl__shortsSection,#blaze .bl__videoGrid,#blaze .bl__videosSection{bottom:auto!important;top:auto!important;transform:none!important}#blaze .bl__shortsSection{margin-bottom:0!important}#blaze.bl{padding-bottom:var(--bl-bottom-gutter)!important}#blaze .bl__videosSection{margin-bottom:40px!important}#blaze .bl__desc,#blaze .bl__heroLink{transform:translateY(-30px)}#blaze .bl__shortsSection,#blaze .bl__videosSection{top:-30px!important}}@media (min-width:981px){#blaze{--bl-link-y:-30px;--bl-logo-x:0px;--bl-roles-size:unset;--bl-shorts-scale:1;--bl-longform-shift:0px}#blaze .bl__logoWrap{transform:translateX(var(--bl-logo-x))}#blaze .bl__roles{font-size:clamp(15px,2vw,20px);font-size:var(--bl-roles-size,clamp(15px,2vw,20px))}#blaze .bl__shortsGrid{transform:scale(var(--bl-shorts-scale))!important;transform-origin:center top}#blaze .bl__videosSection{transform:translateY(var(--bl-longform-shift))!important}}@media (min-width:981px) and (max-width:1049px){#blaze{--bl-logo-x:75px;--bl-roles-size:clamp(13px,1.2vw,16px);--bl-shorts-scale:1.08;--bl-longform-shift:-120px}}@media (min-width:1050px) and (max-width:1118px){#blaze{--bl-logo-x:75px;--bl-roles-size:clamp(13px,1.2vw,16px);--bl-shorts-scale:0.92;--bl-longform-shift:-120px}}@media (min-width:1119px) and (max-width:1139px){#blaze{--bl-logo-x:75px;--bl-roles-size:clamp(13px,1.2vw,16px);--bl-shorts-scale:0.92;--bl-longform-shift:-40px}}@media (min-width:981px) and (max-width:1119px){#blaze{--bl-longform-shift:-210px}}@media (min-width:1140px) and (max-width:1199px){#blaze{--bl-logo-x:75px;--bl-roles-size:clamp(13px,1.2vw,16px);--bl-shorts-scale:1;--bl-longform-shift:-40px}}@media (min-width:1200px) and (max-width:1420px){#blaze{--bl-logo-x:75px;--bl-roles-size:clamp(13px,1.2vw,16px);--bl-shorts-scale:1;--bl-longform-shift:0px}}@media (min-width:1120px) and (max-width:1240px){#blaze{--bl-longform-shift:-200px}}@media (min-width:981px) and (max-width:1240px){#blaze{--bl-shorts-scale:0.81}#blaze .bl__shortsSection{display:flex;flex-direction:column}#blaze .bl__shortsGrid{align-self:center}}@media (min-width:981px) and (max-width:1400px){#blaze .bl__shortCard .bl__link{font-size:.54rem!important;line-height:.92rem!important}}@media (min-width:1421px) and (max-width:1600px){#blaze{--bl-logo-x:125px;--bl-roles-size:unset;--bl-shorts-scale:1;--bl-longform-shift:0px}}@media (min-width:1601px) and (max-width:1750px){#blaze{--bl-logo-x:95px;--bl-roles-size:unset;--bl-shorts-scale:1;--bl-longform-shift:0px}}@media (min-width:1751px){#blaze{--bl-logo-x:0px}}@media (min-width:1620px) and (max-width:3200px){#blaze .bl__shortsGrid{gap:clamp(14px,2vw,28px);grid-template-columns:repeat(5,minmax(140px,1fr))}}@media (width:1024px) and (height:600px){#blaze .bl__roles{font-size:13.45px!important;line-height:1.25!important}#blaze .bl__logo{transform:translateX(15px) scale(.8)!important;transform-origin:top center}#blaze .bl__desc{max-width:85ch!important}#blaze .bl__shortsSection{display:flex;flex-direction:column}#blaze .bl__shortsGrid{align-self:center;transform:scale(.85)!important;transform-origin:center top}#blaze .bl__shortCard .bl__link{font-size:.55rem!important;line-height:.9rem!important}#blaze .bl__videosSection{margin-bottom:-82px!important;position:relative!important;top:-200px!important;transform:none!important}#blaze.bl{padding-bottom:12px!important}}@media (width:1280px) and (height:800px){#blaze{--bl-logo-x:65px;--bl-longform-shift:0px;--bl-shorts-scale:1}#blaze .bl__roles{font-size:17px!important;line-height:1.25!important}#blaze .bl__logo{transform:translateX(20px) scale(.85)!important;transform-origin:top center}#blaze .bl__shortCard .bl__link{font-size:.58rem!important;line-height:.9rem!important}}@media (max-width:600px){#blaze .bl__desc,#blaze .bl__heading,#blaze .bl__heroLink,#blaze .bl__shortsSection,#blaze .bl__videosSection{position:relative;top:-13px}#blaze .bl__desc,#blaze .bl__heading,#blaze .bl__shortsSection,#blaze .bl__videosSection{position:relative;top:0}}@media (min-width:601px){#blaze .bl__logo,#blaze .bl__logoWrap{display:block}}@media (max-width:360px) and (pointer:coarse){#blaze .bl__roles{font-size:13.2px!important;line-height:1.22!important}#blaze .bl__shortsGrid .bl__shortCard .bl__link{font-size:.48rem!important;line-height:.9rem!important}}@media (min-width:601px) and (max-width:980px){#blaze,#blaze .bl__row1{overflow:visible!important}#blaze{--bl-hero-scale:1.04;--bl-hero-x:-19px;--bl-hero-y:-12px;--bl-link-x:0px;--bl-link-y:-8px;--bl-head-x:-2px;--bl-head-y:-27px;--bl-head-scale:1}#blaze,#blaze .bl__row1,#blaze .bl__shortsSection,#blaze .bl__videosSection{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:520px;padding-left:16px;padding-right:16px;width:100%}.os-mac #blaze .bl__fold,.os-mac #blaze .bl__row1{padding-left:16px!important;padding-right:16px!important}#blaze iframe,#blaze img,#blaze video{display:block;height:auto;max-width:100%}#blaze .bl__row1{grid-template-areas:"hero" "link" "heading" "desc";grid-template-columns:1fr}#blaze .bl__heroMedia{grid-area:hero}#blaze .bl__heroLink{grid-area:link}#blaze .bl__heading{grid-area:heading}#blaze .bl__desc{grid-area:desc}#blaze .bl__heading{align-items:flex-end;display:flex;flex-direction:column;justify-items:end;text-align:right}#blaze .bl__roles,#blaze .bl__title{text-align:right}#blaze .bl__logoWrap{justify-content:center;left:0;margin-top:clamp(18px,2vw,26px);top:0}#blaze .bl__logo{max-width:min(280px,80vw)}#blaze .bl__desc{box-sizing:border-box;max-width:none;padding-right:10px;text-align:left;width:100%}#blaze .bl__shortsGrid{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center}#blaze .bl__shortCard,#blaze .bl__shortCard:nth-child(5n+1),#blaze .bl__shortCard:nth-child(5n+2),#blaze .bl__shortCard:nth-child(5n+3),#blaze .bl__shortCard:nth-child(5n+4),#blaze .bl__shortCard:nth-child(5n+5){transform:none!important}#blaze .bl__shortCard:nth-child(2n){margin-top:10px}#blaze .bl__videoGrid{grid-gap:var(--au-gap);display:grid;gap:var(--au-gap);grid-template-columns:1fr}#blaze .bl__videoBox{max-width:100%}#blaze,#blaze *{min-width:0}#blaze{overflow-x:clip}#blaze .bl__heroMedia{transform:translate(var(--bl-hero-x),var(--bl-hero-y)) scale(var(--bl-hero-scale))!important}#blaze .bl__heroLink{transform:translate(calc(var(--bl-hero-x) + var(--bl-link-x)),calc(var(--bl-hero-y) + var(--bl-link-y))) scale(var(--bl-hero-scale))!important}#blaze .bl__desc,#blaze .bl__shortsSection,#blaze .bl__videosSection{top:auto!important;transform:none!important}#blaze{--bl-mid-belowHero-lift:-30px;--bl-mid-longform-extra:-40px}#blaze .bl__desc,#blaze .bl__logoWrap,#blaze .bl__shortsSection,#blaze .bl__videosSection{position:relative!important;top:var(--bl-mid-belowHero-lift)!important}#blaze .bl__videosSection{top:calc(var(--bl-mid-belowHero-lift) + var(--bl-mid-longform-extra))!important}}@media (min-width:601px) and (max-width:638px){#blaze .bl__roles{font-size:13px!important;line-height:1.25!important}}@media (min-width:601px) and (max-width:719px){#blaze .bl__shortCard .bl__link{font-size:.52rem!important;line-height:.9rem!important}}@media (width:1024px) and (height:1366px){#blaze{--bl-ipadpro-lower-scale:1.10;--bl-hero-scale:1.209;--bl-hero-x:-68px;--bl-hero-y:0px;--bl-link-x:0px;--bl-link-y:30px;--bl-head-x:35px;--bl-head-y:28px;--bl-head-scale:1;--bl-ipadpro-logo-x:20px;--bl-ipadpro-below-y:10px;--bl-ipadpro-longform-y:2120px}#blaze.bl{padding-bottom:1500px!important}#blaze,#blaze .bl__row1,#blaze .bl__shortsSection,#blaze .bl__videosSection{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:520px;padding-left:16px;padding-right:16px;width:100%}.os-mac #blaze .bl__fold,.os-mac #blaze .bl__row1{padding-left:16px!important;padding-right:16px!important}#blaze iframe,#blaze img,#blaze video{display:block;height:auto;max-width:100%}#blaze .bl__row1{grid-template-areas:"hero" "link" "heading" "desc";grid-template-columns:1fr}#blaze .bl__heroMedia{grid-area:hero}#blaze .bl__heroLink{grid-area:link}#blaze .bl__heading{grid-area:heading}#blaze .bl__desc{grid-area:desc}#blaze .bl__heading{align-items:flex-end;display:flex;flex-direction:column;justify-items:end;text-align:right}#blaze .bl__roles,#blaze .bl__title{text-align:right}#blaze .bl__logoWrap{justify-content:center;left:var(--bl-ipadpro-logo-x);margin-top:clamp(18px,2vw,26px);position:relative;top:var(--bl-ipadpro-below-y)}#blaze .bl__logo{max-width:min(280px,80vw);transform:translateY(17px) scale(.925);transform-origin:center top}#blaze .bl__desc,#blaze .bl__shortsSection,#blaze .bl__videosSection{position:relative;top:var(--bl-ipadpro-below-y)}#blaze .bl__desc{box-sizing:border-box;max-width:none;padding-right:10px;text-align:left;width:100%}#blaze .bl__shortsGrid{gap:14px;grid-template-columns:repeat(2,minmax(0,1fr));justify-content:center}#blaze .bl__shortCard,#blaze .bl__shortCard:nth-child(5n+1),#blaze .bl__shortCard:nth-child(5n+2),#blaze .bl__shortCard:nth-child(5n+3),#blaze .bl__shortCard:nth-child(5n+4),#blaze .bl__shortCard:nth-child(5n+5){transform:none!important}#blaze .bl__shortCard:nth-child(2n){margin-top:10px}#blaze .bl__videoGrid{grid-gap:var(--au-gap);display:grid;gap:var(--au-gap);grid-template-columns:1fr}#blaze .bl__videoBox{max-width:100%}#blaze,#blaze *{min-width:0}#blaze{overflow-x:clip}#blaze .bl__heroMedia{transform:translate(var(--bl-hero-x),var(--bl-hero-y)) scale(var(--bl-hero-scale))!important}#blaze .bl__heroLink{transform:translate(calc(var(--bl-hero-x) + var(--bl-link-x)),calc(var(--bl-hero-y) + var(--bl-link-y))) scale(var(--bl-hero-scale))!important}#blaze .bl__desc,#blaze .bl__shortsSection,#blaze .bl__videosSection{top:var(--bl-ipadpro-below-y)!important;transform:scale(var(--bl-ipadpro-lower-scale))!important;transform-origin:center top!important}html body #blaze section.bl__fold.bl__videosSection{position:relative!important;top:auto!important;transform:scale(var(--bl-ipadpro-lower-scale)) translateY(var(--bl-ipadpro-longform-y))!important;transform-origin:top center!important;will-change:transform;z-index:1}html body #blaze:after{content:"";display:block;height:1050px;width:100%}}#blaze .bl__heroMedia{transform:translate(var(--bl-hero-x),var(--bl-hero-y)) scale(var(--bl-hero-scale));transform-origin:top left}#blaze .bl__heroLink{transform:translate(calc(var(--bl-hero-x) + var(--bl-link-x)),calc(var(--bl-hero-y) + var(--bl-link-y))) scale(var(--bl-hero-scale));transform-origin:top left}#blaze .bl__roles,#blaze .bl__rule--main,#blaze .bl__title{position:relative;transform:translate(var(--bl-head-x),var(--bl-head-y)) scale(var(--bl-head-scale));transform-origin:top right}@media (width:1024px) and (height:1366px){#blaze{--bl-logo-x:0px;--bl-roles-size:unset;--bl-shorts-scale:1;--bl-longform-shift:0px}#blaze .bl__roles{font-size:clamp(15px,2vw,20px)!important}#blaze .bl__shortsGrid{transform:scale(1.62)!important;transform-origin:center top}}:root{--home-nudge:45px;--home-mobile-desc-scale:0.85}.home{grid-row-gap:clamp(10px,2vh,18px);align-content:start;background:#fff;color:var(--au-ink);display:grid;grid-template-rows:auto auto auto;height:auto;justify-items:center;min-height:100svh;overflow-x:hidden;padding:max(clamp(56px,7vh,96px),env(safe-area-inset-top)) clamp(18px,4vw,46px) clamp(18px,3vw,34px);position:relative;row-gap:clamp(10px,2vh,18px);transform:none;will-change:auto}.home__spotlight{background:radial-gradient(circle at 50% 46%,#0000000f 0,rgba(0,0,0,.035) 18%,rgba(0,0,0,.015) 34%,#0000 56%);inset:0;pointer-events:none;position:absolute;z-index:0}#home.home{--home-stage-x:0px;--home-stage-y:0px;--home-stage-scale:1}#home.home .home__stage{transform:translate(var(--home-stage-x),var(--home-stage-y)) scale(var(--home-stage-scale));transform-origin:top center;width:100%;will-change:transform}.home__bottom,.home__center,.home__top{margin-left:auto;margin-right:auto;max-width:1100px;position:relative;width:100%;z-index:1}.home__top{align-items:flex-start;display:flex;justify-content:center;margin-top:clamp(48px,9vh,108px);position:relative;z-index:5}.home__headline{font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:clamp(34px,5vw,64px);font-weight:500;letter-spacing:.01em;line-height:1.05;margin:0;text-align:center;transform:none;will-change:auto}.home__it{font-style:italic;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:6px}.home__center{display:grid;padding-top:clamp(8px,2vh,20px);place-items:center}.home__heroArt{display:grid;margin:0;max-width:920px;place-items:center;width:100%}.home__heroComposite{display:block;filter:drop-shadow(0 18px 22px rgba(0,0,0,.18)) drop-shadow(0 42px 60px rgba(0,0,0,.12)) drop-shadow(0 80px 120px rgba(0,0,0,.08));height:auto;isolation:isolate;position:relative;width:100%;z-index:1}.home__heroComposite .home__heroImg{border:none;border-radius:0;box-shadow:none;display:block;height:auto;max-width:100%;pointer-events:none;position:relative;width:100%;z-index:2}.home__tvStatic{height:100%;inset:0;object-fit:cover;pointer-events:none;position:absolute;transform:translateY(-75px) scale(.5) scaleX(.7);transform-origin:center;width:100%;z-index:1}.home__heroFallback{background:#0000000f;border:none;border-radius:0;box-shadow:none;filter:none;height:clamp(310px,48vh,620px);max-width:100%;width:100%}.home__bottom{align-items:flex-end;display:flex;justify-content:center;margin-top:clamp(20px,0vh,-30px);padding-bottom:clamp(12px,2vh,28px);position:relative;z-index:5}.home__copy{color:var(--au-muted);font-size:clamp(16px,2vw,22px);line-height:1.55;margin:0;max-width:72ch;text-align:center}.home__copyLine{display:block}.home__copyLine+.home__copyLine{margin-top:8px}@media (max-width:768px){.home__headline{font-size:clamp(30px,7vw,46px)}.home__center{padding-top:10px}.home__heroArt{width:min(680px,92vw)}.home__heroFallback{height:clamp(240px,40vh,420px)}.home__copy{font-size:clamp(15px,3.8vw,18px);max-width:46ch}}.home__tvScreen{display:none}@media (max-width:600px){.home{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;min-height:100%;overflow:visible;padding:max(56px,env(safe-area-inset-top)) 16px max(24px,env(safe-area-inset-bottom));transform:none}.home__bottom,.home__center,.home__top{display:flex;justify-content:center;margin-left:auto;margin-right:auto;max-width:420px;width:100%}.home__top{margin-top:0}.home__headline{font-size:clamp(28px,8vw,44px);text-align:center}.home__center{overflow:visible!important;padding-top:10px}.home__heroArt{padding-inline:0}.home__heroArt,.home__heroComposite{max-width:420px;overflow:visible!important;width:100%}.home__heroComposite{margin:0 auto;position:relative}.home__tvStatic{display:none!important;opacity:0!important;visibility:hidden!important}.home__tvScreen{border-radius:6px!important;height:44%!important;left:34%!important;overflow:hidden!important;top:12%!important;width:32%!important;z-index:2!important}.home__tvScreen,.home__tvScreen video,.home__tvStaticScreen{display:block!important;opacity:1!important;position:absolute!important;visibility:visible!important}.home__tvScreen video,.home__tvStaticScreen{height:100%!important;inset:0!important;object-fit:cover!important;object-position:center!important;width:100%!important}.home__heroComposite .home__heroImg{position:relative;z-index:3}.home__bottom,.home__copy{padding-inline:0}.home__copy{font-size:clamp(13.95px,3.6vw,17px);line-height:1.5;margin-left:auto;margin-right:auto;max-width:none;text-align:center;width:min(92vw,46ch)}}@media (min-width:980px) and (max-width:1250px){section#home.home.au .home__bottom,section#home.home.au .home__center,section#home.home.au .home__top{max-width:980px!important}section#home.home.au .home__heroArt{max-width:860px!important}}@media (min-width:601px){#home.home{--home-unit-x:0px;--home-unit-y:0px;--home-unit-scale:1;height:100vh;overflow:hidden;transform:translate(13px,-95px) scale(1);transform:translate(calc(13px + var(--home-unit-x, 0px)),calc(-50px - var(--home-nudge) + var(--home-unit-y, 0px))) scale(var(--home-unit-scale,1));will-change:transform}#home.home .home__center,#home.home .home__heroArt,#home.home .home__heroComposite{overflow:visible!important}#home.home .home__heroComposite{contain:paint;will-change:transform}#home.home .home__heroComposite .home__heroImg,#home.home .home__heroComposite .home__tvStatic{display:block}#home.home .home__heroImg{height:auto;width:100%}}@media (min-width:601px) and (max-width:768px){#home.home{--home-tv-top:12%;--home-tv-left:34%;--home-tv-w:32%;--home-tv-h:44%;--home-tv-radius:6px;--home-band-shift-x:-44px;--home-band-shift-y:75px;--home-headline-shift-x:0px;--home-headline-shift-y:0px;--home-hero-shift-x:0px;--home-hero-shift-y:0px;--home-copy-shift-x:0px;--home-copy-shift-y:0px}#home.home .home__top{overflow:visible!important;transform:translate(calc(var(--home-band-shift-x) + var(--home-headline-shift-x)),calc(var(--home-band-shift-y) + var(--home-headline-shift-y)))!important}#home.home .home__center{overflow:visible!important;transform:translate(calc(var(--home-band-shift-x) + var(--home-hero-shift-x)),calc(var(--home-band-shift-y) + var(--home-hero-shift-y)))!important}#home.home .home__bottom{transform:translate(calc(var(--home-band-shift-x) + var(--home-copy-shift-x)),calc(var(--home-band-shift-y) + var(--home-copy-shift-y)))!important}#home.home,#home.home .home__bottom,#home.home .home__center,#home.home .home__heroArt,#home.home .home__heroComposite{overflow:visible!important}#home.home{overflow-x:visible!important;overflow-y:visible!important}#home.home .home__heroComposite{contain:none!important}#home.home .home__heroComposite .home__tvStatic{display:none!important;opacity:0!important;visibility:hidden!important}#home.home .home__heroComposite .home__tvScreenTL{border-radius:var(--home-tv-radius)!important;display:block!important;height:var(--home-tv-h)!important;left:var(--home-tv-left)!important;opacity:1!important;overflow:hidden!important;position:absolute!important;top:var(--home-tv-top)!important;visibility:visible!important;width:var(--home-tv-w)!important;z-index:2!important}#home.home .home__tvScreenTL .home__tvStaticScreenTL,#home.home .home__tvScreenTL .vp-videoEl,#home.home .home__tvScreenTL video{display:block!important;height:100%!important;inset:0!important;object-fit:cover!important;object-position:center!important;opacity:1!important;position:absolute!important;visibility:visible!important;width:100%!important}#home.home .home__heroComposite .home__heroImg{z-index:3}}@media (min-width:769px) and (max-width:1279px){#home.home{--home-tv-top:12%;--home-tv-left:34%;--home-tv-w:32%;--home-tv-h:44%;--home-tv-radius:6px;--home-stack-scale-laptop:0.92;--home-stack-x-laptop:0px;--home-stack-y-laptop:0px}#home.home .home__bottom,#home.home .home__center,#home.home .home__top{overflow:visible!important;transform:translate(var(--home-stack-x-laptop),var(--home-stack-y-laptop)) scale(var(--home-stack-scale-laptop))!important;transform-origin:top center!important}#home.home,#home.home .home__center,#home.home .home__heroArt,#home.home .home__heroComposite{overflow:visible!important}#home.home{overflow-x:visible!important;overflow-y:visible!important}#home.home .home__heroComposite{contain:none!important}#home.home .home__heroComposite .home__tvStatic{display:none!important;opacity:0!important;visibility:hidden!important}#home.home .home__heroComposite .home__tvScreenTL{border-radius:var(--home-tv-radius)!important;display:block!important;height:var(--home-tv-h)!important;left:var(--home-tv-left)!important;opacity:1!important;overflow:hidden!important;position:absolute!important;top:var(--home-tv-top)!important;visibility:visible!important;width:var(--home-tv-w)!important;z-index:2!important}#home.home .home__tvScreenTL .home__tvStaticScreenTL,#home.home .home__tvScreenTL .vp-videoEl,#home.home .home__tvScreenTL video{display:block!important;height:100%!important;inset:0!important;object-fit:cover!important;object-position:center!important;opacity:1!important;position:absolute!important;visibility:visible!important;width:100%!important}#home.home .home__heroComposite .home__heroImg{z-index:3}}@media (min-width:1280px) and (max-width:1440px){#home.home{--home-tv-top:12%;--home-tv-left:34%;--home-tv-w:32%;--home-tv-h:44%;--home-tv-radius:6px;--home-stack-scale-laptopL:0.88;--home-stack-x-laptopL:0px;--home-stack-y-laptopL:0px}#home.home .home__bottom,#home.home .home__center,#home.home .home__top{overflow:visible!important;transform:translate(var(--home-stack-x-laptopL),var(--home-stack-y-laptopL)) scale(var(--home-stack-scale-laptopL))!important;transform-origin:top center!important}#home.home,#home.home .home__center,#home.home .home__heroArt,#home.home .home__heroComposite{overflow:visible!important}#home.home{overflow-x:visible!important;overflow-y:visible!important}#home.home .home__heroComposite{contain:none!important}#home.home .home__heroComposite .home__tvStatic{display:none!important;opacity:0!important;visibility:hidden!important}#home.home .home__heroComposite .home__tvScreenTL{border-radius:var(--home-tv-radius)!important;display:block!important;height:var(--home-tv-h)!important;left:var(--home-tv-left)!important;opacity:1!important;overflow:hidden!important;position:absolute!important;top:var(--home-tv-top)!important;visibility:visible!important;width:var(--home-tv-w)!important;z-index:2!important}#home.home .home__tvScreenTL .home__tvStaticScreenTL,#home.home .home__tvScreenTL .vp-videoEl,#home.home .home__tvScreenTL video{display:block!important;height:100%!important;inset:0!important;object-fit:cover!important;object-position:center!important;opacity:1!important;position:absolute!important;visibility:visible!important;width:100%!important}#home.home .home__heroComposite .home__heroImg{z-index:3}}@media (max-width:600px),(min-width:1441px){.home__tvScreenTL{display:none!important}}@media (min-width:601px) and (max-width:768px){.App>main.vp-main--home,.App>main.vp-main--home .mobileHomeViewport{align-items:center!important;display:flex!important;justify-content:center!important}.App>main.vp-main--home .mobileHomeViewport{flex:1 1!important;width:100%!important}.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-55px;--home-601-761-y:0px;--home-601-761-x-shift:0px;transform:translate(calc(var(--home-601-761-x) + var(--home-601-761-x-shift)),var(--home-601-761-y)) scale(var(--home-601-761-scale))!important;transform-origin:center center!important}}@media (min-width:763px) and (max-width:768px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-x-shift:-5px}}@media (min-width:601px) and (max-width:768px) and (max-height:300px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.5;--home-601-761-x:0px;--home-601-761-y:-140px}}@media (min-width:601px) and (max-width:768px) and (min-height:300px) and (max-height:350px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.50;--home-601-761-x:-5px;--home-601-761-y:-130px}}@media (min-width:601px) and (max-width:768px) and (min-height:351px) and (max-height:400px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.6;--home-601-761-x:-5px;--home-601-761-y:-140px}}@media (min-width:601px) and (max-width:768px) and (min-height:401px) and (max-height:450px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.7;--home-601-761-x:-10px;--home-601-761-y:-140px}}@media (min-width:601px) and (max-width:768px) and (min-height:451px) and (max-height:500px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-8px;--home-601-761-y:-120px}}@media (min-width:601px) and (max-width:768px) and (min-height:501px) and (max-height:550px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-5px;--home-601-761-y:-105px}}@media (min-width:601px) and (max-width:768px) and (min-height:551px) and (max-height:600px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-5px;--home-601-761-y:-90px}}@media (min-width:601px) and (max-width:768px) and (min-height:601px) and (max-height:650px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-25px;--home-601-761-y:-85px}}@media (min-width:601px) and (max-width:768px) and (min-height:651px) and (max-height:700px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-35px;--home-601-761-y:-75px}}@media (min-width:601px) and (max-width:768px) and (min-height:701px) and (max-height:750px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-35px;--home-601-761-y:-60px}}@media (min-width:601px) and (max-width:768px) and (min-height:751px) and (max-height:800px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-45px;--home-601-761-y:-50px}}@media (min-width:601px) and (max-width:768px) and (min-height:801px) and (max-height:850px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-45px;--home-601-761-y:-40px}}@media (min-width:601px) and (max-width:768px) and (min-height:851px) and (max-height:900px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-45px;--home-601-761-y:-30px}}@media (min-width:601px) and (max-width:768px) and (min-height:901px) and (max-height:950px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-45px;--home-601-761-y:-25px}}@media (min-width:601px) and (max-width:768px) and (min-height:951px) and (max-height:1000px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-55px;--home-601-761-y:-20px}}@media (min-width:601px) and (max-width:768px) and (min-height:1001px) and (max-height:1050px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:0px}}@media (min-width:601px) and (max-width:768px) and (min-height:1051px) and (max-height:1100px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:0px}}@media (min-width:601px) and (max-width:768px) and (min-height:1101px) and (max-height:1150px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:30px}}@media (min-width:601px) and (max-width:768px) and (min-height:1151px) and (max-height:1200px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:40px}}@media (min-width:601px) and (max-width:768px) and (min-height:1201px) and (max-height:1250px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:40px}}@media (min-width:601px) and (max-width:768px) and (min-height:1251px) and (max-height:1300px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:60px}}@media (min-width:601px) and (max-width:768px) and (min-height:1301px) and (max-height:1350px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:85px}}@media (min-width:601px) and (max-width:768px) and (min-height:1351px) and (max-height:1400px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:110px}}@media (min-width:601px) and (max-width:768px) and (min-height:1401px) and (max-height:1450px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:140px}}@media (min-width:601px) and (max-width:768px) and (min-height:1451px) and (max-height:1500px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:140px}}@media (min-width:601px) and (max-width:768px) and (min-height:1501px) and (max-height:1550px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:140px}}@media (min-width:601px) and (max-width:768px) and (min-height:1551px) and (max-height:1600px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:150px}}@media (min-width:601px) and (max-width:768px) and (min-height:1601px) and (max-height:1650px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:170px}}@media (min-width:601px) and (max-width:768px) and (min-height:1651px) and (max-height:1700px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:190px}}@media (min-width:601px) and (max-width:768px) and (min-height:1701px) and (max-height:1750px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:200px}}@media (min-width:601px) and (max-width:768px) and (min-height:1751px) and (max-height:1800px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:220px}}@media (min-width:601px) and (max-width:768px) and (min-height:1801px) and (max-height:1850px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:210px}}@media (min-width:601px) and (max-width:768px) and (min-height:1851px) and (max-height:1900px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:240px}}@media (min-width:601px) and (max-width:768px) and (min-height:1901px) and (max-height:1950px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:280px}}@media (min-width:601px) and (max-width:768px) and (min-height:1951px) and (max-height:2000px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:300px}}@media (min-width:601px) and (max-width:768px) and (min-height:2001px) and (max-height:2050px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:320px}}@media (min-width:601px) and (max-width:768px) and (min-height:2051px) and (max-height:2100px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:340px}}@media (min-width:601px) and (max-width:768px) and (min-height:2101px) and (max-height:2150px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:360px}}@media (min-width:601px) and (max-width:768px) and (min-height:2151px) and (max-height:2200px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:380px}}@media (min-width:601px) and (max-width:768px) and (min-height:2201px) and (max-height:2250px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:400px}}@media (min-width:601px) and (max-width:768px) and (min-height:2251px) and (max-height:2300px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:420px}}@media (min-width:601px) and (max-width:768px) and (min-height:2301px) and (max-height:2350px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:440px}}@media (min-width:601px) and (max-width:768px) and (min-height:2351px) and (max-height:2400px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:460px}}@media (min-width:601px) and (max-width:768px) and (min-height:2401px) and (max-height:2450px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:480px}}@media (min-width:601px) and (max-width:768px) and (min-height:2451px) and (max-height:2500px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:500px}}@media (min-width:601px) and (max-width:768px) and (min-height:2501px){.App>main.vp-main--home .mobileHomeGroup{--home-601-761-scale:0.75;--home-601-761-x:-75px;--home-601-761-y:500px}}@media (min-width:769px) and (max-width:979px){.App>main.vp-main--home,.App>main.vp-main--home .mobileHomeViewport{align-items:center!important;display:flex!important;justify-content:center!important}.App>main.vp-main--home .mobileHomeViewport{flex:1 1!important;width:100%!important}.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.25;--home-769-979-x:-40px;--home-769-979-y:0px;transform:translate(var(--home-769-979-x),var(--home-769-979-y)) scale(var(--home-769-979-scale))!important;transform-origin:center center!important}}@media (min-width:769px) and (max-width:874px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-x:-87px}}@media (min-width:875px) and (max-width:979px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-x:-87px}}@media (min-width:769px) and (max-width:874px) and (max-height:300px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:0.55;--home-769-979-x:-20px;--home-769-979-y:-65px}}@media (min-width:769px) and (max-width:874px) and (min-height:301px) and (max-height:350px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:0.65;--home-769-979-x:-40px;--home-769-979-y:-65px}}@media (min-width:769px) and (max-width:874px) and (min-height:351px) and (max-height:400px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:0.8;--home-769-979-x:-40px;--home-769-979-y:-55px}}@media (min-width:769px) and (max-width:874px) and (min-height:401px) and (max-height:450px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:0.95;--home-769-979-x:-40px;--home-769-979-y:-30px}}@media (min-width:769px) and (max-width:874px) and (min-height:451px) and (max-height:500px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.0;--home-769-979-x:-40px;--home-769-979-y:-10px}}@media (min-width:769px) and (max-width:874px) and (min-height:501px) and (max-height:550px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.1;--home-769-979-x:-50px;--home-769-979-y:30px}}@media (min-width:769px) and (max-width:874px) and (min-height:551px) and (max-height:600px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.2;--home-769-979-x:-70px;--home-769-979-y:50px}}@media (min-width:769px) and (max-width:874px) and (min-height:601px) and (max-height:650px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.25;--home-769-979-x:-80px;--home-769-979-y:70px}}@media (min-width:769px) and (max-width:874px) and (min-height:651px) and (max-height:700px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.25;--home-769-979-x:-100px;--home-769-979-y:110px}}@media (min-width:769px) and (max-width:874px) and (min-height:701px) and (max-height:750px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.25;--home-769-979-x:-90px;--home-769-979-y:120px}}@media (min-width:769px) and (max-width:874px) and (min-height:751px) and (max-height:800px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.25;--home-769-979-x:-110px;--home-769-979-y:130px}}@media (min-width:769px) and (max-width:874px) and (min-height:801px) and (max-height:850px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.4;--home-769-979-x:-120px;--home-769-979-y:160px}}@media (min-width:769px) and (max-width:874px) and (min-height:851px) and (max-height:900px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.4;--home-769-979-x:-130px;--home-769-979-y:190px}}@media (min-width:769px) and (max-width:874px) and (min-height:901px) and (max-height:950px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.4;--home-769-979-x:-140px;--home-769-979-y:210px}}@media (min-width:769px) and (max-width:874px) and (min-height:951px) and (max-height:1000px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.4;--home-769-979-x:-140px;--home-769-979-y:230px}}@media (min-width:769px) and (max-width:874px) and (min-height:1001px) and (max-height:1050px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.45;--home-769-979-x:-130px;--home-769-979-y:260px}}@media (min-width:769px) and (max-width:874px) and (min-height:1051px) and (max-height:1100px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.45;--home-769-979-x:-140px;--home-769-979-y:290px}}@media (min-width:769px) and (max-width:874px) and (min-height:1101px) and (max-height:1150px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.45;--home-769-979-x:-130px;--home-769-979-y:310px}}@media (min-width:769px) and (max-width:874px) and (min-height:1151px) and (max-height:1200px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:330px}}@media (min-width:769px) and (max-width:874px) and (min-height:1201px) and (max-height:1250px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:360px}}@media (min-width:769px) and (max-width:874px) and (min-height:1251px) and (max-height:1300px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:390px}}@media (min-width:769px) and (max-width:874px) and (min-height:1301px) and (max-height:1350px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:410px}}@media (min-width:769px) and (max-width:874px) and (min-height:1351px) and (max-height:1400px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:430px}}@media (min-width:769px) and (max-width:874px) and (min-height:1401px) and (max-height:1450px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:450px}}@media (min-width:769px) and (max-width:874px) and (min-height:1451px) and (max-height:1500px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:460px}}@media (min-width:769px) and (max-width:874px) and (min-height:1501px) and (max-height:1550px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:480px}}@media (min-width:769px) and (max-width:874px) and (min-height:1551px) and (max-height:1600px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:520px}}@media (min-width:769px) and (max-width:874px) and (min-height:1601px) and (max-height:1650px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:550px}}@media (min-width:769px) and (max-width:874px) and (min-height:1651px) and (max-height:1700px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:580px}}@media (min-width:769px) and (max-width:874px) and (min-height:1701px) and (max-height:1750px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:610px}}@media (min-width:769px) and (max-width:874px) and (min-height:1751px) and (max-height:1800px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:640px}}@media (min-width:769px) and (max-width:874px) and (min-height:1801px) and (max-height:1850px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:670px}}@media (min-width:769px) and (max-width:874px) and (min-height:1851px) and (max-height:1900px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:700px}}@media (min-width:769px) and (max-width:874px) and (min-height:1901px) and (max-height:1950px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:730px}}@media (min-width:769px) and (max-width:874px) and (min-height:1951px) and (max-height:2000px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:760px}}@media (min-width:769px) and (max-width:874px) and (min-height:2001px) and (max-height:2050px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:790px}}@media (min-width:769px) and (max-width:874px) and (min-height:2051px) and (max-height:2100px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:850px}}@media (min-width:769px) and (max-width:874px) and (min-height:2101px) and (max-height:2150px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:890px}}@media (min-width:769px) and (max-width:874px) and (min-height:2151px) and (max-height:2200px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:930px}}@media (min-width:769px) and (max-width:874px) and (min-height:2201px) and (max-height:2250px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:970px}}@media (min-width:769px) and (max-width:874px) and (min-height:2251px) and (max-height:2300px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:1010px}}@media (min-width:769px) and (max-width:874px) and (min-height:2301px) and (max-height:2350px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:1050px}}@media (min-width:769px) and (max-width:874px) and (min-height:2351px) and (max-height:2400px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:1090px}}@media (min-width:769px) and (max-width:874px) and (min-height:2401px) and (max-height:2450px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:1130px}}@media (min-width:769px) and (max-width:874px) and (min-height:2451px) and (max-height:2500px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:1170px}}@media (min-width:769px) and (max-width:874px) and (min-height:2501px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:1210px}}@media (min-width:875px) and (max-width:979px) and (max-height:300px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:0.55;--home-769-979-x:-20px;--home-769-979-y:-95px}}@media (min-width:875px) and (max-width:979px) and (min-height:301px) and (max-height:350px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:0.65;--home-769-979-x:-40px;--home-769-979-y:-85px}}@media (min-width:875px) and (max-width:979px) and (min-height:351px) and (max-height:400px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:0.7;--home-769-979-x:-40px;--home-769-979-y:-70px}}@media (min-width:875px) and (max-width:979px) and (min-height:401px) and (max-height:450px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:0.75;--home-769-979-x:-40px;--home-769-979-y:-60px}}@media (min-width:875px) and (max-width:979px) and (min-height:451px) and (max-height:500px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:0.85;--home-769-979-x:-40px;--home-769-979-y:-40px}}@media (min-width:875px) and (max-width:979px) and (min-height:501px) and (max-height:550px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:0.95;--home-769-979-x:-40px;--home-769-979-y:-10px}}@media (min-width:875px) and (max-width:979px) and (min-height:551px) and (max-height:600px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.0;--home-769-979-x:-50px;--home-769-979-y:10px}}@media (min-width:875px) and (max-width:979px) and (min-height:601px) and (max-height:650px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.1;--home-769-979-x:-60px;--home-769-979-y:15px}}@media (min-width:875px) and (max-width:979px) and (min-height:651px) and (max-height:700px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.1;--home-769-979-x:-70px;--home-769-979-y:35px}}@media (min-width:875px) and (max-width:979px) and (min-height:701px) and (max-height:750px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.2;--home-769-979-x:-90px;--home-769-979-y:55px}}@media (min-width:875px) and (max-width:979px) and (min-height:751px) and (max-height:800px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.25;--home-769-979-x:-95px;--home-769-979-y:90px}}@media (min-width:875px) and (max-width:979px) and (min-height:801px) and (max-height:850px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.4;--home-769-979-x:-120px;--home-769-979-y:140px}}@media (min-width:875px) and (max-width:979px) and (min-height:851px) and (max-height:900px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.4;--home-769-979-x:-130px;--home-769-979-y:150px}}@media (min-width:875px) and (max-width:979px) and (min-height:901px) and (max-height:950px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.4;--home-769-979-x:-140px;--home-769-979-y:180px}}@media (min-width:875px) and (max-width:979px) and (min-height:951px) and (max-height:1000px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.4;--home-769-979-x:-140px;--home-769-979-y:190px}}@media (min-width:875px) and (max-width:979px) and (min-height:1001px) and (max-height:1050px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.4;--home-769-979-x:-130px;--home-769-979-y:200px}}@media (min-width:875px) and (max-width:979px) and (min-height:1051px) and (max-height:1100px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.45;--home-769-979-x:-140px;--home-769-979-y:220px}}@media (min-width:875px) and (max-width:979px) and (min-height:1101px) and (max-height:1150px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.45;--home-769-979-x:-130px;--home-769-979-y:260px}}@media (min-width:875px) and (max-width:979px) and (min-height:1151px) and (max-height:1200px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-120px;--home-769-979-y:280px}}@media (min-width:875px) and (max-width:979px) and (min-height:1201px) and (max-height:1250px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-130px;--home-769-979-y:310px}}@media (min-width:875px) and (max-width:979px) and (min-height:1251px) and (max-height:1300px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:340px}}@media (min-width:875px) and (max-width:979px) and (min-height:1301px) and (max-height:1350px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-120px;--home-769-979-y:360px}}@media (min-width:875px) and (max-width:979px) and (min-height:1351px) and (max-height:1400px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-130px;--home-769-979-y:390px}}@media (min-width:875px) and (max-width:979px) and (min-height:1401px) and (max-height:1450px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:390px}}@media (min-width:875px) and (max-width:979px) and (min-height:1451px) and (max-height:1500px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:440px}}@media (min-width:875px) and (max-width:979px) and (min-height:1501px) and (max-height:1550px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:460px}}@media (min-width:875px) and (max-width:979px) and (min-height:1551px) and (max-height:1600px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:500px}}@media (min-width:875px) and (max-width:979px) and (min-height:1601px) and (max-height:1650px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:520px}}@media (min-width:875px) and (max-width:979px) and (min-height:1651px) and (max-height:1700px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:520px}}@media (min-width:875px) and (max-width:979px) and (min-height:1701px) and (max-height:1750px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:560px}}@media (min-width:875px) and (max-width:979px) and (min-height:1751px) and (max-height:1800px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:600px}}@media (min-width:875px) and (max-width:979px) and (min-height:1801px) and (max-height:1850px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:640px}}@media (min-width:875px) and (max-width:979px) and (min-height:1851px) and (max-height:1900px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:690px}}@media (min-width:875px) and (max-width:979px) and (min-height:1901px) and (max-height:1950px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:730px}}@media (min-width:875px) and (max-width:979px) and (min-height:1951px) and (max-height:2000px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:770px}}@media (min-width:875px) and (max-width:979px) and (min-height:2001px) and (max-height:2050px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:810px}}@media (min-width:875px) and (max-width:979px) and (min-height:2051px) and (max-height:2100px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:850px}}@media (min-width:875px) and (max-width:979px) and (min-height:2101px) and (max-height:2150px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:890px}}@media (min-width:875px) and (max-width:979px) and (min-height:2151px) and (max-height:2200px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:930px}}@media (min-width:875px) and (max-width:979px) and (min-height:2201px) and (max-height:2250px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:970px}}@media (min-width:875px) and (max-width:979px) and (min-height:2251px) and (max-height:2300px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:1010px}}@media (min-width:875px) and (max-width:979px) and (min-height:2301px) and (max-height:2350px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:1050px}}@media (min-width:875px) and (max-width:979px) and (min-height:2351px) and (max-height:2400px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:1090px}}@media (min-width:875px) and (max-width:979px) and (min-height:2401px) and (max-height:2450px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:1130px}}@media (min-width:875px) and (max-width:979px) and (min-height:2451px) and (max-height:2500px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:1170px}}@media (min-width:875px) and (max-width:979px) and (min-height:2501px){.App>main.vp-main--home .mobileHomeGroup{--home-769-979-scale:1.5;--home-769-979-x:-140px;--home-769-979-y:1210px}}@media (width:667px) and (height:375px){.App>main.vp-main--home,.App>main.vp-main--home .mobileHomeViewport{align-items:center!important;display:flex!important;justify-content:center!important}.App>main.vp-main--home .mobileHomeViewport{flex:1 1!important;width:100%!important}.App>main.vp-main--home .mobileHomeGroup{--home-667-scale:0.55;--home-667-x:0px;--home-667-y:-120px;transform:translate(var(--home-667-x),var(--home-667-y)) scale(var(--home-667-scale))!important;transform-origin:center center!important}}@media (width:896px) and (height:414px){.App>main.vp-main--home,.App>main.vp-main--home .mobileHomeViewport{align-items:center!important;display:flex!important;justify-content:center!important}.App>main.vp-main--home .mobileHomeViewport{flex:1 1!important;width:100%!important}.App>main.vp-main--home .mobileHomeGroup{--home-896-scale:0.8;--home-896-x:-45px;--home-896-y:-40px;transform:translate(var(--home-896-x),var(--home-896-y)) scale(var(--home-896-scale))!important;transform-origin:center center!important}}@media (width:844px) and (height:390px){.App>main.vp-main--home,.App>main.vp-main--home .mobileHomeViewport{align-items:center!important;display:flex!important;justify-content:center!important}.App>main.vp-main--home .mobileHomeViewport{flex:1 1!important;width:100%!important}.App>main.vp-main--home .mobileHomeGroup{--home-844-scale:0.8;--home-844-x:-35px;--home-844-y:-40px;transform:translate(var(--home-844-x),var(--home-844-y)) scale(var(--home-844-scale))!important;transform-origin:center center!important}}@media (width:932px) and (height:430px){.App>main.vp-main--home,.App>main.vp-main--home .mobileHomeViewport{align-items:center!important;display:flex!important;justify-content:center!important}.App>main.vp-main--home .mobileHomeViewport{flex:1 1!important;width:100%!important}.App>main.vp-main--home .mobileHomeGroup{--home-932-scale:0.8;--home-932-x:-20px;--home-932-y:-42px;transform:translate(var(--home-932-x),var(--home-932-y)) scale(var(--home-932-scale))!important;transform-origin:center center!important}}@media (width:915px) and (height:412px){.App>main.vp-main--home,.App>main.vp-main--home .mobileHomeViewport{align-items:center!important;display:flex!important;justify-content:center!important}.App>main.vp-main--home .mobileHomeViewport{flex:1 1!important;width:100%!important}.App>main.vp-main--home .mobileHomeGroup{--home-915-scale:0.8;--home-915-x:-15px;--home-915-y:-47px;transform:translate(var(--home-915-x),var(--home-915-y)) scale(var(--home-915-scale))!important;transform-origin:center center!important}}@media (width:914px) and (height:412px){.App>main.vp-main--home,.App>main.vp-main--home .mobileHomeViewport{align-items:center!important;display:flex!important;justify-content:center!important}.App>main.vp-main--home .mobileHomeViewport{flex:1 1!important;width:100%!important}.App>main.vp-main--home .mobileHomeGroup{--home-914-scale:0.75;--home-914-x:-10px;--home-914-y:-45px;transform:translate(var(--home-914-x),var(--home-914-y)) scale(var(--home-914-scale))!important;transform-origin:center center!important}}@media (width:800px) and (height:1280px){.App>main.vp-main--home,.App>main.vp-main--home .mobileHomeViewport{align-items:center!important;display:flex!important;justify-content:center!important}.App>main.vp-main--home .mobileHomeViewport{flex:1 1!important;width:100%!important}.App>main.vp-main--home .mobileHomeGroup{--home-800-scale:1.4;--home-800-x:-120px;--home-800-y:400px;transform:translate(var(--home-800-x),var(--home-800-y)) scale(var(--home-800-scale))!important;transform-origin:center center!important}}@media (width:812px) and (height:375px){.App>main.vp-main--home,.App>main.vp-main--home .mobileHomeViewport{align-items:center!important;display:flex!important;justify-content:center!important}.App>main.vp-main--home .mobileHomeViewport{flex:1 1!important;width:100%!important}.App>main.vp-main--home .mobileHomeGroup{--home-812-scale:0.8;--home-812-x:-35px;--home-812-y:-35px;transform:translate(var(--home-812-x),var(--home-812-y)) scale(var(--home-812-scale))!important;transform-origin:center center!important}}@media (width:740px) and (height:360px){.App>main.vp-main--home,.App>main.vp-main--home .mobileHomeViewport{align-items:center!important;display:flex!important;justify-content:center!important}.App>main.vp-main--home .mobileHomeViewport{flex:1 1!important;width:100%!important}.App>main.vp-main--home .mobileHomeGroup{--home-740-scale:0.50;--home-740-x:0px;--home-740-y:-120px;transform:translate(var(--home-740-x),var(--home-740-y)) scale(var(--home-740-scale))!important;transform-origin:center center!important}}@media (width:720px) and (height:540px){.App>main.vp-main--home,.App>main.vp-main--home .mobileHomeViewport{align-items:center!important;display:flex!important;justify-content:center!important}.App>main.vp-main--home .mobileHomeViewport{flex:1 1!important;width:100%!important}.App>main.vp-main--home .mobileHomeGroup{--home-720-scale:0.7;--home-720-x:-5px;--home-720-y:-100px;transform:translate(var(--home-720-x),var(--home-720-y)) scale(var(--home-720-scale))!important;transform-origin:center center!important}}@media (width:882px) and (height:344px){.App>main.vp-main--home,.App>main.vp-main--home .mobileHomeViewport{align-items:center!important;display:flex!important;justify-content:center!important}.App>main.vp-main--home .mobileHomeViewport{flex:1 1!important;width:100%!important}.App>main.vp-main--home .mobileHomeGroup{--home-882-scale:0.7;--home-882-x:-40px;--home-882-y:-65px;transform:translate(var(--home-882-x),var(--home-882-y)) scale(var(--home-882-scale))!important;transform-origin:center center!important}}body.mobile-home-locked,html.mobile-home-locked{height:100%;overflow:hidden;overscroll-behavior:none;touch-action:manipulation}@media (max-width:600px){body.mobile-home-locked .mobileHomeViewport{box-sizing:border-box;display:grid;height:100vh;height:100svh;height:100dvh;min-height:100vh;min-height:100svh;min-height:100dvh;overflow:hidden;overscroll-behavior:none;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);place-items:center;width:100%}body.mobile-home-locked .mobileHomeGroup{--mobileHeroYOffset:calc(clamp(4px, 1.2vh, 10px) - 18px);align-items:center;box-sizing:border-box;display:flex;flex-direction:column;margin-inline:auto;max-width:min(92vw,420px);transform:translateY(var(--mobileHeroYOffset));width:100%}}@media (min-width:601px) and (max-width:1440px){body:has(#home.home),html:has(#home.home){overflow-x:hidden!important;overscroll-behavior-x:none!important}body:has(#home.home) #root,body:has(#home.home) .App,body:has(#home.home) .vp-main,body:has(#home.home) main{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;overflow:visible!important;overflow-x:visible!important}body:has(#home.home) #home.home,body:has(#home.home) #home.home .home__center,body:has(#home.home) #home.home .home__heroArt,body:has(#home.home) #home.home .home__heroComposite{overflow:visible!important}body:has(#home.home) #home.home .home__heroComposite{z-index:0}body:has(#home.home) #home.home .home__bottom,body:has(#home.home) #home.home .home__top{position:relative;z-index:2}}@media (min-width:769px) and (max-width:1279px){#home.home{--home-stack-scale:0.85;--home-stack-x:10px;--home-stack-y:5px;--home-copy-lift:-40px}#home.home .home__bottom,#home.home .home__center,#home.home .home__top{transform:translate(var(--home-stack-x),var(--home-stack-y)) scale(var(--home-stack-scale))!important;transform-origin:top center;will-change:transform}#home.home .home__bottom{transform:translate(var(--home-stack-x),calc(var(--home-stack-y) + var(--home-copy-lift))) scale(var(--home-stack-scale))!important}}@media (min-width:1280px) and (max-width:1440px){#home.home{--home-stack-scale:0.70;--home-stack-x:-10px;--home-stack-y:5px;--home-copy-lift:-40px}#home.home .home__bottom,#home.home .home__center,#home.home .home__top{transform:translate(var(--home-stack-x),var(--home-stack-y)) scale(var(--home-stack-scale))!important;transform-origin:top center;will-change:transform}#home.home .home__bottom{transform:translate(var(--home-stack-x),calc(var(--home-stack-y) + var(--home-copy-lift))) scale(var(--home-stack-scale))!important}}@media (min-width:601px) and (max-width:980px){#home.home{--home-stage-y:15px}}@media (min-width:981px) and (max-width:1279px){#home.home{--home-stage-x:-16px;--home-stage-y:48px;--home-copy-lift-laptop:-13px;--home-copy-font-laptop:0.93}#home.home .home__bottom{position:relative;top:var(--home-copy-lift-laptop)}#home.home .home__copy{font-size:calc(clamp(16px, 2vw, 22px)*var(--home-copy-font-laptop))}#home.home .home__noBreakName{white-space:nowrap}}@media (min-width:1280px) and (max-width:1599px){#home.home{--home-stage-x:-38px;--home-stage-y:47px;--home-copy-lift-laptopL:-95px}#home.home .home__bottom{position:relative;top:var(--home-copy-lift-laptopL)}#home.home .home__noBreakName{white-space:nowrap}}@media (min-width:760px) and (max-width:776px) and (min-height:1000px) and (max-height:1050px){#home.home{--home-stage-x:0px;--home-stage-y:21px}}@media (min-width:1000px) and (max-width:1048px) and (min-height:1320px) and (max-height:1405px){#home.home{--home-stage-x:-2px;--home-stage-y:54px}}@media (min-width:1000px) and (max-width:1048px) and (min-height:560px) and (max-height:660px){#home.home{--home-stage-x:-2px;--home-stage-y:48px}}@media (min-width:1240px) and (max-width:1320px) and (min-height:760px) and (max-height:840px){#home.home{--home-stage-x:0px;--home-stage-y:47px}}@media (min-width:601px){@media (width:768px) and (height:1024px){#home.home{--home-unit-x:-41px;--home-unit-y:51px;--home-unit-scale:1.15}}@media (width:1024px) and (height:1366px){#home.home{--home-unit-x:-53px;--home-unit-y:190px;--home-unit-scale:1.25}}@media (width:1024px) and (height:600px){#home.home{--home-unit-x:-16px;--home-unit-y:-72px}}@media (width:1280px) and (height:800px){#home.home{--home-unit-x:-37px;--home-unit-y:1px;--home-unit-scale:1.25}}}@media (min-width:1441px) and (max-width:1599px) and (min-height:760px) and (max-height:860px){#home.home{--home-copy-y-1441-1599:90px}#home.home .home__bottom{transform:translateY(var(--home-copy-y-1441-1599))!important;will-change:transform}}@media (min-width:1441px) and (max-width:1599px) and (min-height:861px) and (max-height:3000px){.home__bottom{transform:translateY(100px)!important}}@media (min-width:740px) and (max-width:1024px) and (min-height:900px){body,html{overflow-x:clip!important}#home.home .home__heroComposite{contain:none!important}#home.home,#home.home .home__center,#home.home .home__heroArt,#home.home .home__heroComposite{-webkit-clip-path:none!important;clip-path:none!important;overflow:visible!important}body #root,body .App,body .vp-main,body main{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;overflow-x:visible!important;overflow-y:visible!important}#home.home .home__heroComposite{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}}@media (width:853px) and (height:1280px){html:has(#home.home){scrollbar-gutter:auto!important}#home.home{padding-right:0!important}.App>main.vp-main--home .mobileHomeGroup{transform:translateX(-35px)!important}}@media (max-width:1440px){body:has(#home.home),html:has(#home.home){overflow-y:hidden!important;overscroll-behavior-y:none}body:has(#home.home) .App>main.vp-main--home{overflow:hidden!important;overscroll-behavior:none}}.ma__logo{border-radius:50%;filter:drop-shadow(0 4px 10px rgba(0,0,0,.22));width:clamp(120px,12vw,160px)}.ma{color:var(--au-ink);margin-top:-47px;padding-top:0;position:relative}@media (max-width:980px){.ma{margin-top:0}}.ma .media{background:#f4f4f4;border-radius:10px;box-shadow:var(--shadow);overflow:hidden}.ma__row1{grid-gap:var(--au-gap);align-items:start;display:grid;gap:var(--au-gap);grid-template-columns:.56fr .44fr;margin-bottom:clamp(16px,3vw,28px)}.ma__videoBlock .media{aspect-ratio:16/9}.ma__video{background:#000;border-radius:10px;display:block;height:100%;object-fit:cover;width:100%}.ma__heading{grid-gap:10px;display:grid;gap:10px;justify-items:end;margin-top:0}.ma__headingUnit{align-items:flex-end;display:flex;flex-direction:column;gap:10px}.ma__title{font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:clamp(28px,4.6vw,44px);line-height:1.1;margin:0}.ma__rule{display:inline-block;height:1px;width:clamp(140px,16vw,220px)}.ma__roles{color:var(--au-ink);font-size:clamp(15px,2vw,20px);font-weight:500;line-height:1.3;text-align:right}.ma__row2{grid-gap:clamp(12px,2vw,18px);align-items:start;display:grid;gap:clamp(12px,2vw,18px);grid-template-columns:.56fr .44fr;margin-bottom:clamp(10px,2vw,18px);margin-top:clamp(6px,1.2vw,14px)}.ma__desc{color:var(--au-muted);font-size:clamp(20px,2.6vw,24px);line-height:1.55;margin-top:10px;max-width:62ch}.ma__fold{grid-gap:calc(var(--au-gap)*1.25);display:grid;gap:calc(var(--au-gap)*1.25);grid-template-columns:1fr;margin-top:clamp(18px,2.6vw,28px)}.ma__subhead{display:flex;flex-direction:column;gap:8px}.ma__subhead h3{font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:clamp(18px,3vw,28px);font-weight:600;letter-spacing:.2px;margin:0}.ma__subhead--left{align-items:flex-start;text-align:left}.ma__shortsBlock .ma__subhead--testimonials{align-items:flex-start!important;display:flex;flex-direction:column;justify-content:flex-start;margin-left:0;padding-left:0;text-align:left!important;width:100%}.ma__rule--testimonials{background:linear-gradient(270deg,#fff 0,#fff 15%,#0003);display:inline-block;height:1px;width:clamp(60px,6vw,110px)}.ma__subhead--right{align-items:flex-end;text-align:right}.ma__videoGrid--quad{grid-gap:clamp(14px,2.2vw,24px);display:grid;gap:clamp(14px,2.2vw,24px);grid-template-columns:repeat(2,minmax(260px,1fr))}.ma__videoBox .media{aspect-ratio:16/9}@media (min-width:980px){.ma__videoGrid--quad{grid-template-columns:repeat(2,1fr)}}.ma__photos{margin-top:clamp(32px,4vw,56px);position:relative}@media (min-width:601px){#marketing-alliance .ma__photoGrid{grid-gap:0;align-content:start;display:grid;gap:0;grid-template-columns:repeat(5,clamp(160px,18vw,220px));justify-content:center;left:auto;margin-top:clamp(8px,1vw,12px);position:static;transform:none}#marketing-alliance .ma__photoGrid img{aspect-ratio:4/5;border-radius:10px;display:block;margin-left:-10px;object-fit:cover;position:relative;width:clamp(160px,18vw,220px);z-index:1}#marketing-alliance .ma__photoGrid img:nth-child(5n+1){margin-left:0}#marketing-alliance .ma__photoGrid img:nth-child(-n+5){z-index:2}#marketing-alliance .ma__photoGrid img:nth-child(n+6){margin-top:-18px;z-index:1}}#marketing-alliance .ma__photoGrid img{transform:scale(.91)!important;transform-origin:center center!important}.ma__photoStrip,.ma__photoStrip--lower{display:none}.media--short{aspect-ratio:9/16;background:#000;border-radius:10px;overflow:hidden}.media--short video{display:block;height:100%;object-fit:cover;width:100%}.ma__overviewHeadshots{grid-gap:var(--au-gap);align-items:start;display:grid;gap:var(--au-gap);grid-template-columns:1.2fr .8fr}@media (max-width:980px){.ma__overviewHeadshots,.ma__row1,.ma__row2{grid-template-columns:1fr}.ma__heading{justify-items:start}.ma__rule{width:clamp(100px,12vw,160px)}.ma__photoStrip,.ma__photoStrip--lower{left:0;transform:none}.ma__photoStrip--lower{margin-top:clamp(6px,1vw,10px)}.ma__shorts,.ma__videoGrid--quad{grid-template-columns:1fr}}.ma .media--video:after,.ma .media--video:before,.ma .media__play{content:none!important;display:none!important;pointer-events:none!important}.ma .ma__heroVideo{-webkit-appearance:none;appearance:none;display:block}.ma .ma__heroVideo::-webkit-media-controls{display:none!important}.ma__logoWrap{align-items:flex-start;justify-content:flex-start;margin-top:clamp(6px,1vw,12px)}.ma__logo{background:#fff;box-shadow:none}.ma__photos .ma__subhead .ma__rule,.ma__testimonials .ma__subhead .ma__rule{width:clamp(80px,7vw,110px)}.ma__shortsBlock{margin-top:clamp(32px,4vw,56px)}.ma__shortsBlock .ma__subhead{align-items:flex-end}.ma__shortsBlock .ma__subhead .ma__rule{width:clamp(60px,6vw,90px)}.ma__overview .ma__subhead .ma__rule{width:clamp(90px,8vw,120px)}.ma__overviewHeadshots .ma__headshots .ma__subhead .ma__rule{width:clamp(70px,6vw,95px)}.ma__shorts{align-items:flex-start;display:flex;justify-content:space-between;margin:clamp(10px,1.4vw,16px) auto 0;max-width:min(980px,92vw)}.ma__shorts .media--short{aspect-ratio:9/16;border-radius:10px;overflow:hidden;width:clamp(140px,14vw,220px)}.ma__shorts .media--short video{border-radius:10px}@media (max-width:980px){.ma__shorts{align-items:center;flex-direction:column;max-width:clamp(240px,72vw,420px)}.ma__shorts .media--short{width:clamp(160px,50vw,240px)}}.ma__logoWrap{justify-content:flex-start!important;margin-left:clamp(60px,4vw,80px)!important;margin-top:clamp(8px,1vw,25px)!important}.ma__logo{border-radius:0!important}.ma__desc{margin-top:0!important;position:relative;top:-25px!important}.ma__header,.ma__heading,.ma__subheading,.ma__underline{position:relative;top:18px}.ma__overview .media{margin-top:clamp(12px,1.4vw,18px)}.ma__overviewHeadshots .ma__headshots .ma__subhead{margin-top:50px}.ma__headshotPile{height:clamp(260px,28vw,360px);margin-top:clamp(10px,1.2vw,16px);position:relative;width:clamp(340px,36vw,460px)}.ma__headshotPile .shot{aspect-ratio:1/1;border-radius:10px;box-shadow:var(--shadow);object-fit:cover;position:absolute;width:clamp(160px,18vw,220px)}.ma__headshotPile .shot--13{bottom:0;left:0;transform:rotate(-.8deg);z-index:1}.ma__headshotPile .shot--12{right:0;top:0;transform:rotate(1deg);z-index:2}.ma__videoPyramid .row .media{border-radius:10px;overflow:hidden}@media (max-width:980px){.ma__videoPyramid .row{flex-wrap:wrap}.ma__videoPyramid .row .media{width:clamp(240px,60vw,340px)}}.ma__heroVideo{aspect-ratio:16/9;border-radius:10px;display:block;height:auto;margin:clamp(10px,1.4vw,18px) auto 0;max-width:100%;object-fit:cover;overflow:hidden;width:clamp(420px,52vw,760px)}#marketing-alliance .ma__heroVideoEl{background:#000;display:block;height:100%;object-fit:cover;width:100%}:root{--ma-logo-nudge-x:90px;--ma-logo-nudge-y:50px}.ma__logoWrap{justify-content:center;margin:clamp(18px,2vw,26px) auto 0;transform:translateX(90px) translateY(50px);transform:translateX(var(--ma-logo-nudge-x)) translateY(var(--ma-logo-nudge-y));will-change:transform}.ma__logo{background:#0000!important;border:none!important;box-shadow:none!important;display:block;object-fit:contain}.ma__row2{margin-top:clamp(0px,.4vw,6px)!important}.ma__desc{margin-top:clamp(2px,.5vw,6px)!important}.ma__logoWrap{display:flex;justify-content:end;margin-top:clamp(10px,1.6vw,16px);width:100%}.ma__logo{aspect-ratio:1/1;border-radius:12px;box-shadow:var(--shadow);object-fit:cover;width:clamp(220px,28vw,340px)}.ma__videoPyramid{grid-gap:clamp(14px,2.2vw,24px);display:grid;gap:clamp(14px,2.2vw,24px)}.ma__videoPyramid .row{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:clamp(14px,2.2vw,24px);justify-content:center}.ma__videoPyramid .row .media{aspect-ratio:16/9;width:clamp(300px,30vw,420px)}.ma__shorts,.ma__videoPyramid .row--bottom{justify-content:center}.ma__shorts{grid-gap:clamp(12px,1.8vw,18px);display:grid;gap:clamp(12px,1.8vw,18px);grid-template-columns:repeat(3,minmax(140px,200px))}.media--short video{border-radius:10px}.ma__overview .media{aspect-ratio:16/9;margin-top:clamp(10px,1.2vw,16px);width:clamp(420px,52vw,760px)}.ma__photos .ma__subhead{align-items:flex-end}.ma__overviewHeadshots .ma__headshots .ma__subhead{align-items:flex-end;margin-top:clamp(6px,.8vw,10px)}.ma__headshotPile{margin-top:clamp(8px,1vw,14px)}@media (max-width:980px){.ma__videoPyramid .row{flex-wrap:wrap}.ma__videoPyramid .row .media{width:clamp(240px,60vw,340px)}.ma__shorts{grid-template-columns:repeat(1,minmax(140px,1fr))}}.ma__testimonialsGrid{grid-gap:clamp(14px,2.2vw,24px);align-items:start;display:grid;gap:clamp(14px,2.2vw,24px);grid-template-columns:repeat(2,minmax(260px,1fr));justify-items:center;margin-top:clamp(10px,1.2vw,14px)}.ma__testimonialsGrid .ma__videoCard{width:min(480px,30vw)}.ma__testimonialsGrid .media{aspect-ratio:16/9;border-radius:10px;box-shadow:var(--shadow);overflow:hidden;width:100%}.ma__videoEl{display:block;height:100%;object-fit:cover;width:100%}.ma__subhead--shorts .ma__rule{width:clamp(40px,4vw,68px)}.ma__testimonialsGrid .ma__testimonial{transition:transform .16s ease}.ma__testimonialsGrid .ma__testimonial--v6{transform:translateX(10px)}.ma__testimonialsGrid .ma__testimonial--v7{transform:translateX(-10px)}.ma__testimonialsGrid .ma__testimonial--v8{transform:translateX(10px)}.ma__testimonialsGrid .ma__testimonial--v9{transform:translateX(-10px)}.ma__shortsGrid .ma__shortCard{flex:0 0 clamp(150px,24vw,220px);max-width:clamp(150px,24vw,220px);transform:none;transition:transform .16s ease}.ma__shortsGrid .ma__shortMedia{width:100%}.ma__shortsGrid .ma__shortVideo{height:auto;width:100%}.ma__shortsHeadshots{grid-gap:clamp(18px,4vw,44px);align-items:start;display:grid;gap:clamp(18px,4vw,44px);grid-template-columns:minmax(220px,.9fr) minmax(220px,.9fr);margin-top:clamp(32px,4vw,56px)}.ma__shortsColumn{align-items:flex-start;display:flex;flex-direction:column;gap:clamp(12px,1.6vw,18px)}.ma__shortsColumn .ma__shortsGrid{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:nowrap;gap:clamp(10px,1.6vw,18px);justify-content:flex-start}.ma__headshotsColumn{align-items:flex-end;display:flex;flex-direction:column;gap:clamp(12px,1.4vw,18px)}.ma__headshotsColumn .ma__headshotPile{margin-top:clamp(0px,.6vw,10px)}.ma__rule--headshots,.ma__rule--shorts{width:clamp(50px,5vw,80px)}@media (max-width:980px){.ma__shortsHeadshots{gap:clamp(16px,5vw,28px);grid-template-columns:1fr}.ma__headshotsColumn{align-items:center}.ma__headshotsColumn .ma__headshotPile{margin-top:clamp(8px,2vw,16px)}}.ma__link{border-bottom:1px solid var(--au-rule);color:var(--au-ink);display:inline-block;font-size:clamp(14px,1.2vw,16px);font-weight:500;margin-top:clamp(10px,1.4vw,18px);text-decoration:none}.ma__link:hover{opacity:.75}.ma__link:visited{color:var(--au-ink)}.ma__linkRule{background:#0000004d!important;background-image:none!important;display:block;height:1px;margin-top:2px;opacity:1!important;width:-webkit-fit-content;width:fit-content}@media (max-width:600px){body,html{overflow-x:hidden}.App,.vp-main,main{max-width:100%;overflow-x:hidden}.ma,.marketing,section#marketing-alliance{box-sizing:border-box;max-width:100%;overflow-x:hidden;touch-action:pan-y}.ma iframe,.ma img,.ma video,.marketing iframe,.marketing img,.marketing video,section#marketing-alliance iframe,section#marketing-alliance img,section#marketing-alliance video{display:block;height:auto;max-width:100%}}html:not(.os-mac) .vp-main:has(#marketing-alliance),html:not(.os-mac) body:has(#marketing-alliance),html:not(.os-mac) main:has(#marketing-alliance),html:not(.os-mac):has(#marketing-alliance){overflow-x:hidden!important}@media (min-width:981px) and (max-width:1479px){#marketing-alliance .ma__title{font-size:clamp(24px,3.5vw,36px)!important}}@media (min-width:981px) and (max-width:1286px){#marketing-alliance .ma__title{font-size:clamp(22px,3vw,30px)!important}}@media (min-width:981px) and (max-width:1078px){#marketing-alliance .ma__title{font-size:clamp(20px,2.6vw,26px)!important}}@media (min-width:980px) and (max-width:1554px){#marketing-alliance .ma__roles{font-size:clamp(12px,1.6vw,16px)!important}}@media (min-width:981px) and (max-width:1328px){#marketing-alliance .ma__roles{font-size:clamp(11px,1.4vw,14px)!important}}@media (min-width:981px) and (max-width:1182px){#marketing-alliance .ma__roles{font-size:clamp(10px,1.2vw,12px)!important}}@media (min-width:981px) and (max-width:1018px){#marketing-alliance .ma__roles{font-size:clamp(9px,1.1vw,11px)!important}}@media (min-width:981px) and (max-width:1670px){#marketing-alliance{--ma-desk-heading-unit-x:0px;--ma-desk-heading-unit-y:0px;--ma-desk-logo-x:-60px;--ma-desk-logo-y:70px}#marketing-alliance .ma__headingUnit{transform:translate(var(--ma-desk-heading-unit-x),var(--ma-desk-heading-unit-y))!important}}@media (min-width:1200px) and (max-width:1670px){#marketing-alliance{--ma-desk-logo-x:-60px}}@media (min-width:1300px) and (max-width:1670px){#marketing-alliance{--ma-desk-logo-x:-35px}}@media (min-width:1400px) and (max-width:1670px){#marketing-alliance{--ma-desk-logo-x:-15px}}@media (min-width:1500px) and (max-width:1670px){#marketing-alliance{--ma-desk-logo-x:20px}}@media (min-width:981px) and (max-width:1049px){#marketing-alliance .ma__shortsColumn{align-items:flex-start}#marketing-alliance .ma__shortsGrid .ma__shortCard{flex:0 0 clamp(90px,11.5vw,118px);max-width:clamp(90px,11.5vw,118px)}#marketing-alliance .ma__headshotsColumn{align-items:flex-end}#marketing-alliance .ma__headshotPile{height:clamp(168px,19vw,218px);width:clamp(218px,24vw,282px)}#marketing-alliance .ma__headshotPile .shot{width:clamp(108px,12vw,145px)}}@media (min-width:1050px) and (max-width:1099px){#marketing-alliance .ma__shortsColumn{align-items:flex-start}#marketing-alliance .ma__shortsGrid .ma__shortCard{flex:0 0 clamp(90px,11.5vw,118px);max-width:clamp(90px,11.5vw,118px)}#marketing-alliance .ma__headshotsColumn{align-items:flex-end}#marketing-alliance .ma__headshotPile{height:clamp(178px,20vw,230px);width:clamp(230px,26vw,300px)}#marketing-alliance .ma__headshotPile .shot{width:clamp(115px,13vw,155px)}}@media (min-width:1100px) and (max-width:1100px){#marketing-alliance .ma__shortsColumn{align-items:flex-start}#marketing-alliance .ma__shortsGrid .ma__shortCard{flex:0 0 clamp(95px,12vw,125px);max-width:clamp(95px,12vw,125px)}#marketing-alliance .ma__headshotsColumn{align-items:flex-end}#marketing-alliance .ma__headshotPile{height:clamp(178px,20vw,230px);width:clamp(230px,26vw,300px)}#marketing-alliance .ma__headshotPile .shot{width:clamp(115px,13vw,155px)}}@media (min-width:1101px) and (max-width:1145px){#marketing-alliance .ma__shortsColumn{align-items:flex-start}#marketing-alliance .ma__shortsGrid .ma__shortCard{flex:0 0 clamp(100px,13vw,130px);max-width:clamp(100px,13vw,130px)}#marketing-alliance .ma__headshotsColumn{align-items:flex-end}#marketing-alliance .ma__headshotPile{height:clamp(185px,19vw,238px);width:clamp(238px,25vw,305px)}#marketing-alliance .ma__headshotPile .shot{width:clamp(108px,11.5vw,148px)}}@media (min-width:1146px) and (max-width:1169px){#marketing-alliance .ma__shortsColumn{align-items:flex-start}#marketing-alliance .ma__shortsGrid .ma__shortCard{flex:0 0 clamp(100px,13vw,130px);max-width:clamp(100px,13vw,130px)}#marketing-alliance .ma__headshotsColumn{align-items:flex-end}#marketing-alliance .ma__headshotPile{height:clamp(195px,20vw,250px);width:clamp(250px,26vw,320px)}#marketing-alliance .ma__headshotPile .shot{width:clamp(115px,12vw,155px)}}@media (min-width:1170px) and (max-width:1199px){#marketing-alliance .ma__shortsColumn{align-items:flex-start}#marketing-alliance .ma__shortsGrid .ma__shortCard{flex:0 0 clamp(108px,15vw,145px);max-width:clamp(108px,15vw,145px)}#marketing-alliance .ma__headshotsColumn{align-items:flex-end}#marketing-alliance .ma__headshotPile{height:clamp(160px,17vw,210px);width:clamp(210px,23vw,270px)}#marketing-alliance .ma__headshotPile .shot{width:clamp(102px,11vw,138px)}}@media (min-width:1200px) and (max-width:1325px){#marketing-alliance .ma__shortsColumn{align-items:flex-start}#marketing-alliance .ma__shortsGrid .ma__shortCard{flex:0 0 clamp(108px,15vw,145px);max-width:clamp(108px,15vw,145px)}#marketing-alliance .ma__headshotsColumn{align-items:flex-end}#marketing-alliance .ma__headshotPile{height:clamp(170px,18vw,220px);width:clamp(220px,24vw,285px)}#marketing-alliance .ma__headshotPile .shot{width:clamp(108px,12vw,145px)}}@media (min-width:1326px) and (max-width:1420px){#marketing-alliance .ma__shortsColumn{align-items:flex-start}#marketing-alliance .ma__shortsGrid .ma__shortCard{flex:0 0 clamp(108px,15vw,145px);max-width:clamp(108px,15vw,145px)}#marketing-alliance .ma__headshotsColumn{align-items:flex-end}#marketing-alliance .ma__headshotPile{height:clamp(225px,25vw,295px);width:clamp(290px,32vw,380px)}#marketing-alliance .ma__headshotPile .shot{width:clamp(140px,16vw,195px)}}@media (min-width:1421px) and (max-width:1670px){#marketing-alliance .ma__shortsColumn{align-items:flex-start}#marketing-alliance .ma__shortsGrid .ma__shortCard{flex:0 0 clamp(120px,18vw,170px);max-width:clamp(120px,18vw,170px)}#marketing-alliance .ma__headshotsColumn{align-items:flex-end}#marketing-alliance .ma__headshotPile{height:clamp(225px,25vw,295px);width:clamp(290px,32vw,380px)}#marketing-alliance .ma__headshotPile .shot{width:clamp(140px,16vw,195px)}}@media (min-width:981px) and (max-width:1590px){#marketing-alliance .ma__photos .ma__photoGrid{grid-template-columns:repeat(5,minmax(0,1fr));margin-left:auto;margin-right:auto;max-width:min(960px,85vw);width:100%}#marketing-alliance .ma__photos .ma__photoGrid img{max-width:100%;transform:scale(.865)!important;transform-origin:center center!important;width:100%}}@media (min-width:981px) and (max-width:1700px){html:not(.os-mac) #marketing-alliance{--ma-desk-hero-x:0px;--ma-desk-hero-y:17px;--ma-desk-hero-scale:1;--ma-desk-link-x:0px;--ma-desk-link-y:0px;--ma-desk-link-scale:1}html:not(.os-mac) #marketing-alliance .ma__heroFrame{transform:translate(var(--ma-desk-hero-x),var(--ma-desk-hero-y)) scale(var(--ma-desk-hero-scale))!important;transform-origin:top left!important}html:not(.os-mac) #marketing-alliance .ma__videoBlock .ma__linkRule,html:not(.os-mac) #marketing-alliance .ma__videoBlock .ma__linkWrap.heroLinkWrap{transform:translate(calc(var(--ma-desk-hero-x) + var(--ma-desk-link-x)),calc(var(--ma-desk-hero-y) + var(--ma-desk-link-y))) scale(var(--ma-desk-link-scale))!important;transform-origin:top left!important}}@media (min-width:981px){html:not(.os-mac) #marketing-alliance .ma__row2 .ma__colText .ma__desc{margin-top:20px}html:not(.os-mac) #marketing-alliance .ma__logoWrap{margin-top:calc(clamp(10px, 1.6vw, 46px) + 10px)}html:not(.os-mac) #marketing-alliance.ma,html:not(.os-mac) section#marketing-alliance{overflow-x:clip!important}html:not(.os-mac) #marketing-alliance *{box-sizing:border-box;max-width:100%}html:not(.os-mac) #marketing-alliance .media,html:not(.os-mac) #marketing-alliance img,html:not(.os-mac) #marketing-alliance video{max-width:100%}html:not(.os-mac) #marketing-alliance .ma__logoWrap{position:relative;top:75px;transform:translateX(95px)}html:not(.os-mac) #marketing-alliance .ma__belowRow1{position:relative;top:25px}}@media (min-width:981px) and (max-width:1670px){html:has(#marketing-alliance) #marketing-alliance .ma__logoWrap{position:relative!important;top:0!important;transform:translate(calc(var(--ma-desk-heading-unit-x) + var(--ma-desk-logo-x)),calc(var(--ma-desk-heading-unit-y) + var(--ma-desk-logo-y)))!important}}@media (min-width:981px) and (max-width:1301px){html:has(#marketing-alliance) #marketing-alliance .ma__belowRow1{top:0!important}#marketing-alliance .ma__row2{margin-top:-90px!important}#marketing-alliance .ma__row2 .ma__colText .ma__desc{margin-top:0!important}}@media (min-width:1302px) and (max-width:1318px){html:has(#marketing-alliance) #marketing-alliance .ma__belowRow1{top:0!important}#marketing-alliance .ma__row2{margin-top:-90px!important}#marketing-alliance .ma__row2 .ma__colText .ma__desc{margin-top:0!important}}@media (min-width:1319px) and (max-width:1369px){html:has(#marketing-alliance) #marketing-alliance .ma__belowRow1{top:0!important}#marketing-alliance .ma__row2{margin-top:-70px!important}#marketing-alliance .ma__row2 .ma__colText .ma__desc{margin-top:0!important}}@media (min-width:1370px) and (max-width:1440px){html:has(#marketing-alliance) #marketing-alliance .ma__belowRow1{top:0!important}#marketing-alliance .ma__row2{margin-top:-50px!important}#marketing-alliance .ma__row2 .ma__colText .ma__desc{margin-top:0!important}}@media (min-width:1441px) and (max-width:1560px){html:has(#marketing-alliance) #marketing-alliance .ma__belowRow1{top:0!important}#marketing-alliance .ma__row2{margin-top:-30px!important}#marketing-alliance .ma__row2 .ma__colText .ma__desc{margin-top:0!important}}@media (min-width:1561px) and (max-width:1670px){html:has(#marketing-alliance) #marketing-alliance .ma__belowRow1{top:0!important}#marketing-alliance .ma__row2{margin-top:-10px!important}#marketing-alliance .ma__row2 .ma__colText .ma__desc{margin-top:0!important}}@media (max-width:600px){body,html{overflow-x:hidden}#marketing-alliance,#marketing-alliance *{box-sizing:border-box}#marketing-alliance{--ma-shorts-scale:1.05;--ma-shorts-y:12px;--ma-headshots-shift-y:40px;--ma-headshots-nudge-x:0px;--ma-headshots-label-y:15px;--ma-headshots-photos-y:-25px;--ma-headshots-y-final:12px;--ma-lower-sections-nudge:-8px;--ma-testimonial-nudge:-8px;--ma-logo-scale:0.8;--ma-safe-gutter:10px;--ma-bottom-gutter:150px;overflow-x:hidden;padding-bottom:var(--ma-bottom-gutter);padding-left:var(--ma-safe-gutter);padding-right:var(--ma-safe-gutter)}#marketing-alliance .ma__roles{font-size:calc(clamp(15px, 2vw, 20px)*.95);line-height:1.25}#marketing-alliance .ma__logo,#marketing-alliance .ma__logo img,#marketing-alliance .ma__logoWrap{left:auto!important;right:auto!important;transform:none!important}#marketing-alliance{--ma-logo-lift:-80px}#marketing-alliance .ma__logoContainer,#marketing-alliance .ma__logoWrap{align-items:center!important;display:flex!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;transform:translateY(var(--ma-logo-lift))!important;width:100%!important}#marketing-alliance{--ma-logo-scale:0.65;--ma-logo-nudge-x:5px}#marketing-alliance .ma__logo img,#marketing-alliance .ma__logoWrap img,#marketing-alliance img.ma__logo{display:block!important;height:auto!important;margin-left:auto!important;margin-right:auto!important;max-width:100%!important;transform:scale(var(--ma-logo-scale)) translateX(90px)!important;transform:scale(var(--ma-logo-scale)) translateX(var(--ma-logo-nudge-x))!important;transform-origin:center center!important;width:auto!important}#marketing-alliance{--ma-stack-lift:-120px}#marketing-alliance .ma__belowRow1{position:relative!important;top:var(--ma-stack-lift)!important}#marketing-alliance .ma__photoGrid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));left:0;margin:0;padding:0;transform:none;width:100%}#marketing-alliance .ma__photoGrid img{aspect-ratio:4/5;border-radius:10px;display:block;height:auto;margin:0!important;object-fit:cover;width:100%}#marketing-alliance .ma__photoStrip,#marketing-alliance .ma__photoStrip--lower{display:none}#marketing-alliance .ma__testimonialsGrid{gap:12px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;justify-items:stretch!important;margin-top:10px!important;position:relative;top:var(--ma-testimonial-nudge)}#marketing-alliance .ma__testimonialsGrid .ma__videoCard{max-width:100%!important;transform:none!important;width:100%!important}#marketing-alliance .ma__testimonialsGrid .media{aspect-ratio:16/9!important;background:#000!important;border-radius:10px;overflow:hidden;width:100%!important}#marketing-alliance .ma__testimonialsGrid .ma__videoEl,#marketing-alliance .ma__testimonialsGrid video{background:#000!important;display:block!important;height:100%!important;object-fit:cover!important;width:100%!important}#marketing-alliance .ma__shortsHeadshots{box-sizing:border-box!important;display:flex!important;flex-direction:column!important;max-width:100%!important;position:relative;top:var(--ma-lower-sections-nudge);width:100%!important}#marketing-alliance .ma__shortsColumn,#marketing-alliance .ma__shortsGrid{max-width:100%!important;overflow:visible!important;width:100%!important}#marketing-alliance .ma__shortsGrid{grid-gap:14px!important;box-sizing:border-box!important;display:grid!important;gap:14px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;justify-content:center!important;left:auto!important;padding-inline:12px!important;position:static!important;transform:none!important}#marketing-alliance .ma__shortsGrid .ma__shortCard{min-width:0!important;transform:translateY(var(--ma-shorts-y)) scale(var(--ma-shorts-scale));transform-origin:center center;width:100%!important}#marketing-alliance .ma__shortsGrid .ma__shortMedia{min-width:0!important}#marketing-alliance .ma__subhead--shorts{align-items:flex-end!important;text-align:right!important;width:100%}#marketing-alliance .ma__subhead--shorts .ma__rule{background-color:initial!important;background-image:linear-gradient(270deg,#5a5a5ad9 0,#5a5a5abf 55%,#fff)!important;margin-left:auto!important;margin-right:0!important;width:clamp(60px,7.5vw,108px)!important}#marketing-alliance .ma__headshotsColumn .ma__subhead--headshots{align-items:flex-start!important;text-align:left!important;transform:translateY(var(--ma-headshots-label-y));width:100%}#marketing-alliance .ma__headshotsColumn .ma__subhead--headshots .ma__rule{background-color:initial!important;background-image:linear-gradient(90deg,#0000008c 0,#0000008c 55%,#fff)!important;margin-left:0!important;margin-right:auto!important;width:clamp(64px,7.2vw,96px)!important}#marketing-alliance .ma__headshotsColumn{align-items:center;justify-content:center;padding-inline:12px;transform:translateY(var(--ma-headshots-y-final));width:100%}#marketing-alliance .ma__headshotPile,#marketing-alliance .ma__headshotsColumn{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:100%;overflow:visible}#marketing-alliance .ma__headshotPile{left:auto;transform:translate(var(--ma-headshots-nudge-x),calc(var(--ma-headshots-shift-y) + var(--ma-headshots-photos-y)));transform-origin:center}#marketing-alliance .ma__headshotPile .shot{max-width:100%}#marketing-alliance iframe,#marketing-alliance img,#marketing-alliance video{display:block;height:auto;max-width:100%}#marketing-alliance .ma__heading{align-items:end;justify-items:end;text-align:right}#marketing-alliance .ma__rule{justify-self:end}#marketing-alliance .ma__roles{text-align:right}#marketing-alliance .ma__desc{position:relative;top:10px}#marketing-alliance .ma__heroFrame{aspect-ratio:16/9;background:#000;border-radius:10px;height:auto;overflow:hidden;position:relative;transform:translateZ(0);width:100%}#marketing-alliance .ma__heroFrame .hls-video,#marketing-alliance .ma__heroFrame .ma__heroVideoEl,#marketing-alliance .ma__heroFrame .vp-videoEl,#marketing-alliance .ma__heroFrame video{display:block!important;height:100%!important;object-fit:cover!important;width:100%!important}#marketing-alliance .ma__linkWrap{background:#0000!important;height:auto!important;min-height:0!important;overflow:visible!important;position:relative!important;z-index:2!important}}@media (min-width:1024px){#marketing-alliance .ma__heading{margin-top:-18px!important}}@media (min-width:601px){#marketing-alliance .ma__logo,#marketing-alliance .ma__logoWrap{display:block}}@media (max-width:600px){body,html{overflow-x:clip!important}#marketing-alliance .ma__row1,#marketing-alliance .ma__videoBlock{overflow-x:visible!important;overflow-y:visible!important}#marketing-alliance .ma__heroFrame{overflow:visible!important}#marketing-alliance .ma__heroFrame>div,#marketing-alliance .ma__heroFrame>video{border-radius:inherit;overflow:hidden!important}#marketing-alliance{--ma-roles-scale:0.811}#marketing-alliance .ma__roles{font-size:calc(1em*var(--ma-roles-scale))!important;line-height:1.18!important}}@media (min-width:601px) and (max-width:980px) and (min-height:50px) and (max-height:2000px){#marketing-alliance{--ma-mid-scale:clamp(1,calc(1 + 0.1vw - 0.601px),1.38);--ma-shorts-scale:clamp(1.05,calc(1.05 + 0.05vw - 0.3005px),1.25);--ma-shorts-y:clamp(12px,calc(2.384px + 1.6vw),18px);--ma-headshots-shift-y:clamp(40px,calc(8.147px + 5.3vw),60px);--ma-headshots-nudge-x:0px;--ma-headshots-label-y:clamp(15px,calc(-0.626px + 2.6vw),25px);--ma-headshots-photos-y:clamp(-25px,calc(-40.626px + 2.6vw),-15px);--ma-headshots-y-final:clamp(12px,calc(-3.626px + 2.6vw),20px);--ma-headshot-width:clamp(160px,calc(129.95px + 5vw),180px);--ma-lower-sections-nudge:clamp(-8px,calc(-15.813px + 1.3vw),0px);--ma-testimonial-nudge:clamp(-8px,calc(-15.813px + 1.3vw),0px);--ma-logo-scale:clamp(0.14,calc(0.14 + 0.015vw - 0.09015px),0.24);--ma-logo-nudge-x:clamp(5px,calc(-2.813px + 1.3vw),10px);--ma-logo-margin-top:clamp(40px,calc(30.384px + 1.6vw),53px);--ma-stack-lift:clamp(-35px,calc(-47.02px + 2vw),-10px);--ma-hero-x:5px;--ma-hero-y:-17px;--ma-hero-scale:0.93;--ma-hero-link-x:15px;--ma-hero-link-y:-23px;--ma-heading-unit-x:-6px;--ma-heading-unit-y:-32px;padding-bottom:clamp(150px,calc(-55.542px + 34.2vw),280px);padding-left:clamp(10px,calc(-5.626px + 2.6vw),20px);padding-right:clamp(10px,calc(-5.626px + 2.6vw),20px)}#marketing-alliance .ma__overviewHeadshots,#marketing-alliance .ma__row1,#marketing-alliance .ma__row2{grid-template-columns:1fr!important}#marketing-alliance .ma__heading{justify-items:end!important;text-align:right!important}#marketing-alliance .ma__headingUnit{align-items:flex-end!important;display:flex!important;flex-direction:column!important;gap:10px!important;transform:translate(var(--ma-heading-unit-x),var(--ma-heading-unit-y))!important}#marketing-alliance .ma__logo,#marketing-alliance .ma__logo img,#marketing-alliance .ma__logoWrap{left:auto!important;right:auto!important;transform:none!important}#marketing-alliance .ma__logoContainer,#marketing-alliance .ma__logoWrap{align-items:center!important;display:flex!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;margin-top:var(--ma-logo-margin-top)!important;transform:translateY(calc(var(--ma-stack-lift) - 25px))!important;width:100%!important}#marketing-alliance .ma__logo img,#marketing-alliance .ma__logoWrap img,#marketing-alliance img.ma__logo{display:block!important;height:auto!important;margin-left:auto!important;margin-right:auto!important;max-width:clamp(220px,28vw,340px)!important;transform:translateX(90px)!important;transform:translateX(var(--ma-logo-nudge-x))!important;transform-origin:center center!important;width:clamp(220px,28vw,340px)!important}#marketing-alliance .ma__belowRow1{position:relative!important;top:var(--ma-stack-lift)!important}#marketing-alliance .ma__photoGrid{grid-gap:clamp(12px,calc(-.621px + 2.1vw),18px)!important;display:grid!important;gap:clamp(12px,calc(-.621px + 2.1vw),18px)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;left:0!important;margin:0!important;padding:0!important;transform:none!important;width:100%!important}#marketing-alliance .ma__photoGrid img{aspect-ratio:4/5!important;border-radius:10px!important;display:block!important;height:auto!important;margin:0!important;object-fit:cover!important;transform:none!important;width:100%!important}#marketing-alliance .ma__photoStrip,#marketing-alliance .ma__photoStrip--lower{display:none!important}#marketing-alliance .ma__videoGrid--quad{grid-template-columns:1fr!important}#marketing-alliance .ma__testimonialsGrid{gap:clamp(12px,calc(-.621px + 2.1vw),18px)!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;position:relative!important;top:var(--ma-testimonial-nudge)!important}#marketing-alliance .ma__testimonialsGrid .ma__videoCard{max-width:100%!important;transform:none!important;width:100%!important}#marketing-alliance .ma__testimonialsGrid .media{aspect-ratio:16/9!important;width:100%!important}#marketing-alliance .ma__shortsHeadshots{display:flex!important;flex-direction:column!important;max-width:100%!important;position:relative!important;top:var(--ma-lower-sections-nudge)!important;width:100%!important}#marketing-alliance .ma__shorts{align-items:center!important;flex-direction:column!important;max-width:clamp(240px,calc(-46.076px + 47.6vw),420px)!important}#marketing-alliance .ma__shortsColumn,#marketing-alliance .ma__shortsGrid{max-width:100%!important;width:100%!important}#marketing-alliance .ma__shortsGrid{grid-gap:clamp(14px,calc(1.379px + 2.1vw),20px)!important;display:grid!important;gap:clamp(14px,calc(1.379px + 2.1vw),20px)!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;padding-inline:clamp(12px,calc(-.621px + 2.1vw),18px)!important}#marketing-alliance .ma__shortsGrid .ma__shortCard{min-width:0!important;transform:translateY(var(--ma-shorts-y)) scale(var(--ma-shorts-scale))!important;transform-origin:center center!important;width:100%!important}#marketing-alliance .ma__subhead--shorts{align-items:flex-end!important;align-self:flex-end!important;margin-left:auto!important;text-align:right!important}#marketing-alliance .ma__subhead--shorts .ma__rule{background-color:initial!important;background-image:linear-gradient(to left,var(--rule-ink) 0,#0000 100%)!important;margin-left:auto!important;margin-right:0!important}#marketing-alliance .ma__headshotsColumn{align-items:center!important;max-width:100%!important;width:100%!important}#marketing-alliance .ma__headshotsColumn .ma__subhead--headshots{align-items:flex-start!important;align-self:flex-start!important;margin-right:auto!important;text-align:left!important;transform:translateY(var(--ma-headshots-label-y))!important}#marketing-alliance .ma__headshotsColumn .ma__subhead--headshots .ma__rule{background-color:initial!important;background-image:linear-gradient(to right,var(--rule-ink) 0,#0000 100%)!important;margin-left:0!important;margin-right:auto!important}#marketing-alliance .ma__headshotPile{height:clamp(260px,calc(247.98px + 2vw),268px)!important;margin-left:auto!important;margin-right:auto!important;max-width:95vw!important;transform:translate(var(--ma-headshots-nudge-x),calc(var(--ma-headshots-shift-y) + var(--ma-headshots-photos-y)))!important;transform-origin:center!important;width:clamp(340px,calc(321.97px + 3vw),352px)!important}#marketing-alliance .ma__headshotPile .shot{max-width:none!important;min-width:var(--ma-headshot-width)!important;width:var(--ma-headshot-width)!important}#marketing-alliance .ma__heroFrame{aspect-ratio:16/9!important;transform:translate(var(--ma-hero-x),var(--ma-hero-y)) scale(var(--ma-hero-scale))!important;transform-origin:center center!important;width:100%!important}#marketing-alliance .ma__videoBlock .ma__linkWrap{transform:translate(var(--ma-hero-link-x),var(--ma-hero-link-y))!important}#marketing-alliance .ma__heroFrame .hls-video,#marketing-alliance .ma__heroFrame .ma__heroVideoEl,#marketing-alliance .ma__heroFrame .vp-videoEl,#marketing-alliance .ma__heroFrame video{height:100%!important;object-fit:cover!important;width:100%!important}#marketing-alliance .ma__title{font-size:clamp(28px,calc(2.758px + 4.2vw),44px)!important}#marketing-alliance .ma__roles{font-size:clamp(12px,calc(2.384px + 1.6vw),18px)!important}#marketing-alliance .ma__desc{font-size:clamp(20px,calc(13.389px + 1.1vw),24px)!important;position:relative!important;top:10px!important}#marketing-alliance .ma__subhead h3{font-size:clamp(18px,calc(2.374px + 2.6vw),28px)!important}}@media (width:768px) and (height:1024px){#marketing-alliance{--ma-ipadmini-hero-x:8px;--ma-ipadmini-hero-y:-15px;--ma-ipadmini-hero-scale:0.965;--ma-ipadmini-link-x:14px;--ma-ipadmini-link-y:-20px;--ma-ipadmini-head-x:-1px;--ma-ipadmini-head-y:-33px;--ma-ipadmini-logo-x:0px;--ma-ipadmini-logo-y:-75px;--ma-ipadmini-desc-x:15px;--ma-ipadmini-desc-y:-50px;--ma-ipadmini-desc-width:50ch;--ma-ipadmini-looping-x:10px;--ma-ipadmini-looping-y:-35px;--ma-ipadmini-looping-scale:0.97;--ma-ipadmini-photo-x:10px;--ma-ipadmini-photo-y:-50px;--ma-ipadmini-photo-scale:0.97;--ma-ipadmini-testimonials-x:10px;--ma-ipadmini-testimonials-y:-80px;--ma-ipadmini-testimonials-scale:0.97;--ma-ipadmini-shorts-x:10px;--ma-ipadmini-shorts-y:-70px;--ma-ipadmini-shorts-scale:0.97;--ma-ipadmini-headshots-x:10px;--ma-ipadmini-headshots-y:-80px;--ma-ipadmini-headshots-scale:0.97}#marketing-alliance .ma__heroFrame{transform:translate(var(--ma-ipadmini-hero-x),var(--ma-ipadmini-hero-y)) scale(var(--ma-ipadmini-hero-scale))!important}#marketing-alliance .ma__videoBlock .ma__linkRule,#marketing-alliance .ma__videoBlock .ma__linkWrap.heroLinkWrap{transform:translate(var(--ma-ipadmini-link-x),var(--ma-ipadmini-link-y))!important}#marketing-alliance .ma__headingUnit{transform:translate(var(--ma-ipadmini-head-x),var(--ma-ipadmini-head-y))!important}#marketing-alliance .ma__logoContainer,#marketing-alliance .ma__logoWrap{transform:translate(var(--ma-ipadmini-logo-x),var(--ma-ipadmini-logo-y))!important}#marketing-alliance .ma__logo img,#marketing-alliance .ma__logoWrap img,#marketing-alliance img.ma__logo{transform:none!important}#marketing-alliance .ma__row2 .ma__colText{max-width:var(--ma-ipadmini-desc-width)!important;transform:translate(var(--ma-ipadmini-desc-x),var(--ma-ipadmini-desc-y))!important}#marketing-alliance .ma__testimonials{transform:translate(var(--ma-ipadmini-looping-x),var(--ma-ipadmini-looping-y)) scale(var(--ma-ipadmini-looping-scale))!important;transform-origin:top center!important}#marketing-alliance .ma__photos{transform:translate(var(--ma-ipadmini-photo-x),var(--ma-ipadmini-photo-y)) scale(var(--ma-ipadmini-photo-scale))!important;transform-origin:top center!important}#marketing-alliance .ma__shortsBlock{transform:translate(var(--ma-ipadmini-testimonials-x),var(--ma-ipadmini-testimonials-y)) scale(var(--ma-ipadmini-testimonials-scale))!important;transform-origin:top center!important}#marketing-alliance .ma__shortsColumn{transform:translate(var(--ma-ipadmini-shorts-x),var(--ma-ipadmini-shorts-y)) scale(var(--ma-ipadmini-shorts-scale))!important;transform-origin:top center!important}#marketing-alliance .ma__headshotsColumn{transform:translate(var(--ma-ipadmini-headshots-x),var(--ma-ipadmini-headshots-y)) scale(var(--ma-ipadmini-headshots-scale))!important;transform-origin:top center!important}}@media (width:820px) and (height:1180px){#marketing-alliance{--ma-ipadair-hero-x:7px;--ma-ipadair-hero-y:-16px;--ma-ipadair-hero-scale:0.97;--ma-ipadair-link-x:10px;--ma-ipadair-link-y:-20px;--ma-ipadair-head-x:0px;--ma-ipadair-head-y:-35px;--ma-ipadair-logo-x:0px;--ma-ipadair-logo-y:-70px;--ma-ipadair-desc-x:15px;--ma-ipadair-desc-y:-40px;--ma-ipadair-desc-width:62ch;--ma-ipadair-looping-x:5px;--ma-ipadair-looping-y:-30px;--ma-ipadair-looping-scale:0.97;--ma-ipadair-photo-x:5px;--ma-ipadair-photo-y:-25px;--ma-ipadair-photo-scale:0.97;--ma-ipadair-testimonials-x:5px;--ma-ipadair-testimonials-y:-50px;--ma-ipadair-testimonials-scale:0.97;--ma-ipadair-shorts-x:5px;--ma-ipadair-shorts-y:-40px;--ma-ipadair-shorts-scale:0.97;--ma-ipadair-headshots-x:5px;--ma-ipadair-headshots-y:-40px;--ma-ipadair-headshots-scale:0.97}#marketing-alliance .ma__heroFrame{transform:translate(var(--ma-ipadair-hero-x),var(--ma-ipadair-hero-y)) scale(var(--ma-ipadair-hero-scale))!important}#marketing-alliance .ma__videoBlock .ma__linkRule,#marketing-alliance .ma__videoBlock .ma__linkWrap.heroLinkWrap{transform:translate(var(--ma-ipadair-link-x),var(--ma-ipadair-link-y))!important}#marketing-alliance .ma__headingUnit{transform:translate(var(--ma-ipadair-head-x),var(--ma-ipadair-head-y))!important}#marketing-alliance .ma__logoContainer,#marketing-alliance .ma__logoWrap{transform:translate(var(--ma-ipadair-logo-x),var(--ma-ipadair-logo-y))!important}#marketing-alliance .ma__logo img,#marketing-alliance .ma__logoWrap img,#marketing-alliance img.ma__logo{transform:none!important}#marketing-alliance .ma__row2 .ma__colText{max-width:var(--ma-ipadair-desc-width)!important;transform:translate(var(--ma-ipadair-desc-x),var(--ma-ipadair-desc-y))!important}#marketing-alliance .ma__testimonials{transform:translate(var(--ma-ipadair-looping-x),var(--ma-ipadair-looping-y)) scale(var(--ma-ipadair-looping-scale))!important;transform-origin:top center!important}#marketing-alliance .ma__photos{transform:translate(var(--ma-ipadair-photo-x),var(--ma-ipadair-photo-y)) scale(var(--ma-ipadair-photo-scale))!important;transform-origin:top center!important}#marketing-alliance .ma__shortsBlock{transform:translate(var(--ma-ipadair-testimonials-x),var(--ma-ipadair-testimonials-y)) scale(var(--ma-ipadair-testimonials-scale))!important;transform-origin:top center!important}#marketing-alliance .ma__shortsColumn{transform:translate(var(--ma-ipadair-shorts-x),var(--ma-ipadair-shorts-y)) scale(var(--ma-ipadair-shorts-scale))!important;transform-origin:top center!important}#marketing-alliance .ma__headshotsColumn{transform:translate(var(--ma-ipadair-headshots-x),var(--ma-ipadair-headshots-y)) scale(var(--ma-ipadair-headshots-scale))!important;transform-origin:top center!important}}@media (width:1024px) and (height:1366px){html:has(#marketing-alliance) #marketing-alliance.ma,html:has(#marketing-alliance) section#marketing-alliance{max-width:100%!important;width:100%!important}#marketing-alliance{--ma-ipadpro-hero-x:-1px;--ma-ipadpro-hero-y:-3px;--ma-ipadpro-hero-scale:0.958;--ma-ipadpro-link-x:0px;--ma-ipadpro-link-y:-15px;--ma-ipadpro-head-x:-30px;--ma-ipadpro-head-y:-10px;--ma-ipadpro-head-scale:1.5;--ma-ipadpro-logo-x:0px;--ma-ipadpro-logo-y:25px;--ma-ipadpro-desc-x:0px;--ma-ipadpro-desc-y:160px;--ma-ipadpro-desc-width:65ch;--ma-ipadpro-looping-x:-10px;--ma-ipadpro-looping-y:150px;--ma-ipadpro-looping-scale:0.95;--ma-ipadpro-photo-x:-10px;--ma-ipadpro-photo-y:90px;--ma-ipadpro-photo-scale:0.95;--ma-ipadpro-testimonials-x:-10px;--ma-ipadpro-testimonials-y:-30px;--ma-ipadpro-testimonials-scale:0.95;--ma-ipadpro-shorts-x:-10px;--ma-ipadpro-shorts-y:-40px;--ma-ipadpro-shorts-scale:0.95;--ma-ipadpro-headshots-x:-10px;--ma-ipadpro-headshots-y:0px;--ma-ipadpro-headshots-scale:0.95;padding-bottom:120px;padding-left:20px;padding-right:20px}#marketing-alliance .ma__overviewHeadshots,#marketing-alliance .ma__row1,#marketing-alliance .ma__row2{grid-template-columns:1fr!important}#marketing-alliance .ma__heading{align-items:flex-end!important;display:flex!important;flex-direction:column!important;gap:0!important;justify-items:end!important;text-align:right!important}html:has(#marketing-alliance) #marketing-alliance .ma__headingUnit{align-items:flex-end!important;display:flex!important;flex-direction:column!important;gap:10px!important;transform:translate(var(--ma-ipadpro-head-x),var(--ma-ipadpro-head-y)) scale(var(--ma-ipadpro-head-scale))!important;transform-origin:top right!important}#marketing-alliance .ma__headingUnit .ma__roles{text-align:right!important}html:has(#marketing-alliance) #marketing-alliance .ma__logoContainer,html:has(#marketing-alliance) #marketing-alliance .ma__logoWrap{align-items:center!important;display:flex!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;margin-top:clamp(20px,2vw,40px)!important;transform:translate(var(--ma-ipadpro-logo-x),var(--ma-ipadpro-logo-y))!important;width:100%!important}html:has(#marketing-alliance) #marketing-alliance .ma__logo img,html:has(#marketing-alliance) #marketing-alliance .ma__logoWrap img,html:has(#marketing-alliance) #marketing-alliance img.ma__logo{display:block!important;margin-left:auto!important;margin-right:auto!important;max-width:clamp(220px,22vw,280px)!important;transform:none!important;width:clamp(220px,22vw,280px)!important}html:has(#marketing-alliance) #marketing-alliance .ma__belowRow1{position:relative!important;top:0!important}#marketing-alliance .ma__videoGrid--quad{grid-template-columns:1fr!important}#marketing-alliance .ma__photoGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important}#marketing-alliance .ma__photoGrid img{aspect-ratio:4/5!important;height:auto!important;object-fit:cover!important;width:100%!important}html:has(#marketing-alliance) #marketing-alliance .ma__photos .ma__photoGrid img{transform:scale(.95)!important;transform-origin:center center!important}#marketing-alliance .ma__shortsHeadshots{display:flex!important;flex-direction:column!important}#marketing-alliance .ma__testimonialsGrid{gap:14px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}#marketing-alliance .ma__testimonialsGrid .ma__videoCard{max-width:100%!important;width:100%!important}#marketing-alliance .ma__testimonialsGrid .media{aspect-ratio:16/9!important;width:100%!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsBlock .ma__testimonialsGrid .ma__videoCard .media{transform:scale(.95)!important;transform-origin:center center!important}#marketing-alliance .ma__shortsColumn{align-items:center!important;max-width:100%!important;width:100%!important}#marketing-alliance .ma__shortsGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;justify-content:center!important;margin-left:80px!important;margin-top:70px!important;max-width:100%!important;width:100%!important}#marketing-alliance .ma__subhead--shorts{align-items:flex-end!important;align-self:flex-end!important;text-align:right!important;width:100%!important}#marketing-alliance .ma__subhead--shorts .ma__rule{background-color:initial!important;background-image:linear-gradient(270deg,#5a5a5ad9 0,#5a5a5abf 55%,#fff)!important;margin-left:auto!important;margin-right:0!important;width:clamp(60px,7.5vw,108px)!important}#marketing-alliance .ma__headshotsColumn{align-items:center!important;max-width:100%!important;width:100%!important}#marketing-alliance .ma__headshotsColumn .ma__subhead--headshots{align-items:flex-start!important;align-self:flex-start!important;margin-top:16px!important;text-align:left!important;width:100%!important}#marketing-alliance .ma__headshotsColumn .ma__subhead--headshots .ma__rule{background-color:initial!important;background-image:linear-gradient(90deg,#0000008c 0,#0000008c 55%,#fff)!important;margin-left:0!important;margin-right:auto!important;width:clamp(64px,7.2vw,96px)!important}#marketing-alliance .ma__headshotPile{height:220px!important;margin-left:auto!important;margin-right:auto!important;max-width:100%!important;width:330px!important}#marketing-alliance .ma__headshotPile .shot{min-width:150px!important;width:150px!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsColumn .ma__shortsGrid .ma__shortCard .ma__shortMedia{transform:scale(1.6)!important;transform-origin:center center!important}html:has(#marketing-alliance) #marketing-alliance .ma__headshotsColumn .ma__headshotPile{transform:scale(1.4)!important;transform-origin:center center!important}html:has(#marketing-alliance) #marketing-alliance .ma__heroFrame{transform:translate(var(--ma-ipadpro-hero-x),var(--ma-ipadpro-hero-y)) scale(var(--ma-ipadpro-hero-scale))!important}html:has(#marketing-alliance) #marketing-alliance .ma__videoBlock .ma__linkRule,html:has(#marketing-alliance) #marketing-alliance .ma__videoBlock .ma__linkWrap.heroLinkWrap{transform:translate(var(--ma-ipadpro-link-x),var(--ma-ipadpro-link-y))!important}html:has(#marketing-alliance) #marketing-alliance .ma__row2 .ma__colText{max-width:var(--ma-ipadpro-desc-width)!important;transform:translate(var(--ma-ipadpro-desc-x),var(--ma-ipadpro-desc-y))!important}html:has(#marketing-alliance) #marketing-alliance .ma__testimonials{transform:translate(var(--ma-ipadpro-looping-x),var(--ma-ipadpro-looping-y)) scale(var(--ma-ipadpro-looping-scale))!important;transform-origin:top center!important}html:has(#marketing-alliance) #marketing-alliance .ma__photos{transform:translate(var(--ma-ipadpro-photo-x),var(--ma-ipadpro-photo-y)) scale(var(--ma-ipadpro-photo-scale))!important;transform-origin:top center!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsBlock{transform:translate(var(--ma-ipadpro-testimonials-x),var(--ma-ipadpro-testimonials-y)) scale(var(--ma-ipadpro-testimonials-scale))!important;transform-origin:top center!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsColumn{transform:translate(var(--ma-ipadpro-shorts-x),var(--ma-ipadpro-shorts-y)) scale(var(--ma-ipadpro-shorts-scale))!important;transform-origin:top center!important}html:has(#marketing-alliance) #marketing-alliance .ma__headshotsColumn{transform:translate(var(--ma-ipadpro-headshots-x),var(--ma-ipadpro-headshots-y)) scale(var(--ma-ipadpro-headshots-scale))!important;transform-origin:top center!important}}@media (width:912px) and (height:1368px){html:has(#marketing-alliance) #marketing-alliance.ma,html:has(#marketing-alliance) section#marketing-alliance{max-width:100%!important;width:100%!important}#marketing-alliance{--ma-surfacepro7-hero-x:-43px;--ma-surfacepro7-hero-y:-27px;--ma-surfacepro7-hero-scale:0.902;--ma-surfacepro7-link-x:-18px;--ma-surfacepro7-link-y:-37px;--ma-surfacepro7-head-x:-70px;--ma-surfacepro7-head-y:-60px;--ma-surfacepro7-head-scale:1.0;--ma-surfacepro7-logo-x:-27px;--ma-surfacepro7-logo-y:-25px;--ma-surfacepro7-logo-scale:1.3;--ma-surfacepro7-desc-x:-20px;--ma-surfacepro7-desc-y:10px;--ma-surfacepro7-desc-width:60ch;--ma-surfacepro7-looping-x:-40px;--ma-surfacepro7-looping-y:30px;--ma-surfacepro7-looping-scale:0.915;--ma-surfacepro7-photo-x:-40px;--ma-surfacepro7-photo-y:-50px;--ma-surfacepro7-photo-scale:0.915;--ma-surfacepro7-testimonials-x:-40px;--ma-surfacepro7-testimonials-y:-180px;--ma-surfacepro7-testimonials-scale:0.915;--ma-surfacepro7-shorts-x:-40px;--ma-surfacepro7-shorts-y:-190px;--ma-surfacepro7-shorts-scale:0.915;--ma-surfacepro7-headshots-x:-40px;--ma-surfacepro7-headshots-y:-270px;--ma-surfacepro7-headshots-scale:0.915;padding-bottom:120px;padding-left:20px;padding-right:20px}#marketing-alliance .ma__overviewHeadshots,#marketing-alliance .ma__row1,#marketing-alliance .ma__row2{grid-template-columns:1fr!important}#marketing-alliance .ma__heading{align-items:flex-end!important;display:flex!important;flex-direction:column!important;gap:0!important;justify-items:end!important;text-align:right!important}html:has(#marketing-alliance) #marketing-alliance .ma__headingUnit{align-items:flex-end!important;display:flex!important;flex-direction:column!important;gap:10px!important;transform:translate(var(--ma-surfacepro7-head-x),var(--ma-surfacepro7-head-y)) scale(var(--ma-surfacepro7-head-scale))!important;transform-origin:top right!important}#marketing-alliance .ma__headingUnit .ma__roles{text-align:right!important}html:has(#marketing-alliance) #marketing-alliance .ma__logoContainer,html:has(#marketing-alliance) #marketing-alliance .ma__logoWrap{align-items:center!important;display:flex!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;margin-top:clamp(20px,2vw,40px)!important;transform:translate(var(--ma-surfacepro7-logo-x),var(--ma-surfacepro7-logo-y)) scale(var(--ma-surfacepro7-logo-scale))!important;transform-origin:center center!important;width:100%!important}html:has(#marketing-alliance) #marketing-alliance .ma__logo img,html:has(#marketing-alliance) #marketing-alliance .ma__logoWrap img,html:has(#marketing-alliance) #marketing-alliance img.ma__logo{display:block!important;margin-left:auto!important;margin-right:auto!important;max-width:clamp(220px,22vw,280px)!important;transform:none!important;width:clamp(220px,22vw,280px)!important}html:has(#marketing-alliance) #marketing-alliance .ma__belowRow1{position:relative!important;top:0!important}#marketing-alliance .ma__videoGrid--quad{grid-template-columns:1fr!important}#marketing-alliance .ma__photoGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important}#marketing-alliance .ma__photoGrid img{aspect-ratio:4/5!important;height:auto!important;object-fit:cover!important;width:100%!important}html:has(#marketing-alliance) #marketing-alliance .ma__photos .ma__photoGrid img{transform:scale(.95)!important;transform-origin:center center!important}#marketing-alliance .ma__shortsHeadshots{display:flex!important;flex-direction:column!important}#marketing-alliance .ma__testimonialsGrid{gap:14px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}#marketing-alliance .ma__testimonialsGrid .ma__videoCard{max-width:100%!important;width:100%!important}#marketing-alliance .ma__testimonialsGrid .media{aspect-ratio:16/9!important;width:100%!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsBlock .ma__testimonialsGrid .ma__videoCard .media{transform:scale(.95)!important;transform-origin:center center!important}#marketing-alliance .ma__shortsColumn{align-items:center!important;max-width:100%!important;width:100%!important}#marketing-alliance .ma__shortsGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;justify-content:center!important;margin-left:80px!important;margin-top:70px!important;max-width:100%!important;width:100%!important}#marketing-alliance .ma__subhead--shorts{align-items:flex-end!important;align-self:flex-end!important;text-align:right!important;width:100%!important}#marketing-alliance .ma__subhead--shorts .ma__rule{background-color:initial!important;background-image:linear-gradient(270deg,#5a5a5ad9 0,#5a5a5abf 55%,#fff)!important;margin-left:auto!important;margin-right:0!important;width:clamp(60px,7.5vw,108px)!important}#marketing-alliance .ma__headshotsColumn{align-items:center!important;max-width:100%!important;width:100%!important}#marketing-alliance .ma__headshotsColumn .ma__subhead--headshots{align-items:flex-start!important;align-self:flex-start!important;margin-top:16px!important;text-align:left!important;width:100%!important}#marketing-alliance .ma__headshotsColumn .ma__subhead--headshots .ma__rule{background-color:initial!important;background-image:linear-gradient(90deg,#0000008c 0,#0000008c 55%,#fff)!important;margin-left:0!important;margin-right:auto!important;width:clamp(64px,7.2vw,96px)!important}#marketing-alliance .ma__headshotPile{height:200px!important;margin-left:auto!important;margin-right:auto!important;max-width:100%!important;width:323px!important}#marketing-alliance .ma__headshotPile .shot{min-width:150px!important;width:150px!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsColumn .ma__shortsGrid{transform:translate(-40px,-50px)!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsColumn .ma__shortsGrid .ma__shortCard .ma__shortMedia{transform:scale(1)!important;transform-origin:center center!important}html:has(#marketing-alliance) #marketing-alliance .ma__headshotsColumn .ma__headshotPile{transform:translateY(50px) scale(1.4)!important;transform-origin:center center!important}html:has(#marketing-alliance) #marketing-alliance .ma__heroFrame{transform:translate(var(--ma-surfacepro7-hero-x),var(--ma-surfacepro7-hero-y)) scale(var(--ma-surfacepro7-hero-scale))!important}html:has(#marketing-alliance) #marketing-alliance .ma__videoBlock .ma__linkRule,html:has(#marketing-alliance) #marketing-alliance .ma__videoBlock .ma__linkWrap.heroLinkWrap{transform:translate(var(--ma-surfacepro7-link-x),var(--ma-surfacepro7-link-y))!important}html:has(#marketing-alliance) #marketing-alliance .ma__row2 .ma__colText{max-width:var(--ma-surfacepro7-desc-width)!important;transform:translate(var(--ma-surfacepro7-desc-x),var(--ma-surfacepro7-desc-y))!important}html:has(#marketing-alliance) #marketing-alliance .ma__testimonials{transform:translate(var(--ma-surfacepro7-looping-x),var(--ma-surfacepro7-looping-y)) scale(var(--ma-surfacepro7-looping-scale))!important;transform-origin:top center!important}html:has(#marketing-alliance) #marketing-alliance .ma__photos{transform:translate(var(--ma-surfacepro7-photo-x),var(--ma-surfacepro7-photo-y)) scale(var(--ma-surfacepro7-photo-scale))!important;transform-origin:top center!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsBlock{transform:translate(var(--ma-surfacepro7-testimonials-x),var(--ma-surfacepro7-testimonials-y)) scale(var(--ma-surfacepro7-testimonials-scale))!important;transform-origin:top center!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsColumn{transform:translate(var(--ma-surfacepro7-shorts-x),var(--ma-surfacepro7-shorts-y)) scale(var(--ma-surfacepro7-shorts-scale))!important;transform-origin:top center!important}html:has(#marketing-alliance) #marketing-alliance .ma__headshotsColumn{transform:translate(var(--ma-surfacepro7-headshots-x),var(--ma-surfacepro7-headshots-y)) scale(var(--ma-surfacepro7-headshots-scale))!important;transform-origin:top center!important}}@media (width:853px) and (height:1280px){html:has(#marketing-alliance) #marketing-alliance.ma,html:has(#marketing-alliance) section#marketing-alliance{max-width:100%!important;width:100%!important}#marketing-alliance{--ma-zenbookfold-hero-x:-10px;--ma-zenbookfold-hero-y:-27px;--ma-zenbookfold-hero-scale:0.902;--ma-zenbookfold-link-x:14px;--ma-zenbookfold-link-y:-37px;--ma-zenbookfold-head-x:-35px;--ma-zenbookfold-head-y:-55px;--ma-zenbookfold-head-scale:1.0;--ma-zenbookfold-logo-x:-27px;--ma-zenbookfold-logo-y:-25px;--ma-zenbookfold-logo-scale:1.3;--ma-zenbookfold-desc-x:10px;--ma-zenbookfold-desc-y:10px;--ma-zenbookfold-desc-width:50ch;--ma-zenbookfold-looping-x:-10px;--ma-zenbookfold-looping-y:30px;--ma-zenbookfold-looping-scale:0.915;--ma-zenbookfold-photo-x:-10px;--ma-zenbookfold-photo-y:-60px;--ma-zenbookfold-photo-scale:0.915;--ma-zenbookfold-testimonials-x:-10px;--ma-zenbookfold-testimonials-y:-200px;--ma-zenbookfold-testimonials-scale:0.915;--ma-zenbookfold-shorts-x:-10px;--ma-zenbookfold-shorts-y:-230px;--ma-zenbookfold-shorts-scale:0.915;--ma-zenbookfold-headshots-x:-10px;--ma-zenbookfold-headshots-y:-320px;--ma-zenbookfold-headshots-scale:0.915;padding-bottom:120px;padding-left:20px;padding-right:20px}#marketing-alliance .ma__overviewHeadshots,#marketing-alliance .ma__row1,#marketing-alliance .ma__row2{grid-template-columns:1fr!important}#marketing-alliance .ma__heading{align-items:flex-end!important;display:flex!important;flex-direction:column!important;gap:0!important;justify-items:end!important;text-align:right!important}html:has(#marketing-alliance) #marketing-alliance .ma__headingUnit{align-items:flex-end!important;display:flex!important;flex-direction:column!important;gap:10px!important;transform:translate(var(--ma-zenbookfold-head-x),var(--ma-zenbookfold-head-y)) scale(var(--ma-zenbookfold-head-scale))!important;transform-origin:top right!important}#marketing-alliance .ma__headingUnit .ma__roles{text-align:right!important}html:has(#marketing-alliance) #marketing-alliance .ma__logoContainer,html:has(#marketing-alliance) #marketing-alliance .ma__logoWrap{align-items:center!important;display:flex!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important;margin-top:clamp(20px,2vw,40px)!important;transform:translate(var(--ma-zenbookfold-logo-x),var(--ma-zenbookfold-logo-y)) scale(var(--ma-zenbookfold-logo-scale))!important;transform-origin:center center!important;width:100%!important}html:has(#marketing-alliance) #marketing-alliance .ma__logo img,html:has(#marketing-alliance) #marketing-alliance .ma__logoWrap img,html:has(#marketing-alliance) #marketing-alliance img.ma__logo{display:block!important;margin-left:auto!important;margin-right:auto!important;max-width:clamp(220px,22vw,280px)!important;transform:none!important;width:clamp(220px,22vw,280px)!important}html:has(#marketing-alliance) #marketing-alliance .ma__belowRow1{position:relative!important;top:0!important}#marketing-alliance .ma__videoGrid--quad{grid-template-columns:1fr!important}#marketing-alliance .ma__photoGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;width:100%!important}#marketing-alliance .ma__photoGrid img{aspect-ratio:4/5!important;height:auto!important;object-fit:cover!important;width:100%!important}html:has(#marketing-alliance) #marketing-alliance .ma__photos .ma__photoGrid img{transform:scale(.95)!important;transform-origin:center center!important}#marketing-alliance .ma__shortsHeadshots{display:flex!important;flex-direction:column!important}#marketing-alliance .ma__testimonialsGrid{gap:14px!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}#marketing-alliance .ma__testimonialsGrid .ma__videoCard{max-width:100%!important;width:100%!important}#marketing-alliance .ma__testimonialsGrid .media{aspect-ratio:16/9!important;width:100%!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsBlock .ma__testimonialsGrid .ma__videoCard .media{transform:scale(.95)!important;transform-origin:center center!important}#marketing-alliance .ma__shortsColumn{align-items:center!important;max-width:100%!important;width:100%!important}#marketing-alliance .ma__shortsGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;justify-content:center!important;margin-left:80px!important;margin-top:70px!important;max-width:100%!important;width:100%!important}#marketing-alliance .ma__subhead--shorts{align-items:flex-end!important;align-self:flex-end!important;text-align:right!important;width:100%!important}#marketing-alliance .ma__subhead--shorts .ma__rule{background-color:initial!important;background-image:linear-gradient(270deg,#5a5a5ad9 0,#5a5a5abf 55%,#fff)!important;margin-left:auto!important;margin-right:0!important;width:clamp(60px,7.5vw,108px)!important}#marketing-alliance .ma__headshotsColumn{align-items:center!important;max-width:100%!important;width:100%!important}#marketing-alliance .ma__headshotsColumn .ma__subhead--headshots{align-items:flex-start!important;align-self:flex-start!important;margin-top:16px!important;text-align:left!important;width:100%!important}#marketing-alliance .ma__headshotsColumn .ma__subhead--headshots .ma__rule{background-color:initial!important;background-image:linear-gradient(90deg,#0000008c 0,#0000008c 55%,#fff)!important;margin-left:0!important;margin-right:auto!important;width:clamp(64px,7.2vw,96px)!important}#marketing-alliance .ma__headshotPile{height:200px!important;margin-left:auto!important;margin-right:auto!important;max-width:100%!important;width:323px!important}#marketing-alliance .ma__headshotPile .shot{min-width:150px!important;width:150px!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsColumn .ma__shortsGrid{transform:translate(-40px,-50px)!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsColumn .ma__shortsGrid .ma__shortCard .ma__shortMedia{transform:scale(1)!important;transform-origin:center center!important}html:has(#marketing-alliance) #marketing-alliance .ma__headshotsColumn .ma__headshotPile{transform:translateY(50px) scale(1.4)!important;transform-origin:center center!important}html:has(#marketing-alliance) #marketing-alliance .ma__heroFrame{transform:translate(var(--ma-zenbookfold-hero-x),var(--ma-zenbookfold-hero-y)) scale(var(--ma-zenbookfold-hero-scale))!important}html:has(#marketing-alliance) #marketing-alliance .ma__videoBlock .ma__linkRule,html:has(#marketing-alliance) #marketing-alliance .ma__videoBlock .ma__linkWrap.heroLinkWrap{transform:translate(var(--ma-zenbookfold-link-x),var(--ma-zenbookfold-link-y))!important}html:has(#marketing-alliance) #marketing-alliance .ma__row2 .ma__colText{max-width:var(--ma-zenbookfold-desc-width)!important;transform:translate(var(--ma-zenbookfold-desc-x),var(--ma-zenbookfold-desc-y))!important}html:has(#marketing-alliance) #marketing-alliance .ma__testimonials{transform:translate(var(--ma-zenbookfold-looping-x),var(--ma-zenbookfold-looping-y)) scale(var(--ma-zenbookfold-looping-scale))!important;transform-origin:top center!important}html:has(#marketing-alliance) #marketing-alliance .ma__photos{transform:translate(var(--ma-zenbookfold-photo-x),var(--ma-zenbookfold-photo-y)) scale(var(--ma-zenbookfold-photo-scale))!important;transform-origin:top center!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsBlock{transform:translate(var(--ma-zenbookfold-testimonials-x),var(--ma-zenbookfold-testimonials-y)) scale(var(--ma-zenbookfold-testimonials-scale))!important;transform-origin:top center!important}html:has(#marketing-alliance) #marketing-alliance .ma__shortsColumn{transform:translate(var(--ma-zenbookfold-shorts-x),var(--ma-zenbookfold-shorts-y)) scale(var(--ma-zenbookfold-shorts-scale))!important;transform-origin:top center!important}html:has(#marketing-alliance) #marketing-alliance .ma__headshotsColumn{transform:translate(var(--ma-zenbookfold-headshots-x),var(--ma-zenbookfold-headshots-y)) scale(var(--ma-zenbookfold-headshots-scale))!important;transform-origin:top center!important}}@media (min-width:901px) and (max-width:980px){#marketing-alliance{transform:translateX(30px)!important}}@media (max-width:360px) and (pointer:coarse){#marketing-alliance{--ma-small-title-size:26.8px;--ma-small-roles-size:11.3px;--ma-small-headshot-width:132px;--ma-small-headshot-gap:20px}#marketing-alliance .ma__title{font-size:var(--ma-small-title-size)!important;line-height:1.08!important}#marketing-alliance .ma__roles{font-size:var(--ma-small-roles-size)!important;line-height:1.22!important}#marketing-alliance .ma__headshotPile .shot{aspect-ratio:1/1!important;max-width:100%!important;width:var(--ma-small-headshot-width)!important}}.vo{color:var(--au-ink);position:relative;top:-28px}@media (max-width:980px){.vo{top:-12px}}.vo__row1{grid-gap:var(--au-gap);align-items:start;display:grid;gap:var(--au-gap);grid-template-columns:.56fr .44fr;margin-bottom:clamp(16px,3vw,28px)}.vo__videoBlock{align-items:flex-start;display:flex;flex-direction:column}.vo__heroMedia{aspect-ratio:16/9;background:#000;border-radius:10px;box-shadow:var(--shadow);overflow:hidden;width:100%}.vo__heroVideo{display:block;height:100%;object-fit:cover;width:100%}.vo__linkWrap{align-items:flex-start;display:inline-flex;flex-direction:column;margin-top:10px;width:-webkit-max-content;width:max-content}.vo__link{border-bottom:1px solid var(--au-rule);color:var(--au-ink);display:inline-block;margin-top:clamp(6px,1vw,12px);text-decoration:none}.vo__link:hover{opacity:.75}.vo__link:visited{color:var(--au-ink)}.vo__linkRule{background:#0000004d!important;background-image:none!important;display:block;height:1px;margin-top:2px;opacity:1!important;width:-webkit-fit-content;width:fit-content}.vo__heading{grid-gap:10px;align-content:flex-start;display:grid;gap:10px;justify-items:end}.vo__title{font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:clamp(28px,4.6vw,44px);line-height:1.1;margin:0}.vo__rule{display:inline-block;height:1px}.vo__rule--main{background:linear-gradient(90deg,#fff 0,#fff 20%,#80808099)!important;background-color:initial!important;background-image:linear-gradient(90deg,#fff 0,#fff 20%,#80808099)!important;display:inline-block;height:1px;max-width:80px;width:clamp(40px,5vw,80px)}.vo__rule--psychology{background:linear-gradient(270deg,#fff 0,#fff 20%,#80808099)!important;background-color:initial!important;background-image:linear-gradient(270deg,#fff 0,#fff 20%,#80808099)!important}.vo__rule--psychology,.vo__rule--technology{display:inline-block;height:1px;width:clamp(80px,10vw,140px)}.vo__rule--technology{background:linear-gradient(90deg,#fff 0,#fff 20%,#80808099)!important;background-color:initial!important;background-image:linear-gradient(90deg,#fff 0,#fff 20%,#80808099)!important}.vo__rule--vlogs{background:linear-gradient(270deg,#fff 0,#fff 20%,#80808099)!important;background-color:initial!important;background-image:linear-gradient(270deg,#fff 0,#fff 20%,#80808099)!important;display:inline-block;height:1px;width:clamp(40px,5vw,80px)}.vo__rule--favorites{background:linear-gradient(90deg,#fff 0,#fff 20%,#80808099)!important;background-color:initial!important;background-image:linear-gradient(90deg,#fff 0,#fff 20%,#80808099)!important;display:inline-block;height:1px;width:clamp(80px,10vw,140px)}.vo__roles{color:var(--au-ink);font-size:clamp(15px,2vw,20px);font-weight:500;line-height:1.3;text-align:right}#vonix{--vonix-logo-scale:1.05;--vonix-logo-x:10px;--vonix-logo-y:-50px;--vonix-m-logo-scale:1.25;--vonix-m-logo-x:15px;--vonix-m-logo-y:-95px}@media (min-width:601px){#vonix{--vonix-logo-scale:1.45;--vonix-logo-x:85px;--vonix-logo-y:95px}}.vo__logoWrap{display:flex;justify-content:flex-end;margin-right:clamp(20px,3vw,-10px);margin-top:clamp(38px,3.8vw,56px);padding-right:0;position:relative;transform:translateX(18px);width:100%;will-change:transform}#vonix .vo__logoWrap,#vonix .vonix__topRight,.vo__logoWrap{overflow:visible!important}#vonix .vo__masterLogo{aspect-ratio:1/1;background:#0000!important;border:none!important;box-shadow:none!important;display:block;filter:none!important;height:auto;object-fit:contain;pointer-events:none;position:relative;-webkit-user-select:none;user-select:none;width:clamp(280px,34vw,440px);will-change:transform;z-index:10}.vo__masterLogo--mobile{display:none!important}.vo__masterLogo--desktop{display:block!important;transform:translateX(var(--vonix-logo-x)) translateY(var(--vonix-logo-y)) scale(var(--vonix-logo-scale));transform-origin:center center}@media (max-width:600px){.vo__masterLogo--desktop{display:none!important}.vo__masterLogo--mobile{display:block!important;left:50%;position:absolute;transform:translateX(-50%) translateY(var(--vonix-m-logo-y)) scale(var(--vonix-m-logo-scale));transform-origin:center top;will-change:transform}}.vonix__topRight{position:relative}.vo .media--video:after,.vo .media--video:before,.vo .media__play{content:none!important;display:none!important;pointer-events:none!important}.comingSoonTile{background:#111;border-radius:10px;color:#fff;display:grid;height:100%;overflow:hidden;place-items:center;position:relative;width:100%}.comingSoonTile__center{font-family:IBM Plex Mono,Fira Mono,monospace;font-size:clamp(14px,1.6vw,18px);letter-spacing:.06em;opacity:.95;padding:16px;text-align:center}@media (max-width:600px){.vo__psychMain .comingSoonTile__center{font-size:70%!important}}.comingSoonTile .playOverlay,.comingSoonTile .playOverlay__icon{display:none!important}.vo__link--disabled,.vo__shortLink--disabled{cursor:default;pointer-events:none}@media (max-width:980px){.vo__row1{grid-template-columns:1fr}.vo__heading{justify-items:start}.vo__logoWrap{justify-content:flex-start}}.vo__rowDesc{margin-top:clamp(6px,.8vw,10px)}.vo__desc{color:var(--au-muted);font-size:clamp(20px,2.6vw,24px);line-height:1.55;margin-top:-170px;max-width:62ch}.vo__fold{grid-gap:clamp(14px,2vw,22px);display:grid;gap:clamp(14px,2vw,22px);grid-template-columns:1fr;margin-top:clamp(32px,4vw,48px)}.vo__subhead{display:flex;flex-direction:column;gap:6px}.vo__subhead h3{font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:clamp(18px,2.4vw,26px);font-weight:600;letter-spacing:.02em;margin:0}.vo__subhead--left{align-items:flex-start}.vo__subhead .vo__rule{background:var(--au-rule);display:inline-block;height:1px;width:clamp(80px,7vw,120px)}.vo__psychGrid{grid-gap:clamp(18px,2.4vw,28px);align-items:flex-start;display:grid;gap:clamp(18px,2.4vw,28px);grid-template-columns:repeat(2,minmax(260px,1fr))}.vo__psychDuo{padding-top:clamp(10px,1vw,14px);position:relative}.vo__psychMain{aspect-ratio:16/9;background:#000;border-radius:10px;box-shadow:var(--shadow);max-width:88%;overflow:hidden;width:88%}.vo__videoEl{display:block;height:100%;object-fit:cover;width:100%}.vo__link--mini{border-bottom:1px solid var(--au-rule);color:var(--au-ink);display:inline-block;font-size:clamp(11px,1vw,13px);font-weight:500;margin-top:clamp(6px,.8vw,10px);text-decoration:none}.vo__link--mini:hover{opacity:.75}.vo__link--mini:visited{color:var(--au-ink)}@media (min-width:601px) and (max-width:749px){#vonix .vo__psychShort{right:clamp(4px,1.2vw,10px)!important;top:clamp(-12px,-1.2vw,-8px)!important;width:clamp(82px,14vw,106px)!important}#vonix .vo__shortLink{font-size:7px!important}}.vo__psychShort{align-items:stretch;display:flex;flex-direction:column;overflow:visible;position:absolute;right:clamp(-6px,.5vw,10px);top:clamp(-16px,-1.6vw,-10px);width:clamp(110px,20vw,150px)}.vo__psychShort .vo__linkWrap{align-items:center;bottom:100%;left:50%;margin:0;padding:0;position:absolute;transform:translateX(-50%)}.vo__psychDuo:first-child .vo__psychShort .vo__linkWrap{margin:0}.vo__psychShort .media,.vo__psychShort .media.media--short{aspect-ratio:9/16;background:#000;border-radius:10px;box-shadow:var(--shadow);overflow:hidden;width:100%}.vo__shortVideo{display:block;height:100%;object-fit:cover;width:100%}.vo__shortLink{background:#0000;border-bottom:1px solid var(--au-rule);border-radius:0;color:var(--au-ink);display:inline-block;font-size:8px;line-height:1.3;padding:0;position:static;text-align:center;text-decoration:none}.vo__shortLink:hover{opacity:.75}.vo__shortLink:visited{color:var(--au-ink)}.vo__videoGrid{flex-wrap:wrap;gap:var(--au-gap);justify-content:center;margin-top:clamp(12px,1.6vw,18px)}.vo__videoCard,.vo__videoGrid{align-items:flex-start;display:flex}.vo__videoCard{flex:0 1 calc(33.33333% - var(--au-gap)*2/3);flex-direction:column;max-width:calc(33.33333% - var(--au-gap)*2/3)}.vo__videoCard .media{aspect-ratio:16/9;background:#000;border-radius:10px;box-shadow:var(--shadow);overflow:hidden;width:100%}.vo__videoCard .vo__link--mini{border-bottom:1px solid var(--au-rule);color:var(--au-ink);display:inline-block;font-size:clamp(11px,1vw,13px);font-weight:500;margin-top:clamp(6px,.8vw,10px);text-decoration:none}.vo__videoCard .vo__link--mini:hover{opacity:.75}.vo__videoCard .vo__link--mini:visited{color:var(--au-ink)}.vo__favorites .vo__subhead,.vo__technology .vo__subhead{align-items:flex-end;text-align:right}@media (max-width:980px){.vo__psychGrid{grid-template-columns:1fr}.vo__psychShort{right:clamp(6px,2vw,14px);top:clamp(-10px,-1vw,-6px);width:clamp(90px,32vw,140px)}.vo__shortLink{font-size:7px}}@media (max-width:900px){.vo__videoGrid{justify-content:center}.vo__videoCard{flex:0 1 100%;max-width:100%}}@media (max-width:600px){.vo,section#vonix{box-sizing:border-box;max-width:100%;overflow-x:hidden;position:relative;touch-action:pan-y;width:100%}section#vonix.vo{padding-left:0!important;padding-right:0!important}.vo *{box-sizing:border-box}.vo canvas,.vo iframe,.vo img,.vo svg,.vo video{height:auto;max-width:100%}.vo__fold,.vo__row1,.vo__rowDesc{padding-left:16px;padding-right:16px}.vo__fold,.vo__heroMedia,.vo__row1,.vo__rowDesc,.vo__videoBlock,.vo__videoCard,.vo__videoGrid{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:520px;width:100%}.vo__row1{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}.vo__heroVideo{overflow:hidden;width:100%}.vo__heading{align-items:flex-end;justify-items:end;max-width:100%;width:100%}.vo__heading,.vo__roles,.vo__title{text-align:right}.vo__rule{align-self:flex-end}.vo__logoWrap{justify-content:flex-start;margin-left:0!important;margin-right:0!important;max-width:100%;width:100%}#vonix a[data-vonix-short2-link=true]{position:relative!important;top:5px!important}.vo__masterLogo{height:auto;max-width:min(280px,80vw);width:100%}.vo{--vo-psych-short-w:min(118px,34vw);--vo-psych-gap:14px}.vo__psychGrid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:1fr;max-width:100%;width:100%}.vo__psychDuo{max-width:100%;overflow:visible;padding-top:10px;position:relative;width:100%}.vo__psychMain{aspect-ratio:16/9;border-radius:10px;margin-left:0;margin-right:auto;max-width:calc(100% - var(--vo-psych-short-w) - var(--vo-psych-gap));overflow:hidden;width:calc(100% - var(--vo-psych-short-w) - var(--vo-psych-gap))}.vo__psychDuo>.vo__linkWrap{max-width:100%;width:100%}.vo__psychShort{align-items:stretch;display:flex;flex-direction:column;margin:0!important;max-width:var(--vo-psych-short-w)!important;overflow:visible;position:absolute!important;right:0!important;top:-10px!important;width:var(--vo-psych-short-w)!important}.vo__psychShort .media,.vo__psychShort .media.media--short,.vo__psychShortMedia{aspect-ratio:9/16;border-radius:10px;overflow:hidden;width:100%}.vo__psychShort .vo__linkWrap{align-items:center;bottom:100%;left:50%;margin:0 0 6px;max-width:90vw;position:absolute;transform:translateX(-50%);width:-webkit-max-content;width:max-content}.vo__shortLink{font-size:8px;line-height:1.2;max-width:90vw;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.vo__psychDuo,.vo__psychGrid,.vo__psychMain,.vo__psychShort{max-width:100%}.vo__videoGrid{grid-gap:14px;display:grid;gap:14px;grid-template-columns:1fr;overflow:hidden}.vo__videoCard,.vo__videoGrid{margin-left:auto;margin-right:auto;max-width:520px;width:100%}.vo__videoCard{align-items:stretch;flex:none}.vo__heroMedia,.vo__videoCard .media{border-radius:10px;width:100%}.vo__rowDesc{max-width:520px;width:100%}.vo__desc{margin-left:0;margin-right:0;margin-top:0}.vo__desc,.vo__linkWrap{max-width:100%;width:100%}.vo__link,.vo__shortLink{max-width:100%;overflow-wrap:anywhere;word-break:break-word}.vo__logoWrap,.vonix__topRight{overflow:visible!important}.vo__logoWrap{transform:none!important}.vo *{min-width:0}section#vonix.vo{transform:translateX(6px)!important}section#vonix.vo .vo__fold,section#vonix.vo .vo__row1,section#vonix.vo .vo__rowDesc{margin-left:auto!important;margin-right:auto!important}section#vonix.vo .vo__rowDesc{margin-top:-90px!important}.vo,section#vonix{overflow-x:clip!important}.vo__psychGrid{grid-template-columns:1fr!important}.vo__psychDuo{overflow:visible!important;padding-top:0!important;position:relative!important}.vo__psychMain{margin-left:auto!important;margin-right:auto!important;max-width:92%!important;width:92%!important}.vo__psychShort{margin:0!important;position:absolute!important;right:10px!important;top:-14px!important;width:min(118px,30vw)!important;z-index:5!important}.vo__psychShort .vo__linkWrap{align-items:center!important;bottom:100%!important;left:50%!important;max-width:90vw!important;position:absolute!important;transform:translateX(-50%)!important;width:-webkit-max-content!important;width:max-content!important}.vo__psychShort .media,.vo__psychShort .media.media--short,.vo__psychShortMedia{aspect-ratio:9/16!important;overflow:hidden!important;width:100%!important}.vo__psychology{padding-bottom:18px!important}.vo__psychShort{width:min(94px,24vw)!important}.vo__psychShort .media,.vo__psychShort .media.media--short,.vo__psychShortMedia{aspect-ratio:9/16!important;height:auto!important;width:100%!important}.vo__psychGrid .vo__psychDuo:nth-child(2){margin-top:15px!important}.vo__technology{margin-top:calc(clamp(32px, 4vw, 48px) - 40px)!important}}.os-mac .vp-main{overflow-x:hidden!important}.os-mac #vonix{max-width:100%}.os-mac .vo iframe,.os-mac .vo img,.os-mac .vo video{max-width:100%!important}.os-mac #vonix .vo__logoWrap,.os-mac #vonix .vonix__topRight{left:-80px;position:relative;top:50px}.os-mac #vonix .vo__rowDesc{margin-top:100px}.os-mac #vonix{overflow-x:hidden}.os-mac #vonix .vo__fold{padding-left:0;padding-right:clamp(48px,6vw,96px)}.os-mac #vonix .vo__fold,.os-mac #vonix .vo__psychDuo,.os-mac #vonix .vo__psychGrid,.os-mac #vonix .vo__videoCard,.os-mac #vonix .vo__videoGrid{box-sizing:border-box;max-width:100%}@media (min-width:981px){:not(.os-mac) #vonix .vo__rowDesc{margin-top:80px}:not(.os-mac) #vonix .vo__logoWrap,:not(.os-mac) #vonix .vonix__topRight{transform:translate(-85px,-40px)}.os-mac #vonix .vo__logoWrap{left:-60px;top:-60px}}@media (max-width:600px){section#vonix.vo{padding-bottom:max(90px,env(safe-area-inset-bottom,0px))!important}section#vonix.vo:after{content:"";display:block;height:max(70px,env(safe-area-inset-bottom,0px))}#vonix .vo__videoGrid--vlogs .vo__videoCard:nth-child(5) .vo__videoEl,#vonix .vo__videoGrid--vlogs .vo__videoCard:nth-child(5) video{display:block!important;height:100%!important;object-fit:cover!important;object-position:50% 70%!important;width:100%!important}#vonix .vo__psychology .vo__subhead,#vonix .vo__vlogs .vo__subhead{align-items:flex-start!important;text-align:left!important}#vonix .vo__psychology .vo__subhead .vo__rule,#vonix .vo__vlogs .vo__subhead .vo__rule{align-self:flex-start!important;margin-left:0!important;margin-right:auto!important}}@media (min-width:981px){html.os-mac #vonix .vo__heroMedia{max-width:100%;transform:scale(.968);transform-origin:top left;width:100%}html.os-mac #vonix .vo__heroVideo{height:100%;object-fit:cover;width:100%}html.os-mac #vonix .vo__videoBlock{overflow:hidden}html.os-mac #vonix .heroLinkWrap a.vo__link.heroLink.vpHeroLink__a{font-size:.95em!important;line-height:1.15!important;transform:translateY(-15px)}html.os-mac #vonix .heroLinkWrap .vo__linkRule{transform:translateY(-20px)}}@media (min-width:601px){#vonix .vo__psychDuo{isolation:isolate;position:relative}#vonix .vo__psychDuo .vo__psychMain{position:relative;z-index:1}#vonix .vo__psychDuo .vo__psychShort{position:absolute;z-index:5}#vonix .vo__psychDuo .vo__psychShort .media,#vonix .vo__psychDuo .vo__psychShortMedia{position:relative;z-index:6}#vonix .vo__psychDuo .vo__psychShort .vo__linkWrap{position:absolute;z-index:7}#vonix .vo__psychMain .vo__videoEl,#vonix .vo__psychMain video{position:relative;z-index:1}html.os-other #vonix,html.os-win #vonix{--vo-win-lift:-7px}html.os-other #vonix .vo__desc,html.os-other #vonix .vo__fold,html.os-other #vonix .vo__linkWrap.heroLinkWrap,html.os-other #vonix .vo__rowDesc,html.os-win #vonix .vo__desc,html.os-win #vonix .vo__fold,html.os-win #vonix .vo__linkWrap.heroLinkWrap,html.os-win #vonix .vo__rowDesc{position:relative;top:var(--vo-win-lift)}html.os-other #vonix .vo__heading,html.os-other #vonix .vo__heroMedia,html.os-other #vonix .vo__videoBlock,html.os-win #vonix .vo__heading,html.os-win #vonix .vo__heroMedia,html.os-win #vonix .vo__videoBlock{top:auto!important}}@media (min-width:981px){html.os-mac #vonix .vo__heading{align-content:start;align-self:start;justify-items:end;justify-self:end;margin-top:0;transform:translateX(-38px) translateY(0);transform-origin:top right}html.os-mac #vonix .vo__roles,html.os-mac #vonix .vo__title{justify-self:end;text-align:right}html.os-mac #vonix .vo__rule--main{justify-self:end}html.os-mac #vonix .vo__desc{max-width:55ch}html.os-mac #vonix .vo__fold,html.os-mac #vonix .vo__rowDesc{position:relative;top:-53px}html.os-mac #vonix .vo__logoWrap{transform:translateY(20px)!important;transform-origin:top right}html.os-mac #vonix .heroLinkWrap .vo__linkRule,html.os-mac #vonix .heroLinkWrap a.vo__link.heroLink.vpHeroLink__a{transform:translateY(-17px)!important}#vonix .vo__fold:last-of-type{margin-bottom:-70px!important;padding-bottom:0!important}}@media (min-width:601px){#vonix .vo__logoWrap,#vonix .vonix__topRight{contain:none!important;overflow:visible!important}#vonix .vo__masterLogo--desktop{display:block}}@media (max-width:600px){html:not(.os-mac):not(.os-win) #vonix [data-vonix-tech-block=true]{position:relative!important;top:20px!important}}@media (min-width:601px){#vonix .vo__belowHeroDesktop{position:relative;top:70px}}@media (min-width:1601px){#vonix .vo__belowHeroDesktop{top:10px!important}}@media (min-width:601px){#vonix{padding-bottom:250px}}@media (min-width:930px) and (max-width:980px) and (min-height:50px) and (max-height:2000px){#vonix{--vo-psych-scale-930:0.95}#vonix .vo__psychology{transform:scale(var(--vo-psych-scale-930));transform-origin:top center}}@media (min-width:601px) and (max-width:980px) and (min-height:50px) and (max-height:2000px){#vonix{--vo-mid-content-maxw:540px;--vo-mid-content-pad:16px;--vo-mid-unit-x:0px;--vo-mid-unit-y:0px;--vo-mid-unit-scale:1;--vo-mid-lower-scale:1.05;--vo-mid-lower-x:-4px;--vo-mid-lower-y:-45px;--vo-mid-logo-gap:14px;--vo-mid-logo-to-desc-gap:16px;--vo-mid-logo-scale:1.25;--vo-mid-logo-x:0px;--vo-mid-logo-y:-30px;--vo-mid-lower-x:-11px;--vo-mid-lower-y:-65px;--vo-mid-logo-scale-979:var(--vo-mid-logo-scale);--vo-mid-logo-x-979:var(--vo-mid-logo-x);--vo-mid-logo-y-979:var(--vo-mid-logo-y);--vo-roles-size-979:clamp(15px,2vw,20px);--vo-psych-short-w-979:clamp(110px,20vw,150px)}body:has(#vonix){overflow-x:hidden!important}body:has(#vonix) #root,body:has(#vonix) .App,body:has(#vonix) .vp-main,body:has(#vonix) main{overflow-x:hidden!important}#vonix .vo__belowHeroDesktop,#vonix .vo__row1,#vonix .vo__rowDesc{box-sizing:border-box!important;margin-left:auto!important;margin-right:auto!important;max-width:var(--vo-mid-content-maxw)!important;padding-left:var(--vo-mid-content-pad)!important;padding-right:var(--vo-mid-content-pad)!important;width:100%!important}#vonix,#vonix .vo{max-width:100%;overflow-x:clip}#vonix *{box-sizing:border-box;min-width:0}#vonix canvas,#vonix iframe,#vonix img,#vonix svg,#vonix video{height:auto;max-width:100%}#vonix .vo__row1{grid-gap:16px!important;align-items:start!important;display:grid!important;gap:16px!important;grid-template-columns:1fr!important}#vonix .vo__heading{align-items:flex-end!important;justify-items:end!important}#vonix .vo__heading,#vonix .vo__roles,#vonix .vo__title{text-align:right!important}#vonix .vo__logoWrap{align-items:center!important;contain:none!important;display:flex!important;justify-content:center!important;left:auto!important;margin-right:0!important;margin-top:var(--vo-mid-logo-gap)!important;overflow:visible!important;padding-right:0!important;position:relative!important;top:auto!important;transform:none!important;width:100%!important}#vonix .vo__masterLogo--desktop{margin-left:auto!important;margin-right:auto!important;transform:translateY(var(--vo-mid-logo-y)) scale(var(--vo-mid-logo-scale))!important;transform-origin:center top!important;will-change:transform}#vonix .vo__desc{margin-top:0!important}#vonix .vo__rowDesc{margin-top:var(--vo-mid-logo-to-desc-gap)!important}#vonix .vo__belowHeroDesktop{transform:translate(var(--vo-mid-lower-x),var(--vo-mid-lower-y)) scale(var(--vo-mid-lower-scale)) translateY(40px)!important;transform-origin:top left!important;will-change:transform!important}#vonix .vo__videoGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:1fr!important;justify-content:stretch!important}#vonix .vo__videoCard{align-items:stretch!important;flex:none!important;max-width:100%!important;width:100%!important}}@media (width:768px) and (height:1024px){#vonix{--vo-mid-content-maxw:560px;--vo-mid-logo-scale:1.25;--vo-mid-logo-y:-37px;--vo-mid-lower-scale:1.04;--vo-mid-lower-x:-11px;--vo-mid-lower-y:-65px}#vonix .vo__masterLogo--desktop{transform:translateY(var(--vo-mid-logo-y)) scale(var(--vo-mid-logo-scale))!important;transform-origin:center top!important}}@media (width:820px) and (height:1180px){#vonix{--vo-mid-content-maxw:590px;--vo-mid-logo-scale:1.25;--vo-mid-logo-y:-37px;--vo-mid-lower-scale:1.04;--vo-mid-lower-x:-13px;--vo-mid-lower-y:-65px}#vonix .vo__masterLogo--desktop{transform:translateY(var(--vo-mid-logo-y)) scale(var(--vo-mid-logo-scale))!important;transform-origin:center top!important}}@media (width:853px) and (height:1280px){#vonix{--vo-mid-content-maxw:590px;--vo-mid-logo-scale:1.25;--vo-mid-logo-y:-37px;--vo-mid-lower-scale:1.04;--vo-mid-lower-x:-11px;--vo-mid-lower-y:-65px}#vonix .vo__masterLogo--desktop{transform:translateY(var(--vo-mid-logo-y)) scale(var(--vo-mid-logo-scale))!important;transform-origin:center top!important}}@media (width:912px) and (height:1368px){#vonix{--vo-mid-content-maxw:600px;--vo-mid-logo-scale:1.25;--vo-mid-logo-y:-37px;--vo-mid-lower-scale:1.04;--vo-mid-lower-x:-11px;--vo-mid-lower-y:-65px}#vonix .vo__masterLogo--desktop{transform:translateY(var(--vo-mid-logo-y)) scale(var(--vo-mid-logo-scale))!important;transform-origin:center top!important}#vonix .vo__videoGrid{grid-template-columns:1fr!important}}@media (width:1024px) and (height:1366px){#vonix{--vo-mid-logo-scale:1.25;--vo-mid-logo-y:-50px;--vo-mid-lower-scale:1.03;--vo-mid-lower-x:0px;--vo-mid-lower-y:0px}#vonix .vo__psychGrid,#vonix .vo__row1{display:grid!important;grid-template-columns:1fr!important}#vonix .vo__psychGrid{grid-gap:18px!important;gap:18px!important}#vonix .vo__videoGrid{grid-gap:14px!important;display:grid!important;gap:14px!important;grid-template-columns:1fr!important;justify-content:stretch!important}#vonix .vo__videoCard{align-items:stretch!important;flex:none!important;max-width:100%!important;width:100%!important}#vonix .vo__logoWrap{align-items:center!important;display:flex!important;justify-content:center!important;left:auto!important;margin-right:0!important;padding-right:0!important;position:relative!important;top:auto!important;transform:none!important;width:100%!important}#vonix .vo__masterLogo--desktop{transform:translateY(var(--vo-mid-logo-y)) scale(var(--vo-mid-logo-scale))!important;transform-origin:center top!important}#vonix .vo__desc{margin-top:0!important}#vonix .vo__rowDesc{margin-top:16px!important}}@media (min-width:601px) and (max-width:1599px){#vonix{--vo-mid-logo-x:0px}#vonix .vo__masterLogo--desktop{transform:translateX(var(--vo-mid-logo-x)) translateY(0) scale(1)!important;transform:translateX(var(--vo-mid-logo-x)) translateY(var(--vo-mid-logo-y,0)) scale(var(--vo-mid-logo-scale,1))!important;transform-origin:center top!important;will-change:transform}}@media (min-width:981px) and (max-width:1200px) and (min-height:50px) and (max-height:2000px){#vonix{--vo-mid-logo-scale:1.12;--vo-mid-logo-x:158px;--vo-mid-logo-y:-12px}}@media (width:980px) and (min-height:50px) and (max-height:2000px){#vonix{--vo-mid-logo-scale:var(--vo-mid-logo-scale-979,1.25);--vo-mid-logo-x:var(--vo-mid-logo-x-979,0px);--vo-mid-logo-y:var(--vo-mid-logo-y-979,-30px)}#vonix .vo__roles{font-size:clamp(15px,2vw,20px)!important;font-size:var(--vo-roles-size-979,clamp(15px,2vw,20px))!important}#vonix .vo__psychShort{width:clamp(110px,20vw,150px)!important;width:var(--vo-psych-short-w-979,clamp(110px,20vw,150px))!important}#vonix .vo__psychShort .media,#vonix .vo__psychShort .media.media--short,#vonix .vo__psychShortMedia{width:100%!important}}@media (min-width:981px) and (max-width:1200px) and (min-height:50px) and (max-height:2000px){#vonix{--vo-mid-logo-scale:1.12;--vo-mid-logo-x:10px;--vo-mid-logo-y:-12px;--vo-short-w:118px;--vo-short-top:-12px;--vo-short-right:6px;--vo-roles-size:16px}#vonix .vo__psychShort{right:var(--vo-short-right)!important;top:var(--vo-short-top)!important;width:var(--vo-short-w)!important}#vonix .vo__roles{font-size:var(--vo-roles-size)!important}}@media (min-width:1201px) and (max-width:2000px) and (min-height:50px) and (max-height:2000px){#vonix{--vo-mid-logo-scale:1.10;--vo-mid-logo-x:12px;--vo-mid-logo-y:-14px;--vo-short-w:120px;--vo-short-top:-12px;--vo-short-right:8px}#vonix .vo__psychShort{right:var(--vo-short-right)!important;top:var(--vo-short-top)!important;width:var(--vo-short-w)!important}}@media (width:1024px) and (height:600px){#vonix{--vo-mid-logo-scale:1.08;--vo-mid-logo-x:10px;--vo-mid-logo-y:-12px;--vo-short-w:104px;--vo-short-top:-10px;--vo-short-right:6px;--vo-roles-size:15px}#vonix .vo__psychShort{right:var(--vo-short-right)!important;top:var(--vo-short-top)!important;width:var(--vo-short-w)!important}#vonix .vo__roles{font-size:var(--vo-roles-size)!important}}@media (width:1280px) and (height:800px){#vonix{--vo-mid-logo-scale:1.10;--vo-mid-logo-x:12px;--vo-mid-logo-y:-12px;--vo-short-w:112px;--vo-short-top:-12px;--vo-short-right:8px}#vonix .vo__psychShort{right:var(--vo-short-right)!important;top:var(--vo-short-top)!important;width:var(--vo-short-w)!important}}@media (min-width:981px) and (max-width:1200px) and (min-height:50px) and (max-height:2000px){#vonix{--vo-mid-logo-x:158px;--vo-desc-maxw:43ch;--vo-short-w2:108px;--vo-short-top2:-10px;--vo-short-right2:8px}#vonix .vo__desc{max-width:var(--vo-desc-maxw)!important}#vonix .vo__psychShort{right:var(--vo-short-right2)!important;top:var(--vo-short-top2)!important;width:var(--vo-short-w2)!important}}@media (min-width:1201px) and (max-width:2000px) and (min-height:50px) and (max-height:2000px){#vonix{--vo-mid-logo-x:196px}}@media (min-width:1200px) and (max-width:1439px) and (min-height:50px) and (max-height:2000px){#vonix .vo__desc{max-width:44ch!important}}@media (width:1024px) and (height:600px){#vonix{--vo-mid-logo-x:145px;--vo-desc-maxw:40ch;--vo-short-w2:92px;--vo-short-top2:-8px;--vo-short-right2:8px}#vonix .vo__desc{max-width:var(--vo-desc-maxw)!important}#vonix .vo__psychShort{right:var(--vo-short-right2)!important;top:var(--vo-short-top2)!important;transform:scale(.9)!important;transform-origin:center;width:var(--vo-short-w2)!important}}@media (width:1280px) and (height:800px){#vonix{--vo-mid-logo-x:176px;--vo-desc-maxw:48ch}#vonix .vo__desc{max-width:var(--vo-desc-maxw)!important}}@media (min-width:601px){#vonix{--vo-lower-lift:0px}#vonix .vo__belowHeroDesktop,#vonix .vo__favorites,#vonix .vo__psychology,#vonix .vo__rowDesc,#vonix .vo__technology,#vonix .vo__vlogs{position:relative;top:var(--vo-lower-lift)}}@media (min-width:981px) and (max-width:1200px) and (min-height:50px) and (max-height:2000px){#vonix{--vo-lower-lift:-15px}#vonix .vo__psychShort{right:8px!important;top:-8px!important;width:104px!important}}@media (min-width:1201px) and (max-width:2000px) and (min-height:50px) and (max-height:2000px){#vonix{--vo-lower-lift:-95px}}@media (width:1024px) and (height:600px){#vonix{--vo-lower-lift:-60px}}@media (width:1280px) and (height:800px){#vonix{--vo-lower-lift:-85px}}@media (min-width:1201px) and (max-width:1599px) and (min-height:50px) and (max-height:2600px){#vonix .vo__belowHeroDesktop,#vonix .vo__fold,#vonix .vo__rowDesc{position:relative!important;top:-85px!important}}@media (min-width:1940px) and (max-width:2200px) and (min-height:50px) and (max-height:2600px){#vonix .vo__belowHeroDesktop,#vonix .vo__fold,#vonix .vo__rowDesc{position:relative!important;top:70px!important}}@media (min-width:2201px) and (max-width:2600px) and (min-height:50px) and (max-height:2600px){#vonix .vo__belowHeroDesktop,#vonix .vo__fold,#vonix .vo__rowDesc{position:relative!important;top:110px!important}}@media (width:1280px) and (height:800px){#vonix .vo__belowHeroDesktop,#vonix .vo__fold,#vonix .vo__rowDesc{top:var(--vo-lower-lift)!important}}@media (min-width:601px){#vonix{--vo-lower2-y:0px}#vonix .vo__favorites,#vonix .vo__technology,#vonix .vo__vlogs{position:relative!important;top:var(--vo-lower2-y)!important}}@media (min-width:981px) and (max-width:1200px) and (min-height:50px) and (max-height:2000px){#vonix{--vo-lower2-y:70px}}@media (min-width:1201px) and (max-width:1600px) and (min-height:50px) and (max-height:2000px){#vonix{--vo-lower2-y:140px}}@media (min-width:1201px) and (max-width:1599px) and (min-height:50px) and (max-height:4000px){#vonix .vo__favorites,#vonix .vo__technology,#vonix .vo__vlogs{position:relative!important;top:50px!important}}@media (min-width:1601px) and (max-width:2000px) and (min-height:50px) and (max-height:2000px){#vonix{--vo-lower2-y:70px}#vonix .vo__psychShort{transform:scale(1.28)!important;transform-origin:top right!important}}@media (min-width:2001px) and (max-width:2600px) and (min-height:50px) and (max-height:4000px){#vonix .vo__favorites,#vonix .vo__technology,#vonix .vo__vlogs{position:relative!important;top:70px!important}}@media (width:1024px) and (height:600px){#vonix{--vo-lower2-y:110px}}@media (width:1280px) and (height:800px){#vonix{--vo-lower2-y:70px}}@media (min-width:981px) and (max-width:1200px) and (min-height:601px) and (max-height:2000px){#vonix .vo__psychShort{width:88px!important}#vonix .vo__psychShort .media,#vonix .vo__psychShort .media.media--short,#vonix .vo__psychShortMedia{width:100%!important}}@media (width:980px){#vonix .vo__masterLogo--desktop{transform:translateY(-30px) scale(1.25)!important}}@media (width:1024px) and (height:1366px){#vonix{--vonix-logo-scale:1.3!important}#vonix .vo__logoWrap.vonix__topRight{display:block!important;justify-content:normal!important;margin-left:0!important;margin-right:0!important;padding-right:0!important;transform:none!important;width:100%!important}#vonix .vo__masterLogo--desktop{display:block!important;left:50%!important;margin:0!important;position:relative!important;transform:translateX(-50%) translateY(25px) scale(1.05)!important;transform:translateX(-50%) translateY(var(--vonix-logo-y,25px)) scale(var(--vonix-logo-scale,1.05))!important;transform-origin:center top!important}#vonix .vo__logoWrap,#vonix .vonix__topRight{contain:none!important;overflow:visible!important}#vonix .vo__rowDesc{margin-top:18px!important}#vonix .vo__desc{margin-top:0!important}#vonix .vo__psychDuo{isolation:isolate!important;position:relative!important}#vonix .vo__psychMain{max-width:88%!important;position:relative!important;width:88%!important;z-index:1!important}#vonix .vo__psychShort{max-width:150px!important;position:absolute!important;right:10px!important;top:-12px!important;width:150px!important;z-index:6!important}#vonix .vo__psychShort .media,#vonix .vo__psychShort .media.media--short,#vonix .vo__psychShortMedia{width:100%!important}#vonix .vo__logoWrap.vonix__topRight{top:-170px!important}}@media (width:1280px) and (height:800px){#vonix .vo__favorites,#vonix .vo__technology,#vonix .vo__vlogs{position:relative!important;top:140px!important}}@media (width:375px) and (height:667px){#vonix .vo__technology{margin-top:calc(clamp(32px, 4vw, 48px) - 30px)!important}}@media (width:667px) and (height:375px){#vonix .vo__technology{margin-top:50px!important}}@media (width:896px) and (height:414px){#vonix .vo__technology{margin-top:50px!important}}@media (width:844px) and (height:390px){#vonix .vo__technology{margin-top:50px!important}}@media (width:812px) and (height:375px){#vonix .vo__technology{margin-top:50px!important}}@media (width:915px) and (height:412px){#vonix .vo__technology{margin-top:60px!important}}@media (width:740px) and (height:360px){#vonix .vo__technology{margin-top:50px!important}}@media (width:768px) and (height:1024px){#vonix .vo__technology{margin-top:60px!important}}@media (width:820px) and (height:1180px){#vonix .vo__technology{margin-top:60px!important}}@media (width:912px) and (height:1368px){#vonix .vo__technology{margin-top:60px!important}}@media (width:720px) and (height:540px){#vonix .vo__technology{margin-top:50px!important}}@media (width:882px) and (height:344px){#vonix .vo__technology{margin-top:55px!important}}@media (width:853px) and (height:1280px){#vonix .vo__technology{margin-top:60px!important}}@media (width:914px) and (height:412px){#vonix .vo__technology{margin-top:55px!important}}@media (width:1024px) and (height:600px){#vonix .vo__technology{margin-top:-30px!important}}@media (width:600px) and (height:1024px){#vonix .vo__technology{margin-top:0!important}}@media (width:1280px) and (height:800px){#vonix .vo__technology{margin-top:-50px!important}}@media (width:800px) and (height:1280px){#vonix .vo__technology{margin-top:60px!important}}@media (width:1280px) and (height:853px){#vonix .vo__logoWrap.vonix__topRight{left:-50px!important;position:relative!important}#vonix .vo__technology{margin-top:60px!important}}@media (width:1368px) and (height:912px){#vonix .vo__logoWrap.vonix__topRight{left:-70px!important;position:relative!important}#vonix .vo__technology{margin-top:60px!important}}@media (width:1366px) and (height:1024px){#vonix .vo__technology{margin-top:70px!important}#vonix .vo__logoWrap.vonix__topRight,#vonix .vonix__topRight .vo__logoWrap{left:-65px!important;position:relative!important}}body.no-scroll-otherchannels,body.no-scroll-otherchannels #root{height:100%!important;overflow:hidden!important}body.no-scroll-otherchannels .otherChannels{height:100svh!important;min-height:100svh!important;overflow:hidden!important}body.no-scroll-otherchannels .otherChannels__bottom,body.no-scroll-otherchannels .otherChannels__frame,body.no-scroll-otherchannels .otherChannels__hero{overflow:hidden!important}.otherChannels{background:#fff;color:#1a1a1a;height:100vh;min-height:100vh;overflow:hidden;padding:max(clamp(56px,7vh,96px),env(safe-area-inset-top)) clamp(18px,4vw,46px) clamp(18px,3vw,34px);position:relative}.otherChannels__spotlight{background:radial-gradient(circle at 50% 40%,#0000000a 0,#00000005 25%,#0000 50%);inset:0;pointer-events:none;position:absolute;z-index:0}.otherChannels__frame{display:grid;grid-template-rows:1fr auto;height:100%;min-height:100%;position:relative;transform:translate(-77px,-220px);will-change:transform;z-index:1}.otherChannels__bottom,.otherChannels__hero{position:relative}.otherChannels__hero{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.otherChannels__stats{transform:translateY(10px) scale(1.2);transform-origin:center top;will-change:transform}.otherChannels__heroLine1,.otherChannels__heroLine2{font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:clamp(42px,6vw,80px);font-weight:400;letter-spacing:.01em;line-height:1.2;margin:0}.otherChannels__heroLine1{margin-bottom:clamp(12px,2vh,20px)}.otherChannels__heroLine1 strong,.otherChannels__heroLine2 strong{font-weight:700}.otherChannels__bottom{align-items:flex-end;display:flex;justify-content:center;padding-bottom:clamp(20px,3vh,40px);position:relative;transform:translateY(-35px);width:100%;will-change:transform;z-index:2}.otherChannels__copy{color:#000000a3;font-family:IBM Plex Mono,Fira Mono,Menlo,Consolas,Courier New,monospace;font-size:clamp(16px,2vw,22px);font-weight:400;line-height:1.55;margin:0;max-width:70ch;text-align:center}.otherChannels__copy strong{font-weight:600}@media (max-width:760px){.otherChannels__heroLine1,.otherChannels__heroLine2{font-size:clamp(32px,8vw,56px)}.otherChannels__copy{font-size:clamp(15px,3.8vw,18px);max-width:46ch}}.os-mac .otherChannels{transform:translateX(2px)}@media (min-width:601px) and (max-width:1650px){.otherChannels{--oc-frame-x:-30px;--oc-frame-y:-130px;--oc-stats-y:0px;--oc-stats-scale:1.05;--oc-scale:1.2;--oc-bottom-y:0px;--oc-gap:clamp(14px,2vh,24px);--oc-title-size:clamp(34px,4.2vw,58px);--oc-title-line-height:1.12;--oc-copy-size:clamp(14px,1.6vw,18px);--oc-copy-width:min(55ch,92vw);margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;max-width:100vw!important;overflow:visible!important;padding:max(clamp(48px,6vh,86px),env(safe-area-inset-top)) clamp(16px,3vw,42px) max(16px,env(safe-area-inset-bottom));width:100vw!important}.otherChannels__frame{flex-direction:column!important;gap:var(--oc-gap)!important;height:100%;min-height:100%;overflow:visible!important;transform:translate(var(--oc-frame-x),var(--oc-frame-y)) scale(var(--oc-scale))!important;transform-origin:center center!important;will-change:auto!important}.otherChannels__frame,.otherChannels__hero{align-items:center!important;display:flex!important;justify-content:center!important}.otherChannels__hero{text-align:center!important;width:100%!important}.otherChannels__stats{transform:translateY(var(--oc-stats-y)) scale(var(--oc-stats-scale))!important;transform-origin:center top!important;width:100%!important;will-change:auto!important}.otherChannels__heroLine1,.otherChannels__heroLine2{font-size:var(--oc-title-size)!important;line-height:var(--oc-title-line-height)!important;margin:0!important;overflow-wrap:normal!important;text-align:center!important;white-space:nowrap!important;word-break:keep-all!important}.otherChannels__heroLine1{margin-bottom:clamp(8px,1.2vh,14px)!important}.otherChannels__bottom{align-items:center!important;display:flex!important;justify-content:center!important;overflow:visible!important;padding-bottom:0!important;transform:translateY(var(--oc-bottom-y))!important;width:100%!important;will-change:auto!important}.otherChannels__copy{font-size:var(--oc-copy-size)!important;line-height:1.55!important;margin:0!important;max-width:var(--oc-copy-width)!important;overflow:visible!important;text-align:center!important}.otherChannels,.otherChannels *{box-sizing:border-box;max-width:100%}}@media (width:768px) and (height:1024px){.otherChannels{--oc-ipadMini-x:-75px;--oc-ipadMini-y:-122px;--oc-ipadMini-scale:1.2;--oc-frame-x:var(--oc-ipadMini-x);--oc-frame-y:var(--oc-ipadMini-y);--oc-scale:var(--oc-ipadMini-scale);--oc-title-size:35px;--oc-copy-width:47ch}}@media (width:820px) and (height:1180px){.otherChannels{--oc-ipadAir-x:-70px;--oc-ipadAir-y:-166px;--oc-ipadAir-scale:1.25;--oc-frame-x:var(--oc-ipadAir-x);--oc-frame-y:var(--oc-ipadAir-y);--oc-scale:var(--oc-ipadAir-scale);--oc-title-size:35px;--oc-copy-width:47ch}}@media (width:912px) and (height:1368px){.otherChannels{--oc-surfacePro7-x:-60px;--oc-surfacePro7-y:-145px;--oc-surfacePro7-scale:1.45;--oc-frame-x:var(--oc-surfacePro7-x);--oc-frame-y:var(--oc-surfacePro7-y);--oc-scale:var(--oc-surfacePro7-scale);--oc-title-size:35px;--oc-copy-width:47ch}}@media (width:853px) and (height:1280px){.otherChannels{--oc-zenbookFold-x:-60px;--oc-zenbookFold-y:-134px;--oc-zenbookFold-scale:1.45;--oc-frame-x:var(--oc-zenbookFold-x);--oc-frame-y:var(--oc-zenbookFold-y);--oc-scale:var(--oc-zenbookFold-scale);--oc-title-size:35px;--oc-copy-width:47ch}}@media (width:1024px) and (height:1366px){.otherChannels{--oc-ipadPro-x:-75px;--oc-ipadPro-y:-145px;--oc-ipadPro-scale:1.55;--oc-frame-x:var(--oc-ipadPro-x);--oc-frame-y:var(--oc-ipadPro-y);--oc-scale:var(--oc-ipadPro-scale);--oc-title-size:35px;--oc-copy-width:47ch}}@media (width:1024px) and (height:600px){.otherChannels{--oc-frame-x:-45px;--oc-frame-y:-131px;--oc-title-size:44px;--oc-copy-size:14px;--oc-copy-width:min(64ch,92vw);--oc-gap:12px}}@media (width:1280px) and (height:800px){.otherChannels{--oc-frame-x:-82px;--oc-frame-y:-160px;--oc-title-size:56px;--oc-copy-width:70ch}}@media (min-width:601px) and (max-width:729px){.otherChannels{--oc-scale:0.92;--oc-title-size:clamp(30px,5.2vw,40px);--oc-copy-width:min(56ch,92vw);--oc-copy-size:clamp(13px,2.2vw,15px);--oc-gap:12px}.otherChannels__stats{max-width:100%!important}.otherChannels__heroLine1,.otherChannels__heroLine2{display:inline-block!important;max-width:100%!important}}@media (max-width:600px){.otherChannels{--title1-size:30px;--title2-size:30px;--oc-paragraph-size:14px;--oc-stack-gap:14px;--oc-max-width:min(92vw,520px);--oc-y-offset:0px;--oc-global-y:-1px;align-items:center!important;box-sizing:border-box;display:flex!important;height:100svh!important;justify-content:center!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;max-width:100vw!important;min-height:100svh!important;overflow:hidden!important;padding:max(16px,env(safe-area-inset-top)) 16px max(16px,env(safe-area-inset-bottom))!important;width:100vw!important}.otherChannels__frame{flex-direction:column!important;gap:var(--oc-stack-gap)!important;height:auto!important;margin:0 auto!important;max-width:var(--oc-max-width)!important;min-height:0!important;transform:translateY(var(--oc-y-offset)) translateY(var(--oc-global-y))!important;will-change:auto!important}.otherChannels__frame,.otherChannels__hero{align-items:center!important;display:flex!important;justify-content:center!important;width:100%!important}.otherChannels__hero{padding:0!important;text-align:center!important}.otherChannels__stats{transform:none!important;transform-origin:center!important;width:100%!important;will-change:auto!important}.otherChannels__heroLine1,.otherChannels__heroLine2{font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-weight:400;letter-spacing:.005em!important;line-height:1.12!important;margin:0!important;overflow-wrap:normal!important;padding:0!important;text-align:center!important;width:100%!important;word-break:keep-all!important}.otherChannels__heroLine1{font-size:var(--title1-size)!important;margin-bottom:8px!important;white-space:nowrap!important}.otherChannels__heroLine2{font-size:var(--title2-size)!important;white-space:nowrap!important}.otherChannels__heroLine1 strong,.otherChannels__heroLine2 strong{font-weight:700!important}.otherChannels__bottom{align-items:center!important;display:flex!important;justify-content:center!important;padding:0!important;transform:none!important;width:100%!important;will-change:auto!important}.otherChannels__copy{color:#000000a3;font-family:IBM Plex Mono,Fira Mono,Menlo,Consolas,Courier New,monospace;font-size:var(--oc-paragraph-size)!important;font-weight:400!important;line-height:1.5!important;margin:0!important;max-width:52ch!important;text-align:center!important;width:100%!important}.otherChannels,.otherChannels *{box-sizing:border-box;max-width:100%}}@media (max-width:360px) and (pointer:coarse){.otherChannels{--oc-title1-small:26px;--oc-title2-small:26px}.otherChannels__stats{align-items:center!important;display:flex!important;flex-direction:column!important;justify-content:center!important;margin-left:auto!important;margin-right:auto!important}.otherChannels__heroLine1,.otherChannels__stats{text-align:center!important;width:100%!important}.otherChannels__heroLine1{font-size:var(--oc-title1-small)!important}.otherChannels__heroLine2{font-size:var(--oc-title2-small)!important;text-align:center!important;width:100%!important}}.aboutMe{grid-gap:clamp(18px,3vw,46px);align-items:center;background:#fff!important;color:var(--au-ink);display:grid;gap:clamp(18px,3vw,46px);grid-template-columns:minmax(320px,1fr) minmax(360px,1fr);height:100vh;min-height:100vh;overflow:hidden;padding:clamp(18px,3vw,34px) clamp(18px,4vw,46px);position:relative}.aboutMe:after,.aboutMe:before{content:none!important;display:none!important}.aboutMe__spotlight{display:none!important}.aboutMe__left,.aboutMe__right{position:relative;z-index:1}.aboutMe__left{align-items:center;display:flex;justify-content:center;position:relative;transform:translateY(-120px);will-change:transform}.aboutMe__copy{color:var(--au-muted);font-size:clamp(16px,2vw,22px);line-height:1.55;margin:0;max-width:62ch;text-align:center}.aboutMe__right{align-content:start;display:grid;grid-template-rows:auto 1fr auto;height:100%;justify-items:end;padding-top:clamp(10px,2vw,24px)}.aboutMe__name{display:block;font-family:"IBM Plex Serif",Georgia,Times New Roman,serif;font-size:clamp(34px,4.2vw,64px);font-weight:500;letter-spacing:-.02em;line-height:1.05;margin:0;position:relative;text-align:right;transform:translate(-140px,-66px) scale(1.38);transform-origin:top right;white-space:nowrap;will-change:transform}.aboutMe__first,.aboutMe__last{display:inline}.aboutMe__first:after{content:" "}.aboutMe__photos{height:min(420px,36vw);justify-self:end;margin-right:clamp(10px,1.5vw,18px);margin-top:clamp(18px,3vw,34px);position:relative;transform:translateX(-40px);transform-origin:top right;width:min(460px,38vw)}.aboutMe__photoCombined{display:block;filter:drop-shadow(0 10px 18px rgba(0,0,0,.18)) drop-shadow(0 18px 32px rgba(0,0,0,.12));height:100%;object-fit:contain;width:100%}@media (min-width:601px){.aboutMe{--about-collage-x:-100px;--about-collage-y:60px;--about-collage-scale:1.4}.aboutMe__photoCombined{transform:translate(var(--about-collage-x),var(--about-collage-y)) scale(var(--about-collage-scale));transform-origin:center;will-change:transform}}.aboutMe__photoNote{font-family:IBM Plex Mono,Fira Mono,monospace;font-size:12px;justify-self:end;margin:10px 0 0;opacity:.35;text-align:right}@media (min-width:601px){.about__stack{display:none!important}}@media (max-width:900px){.aboutMe{align-items:start;grid-template-columns:1fr;grid-template-rows:auto auto}.aboutMe__right{justify-items:center;order:1}.aboutMe__name,.aboutMe__right{text-align:center}.aboutMe__photos{justify-self:center;margin-right:0}.aboutMe__left{order:2}.aboutMe__copy{max-width:56ch}}.os-mac .aboutMe__right{transform:translateX(70px)}@media (max-width:600px){:root{--about-gap:12px;--about-collage-scale:1.40;--about-name-scale:1.30;--about-name-font-size:46px;--about-header-gap:10px;--about-name-x:-28px;--about-name-y:-25px;--about-collage-x:38px;--about-stack-y:20px;--about-mobile-y:6px}body,html{overflow:hidden!important}#root,.App,body,html{height:100%!important}.aboutMe__left,.aboutMe__right{display:none!important;overflow:visible!important}.aboutMe__left,.aboutMe__photos,.aboutMe__right{overflow:visible!important}.about,.aboutMe{align-items:center!important;background:#fff!important;box-sizing:border-box!important;height:100dvh!important;inset:0!important;justify-content:center!important;min-height:100dvh!important;padding:16px 24px!important;position:fixed!important;transform:translateY(6px)!important;transform:translateY(var(--about-mobile-y,6px))!important;z-index:10!important}.about,.aboutMe,.about__stack{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;display:flex!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;width:100%!important;will-change:transform!important}.about__stack{flex-direction:column!important;gap:12px!important;gap:var(--about-gap,12px)!important;max-width:360px!important;transform:translateY(20px)!important;transform:translateY(var(--about-stack-y,20px))!important}.about__topRow{grid-column-gap:10px!important;grid-column-gap:var(--about-header-gap,10px)!important;align-items:end!important;box-sizing:border-box!important;-webkit-clip-path:none!important;clip-path:none!important;column-gap:10px!important;column-gap:var(--about-header-gap,10px)!important;contain:none!important;display:grid!important;grid-template-columns:-webkit-max-content -webkit-max-content!important;grid-template-columns:max-content max-content!important;justify-content:center!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;padding-left:15px!important;width:100%!important}.aboutMe__name,.aboutMe__photos{transform:none!important}.aboutMe__name,.aboutMe__photos,.about__collage,.about__name{bottom:auto!important;left:auto!important;margin:0!important;position:static!important;right:auto!important;top:auto!important}.about__collage,.about__name{justify-self:start!important}.about__name{font-size:52px!important;font-size:var(--about-name-font-size,52px)!important;line-height:.95!important;margin:0!important;text-align:left!important;transform:translateX(-10px) translateY(-25px) scale(var(--about-name-scale))!important;transform:translateX(var(--about-name-x,-10px)) translateY(var(--about-name-y,-25px)) scale(var(--about-name-scale))!important;transform-origin:left bottom!important;white-space:normal!important;will-change:transform!important}.about__nameBreak{display:block!important}.aboutMe__first,.aboutMe__last{display:inline!important}.aboutMe__photos,.about__collage{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;flex:none!important;height:clamp(118px,30vw,160px)!important;justify-self:start!important;margin:0!important;max-width:45vw!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;position:relative!important;transform:translateX(10px) scale(1.3)!important;transform:translateX(var(--about-collage-x,10px)) scale(var(--about-collage-scale,1.3))!important;transform-origin:bottom right!important;width:clamp(118px,30vw,160px)!important;will-change:transform!important;z-index:5!important}.aboutMe__photos:before,.about__collage:before{content:""!important;inset:-28px!important;pointer-events:none!important;position:absolute!important}.aboutMe__photos:after,.about__collage:after{content:none!important}.aboutMe__photoCombined{background:#0000!important;filter:drop-shadow(0 10px 18px rgba(0,0,0,.14)) drop-shadow(0 18px 32px rgba(0,0,0,.09))!important;height:100%!important;object-fit:contain!important;transform:none!important;will-change:filter!important}.aboutMe__photoCombined,.about__bio{display:block!important;width:100%!important}.about__bio{box-sizing:border-box!important;font-size:clamp(13px,3.3vw,17px)!important;line-height:1.55!important;margin:0!important;max-width:100%!important;position:relative!important;text-align:center!important;z-index:1!important}}@media (max-width:360px) and (pointer:coarse){.aboutMe.about{--about-name-scale-small:1.22;--about-name-font-small:44px;--about-collage-scale-small:1.30}.aboutMe.about .about__stack .about__topRow .about__name{font-size:var(--about-name-font-small)!important;transform:translateX(-28px) translateY(-25px) scale(var(--about-name-scale-small))!important;transform:translateX(var(--about-name-x,-28px)) translateY(var(--about-name-y,-25px)) scale(var(--about-name-scale-small))!important;transform-origin:left bottom!important}.aboutMe.about .about__stack .about__topRow .about__collage{transform:translateX(38px) scale(var(--about-collage-scale-small))!important;transform:translateX(var(--about-collage-x,38px)) scale(var(--about-collage-scale-small))!important;transform-origin:bottom right!important}.aboutMe.about{--about-name-shift-x-small:12px;--about-collage-shift-x-small:-12px}.aboutMe.about .about__stack .about__topRow .about__name{transform:translateX(calc(-28px + var(--about-name-shift-x-small))) translateY(-25px) scale(1.22)!important;transform:translateX(calc(var(--about-name-x, -28px) + var(--about-name-shift-x-small))) translateY(var(--about-name-y,-25px)) scale(var(--about-name-scale-small,1.22))!important}.aboutMe.about .about__stack .about__topRow .about__collage{transform:translateX(calc(38px + var(--about-collage-shift-x-small))) scale(1.3)!important;transform:translateX(calc(var(--about-collage-x, 38px) + var(--about-collage-shift-x-small))) scale(var(--about-collage-scale-small,1.3))!important}}@media (pointer:coarse) and (min-width:520px) and (max-width:560px) and (min-height:680px) and (max-height:760px){.aboutMe.about{--about-duo-pad-x:14px;--about-duo-stack-max:500px;--about-duo-stack-y:0px;padding-left:var(--about-duo-pad-x)!important;padding-right:var(--about-duo-pad-x)!important}.aboutMe.about .about__stack{max-width:min(92vw,var(--about-duo-stack-max))!important;transform:translateY(calc(20px + var(--about-duo-stack-y)))!important;transform:translateY(calc(var(--about-stack-y, 20px) + var(--about-duo-stack-y)))!important}.aboutMe.about .about__bio{max-width:100%!important;width:100%!important}}@media (min-width:601px) and (max-width:1599px){.aboutMe.about{--about-mid-name-x:0px;--about-mid-name-y:0px;--about-mid-name-scale:1;--about-mid-name-font:56px;--about-mid-collage-x:0px;--about-mid-collage-y:0px;--about-mid-collage-scale:1;--about-mid-copy-x:0px;--about-mid-copy-y:0px;--about-mid-copy-scale:1;--about-mid-copy-maxw:64ch;--about-mid-pad-x:46px;--about-mid-pad-y:34px;background:#fff!important;-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;display:block!important;height:100svh!important;isolation:isolate;min-height:100svh!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;padding:var(--about-mid-pad-y) var(--about-mid-pad-x)!important;position:relative!important}body:has(.aboutMe.about),html:has(.aboutMe.about){height:100%!important;overflow:hidden!important;overscroll-behavior:none!important}body:has(.aboutMe.about){overflow-x:hidden!important}.App:has(.aboutMe.about),.vp-main:has(.aboutMe.about),main:has(.aboutMe.about){-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;overflow:visible!important;overflow-x:hidden!important;overflow-y:hidden!important}.aboutMe.about,.aboutMe.about *{-webkit-clip-path:none!important;clip-path:none!important}.aboutMe.about .about__stack{display:none!important}.aboutMe.about .aboutMe__left{align-items:flex-end!important;bottom:var(--about-mid-pad-y)!important;display:flex!important;justify-content:center!important;left:50%!important;overflow:visible!important;position:absolute!important;transform:translate(calc(-50% + var(--about-mid-copy-x)),var(--about-mid-copy-y)) scale(var(--about-mid-copy-scale))!important;transform-origin:center bottom!important;width:min(980px,92vw)!important;will-change:transform!important;z-index:2!important}.aboutMe.about .aboutMe__copy{margin:0!important;max-width:var(--about-mid-copy-maxw)!important;text-align:center!important}.aboutMe.about .aboutMe__right{display:block!important;height:auto!important;padding:0!important;position:static!important;transform:none!important}.aboutMe.about .aboutMe__right .aboutMe__name{display:block!important;font-size:var(--about-mid-name-font)!important;left:var(--about-mid-pad-x)!important;line-height:.95!important;margin:0!important;position:absolute!important;text-align:left!important;top:var(--about-mid-pad-y)!important;transform:translate(var(--about-mid-name-x),var(--about-mid-name-y)) scale(var(--about-mid-name-scale))!important;transform-origin:top left!important;white-space:normal!important;will-change:transform!important;z-index:4!important}.aboutMe.about .aboutMe__right .aboutMe__first,.aboutMe.about .aboutMe__right .aboutMe__last{display:block!important}.aboutMe.about .aboutMe__right .aboutMe__first:after{content:""!important}.aboutMe.about .aboutMe__right .aboutMe__photos{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;height:clamp(200px,24vw,400px)!important;margin:0!important;overflow:visible!important;position:absolute!important;right:var(--about-mid-pad-x)!important;top:var(--about-mid-pad-y)!important;transform:translate(var(--about-mid-collage-x),var(--about-mid-collage-y)) scale(var(--about-mid-collage-scale))!important;transform-origin:top right!important;width:clamp(220px,26vw,420px)!important;will-change:transform!important;z-index:3!important}.aboutMe.about .aboutMe__right .aboutMe__photoCombined{display:block!important;height:100%!important;object-fit:contain!important;transform:none!important;width:100%!important}}@media (min-width:601px) and (max-width:979px) and (min-height:50px) and (max-height:900px){.aboutMe.about{--about-mid-name-x:-30px;--about-mid-name-y:25px;--about-mid-name-scale:1.35;--about-mid-collage-x:45px;--about-mid-collage-y:-55px;--about-mid-collage-scale:1.35;--about-mid-copy-x:-30px;--about-mid-copy-y:-131px;--about-mid-copy-scale:1;--about-mid-copy-maxw:55ch}}@media (min-width:980px) and (max-width:1120px) and (min-height:50px) and (max-height:900px){.aboutMe.about{--about-mid-name-x:25px;--about-mid-name-y:-18px;--about-mid-name-scale:1.45;--about-mid-name-font:58px;--about-mid-collage-x:-90px;--about-mid-collage-y:-88px;--about-mid-collage-scale:1.05;--about-mid-copy-x:-45px;--about-mid-copy-y:-138px;--about-mid-copy-scale:0.85;--about-mid-copy-maxw:55ch}}@media (min-width:1121px) and (max-width:1599px) and (min-height:50px) and (max-height:900px){.aboutMe.about{--about-mid-name-x:50px;--about-mid-name-y:-53px;--about-mid-name-scale:1.80;--about-mid-name-font:62px;--about-mid-collage-x:-270px;--about-mid-collage-y:-133px;--about-mid-collage-scale:0.90;--about-mid-copy-x:-85px;--about-mid-copy-y:-163px;--about-mid-copy-scale:1;--about-mid-copy-maxw:105ch}}@media (width:768px) and (height:1024px){.aboutMe.about{--about-mid-name-x:-80px;--about-mid-name-y:26px;--about-mid-name-scale:1.4;--about-mid-name-font:56px;--about-mid-collage-x:30px;--about-mid-collage-y:-54px;--about-mid-collage-scale:1.5;--about-mid-copy-x:-60px;--about-mid-copy-y:-124px;--about-mid-copy-scale:1.2;--about-mid-copy-maxw:45ch}}@media (width:820px) and (height:1180px){.aboutMe.about{--about-mid-name-x:-35px;--about-mid-name-y:56px;--about-mid-name-scale:1.4;--about-mid-name-font:58px;--about-mid-collage-x:25px;--about-mid-collage-y:-20px;--about-mid-collage-scale:1.5;--about-mid-copy-x:-60px;--about-mid-copy-y:-170px;--about-mid-copy-scale:1.3;--about-mid-copy-maxw:45ch}}@media (width:1024px) and (height:1366px){.aboutMe.about{--about-mid-name-x:-20px;--about-mid-name-y:55px;--about-mid-name-scale:1.6;--about-mid-name-font:62px;--about-mid-collage-x:10px;--about-mid-collage-y:-55px;--about-mid-collage-scale:1.5;--about-mid-copy-x:-40px;--about-mid-copy-y:-170px;--about-mid-copy-scale:1.3;--about-mid-copy-maxw:45ch}}@media (width:912px) and (height:1368px){.aboutMe.about{--about-mid-name-x:5px;--about-mid-name-y:60px;--about-mid-name-scale:1.7;--about-mid-name-font:60px;--about-mid-collage-x:55px;--about-mid-collage-y:0px;--about-mid-collage-scale:1.4;--about-mid-copy-x:0px;--about-mid-copy-y:-200px;--about-mid-copy-scale:1.3;--about-mid-copy-maxw:40ch}}@media (width:853px) and (height:1280px){.aboutMe.about{--about-mid-name-x:5px;--about-mid-name-y:60px;--about-mid-name-scale:1.4;--about-mid-name-font:58px;--about-mid-collage-x:30px;--about-mid-collage-y:0px;--about-mid-collage-scale:1.3;--about-mid-copy-x:0px;--about-mid-copy-y:-200px;--about-mid-copy-scale:1.3;--about-mid-copy-maxw:40ch}}@media (width:1024px) and (height:600px){.aboutMe.about{--about-mid-name-x:35px;--about-mid-name-y:-50px;--about-mid-name-scale:1.5;--about-mid-name-font:52px;--about-mid-collage-x:-135px;--about-mid-collage-y:-100px;--about-mid-collage-scale:0.9;--about-mid-copy-x:-45px;--about-mid-copy-y:-120px;--about-mid-copy-scale:.8;--about-mid-copy-maxw:80ch}}@media (width:1280px) and (height:800px){.aboutMe.about{--about-mid-name-x:-5px;--about-mid-name-y:-55px;--about-mid-name-scale:1.7;--about-mid-name-font:60px;--about-mid-collage-x:-225px;--about-mid-collage-y:-105px;--about-mid-collage-scale:0.9;--about-mid-copy-x:-85px;--about-mid-copy-y:-175px;--about-mid-copy-scale:0.95;--about-mid-copy-maxw:80ch}}@media (min-width:601px){.aboutMe.about{--about-gap-name-x:0px;--about-gap-name-y:0px;--about-gap-name-scale:1;--about-gap-collage-x:0px;--about-gap-collage-y:0px;--about-gap-collage-scale:1}.aboutMe.about .aboutMe__right .aboutMe__name{scale:var(--about-gap-name-scale);translate:var(--about-gap-name-x) var(--about-gap-name-y)}.aboutMe.about .aboutMe__right .aboutMe__photos{scale:var(--about-gap-collage-scale);translate:var(--about-gap-collage-x) var(--about-gap-collage-y)}}@media (min-width:601px) and (max-width:660px){.aboutMe.about{--about-gap-name-x:-70px;--about-gap-name-y:0px;--about-gap-name-scale:.75;--about-gap-collage-x:15px;--about-gap-collage-y:0px;--about-gap-collage-scale:.9}}@media (min-width:661px) and (max-width:740px){.aboutMe.about{--about-gap-name-x:-40px;--about-gap-name-y:0px;--about-gap-name-scale:.75;--about-gap-collage-x:-15px;--about-gap-collage-y:0px;--about-gap-collage-scale:.9}}@media (min-width:770px) and (max-width:979px){.aboutMe.about{--about-gap-name-x:0px;--about-gap-name-y:0px;--about-gap-name-scale:1;--about-gap-collage-x:0px;--about-gap-collage-y:0px;--about-gap-collage-scale:1}}@media (min-width:1040px) and (max-width:1120px){.aboutMe.about{--about-gap-name-x:0px;--about-gap-name-y:0px;--about-gap-name-scale:1;--about-gap-collage-x:0px;--about-gap-collage-y:0px;--about-gap-collage-scale:1}}@media (min-width:1121px) and (max-width:1279px){.aboutMe.about{--about-gap-name-x:-100px;--about-gap-name-y:0px;--about-gap-name-scale:1;--about-gap-collage-x:130px;--about-gap-collage-y:40px;--about-gap-collage-scale:1.1}}@media (min-width:1281px) and (max-width:1400px){.aboutMe.about{--about-gap-name-x:-100px;--about-gap-name-y:0px;--about-gap-name-scale:1;--about-gap-collage-x:40px;--about-gap-collage-y:0px;--about-gap-collage-scale:1}}@media (min-width:1540px) and (max-width:2000px){.aboutMe.about{--about-gap-name-x:0px;--about-gap-name-y:0px;--about-gap-name-scale:1;--about-gap-collage-x:0px;--about-gap-collage-y:0px;--about-gap-collage-scale:1}}@media (min-width:601px) and (max-width:749px){.aboutMe.about{--about-gap-copy-x-601:-20px;--about-gap-copy-y-601:-40px;--about-gap-copy-scale-601:0.9;--about-gap-copy-maxw-601:20ch}.aboutMe.about .aboutMe__left .aboutMe__copy{max-width:var(--about-gap-copy-maxw-601);scale:var(--about-gap-copy-scale-601);transform-origin:center;translate:var(--about-gap-copy-x-601) var(--about-gap-copy-y-601)}}.contact{background:#fff;color:var(--au-ink);display:grid;height:100vh;height:100svh;min-height:100vh;min-height:100svh;overflow:hidden;padding:clamp(18px,3vw,34px) clamp(18px,4vw,46px);place-items:center;position:relative}.contact__center{grid-gap:16px;display:grid;gap:16px;justify-items:center;margin-left:-195px;margin-top:-305px;text-align:center}.contact__email{color:#1a1a1a;cursor:default;font-family:IBM Plex Mono,Fira Mono,Menlo,Consolas,monospace;font-size:clamp(22px,3.2vw,44px);font-weight:500;letter-spacing:.02em;opacity:1;-webkit-user-select:text;user-select:text}.contact__center .contact__email{text-decoration:none!important}.contact__ig{align-items:center;color:var(--au-ink);display:inline-flex;font-family:IBM Plex Mono,Fira Mono,Menlo,Consolas,monospace;font-size:clamp(17px,1.9vw,22px);font-weight:500;gap:10px;opacity:.85;text-decoration:underline;-webkit-text-decoration-color:#00000026;text-decoration-color:#00000026}.contact__ig:hover{opacity:.6}.contact__igIcon{display:block;height:22px;opacity:.9;width:22px}.contact__igHandle{letter-spacing:.04em}.os-mac .contact{transform:translateX(-5px)}.os-mac body{overflow-x:hidden!important}@media (min-width:601px) and (max-width:1599px){.contact{--contact-mid-x:0px;--contact-mid-y:0px;--contact-mid-scale:1}.contact__center{margin:0!important;transform:translate(var(--contact-mid-x),var(--contact-mid-y)) scale(var(--contact-mid-scale))!important;transform-origin:center center;will-change:transform}}@media (min-width:601px) and (max-width:979px) and (min-height:100px) and (max-height:1200px){.contact{--contact-mid-x:-31px;--contact-mid-y:-95px;--contact-mid-scale:1}}@media (min-width:980px) and (max-width:1120px) and (min-height:740px) and (max-height:900px){.contact{--contact-mid-x:-45px;--contact-mid-y:-115px;--contact-mid-scale:1}}@media (min-width:1121px) and (max-width:1599px) and (min-height:740px) and (max-height:900px){.contact{--contact-mid-x:-87px;--contact-mid-y:-154px;--contact-mid-scale:1}}@media (width:768px) and (height:1024px){.contact{--contact-mid-x:-79px;--contact-mid-y:-94px;--contact-mid-scale:1.2}}@media (width:820px) and (height:1180px){.contact{--contact-mid-x:-69px;--contact-mid-y:-101px;--contact-mid-scale:1.2}}@media (width:1024px) and (height:1366px){.contact{--contact-mid-x:-81px;--contact-mid-y:-118px;--contact-mid-scale:1.25}}@media (width:912px) and (height:1368px){.contact{--contact-mid-x:-60px;--contact-mid-y:-112px;--contact-mid-scale:1.35}}@media (width:853px) and (height:1280px){.contact{--contact-mid-x:-62px;--contact-mid-y:-106px;--contact-mid-scale:1.30}}@media (width:1024px) and (height:600px){.contact{--contact-mid-x:-45px;--contact-mid-y:-115px;--contact-mid-scale:1}}@media (width:1280px) and (height:800px){.contact{--contact-mid-x:-85px;--contact-mid-y:-145px;--contact-mid-scale:1}}@media (min-width:740px) and (max-width:820px) and (min-height:900px) and (max-height:1100px){.contact{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;isolation:isolate;overflow:visible!important;overflow-x:visible!important;z-index:2}.contact__center{position:relative;z-index:5}.contact,.contact *{-webkit-clip-path:none!important;clip-path:none!important}}@media (min-width:800px) and (max-width:900px) and (min-height:1080px) and (max-height:1250px){.contact{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;isolation:isolate;overflow:visible!important;overflow-x:visible!important;z-index:2}.contact__center{position:relative;z-index:5}.contact,.contact *{-webkit-clip-path:none!important;clip-path:none!important}}@media (min-width:980px) and (max-width:1120px) and (min-height:1260px) and (max-height:1450px){.contact{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;isolation:isolate;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;z-index:2}.contact__center{position:relative;z-index:5}.contact,.contact *{-webkit-clip-path:none!important;clip-path:none!important}body:has(.contact){overflow-x:visible!important}.App:has(.contact),.vp-main:has(.contact),main:has(.contact){-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;overflow:visible!important;overflow-x:visible!important}}@media (min-width:880px) and (max-width:980px) and (min-height:1280px) and (max-height:1420px){.contact{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;isolation:isolate;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;z-index:2}.contact__center{position:relative;z-index:5}.contact,.contact *{-webkit-clip-path:none!important;clip-path:none!important}body:has(.contact){overflow-x:visible!important}.App:has(.contact),.vp-main:has(.contact),main:has(.contact){-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;overflow:visible!important;overflow-x:visible!important}}@media (min-width:820px) and (max-width:900px) and (min-height:1200px) and (max-height:1350px){.contact{-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;isolation:isolate;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;z-index:2}.contact__center{position:relative;z-index:5}.contact,.contact *{-webkit-clip-path:none!important;clip-path:none!important}body:has(.contact){overflow-x:visible!important}.App:has(.contact),.vp-main:has(.contact),main:has(.contact){-webkit-clip-path:none!important;clip-path:none!important;contain:none!important;overflow:visible!important;overflow-x:visible!important}}@media (max-width:600px){.contact{background:#fff;display:flex;height:100dvh;inset:0;justify-content:center;min-height:100dvh;overflow:hidden;padding:16px;position:fixed;z-index:10}.contact,.contact__center{align-items:center;width:100%}.contact__center{grid-gap:16px;box-sizing:border-box;display:grid;gap:16px;justify-items:center;left:auto!important;margin:0!important;max-width:100%;padding:0;position:static!important;right:auto!important;text-align:center;top:auto!important;transform:translateY(-2px)!important;transform:translateY(var(--contact-mobile-y,-2px))!important}.contact__email{font-size:clamp(18px,5.2vw,28px);max-width:92vw;overflow-wrap:anywhere}.contact__ig{font-size:clamp(15px,4.2vw,18px)}}
/*# sourceMappingURL=main.323cd905.css.map*/