.pageHeader{position:fixed;top:0;left:0;width:100%;z-index:40;display:flex;justify-content:space-between;align-items:flex-start;padding:1.75rem 2rem;pointer-events:none;box-sizing:border-box;font-family:Regular,Norman,serif;font-size:24px;font-weight:500;line-height:.8;letter-spacing:.09rem;text-transform:uppercase;color:var(--color-foreground)}.pageHeader:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgb(0,0,0),rgba(255,255,255,0));pointer-events:none}.pageHeader>*{position:relative;pointer-events:auto}.pageHeader__left{display:flex;flex-direction:column;align-items:center;gap:3.75rem}@media(max-width:640px){.pageHeader__left{gap:1.75rem}}.pageHeader__album,.pageHeader__artist{margin:0;font-weight:500;white-space:nowrap;font-size:24px}@media(max-width:640px){.pageHeader__album,.pageHeader__artist{font-size:16px}}.pageHeader__back{flex:0 0 auto;transform:translateY(.125rem)}.backArrow{position:relative;display:inline-flex;align-items:center;border:none;height:2.1875rem;padding:0 1.3125rem 0 1.458421875rem;right:-7px;background:var(--color-foreground);color:var(--color-background);cursor:pointer;overflow:visible;transition-duration:.2s;font-family:Regular,Norman,serif;font-size:1rem;font-weight:700;line-height:.8;letter-spacing:.32px;text-transform:uppercase;text-decoration:none}.backArrow:hover{transform:scale(1.1)}.backArrow:focus-visible{outline:3px solid var(--color-accent);outline-offset:.125rem}.backArrow:before{content:"";position:absolute;top:.6875rem;left:-.3125rem;width:1.25rem;height:.625rem;background-image:url(/images/back-icon.png);background-repeat:no-repeat}.backArrow__icon{position:absolute;left:0;width:1.9445625rem;height:1.9445625rem;background:var(--color-foreground);transform:translate(-50%) rotate(45deg);pointer-events:none;z-index:-1}.backArrow__label{z-index:1;white-space:nowrap}.backArrow--dark-variant{filter:invert(1)}@media(max-width:640px){.backArrow{transform:scale(.7)}}.rcaFooter{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem 1rem;color:var(--color-foreground);font-family:var(--ff-system-sans);font-size:12px;font-weight:400;line-height:1.1;letter-spacing:-.01em}.rcaFooter__logo{flex:0 0 auto;height:1.75rem;width:auto}.rcaFooter__text{max-width:60%;width:100%;margin:.3125rem 0 0}.rcaFooter a{text-decoration:none;color:#eee5dc}.footer-container{position:fixed;left:2rem;bottom:2rem;z-index:10;width:50%}@media(max-width:880px){.footer-container{position:relative;width:100%;left:0;top:0;padding:1rem;box-sizing:border-box}.footer-container .rcaFooter__text{margin:0;text-align:right}.footer-container .rcaFooter__text p{margin:0}.footer-container .rcaFooter{align-items:flex-start;gap:0;justify-content:space-between}}.lounge-scene{position:relative;width:100%;height:100vh;overflow-x:clip;z-index:1}.lounge-scene__landing{position:absolute;inset:0;z-index:40;transition:.2s}.lounge-scene video{position:fixed;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;transform:scale(1.7);opacity:1}.lounge-scene .splash-vid-1{mix-blend-mode:screen;filter:invert(1)}.lounge-scene__pop-up{position:absolute;inset:0;z-index:1;opacity:0}.lounge-scene .splash-vid-2{mix-blend-mode:screen;filter:brightness(2)}.lounge-scene .content-layer{position:absolute;inset:0;z-index:0;display:grid;place-items:center;opacity:1;transition:opacity .3s ease}.lounge-scene--open .lounge-scene__landing{z-index:1}.lounge-scene--open .lounge-scene__pop-up{transition:z-index .2s;z-index:50}.lounge-scene--open .lounge-scene__pop-up:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:100px;z-index:1;background:linear-gradient(0deg,rgb(0,0,0),rgba(255,255,255,0))}.lounge-scene--open video{opacity:0;transition-duration:10s}@media(max-width:880px){.lounge-scene{overflow:scroll;cursor:grab}.lounge-scene:active{cursor:grabbing}.lounge-scene.lounge-scene--open{overflow:clip}}@property --mask-x{syntax:"<percentage>";inherits:false;initial-value:48%}@property --mask-radius{syntax:"<percentage>";inherits:false;initial-value:69%}.hotspot{--glow-offset-x:0;--glow-offset-y:0;--size:265px;--spin-speed:5s;position:absolute;transform:translate(-50%,-50%);display:block;box-sizing:border-box;width:var(--size,265px);aspect-ratio:1/1;cursor:pointer}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes pulse{0%{transform:scale(.01);opacity:.2}to{transform:scale(.1);opacity:.01}}@keyframes pulse-selected{0%{transform:scale(.01);opacity:.3}to{transform:scale(.4);opacity:.05}}@keyframes hotspot-label-fade{to{opacity:0}}.hotspot__ring{opacity:.6;width:100%;height:100%;filter:drop-shadow(var(--glow-offset-x) var(--glow-offset-y) .75rem #ffae00) drop-shadow(var(--glow-offset-x) var(--glow-offset-y) .75rem #ffae00) drop-shadow(var(--glow-offset-x) var(--glow-offset-y) .75rem #ffae00);animation:spin var(--spin-speed) linear infinite;transition:filter .2s,transform .2s}.hotspot__ring-glow{width:100%;height:100%;border-radius:50%;background:linear-gradient(0deg,#ffae00,#ffc341 25%,#ffe4a8 41%,#fdcc63 50%,#ffe4a8 57%,#ffc341 63%,#ffae00 75%);filter:blur(5px);transform:scale(1);transition:--mask-radius .2s cubic-bezier(.45,0,.55,1),transform .4s ease;--mask-cutoff:43%;--mask-size:50%;animation:slow-spin 20s linear infinite;mask-image:radial-gradient(circle at var(--mask-x) var(--mask-size),transparent 0 var(--mask-radius),black var(--mask-cutoff) 100%);-webkit-mask-image:radial-gradient(circle at var(--mask-x) var(--mask-size),transparent 0 var(--mask-radius),black var(--mask-cutoff) 100%)}.hotspot__ring-glow:after{content:"";position:absolute;inset:0;background:#fff;opacity:.3;transition:opacity .2s}.hotspot__button{position:absolute;inset:0;background:rgba(0,0,0,0);border:none;cursor:pointer}.hotspot__button:focus-visible{outline:none;border:none}.hotspot__button:before{content:"";position:absolute;inset:0;border-radius:50%;border:5px solid var(--color-accent);box-shadow:0 0 30px var(--color-accent);opacity:0;transition:opacity .2s}.hotspot__label{position:absolute;top:53%;right:25%;transform:translate(100%,-50%);width:0;color:var(--color-foreground);font-family:var(--ff-times);font-size:1.2695rem;line-height:1.1875rem;letter-spacing:.177rem;text-transform:uppercase;white-space:nowrap;opacity:0;text-shadow:0 0 .875rem #000;transition:opacity .2s,top .2s,width .5s}@media(max-width:640px){.hotspot__label{font-size:.875rem}}.hotspot:focus-within,.hotspot:hover{--spin-speed:0.75s}.hotspot:focus-within .hotspot__ring,.hotspot:hover .hotspot__ring{--glow-offset-x:3px}.hotspot:focus-within .hotspot__ring-glow,.hotspot:hover .hotspot__ring-glow{--mask-radius:66.62%;transform:scale(.35)}.hotspot:focus-within .hotspot__label,.hotspot:hover .hotspot__label{opacity:1;width:200%;top:50%;transition-delay:.3s;transition:opacity .2s,top .2s,width 0s}.hotspot:focus-within .hotspot__button:before,.hotspot:hover .hotspot__button:before{animation:pulse 5s infinite alternate;opacity:.1}.hotspot .hotspot__button:focus:before{animation:pulse-selected 5s linear infinite}.hotspot--small{--size:5%}@media(max-width:640px){.hotspot--small{--size:15%}}.hotspot--medium{--size:10%}@media(max-width:640px){.hotspot--medium{--size:15%}}.hotspot--large{--size:13%}@media(max-width:640px){.hotspot--large{--size:15%}}.hotspot--flip .hotspot__label{left:25%;right:auto;transform:translate(-100%,-50%);text-align:right}.hotspot--hide-label .hotspot__label{animation:hotspot-label-fade .4s ease forwards;animation-delay:2s}.hotspot--external-link .hotspot__label:before{content:"";width:25px;height:25px;display:inline-block;box-sizing:border-box;position:relative;top:6px;margin-right:10px;padding-right:20%;background-image:url(/images/open_in_new.svg);background-position:100%;background-repeat:no-repeat}.contentPopup{position:fixed;inset:0;z-index:50;display:grid;place-items:center;overflow-x:scroll}.contentPopup:after{content:"";position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:-1;opacity:.8}.contentPopup__mobile-crest{display:none}.contentPopup__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.7);border:0;opacity:0}.contentPopup__backdrop:focus-visible{outline:2px solid #fff}.contentPopup__card{box-sizing:border-box;position:relative;width:100%;max-width:736px;top:50px;padding:2rem 2rem 4rem;background-image:url(/images/bg2.jpg);background-repeat:no-repeat;background-size:100% 100%;background-position:50%;color:#000;box-shadow:0 0 25px rgba(0,0,0,.6);font-family:Times New Roman,Times,serif}.contentPopup__card h1,.contentPopup__card h2,.contentPopup__card hr,.contentPopup__card ol,.contentPopup__card ul{margin-bottom:50px}.contentPopup__card h3{padding-top:50px}.contentPopup__card ol,.contentPopup__card ul{padding-left:15px}.contentPopup__card li{font-family:Times New Roman,Times,serif;font-size:12px;font-style:normal;font-weight:400;line-height:117%;letter-spacing:1.68px;text-transform:uppercase;margin-bottom:12px;position:relative}.contentPopup__card ul{list-style:disc}.contentPopup__card ol{counter-reset:list-counter;list-style:none}.contentPopup__card ol li{padding-left:16px}.contentPopup__card ol li:before{content:counter(list-counter);counter-increment:list-counter;position:absolute;left:-1.5em;top:0;background:#000;color:#fff;width:1.5em;height:1.5em;line-height:1.5em;border-radius:50%;text-align:center;font-family:serif}.contentPopup__card h2{font-family:Regular;font-size:80px;font-style:normal;font-weight:400;line-height:94%;letter-spacing:1.6px;text-transform:uppercase;position:relative}.contentPopup__card h3{font-family:Times New Roman,Times,serif;font-size:12px;font-style:normal;font-weight:700;line-height:96%;letter-spacing:.36px;text-transform:uppercase}.contentPopup__hero-container{position:absolute;top:25%}.contentPopup__hero-container:after,.contentPopup__hero-container:before{content:"";display:block;position:absolute;top:104px;left:-231px;z-index:0;width:384px;height:382px;border-radius:20px;transform:rotate(-5.858deg)}.contentPopup__hero-container:after{background-image:url(/images/bg2.jpg);background-repeat:no-repeat;background-size:100% 100%;background-position:50%}.contentPopup__hero-container:before{z-index:3;border:1px solid #ff4d2d;opacity:.5;transform:rotate(-5.858deg) scale(.94)}.contentPopup__copy{width:70%;margin:-1rem 0 0 auto}.contentPopup__close{position:absolute;top:1rem;right:1rem;font-size:1.5rem;background:none;border:none;color:#eee;cursor:pointer}.contentPopup__close:focus-visible{outline:2px solid #fdcc63;outline-offset:2px}.contentPopup__hero-crest{position:absolute;left:-10px;top:0;width:55px;height:46px;aspect-ratio:55/46}.contentPopup__hero-clip{position:absolute;top:87px;left:-32px;width:40px;height:100px;transform:rotate(-9.84deg);flex-shrink:0;aspect-ratio:65.5/105.12;z-index:10}.contentPopup__hero{display:block;width:382px;height:auto;border-radius:.5rem;margin-bottom:1.25rem;transform:rotate(-5.858deg) scale(.85);flex-shrink:0;position:absolute;z-index:1;top:105px;left:-230px}.contentPopup__markdown{line-height:1.5;margin-bottom:1.5rem}.contentPopup__markdown h1,.contentPopup__markdown h2,.contentPopup__markdown h3{color:#fdcc63;margin-top:1.5rem}.contentPopup__markdown a{color:#ffc341}.contentPopup__label{text-align:center;text-transform:uppercase;letter-spacing:.1em;font-size:12px;position:absolute;top:2rem;left:2rem}.contentPopup__label span{display:inline-block;margin-right:38px}.contentPopup__with-hero-image .contentPopup__card{background-size:100% 100%;background-position:0 0;box-shadow:none}.contentPopup__with-hero-image .contentPopup__copy{width:100%;margin:0}.contentPopup__guilded{text-align:center}.contentPopup__guilded .contentPopup__card{background-image:url(/images/bg1.png)}.contentPopup__guilded h2{padding:0 65px}.contentPopup__guilded h2:after,.contentPopup__guilded h2:before{content:"";display:block;width:12px;height:20px;background-image:url(/images/header-icon.png);position:absolute;top:50%}.contentPopup__guilded h2:before{left:50px}.contentPopup__guilded h2:after{right:50px;transform:scale(-1)}.contentPopup__guilded hr{border:none}.contentPopup__guilded hr:after{content:"";display:block;width:115px;height:11px;background-image:url(/images/guilded-underline.png);margin:0 auto}.contentPopup__guilded .contentPopup__hero-crest{position:static}@media(max-width:880px){.contentPopup{padding:1rem;box-sizing:border-box;position:relative;display:block}.contentPopup .contentPopup__hero-container{top:180px;position:relative}.contentPopup .contentPopup__hero-container:after,.contentPopup .contentPopup__hero-container:before{content:"";display:block;position:absolute;left:-40px;top:92px;width:246px;height:245px;border-radius:12px}.contentPopup .contentPopup__hero-container .contentPopup__hero-crest{display:none}.contentPopup .contentPopup__hero-container .contentPopup__hero{color:rgba(0,0,0,0);left:-40px;top:94px;width:246px}.contentPopup .contentPopup__copy{margin:0;width:100%}.contentPopup .contentPopup__card{text-align:center}.contentPopup .contentPopup__card h2{font-size:44px;margin-bottom:400px}.contentPopup .contentPopup__card h3,.contentPopup .contentPopup__card ol,.contentPopup .contentPopup__card ul{text-align:left}.contentPopup .contentPopup__label{display:flex;justify-content:space-between;width:100%;margin-bottom:55px;position:relative;left:0;top:0}.contentPopup .contentPopup__label span{margin:0}.contentPopup .contentPopup__mobile-crest{display:block;color:rgba(0,0,0,0);position:absolute;top:0;left:50%;transform:translateX(-50%)}.contentPopup.contentPopup__guilded h2{margin-bottom:0;padding:0}.contentPopup.contentPopup__guilded h2:before{left:5px}.contentPopup.contentPopup__guilded h2:after{right:5px}.contentPopup.contentPopup__guilded .contentPopup__mobile-crest{display:none}.contentPopup.contentPopup__guilded h3,.contentPopup.contentPopup__guilded ol,.contentPopup.contentPopup__guilded ul{text-align:center}}.contentPopup a{display:inline-block;color:#eee5dc;font-family:Regular;font-size:32px;letter-spacing:.05em;text-transform:uppercase;text-decoration:none;border:none;transition:transform .2s ease;background-image:url(/images/rectangle.png);background-size:100% 100%;background-repeat:no-repeat;transition-duration:.2s;transform:scale(1);padding:5px 16px}.contentPopup a:hover{transform:scale(1.1)}@media(max-width:640px){.contentPopup a{font-size:16px}}:root{--color-foreground:#eee5dc;--color-background:#000;--color-accent:#fdcc63;--color-glow:#ffae00}.pseudo3DBackground{aspect-ratio:1/1;margin:0 auto;touch-action:none;position:relative}.pseudo3DBackground .mini-map{position:fixed;bottom:2rem;right:2rem;width:5rem;aspect-ratio:1/1;overflow:hidden;border:2px solid hsla(0,0%,100%,.2);border-radius:.25rem}.pseudo3DBackground .mini-map img{width:100%;height:100%;object-fit:cover}.pseudo3DBackground .mini-map__viewport{position:absolute;box-sizing:border-box;border:2px solid #fff;box-shadow:0 0 0 9999px rgba(0,0,0,.55);pointer-events:none}@media(max-width:880px){.pseudo3DBackground .mini-map{bottom:3.5rem}}@media(max-width:880px)and (orientation:portrait){.pseudo3DBackground{touch-action:auto;width:100vh;height:100vh;aspect-ratio:unset}.pseudo3DBackground .mini-map{position:fixed;bottom:6.5rem;right:unset;left:calc(100vw - 110px)}}