@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css?family=Nunito:400,700";:root{--color-black: #000000;--color-grey: #293647;--color-white: #ffffff;--color-blue: #2D4D89;--color-blue-purple: #6071BE;--color-purple: #A265E5;--color-pink: #EC6DFF;--color-red: #FF5656;--color-green: #2D7F89;--box-shadow: rgba(0, 0, 0, .25) 0px 54px 55px, rgba(0, 0, 0, .12) 0px -12px 30px, rgba(0, 0, 0, .12) 0px 4px 6px, rgba(0, 0, 0, .17) 0px 12px 13px, rgba(0, 0, 0, .09) 0px -3px 5px;--box-shadow-bottom: 0px 54px 55px rgba(0, 0, 0, .25), 0px 4px 6px rgba(0, 0, 0, .12), 0px 12px 13px rgba(0, 0, 0, .17);--box-shadow-top: 0px -54px 55px rgba(0, 0, 0, .25), 0px -4px 6px rgba(0, 0, 0, .12), 0px -12px 13px rgba(0, 0, 0, .17);--box-shadow-90: rgba(0, 0, 0, .225) 0px 54px 55px, rgba(0, 0, 0, .108) 0px -12px 30px, rgba(0, 0, 0, .108) 0px 4px 6px, rgba(0, 0, 0, .153) 0px 12px 13px, rgba(0, 0, 0, .081) 0px -3px 5px;--box-shadow-80: rgba(0, 0, 0, .2) 0px 54px 55px, rgba(0, 0, 0, .096) 0px -12px 30px, rgba(0, 0, 0, .096) 0px 4px 6px, rgba(0, 0, 0, .136) 0px 12px 13px, rgba(0, 0, 0, .072) 0px -3px 5px;--box-shadow-70: rgba(0, 0, 0, .175) 0px 54px 55px, rgba(0, 0, 0, .084) 0px -12px 30px, rgba(0, 0, 0, .084) 0px 4px 6px, rgba(0, 0, 0, .119) 0px 12px 13px, rgba(0, 0, 0, .063) 0px -3px 5px;--box-shadow-60: rgba(0, 0, 0, .15) 0px 54px 55px, rgba(0, 0, 0, .072) 0px -12px 30px, rgba(0, 0, 0, .072) 0px 4px 6px, rgba(0, 0, 0, .102) 0px 12px 13px, rgba(0, 0, 0, .054) 0px -3px 5px;--box-shadow-50: rgba(0, 0, 0, .125) 0px 54px 55px, rgba(0, 0, 0, .06) 0px -12px 30px, rgba(0, 0, 0, .06) 0px 4px 6px, rgba(0, 0, 0, .085) 0px 12px 13px, rgba(0, 0, 0, .045) 0px -3px 5px;--spacing: 3%;--font-primary: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", Helvetica, Arial, sans-serif }*{box-sizing:border-box;margin:0;padding:0}*{scrollbar-width:none;-ms-overflow-style:none}*::-webkit-scrollbar{display:none}html,body{height:100%;width:100%;margin:0;padding:0}body{font-family:var(--font-primary);color:var(--color-black);background-color:var(--color-white);line-height:1.6;position:relative}body:before{content:"";position:fixed;top:-10%;left:0;right:0;bottom:-10%;background-image:url(/images/Zero%20No%20Hero%20Website%20Background.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;z-index:-1;will-change:transform;transform:translateY(var(--parallax-offset, 0px))}a{color:var(--color-pink);text-decoration:none}a:hover{text-decoration:none}img{max-width:100%;height:auto;display:block}.section{display:flex;padding:0;margin-top:var(--spacing);margin-bottom:var(--spacing);width:100%;max-width:100%;height:auto}.container{width:100%!important;max-width:100%!important}.title{color:var(--color-black);display:flex;justify-content:center;align-content:center;font-size:clamp(.5em,4vw,2em);padding:clamp(0px,4vw,16px) 0 16px 0;font-weight:600}.image{display:block;width:100%;height:auto}.has-text-right{text-align:right}.has-text-centered{text-align:center}.banner{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:1.3%;border-top:5px solid var(--color-black);border-bottom:5px solid var(--color-black);margin:0;width:auto;height:auto;background-color:var(--color-white)}.announcement{display:grid;grid-template-rows:100%;grid-template-columns:40% 60%;padding:0;border:0;margin:0;width:100%;height:100%;gap:0!important}.announcement-image{padding:0;border:0;margin:0}.announcement-text{display:flex;flex-wrap:wrap;flex-direction:column;justify-content:center;align-items:center;background-color:var(--color-white);padding:2rem;border:0;margin:0;max-width:100%;max-height:100%}.about-image{padding:0;border:0;margin:0}.social-section{display:flex;flex-wrap:wrap;justify-content:center;gap:32px}.social-container{flex:1 1 calc(50% - 16px);min-width:300px}.music-container{display:flex;flex-direction:column;gap:2rem;width:100%;padding:1rem}.background-content{color:var(--color-white);display:flex;flex-direction:row;align-items:center}@media screen and (max-width:768px){.announcement{grid-template-columns:1fr;grid-template-rows:auto auto}.navbar-brand{padding:2% 10% 0}.social-container{flex:1 1 100%}}@media screen and (min-width:769px)and (max-width:1023px){.announcement{grid-template-columns:45% 55%}}._card_twpns_1{--glass-width: 50%;position:relative;width:100%;min-height:40vh;height:60vh;margin:0;flex:1;border-radius:25px;box-shadow:var(--box-shadow);overflow:hidden;display:flex;align-items:stretch}._card_twpns_1._reversed_twpns_16{flex-direction:row-reverse}._card_twpns_1._reversed_twpns_16 ._glassHalf_twpns_19{border-right:none}._glassHalf_twpns_19{position:relative;flex:0 0 var(--glass-width);width:var(--glass-width);display:flex;align-items:center;justify-content:center;backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);-webkit-backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);background:linear-gradient(135deg,#ffffff26,#ffffff0d,#00000008);box-shadow:inset 0 0 60px #ffffff1a,inset 0 0 120px #ffffff0d}._glassHalf_twpns_19:before,._glassHalf_twpns_19:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;mix-blend-mode:screen}._glassHalf_twpns_19:before{backdrop-filter:blur(15px) hue-rotate(5deg);-webkit-backdrop-filter:blur(15px) hue-rotate(5deg);opacity:.3}._glassHalf_twpns_19:after{backdrop-filter:blur(15px) hue-rotate(-5deg);-webkit-backdrop-filter:blur(15px) hue-rotate(-5deg);opacity:.3}._glassTitle_twpns_56{position:relative;z-index:1;color:var(--color-white);font-size:3rem;font-weight:700;text-align:center;padding:2rem;text-shadow:0 2px 10px rgba(0,0,0,.3),0 0 20px rgba(255,255,255,.2);letter-spacing:-.02em}._glassContent_twpns_68{position:relative;z-index:1;width:100%;padding:0 2rem 2rem}._whiteHalf_twpns_75{position:relative;flex:1 1 calc(100% - var(--glass-width));background-color:var(--color-white);display:flex;align-items:center;justify-content:center}._content_twpns_84{width:100%;padding:3rem;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;text-align:left;text-shadow:0 2px 8px rgba(0,0,0,.15)}._backgroundImage_twpns_96{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:0}._glassBackgroundImage_twpns_105{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;z-index:-1}._card_twpns_1._allGlass_twpns_114{flex-direction:column;align-items:center;justify-content:center;backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);-webkit-backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);background:linear-gradient(135deg,#ffffff26,#ffffff0d,#00000008);box-shadow:var(--box-shadow),inset 0 0 60px #ffffff1a,inset 0 0 120px #ffffff0d}._card_twpns_1._allGlass_twpns_114 ._content_twpns_84{position:relative;z-index:1;align-items:center;text-align:center;color:var(--color-white)}._card_twpns_1._allGlass_twpns_114 ._glassTitle_twpns_56{position:relative;z-index:1}._card_twpns_1._allWhite_twpns_136{flex-direction:column;align-items:center;justify-content:center;background-color:var(--color-white)}._card_twpns_1._allWhite_twpns_136 ._content_twpns_84{align-items:center;text-align:center}._whiteTitle_twpns_147{position:relative;z-index:1;color:var(--color-black);font-size:3rem;font-weight:700;text-align:center;padding:2rem;letter-spacing:-.02em;text-shadow:0 3px 12px rgba(0,0,0,.2)}._card_twpns_1._imageCard_twpns_160{min-height:0;height:60vh;min-height:400px;max-height:700px}._imageCardBackground_twpns_167{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;filter:grayscale(.2) hue-rotate(8deg) saturate(.85) brightness(1.2)}._imageCardOverlay_twpns_176{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(to top,#0006,#0000001a,#0000000d);padding:2rem}._imageCardTitle_twpns_187{font-size:4rem;font-weight:700;color:var(--color-white);text-shadow:0 4px 20px rgba(0,0,0,.5);margin:0;letter-spacing:.05em}._imageCardSubtitle_twpns_196{font-size:1.25rem;color:#ffffffe6;text-shadow:0 2px 10px rgba(0,0,0,.5);margin:1rem 0 0;letter-spacing:.03em}._card_twpns_1._filteredImageCard_twpns_205{min-height:0;height:60vh;min-height:400px;max-height:700px}._filteredImageContainer_twpns_212{position:absolute;top:0;right:0;bottom:0;left:0}._filteredOriginalImage_twpns_217,._filteredFilteredImage_twpns_218,._filteredCornerImage_twpns_219{position:absolute;width:100%;height:100%;object-fit:cover;object-position:40% 35%}._filteredFilteredImage_twpns_218{filter:saturate(.7) hue-rotate(200deg) brightness(1.05);mask-image:linear-gradient(45deg,black 0%,black 23%,transparent 30%,transparent 56%,black 63%,black 100%),linear-gradient(to right,black 0%,black 50%,transparent 100%);-webkit-mask-image:linear-gradient(45deg,black 0%,black 23%,transparent 30%,transparent 56%,black 63%,black 100%),linear-gradient(to right,black 0%,black 50%,transparent 100%);mask-composite:intersect;-webkit-mask-composite:source-in}._filteredCornerImage_twpns_219{filter:saturate(1.2) hue-rotate(280deg) brightness(1.1);mask-image:radial-gradient(circle at 0% 0%,black 0%,transparent 30%),radial-gradient(circle at 100% 100%,black 0%,transparent 30%);-webkit-mask-image:radial-gradient(circle at 0% 0%,black 0%,transparent 30%),radial-gradient(circle at 100% 100%,black 0%,transparent 30%);mask-composite:add;-webkit-mask-composite:source-over}._card_twpns_1._splitGlassCard_twpns_244{display:flex;flex-direction:row}._splitWhiteHalf_twpns_249{flex:1;background-color:var(--color-white);display:flex;flex-direction:column;justify-content:center;padding:3rem}._splitWhiteTitle_twpns_258{color:var(--color-black);font-size:2.5rem;font-weight:700;margin:0 0 1.5rem;letter-spacing:-.02em;text-shadow:0 3px 12px rgba(0,0,0,.2)}._splitContent_twpns_267{display:flex;flex-direction:column;gap:1.5rem;text-align:left;align-items:flex-start;text-shadow:0 2px 8px rgba(0,0,0,.15)}._splitGlassHalf_twpns_276{flex:1;position:relative;overflow:hidden}._splitImageContainer_twpns_282{position:absolute;top:0;right:0;bottom:0;left:0}._splitOriginalImage_twpns_287,._splitFilteredImage_twpns_288,._splitCornerImage_twpns_289{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center center}._splitFilteredImage_twpns_288{filter:saturate(.7) hue-rotate(200deg) brightness(1.05);mask-image:linear-gradient(45deg,black 0%,black 23%,transparent 30%,transparent 56%,black 63%,black 100%),linear-gradient(to right,black 0%,black 50%,transparent 100%);-webkit-mask-image:linear-gradient(45deg,black 0%,black 23%,transparent 30%,transparent 56%,black 63%,black 100%),linear-gradient(to right,black 0%,black 50%,transparent 100%);mask-composite:intersect;-webkit-mask-composite:source-in}._splitCornerImage_twpns_289{filter:saturate(1.2) hue-rotate(280deg) brightness(1.1);mask-image:radial-gradient(circle at 0% 0%,black 0%,transparent 30%),radial-gradient(circle at 100% 100%,black 0%,transparent 30%);-webkit-mask-image:radial-gradient(circle at 0% 0%,black 0%,transparent 30%),radial-gradient(circle at 100% 100%,black 0%,transparent 30%);mask-composite:add;-webkit-mask-composite:source-over}._splitGlassLogoOverlay_twpns_313{position:absolute;bottom:1.5rem;right:1.5rem;width:140px;height:140px;pointer-events:none;z-index:10;filter:drop-shadow(0 8px 24px rgba(0,0,0,.5)) drop-shadow(0 4px 12px rgba(0,0,0,.4))}._splitGlassLogoOverlay_twpns_313:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;backdrop-filter:blur(24px) saturate(200%) brightness(1.15) contrast(1.1);-webkit-backdrop-filter:blur(24px) saturate(200%) brightness(1.15) contrast(1.1);background:linear-gradient(135deg,#ffffffb3,#ffffff80,#fff6);mask-image:url(/images/icon-logo.svg);-webkit-mask-image:url(/images/icon-logo.svg);mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center}._banner_twpns_341{width:100%;background-color:var(--color-white);border-radius:25px;box-shadow:var(--box-shadow);padding:1rem 3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}._bannerTitle_twpns_354{color:var(--color-black);font-size:2.5rem;font-weight:700;margin:0;letter-spacing:-.02em;text-shadow:0 3px 12px rgba(0,0,0,.2)}._glassBanner_twpns_364{width:100%;border-radius:25px;box-shadow:var(--box-shadow);padding:1rem 3rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);-webkit-backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);background:linear-gradient(135deg,#ffffff26,#ffffff0d,#00000008)}._glassBannerTitle_twpns_379{color:var(--color-white);font-size:2.5rem;font-weight:700;margin:0;letter-spacing:-.02em;text-shadow:0 2px 10px rgba(0,0,0,.3)}@media(max-width:1024px){._card_twpns_1{flex-direction:column;max-height:none;height:auto;margin:0}._card_twpns_1._reversed_twpns_16{flex-direction:column-reverse}._card_twpns_1._reversed_twpns_16 ._glassHalf_twpns_19{border-left:none;border-right:none}._glassHalf_twpns_19{width:100%!important;min-height:200px;border-right:none}._whiteHalf_twpns_75{width:100%!important;min-height:auto}._content_twpns_84{padding:2rem;align-items:flex-start;text-align:left}._liquidGlass_twpns_417{width:200px;height:200px}._glassHalf_twpns_19:hover ._liquidGlass_twpns_417{width:220px;height:220px}._card_twpns_1._splitGlassCard_twpns_244{flex-direction:column}._splitWhiteHalf_twpns_249{padding:2rem}._splitGlassHalf_twpns_276{min-height:300px}}@media(max-width:768px){._card_twpns_1._imageCard_twpns_160,._card_twpns_1._filteredImageCard_twpns_205{height:35vh;min-height:250px;max-height:400px}._imageCardTitle_twpns_187{font-size:2.5rem}._imageCardSubtitle_twpns_196{font-size:1rem}._banner_twpns_341,._glassBanner_twpns_364{padding:.75rem 2rem}._bannerTitle_twpns_354,._glassBannerTitle_twpns_379{font-size:1.75rem}}._heroCard_1wuu8_3{position:relative;width:100%;border-radius:25px;box-shadow:var(--box-shadow);overflow:hidden;height:60vh;min-height:400px;max-height:700px}._heroImageFull_1wuu8_16{position:relative;width:100%;border-radius:25px;box-shadow:var(--box-shadow);overflow:hidden;height:calc(100dvh - var(--navbar-height, 96px) - var(--footer-height, 77px) - 4rem);min-height:350px}._heroImage_1wuu8_16{position:absolute;top:0;right:0;bottom:0;left:0}._heroOriginalImage_1wuu8_31,._heroFilteredImage_1wuu8_32,._heroCornerImage_1wuu8_33{position:absolute;width:100%;height:100%;object-fit:cover;object-position:center 25%}._centeredTitle_1wuu8_42~._heroImage_1wuu8_16 ._heroOriginalImage_1wuu8_31,._centeredTitle_1wuu8_42~._heroImage_1wuu8_16 ._heroFilteredImage_1wuu8_32,._centeredTitle_1wuu8_42~._heroImage_1wuu8_16 ._heroCornerImage_1wuu8_33,._heroImageFull_1wuu8_16:has(._centeredTitle_1wuu8_42) ._heroOriginalImage_1wuu8_31,._heroImageFull_1wuu8_16:has(._centeredTitle_1wuu8_42) ._heroFilteredImage_1wuu8_32,._heroImageFull_1wuu8_16:has(._centeredTitle_1wuu8_42) ._heroCornerImage_1wuu8_33{object-position:center 55%}._heroFilteredImage_1wuu8_32{filter:saturate(.7) hue-rotate(200deg) brightness(1.05);mask-image:linear-gradient(45deg,black 0%,black 23%,transparent 30%,transparent 56%,black 63%,black 100%),linear-gradient(to right,black 0%,black 50%,transparent 100%);-webkit-mask-image:linear-gradient(45deg,black 0%,black 23%,transparent 30%,transparent 56%,black 63%,black 100%),linear-gradient(to right,black 0%,black 50%,transparent 100%);mask-composite:intersect;-webkit-mask-composite:source-in}._heroCornerImage_1wuu8_33{filter:saturate(1.2) hue-rotate(280deg) brightness(1.1);mask-image:radial-gradient(circle at 0% 0%,black 0%,transparent 30%),radial-gradient(circle at 100% 100%,black 0%,transparent 30%);-webkit-mask-image:radial-gradient(circle at 0% 0%,black 0%,transparent 30%),radial-gradient(circle at 100% 100%,black 0%,transparent 30%);mask-composite:add;-webkit-mask-composite:source-over}._glassLogoOverlay_1wuu8_68{position:absolute;bottom:1.5rem;right:1.5rem;width:180px;height:180px;pointer-events:none;z-index:10;filter:drop-shadow(0 8px 24px rgba(0,0,0,.5)) drop-shadow(0 4px 12px rgba(0,0,0,.4))}._glassLogoOverlay_1wuu8_68:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;backdrop-filter:blur(24px) saturate(200%) brightness(1.15) contrast(1.1);-webkit-backdrop-filter:blur(24px) saturate(200%) brightness(1.15) contrast(1.1);background:linear-gradient(135deg,#ffffffb3,#ffffff80,#fff6);mask-image:url(/images/icon-logo.svg);-webkit-mask-image:url(/images/icon-logo.svg);mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;mask-position:center;-webkit-mask-position:center}._glassLogo_1wuu8_68{display:none}._glassTagline_1wuu8_105{position:absolute;bottom:1.5rem;left:1.5rem;z-index:100;pointer-events:none;display:flex;flex-direction:row;gap:.5rem;filter:drop-shadow(0 8px 24px rgba(0,0,0,.5)) drop-shadow(0 4px 12px rgba(0,0,0,.4))}._taglineWord_1wuu8_118{display:inline;font-size:2rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;font-family:var(--font-family);line-height:1.2;backdrop-filter:blur(24px) saturate(200%) brightness(1.15) contrast(1.1);-webkit-backdrop-filter:blur(24px) saturate(200%) brightness(1.15) contrast(1.1);background:linear-gradient(135deg,#ffffffb3,#ffffff80,#fff6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;opacity:0;animation:_fadeIn_1wuu8_1 .5s ease-in-out forwards}._taglineWord_1wuu8_118:nth-child(1){animation-delay:.3s}._taglineWord_1wuu8_118:nth-child(2){animation-delay:.6s}._taglineWord_1wuu8_118:nth-child(3){animation-delay:.9s}._taglineWord_1wuu8_118:nth-child(4){animation-delay:1.2s}._taglineWord_1wuu8_118:nth-child(5){animation-delay:1.5s}._taglineWord_1wuu8_118:nth-child(6){animation-delay:1.8s}._taglineWord_1wuu8_118:not(:first-child):before{content:"· "}@keyframes _fadeIn_1wuu8_1{0%{opacity:0}to{opacity:1}}._centeredTitle_1wuu8_42{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:flex-start;padding-left:3rem;z-index:50;pointer-events:none;filter:drop-shadow(0 8px 24px rgba(0,0,0,.5)) drop-shadow(0 4px 12px rgba(0,0,0,.4))}._centeredTitleText_1wuu8_186{display:inline;font-size:5rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;font-family:var(--font-family);line-height:1.2;backdrop-filter:blur(24px) saturate(200%) brightness(1.15) contrast(1.1);-webkit-backdrop-filter:blur(24px) saturate(200%) brightness(1.15) contrast(1.1);background:linear-gradient(135deg,#ffffffb3,#ffffff80,#fff6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}._heroOverlay_1wuu8_205{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(to top,#000000b3,#0000004d,#0000001a);padding:2rem}._heroTitle_1wuu8_216{font-size:5rem;font-weight:700;color:var(--color-white);text-shadow:0 4px 20px rgba(0,0,0,.5);margin:0;letter-spacing:.1em}._heroSubtitle_1wuu8_225{font-size:1.25rem;color:#ffffffe6;text-shadow:0 2px 10px rgba(0,0,0,.5);margin:1rem 0 0;letter-spacing:.05em}@media(max-width:1200px){._glassTagline_1wuu8_105{flex-direction:column;gap:.3rem}._taglineWord_1wuu8_118{font-size:1.75rem;display:block}._taglineWord_1wuu8_118:not(:last-child):after{content:none}}@media(max-width:1023px){._glassLogoOverlay_1wuu8_68{width:120px;height:120px;bottom:auto;top:1.25rem;right:1.25rem}._glassTagline_1wuu8_105{bottom:1.25rem;left:1.25rem}._glassTagline_1wuu8_105{flex-direction:column;gap:.2rem}._taglineWord_1wuu8_118{font-size:1.65rem;display:block}._taglineWord_1wuu8_118:not(:last-child):after{content:none}}@media(max-width:768px){._heroCard_1wuu8_3{height:35vh;min-height:250px;max-height:400px}._heroImageFull_1wuu8_16{min-height:300px}._glassLogoOverlay_1wuu8_68{width:100px;height:100px;bottom:auto;top:1rem;right:1rem}._glassTagline_1wuu8_105{bottom:1rem;left:1rem;gap:.15rem}._taglineWord_1wuu8_118{font-size:1.25rem}._heroTitle_1wuu8_216{font-size:3rem}._heroSubtitle_1wuu8_225{font-size:1rem}._centeredTitleText_1wuu8_186{font-size:2.5rem}}._pageWrapper_1ruaq_2{min-height:100vh;width:100%;box-sizing:border-box;display:flex;flex-direction:column;position:relative}._topSpacer_1ruaq_11,._bottomSpacer_1ruaq_17{flex-shrink:0;width:100%;pointer-events:none}._content_1ruaq_23{display:flex;flex:1 0 auto;flex-direction:column;max-width:100%;box-sizing:border-box;width:100%;padding:2rem;gap:2rem}@keyframes _filterFlash_c3khh_1{0%{filter:none}20%{filter:brightness(0%) saturate(100%) invert(12%) sepia(100%) saturate(7000%) hue-rotate(0deg) brightness(95%) contrast(115%)}45%{filter:brightness(0%) saturate(100%) invert(10%) sepia(100%) saturate(700%) hue-rotate(220deg) brightness(90%) contrast(110%)}70%{filter:brightness(0%) saturate(100%) invert(65%) sepia(70%) saturate(500%) hue-rotate(140deg) brightness(95%) contrast(100%)}to{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}}@keyframes _filterFlashFade_c3khh_1{0%{filter:none}to{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}}@keyframes _filterFlashCyan_c3khh_1{0%{filter:none}25%{filter:brightness(0%) saturate(100%) invert(65%) sepia(70%) saturate(500%) hue-rotate(140deg) brightness(95%) contrast(100%)}60%{filter:brightness(0%) saturate(100%) invert(70%) sepia(50%) saturate(400%) hue-rotate(100deg) brightness(100%) contrast(100%)}to{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}}@keyframes _fadeInDown_c3khh_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._navbar_c3khh_72{min-height:96px;display:flex;flex-direction:column;margin:0;align-items:center;box-shadow:var(--box-shadow-bottom);background-color:var(--color-white);width:100%;position:fixed;top:0;left:0;right:0;z-index:1002;padding:1.2rem 2rem .8rem;transition:min-height .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1)}._navbar_c3khh_72._scrolled_c3khh_89{min-height:48px;padding:.6rem 2rem .4rem}._navbar_c3khh_72._isTransparent_c3khh_93{background-color:transparent}._navbarContainer_c3khh_97{display:flex;flex-direction:column;align-items:center;width:100%;max-width:1400px}._navbarContent_c3khh_105{display:flex;justify-content:center;align-items:center;width:100%;position:relative;margin-bottom:.5rem;z-index:1001;transition:margin-bottom .3s cubic-bezier(.4,0,.2,1)}._navbar_c3khh_72._scrolled_c3khh_89 ._navbarContent_c3khh_105{margin-bottom:.125rem}._logo_c3khh_119{display:flex;justify-content:center;align-items:center;padding:0;margin:0;transition:all .3s cubic-bezier(.4,0,.2,1)}._logo_c3khh_119 *{display:flex;justify-content:center;align-items:center;padding:0;margin:0}._logo_c3khh_119 img{max-width:450px;width:100%;height:auto;transition:max-width .3s cubic-bezier(.4,0,.2,1)}._logo_c3khh_119:hover img{animation:_filterFlash_c3khh_1 .18s ease-out both}._navbar_c3khh_72._scrolled_c3khh_89 ._logo_c3khh_119 img{max-width:337px}._navbarBurger_c3khh_147{color:var(--color-black);-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:none;cursor:pointer;display:none;position:absolute;top:50%;transform:translateY(-50%);right:1rem;height:2rem;width:2rem;z-index:1010}._navbarBurger_c3khh_147 ._line_c3khh_162{background-color:currentColor;display:flex;height:.2rem;width:2rem;transition:all .3s ease}._navbarBurger_c3khh_147._isActive_c3khh_169 ._line_c3khh_162:nth-child(1){transform:translateY(270%) rotate(45deg)}._navbarBurger_c3khh_147._isActive_c3khh_169 ._line_c3khh_162:nth-child(2){opacity:0}._navbarBurger_c3khh_147._isActive_c3khh_169 ._line_c3khh_162:nth-child(3){transform:translateY(-270%) rotate(-45deg)}._navbarMenu_c3khh_179{display:flex;align-items:center;justify-content:center;width:100%}._navbarMenu_c3khh_179._isActive_c3khh_169{display:flex}._navbarLinks_c3khh_189{display:flex;align-items:center;justify-content:space-between;width:450px;gap:.5rem;padding:0rem 0;transition:padding .3s cubic-bezier(.4,0,.2,1),width .3s cubic-bezier(.4,0,.2,1),gap .3s cubic-bezier(.4,0,.2,1)}._navbar_c3khh_72._scrolled_c3khh_89 ._navbarLinks_c3khh_189{padding:.133rem 0;display:flex;align-items:center;width:400px}._navbar_c3khh_72._scrolled_c3khh_89 ._navbarLinks_c3khh_189 ._navbarLinks_c3khh_189{width:425px}@media(min-width:1024px){._navbarLinks_c3khh_189 ._navbarItem_c3khh_209{opacity:0}._navbarLinks_c3khh_189._isLoaded_c3khh_212 ._navbarItem_c3khh_209{animation:_fadeInDown_c3khh_1 .3s ease-out forwards;transition:filter .2s}._navbarLinks_c3khh_189._isLoaded_c3khh_212 ._navbarItem_c3khh_209:hover{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}._navbarLinks_c3khh_189._isLoaded_c3khh_212 ._navbarItem_c3khh_209:nth-child(1){animation-delay:.1s}._navbarLinks_c3khh_189._isLoaded_c3khh_212 ._navbarItem_c3khh_209:nth-child(2){animation-delay:.2s}._navbarLinks_c3khh_189._isLoaded_c3khh_212 ._navbarItem_c3khh_209:nth-child(3){animation-delay:.3s}._navbarLinks_c3khh_189._isLoaded_c3khh_212 ._navbarItem_c3khh_209:nth-child(4){animation-delay:.4s}._navbarLinks_c3khh_189._skipAnimation_c3khh_231 ._navbarItem_c3khh_209{opacity:1;animation:none}}._navbarItem_c3khh_209{display:flex;align-items:center;color:var(--color-black);text-decoration:none;position:relative;transition:filter .3s,padding .3s cubic-bezier(.4,0,.2,1);height:33px}._navbarItem_c3khh_209:hover{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}._navbarItem_c3khh_209._active_c3khh_248{color:var(--color-pink)}._navbarItem_c3khh_209._hasDropdown_c3khh_251{position:relative}._navbarItem_c3khh_209._hasDropdown_c3khh_251._isActive_c3khh_169 ._navbarDropdown_c3khh_254{display:block}._navbarLink_c3khh_189{cursor:pointer;display:flex;align-items:center;color:var(--color-black);text-decoration:none;min-height:44px;transition:filter .3s}._navbarLink_c3khh_189:hover{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}._navbarDropdown_c3khh_254{display:none;position:absolute;top:100%;left:0;background-color:var(--color-white);border:1px solid rgba(0,0,0,.1);box-shadow:0 8px 16px #0000001a;min-width:200px;z-index:20}._navbarDropdown_c3khh_254:after{content:"";position:absolute;top:100%;left:0;right:0;height:80px;background:linear-gradient(to bottom,#ffffff0d,#fff0);backdrop-filter:blur(12px) saturate(120%) contrast(105%);-webkit-backdrop-filter:blur(12px) saturate(120%) contrast(105%);mask-image:linear-gradient(to bottom,#000,#0000);-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 0%,rgba(0,0,0,0) 100%);pointer-events:none;z-index:1}._navbarDropdown_c3khh_254:before{content:"";position:absolute;top:100%;left:0;right:0;height:80px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' /%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.05'/%3E%3C/svg%3E");opacity:.6;mix-blend-mode:overlay;mask-image:linear-gradient(to bottom,#000,#0000);-webkit-mask-image:linear-gradient(to bottom,rgb(0,0,0) 0%,rgba(0,0,0,0) 100%);pointer-events:none;z-index:2}._navbarDropdown_c3khh_254 ._navbarItem_c3khh_209{padding:.75rem 1rem;width:100%}._navbarDropdown_c3khh_254 ._navbarItem_c3khh_209:hover{background-color:#0000000d}._navbarDropdown_c3khh_254 ._navbarItem_c3khh_209._isFirst_c3khh_323{border-top:none}._navbarDropdown_c3khh_254 ._navbarItem_c3khh_209._isSelected_c3khh_326{font-weight:500}a._navbarItem_c3khh_209,._navbarDropdown_c3khh_254,._navbarLink_c3khh_189,._title_c3khh_333{color:var(--color-black);font-weight:700;text-transform:uppercase;font-size:1rem;transition:font-size .3s cubic-bezier(.4,0,.2,1),filter .3s}@keyframes _fadeInBlurFull_c3khh_1{0%{opacity:0}to{opacity:1}}@keyframes _fadeInBlurGrain_c3khh_1{0%{opacity:0}to{opacity:.6}}@media(max-width:1200px){._logo_c3khh_119 img{max-width:380px}._navbarLinks_c3khh_189{width:480px}a._navbarItem_c3khh_209,._navbarDropdown_c3khh_254,._navbarLink_c3khh_189,._title_c3khh_333{font-size:.95rem}}@media(max-width:1023px){._navbar_c3khh_72{min-height:100px;padding:0 1.5rem;justify-content:center}._navbar_c3khh_72._scrolled_c3khh_89{min-height:80px}._navbarContent_c3khh_105{margin-bottom:0}._logo_c3khh_119 img{max-width:320px}._navbar_c3khh_72._scrolled_c3khh_89 ._logo_c3khh_119 img{max-width:280px}._navbarLinks_c3khh_189{width:320px}._navbarItem_c3khh_209{padding:.75rem 1rem}a._navbarItem_c3khh_209,._navbarDropdown_c3khh_254,._navbarLink_c3khh_189,._title_c3khh_333{font-size:1.75rem}._navbarBurger_c3khh_147{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;right:34px;transition:right .3s cubic-bezier(.4,0,.2,1)}._navbar_c3khh_72._scrolled_c3khh_89 ._navbarBurger_c3khh_147{right:24px}._navbarMenu_c3khh_179{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;width:100vw!important;height:calc(100vh - 100px);background-color:var(--color-white);position:fixed;top:100px;left:0;z-index:998;padding:2rem 0;overflow-y:auto;transition:clip-path .3s ease-out,transform .3s ease-out,top .3s cubic-bezier(.4,0,.2,1),height .3s cubic-bezier(.4,0,.2,1);clip-path:inset(0 0 100% 0);transform:translateY(-30px);pointer-events:none}._navbarMenu_c3khh_179._isActive_c3khh_169{clip-path:inset(0 0 0 0);transform:translateY(0);pointer-events:auto}._navbar_c3khh_72._scrolled_c3khh_89 ._navbarMenu_c3khh_179{top:80px;height:calc(100vh - 80px)}._navbarLinks_c3khh_189{flex-direction:column;align-items:center;justify-content:center;width:100%;padding:0;gap:4rem}._navbarLinks_c3khh_189 ._navbarItem_c3khh_209{opacity:0;transform:translateY(-20px);transition:opacity .3s ease-out,transform .3s ease-out,filter .3s 0s}._navbarLinks_c3khh_189 ._navbarItem_c3khh_209:hover{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}._navbarLinks_c3khh_189 ._navbarItem_c3khh_209:nth-child(1){transition:opacity .3s ease-out .05s,transform .3s ease-out .05s,filter .2s 0s}._navbarLinks_c3khh_189 ._navbarItem_c3khh_209:nth-child(2){transition:opacity .3s ease-out .1s,transform .3s ease-out .1s,filter .2s 0s}._navbarLinks_c3khh_189 ._navbarItem_c3khh_209:nth-child(3){transition:opacity .3s ease-out .15s,transform .3s ease-out .15s,filter .2s 0s}._navbarLinks_c3khh_189 ._navbarItem_c3khh_209:nth-child(4){transition:opacity .3s ease-out .2s,transform .3s ease-out .2s,filter .2s 0s}._navbarMenu_c3khh_179._isActive_c3khh_169 ._navbarLinks_c3khh_189 ._navbarItem_c3khh_209{opacity:1;transform:translateY(0)}._navbarDropdown_c3khh_254{position:static;box-shadow:none;border:none;border-top:1px solid rgba(0,0,0,.1);padding-left:1rem}}@media(max-width:768px){._navbar_c3khh_72{min-height:80px;padding:0 1rem;justify-content:center}._navbar_c3khh_72._scrolled_c3khh_89{min-height:58px}._navbarContent_c3khh_105{margin-bottom:0}._logo_c3khh_119 img{max-width:260px}._navbar_c3khh_72._scrolled_c3khh_89 ._logo_c3khh_119 img{max-width:230px}._navbarTop_c3khh_510{margin-bottom:.25rem}._navbarBurger_c3khh_147{right:26px;height:1.75rem;width:1.75rem}._navbarBurger_c3khh_147 ._line_c3khh_162{width:1.75rem;height:.175rem}._navbar_c3khh_72._scrolled_c3khh_89 ._navbarBurger_c3khh_147{right:15px}._navbarMenu_c3khh_179{height:calc(100vh - 80px);top:80px}._navbar_c3khh_72._scrolled_c3khh_89 ._navbarMenu_c3khh_179{top:58px;height:calc(100vh - 58px)}._navbarLinks_c3khh_189{padding:0;margin:0;gap:2rem}._navbarItem_c3khh_209{padding:1.75rem 2rem;width:auto;justify-content:center}a._navbarItem_c3khh_209,._navbarDropdown_c3khh_254,._navbarLink_c3khh_189,._title_c3khh_333{font-size:1.5rem}}@media(max-width:480px){._logo_c3khh_119 img{max-width:220px}}@keyframes _filterFlash_1ugjt_1{0%{filter:none}20%{filter:brightness(0%) saturate(100%) invert(12%) sepia(100%) saturate(7000%) hue-rotate(0deg) brightness(95%) contrast(115%)}45%{filter:brightness(0%) saturate(100%) invert(10%) sepia(100%) saturate(700%) hue-rotate(220deg) brightness(90%) contrast(110%)}70%{filter:brightness(0%) saturate(100%) invert(65%) sepia(70%) saturate(500%) hue-rotate(140deg) brightness(95%) contrast(100%)}to{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}}@keyframes _filterFlashFade_1ugjt_1{0%{filter:none}to{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}}@keyframes _filterFlashCyan_1ugjt_1{0%{filter:none}25%{filter:brightness(0%) saturate(100%) invert(65%) sepia(70%) saturate(500%) hue-rotate(140deg) brightness(95%) contrast(100%)}60%{filter:brightness(0%) saturate(100%) invert(70%) sepia(50%) saturate(400%) hue-rotate(100deg) brightness(100%) contrast(100%)}to{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}}@keyframes _fadeInDown_1ugjt_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}._socialLinks_1ugjt_69{display:flex;align-items:center;gap:.65rem;position:absolute;right:2rem;top:50%;transform:translateY(-50%);transition:gap .3s cubic-bezier(.4,0,.2,1);z-index:1002}.navbar.scrolled ._socialLinks_1ugjt_69{gap:.5rem}@media(min-width:1024px){._socialLinks_1ugjt_69 ._socialIcon_1ugjt_85{opacity:0}._socialLinks_1ugjt_69._isLoaded_1ugjt_88 ._socialIcon_1ugjt_85{animation:_fadeInDown_1ugjt_1 .3s ease-out forwards;transition:filter .2s,transform .2s}._socialLinks_1ugjt_69._isLoaded_1ugjt_88 ._socialIcon_1ugjt_85:hover{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%);transform:scale(1.1)!important}._socialLinks_1ugjt_69._isLoaded_1ugjt_88 ._socialIcon_1ugjt_85:nth-child(1){animation-delay:.5s}._socialLinks_1ugjt_69._isLoaded_1ugjt_88 ._socialIcon_1ugjt_85:nth-child(2){animation-delay:.55s}._socialLinks_1ugjt_69._isLoaded_1ugjt_88 ._socialIcon_1ugjt_85:nth-child(3){animation-delay:.6s}._socialLinks_1ugjt_69._isLoaded_1ugjt_88 ._socialIcon_1ugjt_85:nth-child(4){animation-delay:.65s}._socialLinks_1ugjt_69._isLoaded_1ugjt_88 ._socialIcon_1ugjt_85:nth-child(5){animation-delay:.7s}._socialLinks_1ugjt_69._isLoaded_1ugjt_88 ._socialIcon_1ugjt_85:nth-child(6){animation-delay:.75s}._socialLinks_1ugjt_69._isLoaded_1ugjt_88 ._socialIcon_1ugjt_85:nth-child(1) svg{transform:scaleY(1.3)}._socialLinks_1ugjt_69._skipAnimation_1ugjt_117 ._socialIcon_1ugjt_85{opacity:1;animation:none}._socialLinks_1ugjt_69._skipAnimation_1ugjt_117 ._socialIcon_1ugjt_85:nth-child(1) svg{transform:scaleY(1.3)}}._socialLinksMobile_1ugjt_126{display:none;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;width:100%;padding:0;margin:0}._socialIcon_1ugjt_85{display:flex;align-items:center;justify-content:center;color:var(--color-black);text-decoration:none;transition:filter .2s,transform .2s;width:28px;height:28px;overflow:unset}._socialIcon_1ugjt_85 svg{width:100%;height:100%;max-width:20px;max-height:20px;overflow:visible;display:block;transition:max-width .3s cubic-bezier(.4,0,.2,1),max-height .3s cubic-bezier(.4,0,.2,1)}.navbar.scrolled ._socialIcon_1ugjt_85{width:24px;height:24px}.navbar.scrolled ._socialIcon_1ugjt_85 svg{max-width:17px;max-height:17px}._socialIcon_1ugjt_85:hover{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%);transform:scale(1.1)}._socialIcon_1ugjt_85:nth-child(1) svg{transform:scaleY(1.3)}._socialIcon_1ugjt_85:nth-child(2) svg{max-width:22px;max-height:22px}.navbar.scrolled ._socialIcon_1ugjt_85:nth-child(2) svg{max-width:19px;max-height:19px}._socialIcon_1ugjt_85:nth-child(3) svg{max-width:23px;max-height:23px}.navbar.scrolled ._socialIcon_1ugjt_85:nth-child(3) svg{max-width:20px;max-height:20px}._socialIcon_1ugjt_85:nth-child(4) svg{max-height:23px}.navbar.scrolled ._socialIcon_1ugjt_85:nth-child(4) svg{max-height:20px}._socialIcon_1ugjt_85:nth-child(5) svg{max-width:22px;max-height:22px}.navbar.scrolled ._socialIcon_1ugjt_85:nth-child(5) svg{max-width:19px;max-height:19px}._socialIcon_1ugjt_85:nth-child(6) svg{max-width:21px;max-height:21px}.navbar.scrolled ._socialIcon_1ugjt_85:nth-child(6) svg{max-width:18px;max-height:18px}@media(max-width:1200px){._socialLinks_1ugjt_69{right:1.5rem;gap:.55rem}._socialIcon_1ugjt_85{width:26px;height:26px}.navbar.scrolled ._socialIcon_1ugjt_85{width:22px;height:22px}._socialIcon_1ugjt_85 svg{max-width:18px;max-height:18px}.navbar.scrolled ._socialIcon_1ugjt_85 svg{max-width:15px;max-height:15px}._socialIcon_1ugjt_85:nth-child(1) svg{transform:scaleY(1.3)}._socialIcon_1ugjt_85:nth-child(2) svg{max-width:20px;max-height:20px}.navbar.scrolled ._socialIcon_1ugjt_85:nth-child(2) svg{max-width:17px;max-height:17px}._socialIcon_1ugjt_85:nth-child(3) svg{max-width:21px;max-height:21px}.navbar.scrolled ._socialIcon_1ugjt_85:nth-child(3) svg{max-width:18px;max-height:18px}._socialIcon_1ugjt_85:nth-child(4) svg{max-height:21px}.navbar.scrolled ._socialIcon_1ugjt_85:nth-child(4) svg{max-height:18px}._socialIcon_1ugjt_85:nth-child(5) svg{max-width:20px;max-height:20px}.navbar.scrolled ._socialIcon_1ugjt_85:nth-child(5) svg{max-width:17px;max-height:17px}._socialIcon_1ugjt_85:nth-child(6) svg{max-width:19px;max-height:19px}.navbar.scrolled ._socialIcon_1ugjt_85:nth-child(6) svg{max-width:16px;max-height:16px}}@media(max-width:1023px){._socialLinks_1ugjt_69{display:none}._socialLinksMobile_1ugjt_126{display:flex}._socialLinksMobile_1ugjt_126 ._socialIcon_1ugjt_85{opacity:0;transform:translateY(-20px);transition:opacity .3s ease-out,transform .3s ease-out,filter .2s;width:44px;height:44px;overflow:unset}._socialLinksMobile_1ugjt_126 ._socialIcon_1ugjt_85 svg{width:100%;height:100%;max-width:28px;max-height:28px;overflow:visible;display:block}._socialLinksMobile_1ugjt_126 ._socialIcon_1ugjt_85:nth-child(1) svg{transform:scaleY(1.3)}._socialLinksMobile_1ugjt_126 ._socialIcon_1ugjt_85:nth-child(1){transition:opacity .3s ease-out .25s,transform .3s ease-out .25s,filter .2s 0s}._socialLinksMobile_1ugjt_126 ._socialIcon_1ugjt_85:nth-child(2){transition:opacity .3s ease-out .3s,transform .3s ease-out .3s,filter .2s 0s}._socialLinksMobile_1ugjt_126 ._socialIcon_1ugjt_85:nth-child(3){transition:opacity .3s ease-out .35s,transform .3s ease-out .35s,filter .2s 0s}._socialLinksMobile_1ugjt_126 ._socialIcon_1ugjt_85:nth-child(4){transition:opacity .3s ease-out .4s,transform .3s ease-out .4s,filter .2s 0s}._socialLinksMobile_1ugjt_126 ._socialIcon_1ugjt_85:nth-child(5){transition:opacity .3s ease-out .45s,transform .3s ease-out .45s,filter .2s 0s}._socialLinksMobile_1ugjt_126 ._socialIcon_1ugjt_85:nth-child(6){transition:opacity .3s ease-out .5s,transform .3s ease-out .5s,filter .2s 0s}._socialLinksMobile_1ugjt_126._isActive_1ugjt_325 ._socialIcon_1ugjt_85{opacity:1;transform:translateY(0)}._socialLinksMobile_1ugjt_126._isActive_1ugjt_325 ._socialIcon_1ugjt_85:nth-child(1) svg{transform:scaleY(1.3)}}@keyframes _filterFlash_1bcds_1{0%{filter:none}20%{filter:brightness(0%) saturate(100%) invert(12%) sepia(100%) saturate(7000%) hue-rotate(0deg) brightness(95%) contrast(115%)}45%{filter:brightness(0%) saturate(100%) invert(10%) sepia(100%) saturate(700%) hue-rotate(220deg) brightness(90%) contrast(110%)}70%{filter:brightness(0%) saturate(100%) invert(65%) sepia(70%) saturate(500%) hue-rotate(140deg) brightness(95%) contrast(100%)}to{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}}@keyframes _filterFlashFade_1bcds_1{0%{filter:none}to{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}}@keyframes _filterFlashCyan_1bcds_1{0%{filter:none}25%{filter:brightness(0%) saturate(100%) invert(65%) sepia(70%) saturate(500%) hue-rotate(140deg) brightness(95%) contrast(100%)}60%{filter:brightness(0%) saturate(100%) invert(70%) sepia(50%) saturate(400%) hue-rotate(100deg) brightness(100%) contrast(100%)}to{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}}@keyframes _fadeInDown_1bcds_1{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInUp_1bcds_1{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}._footer_1bcds_79{min-height:77px;display:flex;flex-direction:row;justify-content:space-between;align-content:center;align-items:center;margin:0;padding:1.28rem 3rem;background-color:var(--color-white);box-shadow:var(--box-shadow-top);position:fixed;bottom:0;left:0;right:0;width:100%;z-index:997;transition:min-height .3s cubic-bezier(.4,0,.2,1),padding .3s cubic-bezier(.4,0,.2,1)}._footer_1bcds_79._scrolled_1bcds_98{min-height:38px;padding:.64rem 3rem}@media(max-width:1023px){._footer_1bcds_79{min-height:80px;padding:1.4rem 2rem}._footer_1bcds_79._scrolled_1bcds_98{min-height:40px;padding:.7rem 2rem}}@media(max-width:768px){._footer_1bcds_79{min-height:58px;flex-direction:column;gap:0;padding:.8rem 1.5rem;text-align:center;justify-content:center}._footer_1bcds_79._scrolled_1bcds_98{min-height:58px;gap:0;padding:.8rem 1.5rem}}._footerLogo_1bcds_129{justify-self:flex-start;max-width:64px;max-height:64px;height:auto;width:auto;margin:0;transition:max-width .3s cubic-bezier(.4,0,.2,1),max-height .3s cubic-bezier(.4,0,.2,1)}._footerLogo_1bcds_129:hover{animation:_filterFlash_1bcds_1 .18s ease-out both}._footer_1bcds_79._scrolled_1bcds_98 ._footerLogo_1bcds_129{max-width:48px;max-height:48px}@media(max-width:1200px){._footerLogo_1bcds_129{max-width:56px;max-height:56px}}@media(max-width:1023px){._footerLogo_1bcds_129{max-width:48px;max-height:48px}}@media(max-width:768px){._footerLogo_1bcds_129{max-width:40px;max-height:40px;justify-self:center}}@media(max-width:768px){._footer_1bcds_79._scrolled_1bcds_98 ._footerLogo_1bcds_129{max-width:36px;max-height:36px}}._footerContent_1bcds_172{justify-self:flex-end;flex:1;text-align:right;transition:all .3s cubic-bezier(.4,0,.2,1);opacity:0}._footer_1bcds_79._isLoaded_1bcds_179 ._footerContent_1bcds_172{animation:_fadeInUp_1bcds_1 .3s ease-out forwards;animation-delay:.9s}._footer_1bcds_79._skipAnimation_1bcds_183 ._footerContent_1bcds_172{opacity:1;animation:none}@media(max-width:768px){._footerContent_1bcds_172{text-align:center;justify-self:center;max-height:200px;overflow:hidden;transition:opacity .3s cubic-bezier(.4,0,.2,1),max-height .3s cubic-bezier(.4,0,.2,1),margin .3s cubic-bezier(.4,0,.2,1)}._footer_1bcds_79._scrolled_1bcds_98 ._footerContent_1bcds_172{opacity:0;max-height:0;margin:0;pointer-events:none}}._footerContent_1bcds_172 strong{font-weight:600;font-size:1rem}@media(max-width:1023px){._footerContent_1bcds_172 strong{font-size:.95rem}}@media(max-width:768px){._footerContent_1bcds_172 strong{font-size:.9rem}}._footerContent_1bcds_172 p{margin:0;font-size:.9rem;line-height:1.6}@media(max-width:1023px){._footerContent_1bcds_172 p{font-size:.875rem}}@media(max-width:768px){._footerContent_1bcds_172 p{font-size:.85rem}}._footerContent_1bcds_172 a{color:var(--color-pink);text-decoration:wavy;transition:.3s filter}._footerContent_1bcds_172 a:hover{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}._musicCard_10ya5_2{position:relative;width:100%;min-height:280px;border-radius:25px;box-shadow:var(--box-shadow);overflow:hidden;display:flex;flex-direction:row;backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);-webkit-backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);background:linear-gradient(135deg,#ffffff26,#ffffff0d,#00000008)}._musicCard_10ya5_2._reversed_10ya5_18{flex-direction:row-reverse}._musicCard_10ya5_2._reversed_10ya5_18 ._contentSide_10ya5_22{background:linear-gradient(to left,#fffffff2,#fffffff2 50%,#fffc,#ffffff80 80%,#fff3 92%,#fff0)}._contentSide_10ya5_22{flex:1;padding:2.5rem;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;position:relative;z-index:2;background:linear-gradient(to right,#fffffff2,#fffffff2 50%,#fffc,#ffffff80 80%,#fff3 92%,#fff0)}._title_10ya5_42{font-size:2.5rem;font-weight:700;color:var(--color-black);margin:0 0 1rem;letter-spacing:-.02em;text-shadow:0 3px 12px rgba(0,0,0,.2)}._description_10ya5_51{font-size:1.1rem;line-height:1.8;color:var(--color-dark);margin:0 auto;max-width:90%;text-shadow:0 2px 8px rgba(0,0,0,.15)}._playerSide_10ya5_61{flex:0 0 350px;display:flex;align-items:center;justify-content:center;padding:2rem;position:relative}._player_10ya5_61{width:100%;max-width:280px}._musicCard_10ya5_2._solid_10ya5_76{backdrop-filter:none;-webkit-backdrop-filter:none;background:none;isolation:isolate}._musicCard_10ya5_2._solid_10ya5_76 ._contentSide_10ya5_22{flex:3;background:var(--color-white);position:relative;z-index:1}._musicCard_10ya5_2._solid_10ya5_76 ._playerSide_10ya5_61{flex:1;min-width:280px;border-radius:25px 0 0 25px;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);background:transparent;z-index:2;position:relative;box-shadow:-15px 0 35px #00000040;border:1px solid rgba(255,255,255,.2);border-left:none}._cornerFill_10ya5_105{position:absolute;width:25px;height:25px;z-index:3}._cornerFill_10ya5_105._top_10ya5_112{top:0;right:-25px}._cornerFill_10ya5_105._bottom_10ya5_117{bottom:0;right:-25px}._cornerFill_10ya5_105._reversedCorner_10ya5_122._top_10ya5_112,._cornerFill_10ya5_105._reversedCorner_10ya5_122._bottom_10ya5_117{right:auto;left:-25px}._musicCard_10ya5_2._solid_10ya5_76._reversed_10ya5_18 ._playerSide_10ya5_61{border-radius:0 25px 25px 0;box-shadow:15px 0 35px #00000040;border:1px solid rgba(255,255,255,.2);border-right:none}@media(max-width:1024px){._musicCard_10ya5_2{flex-direction:column;min-height:auto;backdrop-filter:none;-webkit-backdrop-filter:none;background:transparent;box-shadow:none;border-radius:0}._musicCard_10ya5_2._reversed_10ya5_18{flex-direction:column}._contentSide_10ya5_22,._musicCard_10ya5_2._reversed_10ya5_18 ._contentSide_10ya5_22{display:none}._playerSide_10ya5_61{flex:1;padding:0;display:flex;align-items:center;justify-content:center}._player_10ya5_61{max-width:100%}._musicCard_10ya5_2._solid_10ya5_76 ._playerSide_10ya5_61{backdrop-filter:none;-webkit-backdrop-filter:none;background:transparent}}@media(max-width:768px){._playerSide_10ya5_61{padding:0}}._player_ygnis_1{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1.25rem;padding:2rem;border-radius:20px;background:linear-gradient(135deg,#ffffff26,#ffffff14,#00000005);backdrop-filter:blur(25px) saturate(180%) brightness(1.05);-webkit-backdrop-filter:blur(25px) saturate(180%) brightness(1.05);border:1px solid rgba(255,255,255,.2);box-shadow:0 15px 35px #0003,inset 0 0 40px #ffffff0d;width:100%;height:100%;min-height:420px;margin:0;position:relative}._hiddenIframe_ygnis_21{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}._albumArtLink_ygnis_29{text-decoration:none}._albumArt_ygnis_29{width:200px;height:200px;border-radius:15px;overflow:hidden;box-shadow:0 10px 30px #0000004d;background:linear-gradient(135deg,#ec6dff33,#a265e533);display:flex;align-items:center;justify-content:center}._albumArt_ygnis_29 img{width:100%;height:100%;object-fit:cover}._albumArt_ygnis_29 img[src$=".svg"]{object-fit:contain;padding:2rem;filter:brightness(0) invert(1)}._placeholder_ygnis_55{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ec6dff4d,#a265e54d);color:#ffffff80}._info_ygnis_65{text-align:center}._titleLink_ygnis_69{text-decoration:none}._trackTitle_ygnis_73{color:var(--color-white);font-size:1.25rem;font-weight:600;margin:0 0 .25rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}._artistName_ygnis_81{color:#ffffffb3;font-size:.9rem;margin:0;min-height:1.35em}._controls_ygnis_88{display:flex;align-items:center;justify-content:center;gap:.75rem}._visualizer_ygnis_95{display:flex;align-items:center;gap:3px;height:28px}._bar_ygnis_102{width:3px;height:8px;background:var(--color-white);border-radius:3px;position:relative;transform-origin:bottom center}._bar_ygnis_102:before,._bar_ygnis_102:after{content:"";position:absolute;width:2px;background:#ffffff80;border-radius:2px;bottom:0;opacity:0}._bar_ygnis_102:before{left:-4px;height:6px}._bar_ygnis_102:after{right:-4px;height:4px}._bar_ygnis_102:nth-child(1){height:8px}._bar_ygnis_102:nth-child(2){height:12px}._bar_ygnis_102:nth-child(3){height:16px}._bar_ygnis_102:nth-child(4){height:12px}._bar_ygnis_102:nth-child(5){height:8px}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(1){animation:_visualize1_ygnis_1 .43s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(1):before{animation:_sprayLeft1_ygnis_1 1.2s ease-in-out infinite}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(1):after{animation:_sprayRight1_ygnis_1 1.4s ease-in-out infinite .1s}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(2){animation:_visualize2_ygnis_1 .55s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(2):before{animation:_sprayLeft2_ygnis_1 1.5s ease-in-out infinite .2s}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(2):after{animation:_sprayRight2_ygnis_1 1.1s ease-in-out infinite}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(3){animation:_visualize3_ygnis_1 .38s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(3):before{animation:_sprayLeft3_ygnis_1 .9s ease-in-out infinite}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(3):after{animation:_sprayRight3_ygnis_1 1.3s ease-in-out infinite .15s}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(4){animation:_visualize4_ygnis_1 .62s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(4):before{animation:_sprayLeft4_ygnis_1 1.3s ease-in-out infinite .3s}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(4):after{animation:_sprayRight4_ygnis_1 1s ease-in-out infinite}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(5){animation:_visualize5_ygnis_1 .47s cubic-bezier(.45,.05,.55,.95) infinite}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(5):before{animation:_sprayLeft5_ygnis_1 1.1s ease-in-out infinite}._visualizer_ygnis_95._playing_ygnis_143 ._bar_ygnis_102:nth-child(5):after{animation:_sprayRight5_ygnis_1 1.5s ease-in-out infinite .25s}@keyframes _visualize1_ygnis_1{0%,to{height:8px;transform:scaleY(1)}15%{height:22px;transform:scaleY(1.1)}30%{height:10px;transform:scaleY(.95)}50%{height:28px;transform:scaleY(1.15)}70%{height:14px;transform:scaleY(1)}85%{height:24px;transform:scaleY(1.05)}}@keyframes _visualize2_ygnis_1{0%,to{height:12px;transform:scaleY(1)}20%{height:30px;transform:scaleY(1.2)}35%{height:8px;transform:scaleY(.9)}55%{height:26px;transform:scaleY(1.1)}75%{height:12px;transform:scaleY(1)}90%{height:20px;transform:scaleY(1.05)}}@keyframes _visualize3_ygnis_1{0%,to{height:16px;transform:scaleY(1)}25%{height:32px;transform:scaleY(1.25)}45%{height:10px;transform:scaleY(.85)}65%{height:28px;transform:scaleY(1.15)}85%{height:14px;transform:scaleY(.95)}}@keyframes _visualize4_ygnis_1{0%,to{height:12px;transform:scaleY(1)}18%{height:26px;transform:scaleY(1.15)}36%{height:8px;transform:scaleY(.9)}54%{height:30px;transform:scaleY(1.2)}72%{height:16px;transform:scaleY(1)}90%{height:22px;transform:scaleY(1.08)}}@keyframes _visualize5_ygnis_1{0%,to{height:8px;transform:scaleY(1)}22%{height:20px;transform:scaleY(1.1)}44%{height:28px;transform:scaleY(1.2)}66%{height:12px;transform:scaleY(.95)}88%{height:18px;transform:scaleY(1.05)}}@keyframes _sprayLeft1_ygnis_1{0%,55%,to{opacity:0;height:4px}60%,75%{opacity:.7;height:10px;transform:translate(-1px)}}@keyframes _sprayLeft2_ygnis_1{0%,40%,to{opacity:0;height:3px}45%,65%{opacity:.6;height:8px;transform:translate(-2px)}}@keyframes _sprayLeft3_ygnis_1{0%,50%,to{opacity:0;height:5px}55%,72%{opacity:.8;height:12px;transform:translate(-1px)}}@keyframes _sprayLeft4_ygnis_1{0%,35%,to{opacity:0;height:4px}40%,60%{opacity:.5;height:9px;transform:translate(-2px)}}@keyframes _sprayLeft5_ygnis_1{0%,60%,to{opacity:0;height:3px}65%,80%{opacity:.6;height:7px;transform:translate(-1px)}}@keyframes _sprayRight1_ygnis_1{0%,45%,to{opacity:0;height:3px}50%,68%{opacity:.5;height:8px;transform:translate(1px)}}@keyframes _sprayRight2_ygnis_1{0%,55%,to{opacity:0;height:4px}60%,78%{opacity:.7;height:11px;transform:translate(2px)}}@keyframes _sprayRight3_ygnis_1{0%,40%,to{opacity:0;height:3px}45%,62%{opacity:.6;height:9px;transform:translate(1px)}}@keyframes _sprayRight4_ygnis_1{0%,50%,to{opacity:0;height:5px}55%,75%{opacity:.8;height:10px;transform:translate(2px)}}@keyframes _sprayRight5_ygnis_1{0%,35%,to{opacity:0;height:4px}40%,58%{opacity:.5;height:6px;transform:translate(1px)}}._playButton_ygnis_421{width:48px;height:48px;border-radius:12px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;background:transparent;color:var(--color-white)}._playButton_ygnis_421._loading_ygnis_433{opacity:.5;cursor:wait}._playButton_ygnis_421 svg{margin-left:3px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.3))}._progressContainer_ygnis_442{display:flex;align-items:center;gap:.75rem;width:100%}._time_ygnis_449{color:#fff9;font-size:.75rem;min-width:35px;font-variant-numeric:tabular-nums}._progressBar_ygnis_456{flex:1;height:6px;border-radius:3px;background:#fff3;cursor:pointer;overflow:hidden;position:relative}._progressBar_ygnis_456:hover ._progressFill_ygnis_465{background:linear-gradient(90deg,var(--color-pink) 0%,var(--color-purple) 100%)}._progressFill_ygnis_465{height:100%;border-radius:3px;background:#ffffff80;transition:width .1s linear,background .2s ease;position:relative}._progressFill_ygnis_465:after{content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);width:12px;height:12px;border-radius:50%;background:var(--color-white);box-shadow:0 2px 8px #0000004d;opacity:0;transition:opacity .2s ease}._progressBar_ygnis_456:hover ._progressFill_ygnis_465:after,._progressBar_ygnis_456._dragging_ygnis_492 ._progressFill_ygnis_465:after{opacity:1}._progressBar_ygnis_456._dragging_ygnis_492 ._progressFill_ygnis_465{background:linear-gradient(90deg,var(--color-pink) 0%,var(--color-purple) 100%);transition:none}@media(max-width:400px){._player_ygnis_1{padding:1.5rem;min-height:360px}._albumArt_ygnis_29{width:150px;height:150px}._playButton_ygnis_421{width:40px;height:40px}._visualizer_ygnis_95{height:22px;gap:2px}._bar_ygnis_102{width:2px}@keyframes _visualize_ygnis_95{0%,to{height:6px}50%{height:22px}}}._glassButton_zcgr4_1{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:50px;cursor:pointer;font-weight:600;text-transform:uppercase;letter-spacing:.05em;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);overflow:hidden}._glassButton_zcgr4_1._small_zcgr4_17{padding:.5rem 1.25rem;font-size:.75rem}._glassButton_zcgr4_1._medium_zcgr4_21{padding:.75rem 2rem;font-size:.875rem}._glassButton_zcgr4_1._large_zcgr4_25{padding:1rem 2.5rem;font-size:1rem}._glassButton_zcgr4_1._primary_zcgr4_29{background:linear-gradient(135deg,#fff3,#ffffff1a,#ffffff0d);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);color:var(--color-white);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a,inset 0 0 20px #ffffff1a;text-shadow:0 1px 2px rgba(0,0,0,.2)}._glassButton_zcgr4_1._primary_zcgr4_29:hover{transform:translateY(-2px);box-shadow:0 12px 40px #00000026,inset 0 0 30px #ffffff26,0 0 20px #ec6dff4d;border-color:#ec6dff66}._glassButton_zcgr4_1._primary_zcgr4_29:active{transform:translateY(0)}._glassButton_zcgr4_1._secondary_zcgr4_46{background:transparent;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--color-white);border:2px solid rgba(255,255,255,.3);text-shadow:0 1px 2px rgba(0,0,0,.2)}._glassButton_zcgr4_1._secondary_zcgr4_46:hover{background:#ffffff1a;border-color:#ffffff80;transform:translateY(-2px)}._glassButton_zcgr4_1._secondary_zcgr4_46:active{transform:translateY(0)}._glassButton_zcgr4_1._accent_zcgr4_62{background:linear-gradient(135deg,#ec6dff4d,#a265e54d);backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);color:var(--color-white);border:1px solid rgba(236,109,255,.4);box-shadow:0 8px 32px #ec6dff33,inset 0 0 20px #ec6dff1a;text-shadow:0 1px 2px rgba(0,0,0,.2)}._glassButton_zcgr4_1._accent_zcgr4_62:hover{transform:translateY(-2px);box-shadow:0 12px 40px #ec6dff4d,inset 0 0 30px #ec6dff26,0 0 30px #ec6dff66}._glassButton_zcgr4_1._accent_zcgr4_62:active{transform:translateY(0)}._glassButton_zcgr4_1._dark_zcgr4_78{background:var(--color-black);color:var(--color-white);border:none;box-shadow:0 4px 12px #0000004d}._glassButton_zcgr4_1._dark_zcgr4_78:hover{transform:translateY(-2px);box-shadow:0 8px 20px #0006}._glassButton_zcgr4_1._dark_zcgr4_78:active{transform:translateY(0)}._glassButton_zcgr4_1._disabled_zcgr4_91{opacity:.5;cursor:not-allowed;pointer-events:none}._cardRow_1sjh3_1{display:flex;flex-direction:row;gap:2rem;width:100%}._cardRow_1sjh3_1>*{flex:1}._pioneersSection_1sjh3_13{display:flex;gap:2rem;align-items:stretch}._pioneersSection_1sjh3_13>:first-child{flex:1;min-width:0;height:auto;min-height:0;max-height:none}._pioneersSection_1sjh3_13>:first-child img{object-position:65% 50%}._pioneersSection_1sjh3_13>:last-child{flex:1;min-width:0}._eventsWrapper_1sjh3_37{display:flex;flex-direction:column;justify-content:space-between;width:100%;height:100%}._eventsContent_1sjh3_46{flex:1;display:flex;flex-direction:column;justify-content:space-between;text-align:left;margin-bottom:4rem}._eventTitle_1sjh3_55{font-size:1.5rem;font-weight:700;color:var(--color-black);margin:0 0 .25rem}._eventRecurring_1sjh3_62{font-size:.9rem;color:var(--color-pink);font-weight:500;text-transform:uppercase;letter-spacing:.05em;margin:0 0 1rem}._eventSchedule_1sjh3_71{display:flex;flex-direction:column;gap:.75rem}._eventTime_1sjh3_77{display:flex;align-items:center;gap:1rem}._eventDay_1sjh3_83{font-size:1.1rem;font-weight:600;color:var(--color-dark);min-width:100px}._eventHours_1sjh3_90{font-size:1.1rem;color:var(--color-dark)}._eventButton_1sjh3_96{width:100%;margin-top:auto}@media(max-width:1024px){._cardRow_1sjh3_1,._pioneersSection_1sjh3_13{flex-direction:column}._pioneersSection_1sjh3_13>:first-child{display:none}._pioneersContent_1sjh3_111 p{font-size:1rem;line-height:1.7}}._streamingSection_xrh8s_1{display:flex;gap:2rem}._streamingSection_xrh8s_1>*{flex:1}._streamingSection_xrh8s_1>:first-child{display:flex;align-items:center;justify-content:center}._streamingSection_xrh8s_1>:first-child h2{text-align:center}._streamingDescription_xrh8s_17{color:var(--color-black);opacity:.8;margin:0;line-height:1.6}._trackGrid_xrh8s_24{display:grid;grid-template-columns:repeat(4,1fr);gap:4rem;justify-items:center;align-items:stretch}@media(max-width:1400px){._trackGrid_xrh8s_24{grid-template-columns:repeat(3,1fr)}}@media(max-width:1024px){._streamingSection_xrh8s_1{flex-direction:column;gap:1.5rem}._trackGrid_xrh8s_24{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){._streamingSection_xrh8s_1{gap:1rem}._trackGrid_xrh8s_24{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}}._streamingGrid_8pviy_1{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%}._streamingLink_8pviy_8{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:1rem .5rem;background:transparent;border:none;border-radius:12px;text-decoration:none;color:var(--color-black);cursor:pointer;transition:all .2s ease}._streamingLink_8pviy_8:hover{background:#0000000d;transform:translateY(-2px)}._streamingLink_8pviy_8:hover svg{filter:brightness(0%) saturate(100%) invert(47%) sepia(35%) saturate(1000%) hue-rotate(237deg) brightness(113%) contrast(106.8%)}._streamingLink_8pviy_8 svg{width:32px;height:32px;transition:filter .2s ease}._platformName_8pviy_36{font-size:.75rem;font-weight:500;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}._modalDescription_8pviy_46{margin:0 0 1rem;opacity:.9}._distributorList_8pviy_51{margin:0;line-height:2;opacity:.8}@media(max-width:1024px){._streamingGrid_8pviy_1{grid-template-columns:repeat(3,1fr);gap:.75rem}._streamingLink_8pviy_8{padding:.75rem .25rem}._streamingLink_8pviy_8 svg{width:28px;height:28px}._platformName_8pviy_36{font-size:.7rem}}@media(max-width:768px){._streamingGrid_8pviy_1{grid-template-columns:repeat(3,1fr);gap:.5rem}._streamingLink_8pviy_8{padding:.75rem .25rem;gap:.4rem}._streamingLink_8pviy_8 svg{width:24px;height:24px}._platformName_8pviy_36{font-size:.65rem}}._overlay_1f9ez_1{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;backdrop-filter:blur(5px);-webkit-backdrop-filter:blur(5px);display:flex;align-items:center;justify-content:center;z-index:2000;padding:2rem;animation:_fadeIn_1f9ez_1 .2s ease-out}@keyframes _fadeIn_1f9ez_1{0%{opacity:0}to{opacity:1}}@keyframes _slideIn_1f9ez_1{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}._modal_1f9ez_36{position:relative;background:linear-gradient(135deg,#ffffff26,#ffffff14,#00000005);backdrop-filter:blur(25px) saturate(180%) brightness(1.05);-webkit-backdrop-filter:blur(25px) saturate(180%) brightness(1.05);border-radius:20px;border:1px solid rgba(255,255,255,.2);box-shadow:0 25px 50px #00000040,inset 0 0 60px #ffffff14;overflow:hidden;animation:_slideIn_1f9ez_1 .3s ease-out}._modal_1f9ez_36._small_1f9ez_47{width:100%;max-width:400px}._modal_1f9ez_36._medium_1f9ez_51{width:100%;max-width:600px}._modal_1f9ez_36._large_1f9ez_55{width:100%;max-width:900px}._modal_1f9ez_36._fullscreen_1f9ez_59{width:calc(100% - 4rem);height:calc(100% - 4rem);max-width:none}._header_1f9ez_65{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 2rem;border-bottom:1px solid rgba(255,255,255,.1)}._title_1f9ez_73{color:var(--color-white);font-size:1.5rem;font-weight:600;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.2)}._closeButton_1f9ez_81{background:#ffffff1a;border:none;border-radius:50%;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-white);transition:all .2s ease}._closeButton_1f9ez_81:hover{background:#fff3;transform:rotate(90deg)}._content_1f9ez_99{padding:2rem;color:var(--color-white);max-height:70vh;overflow-y:auto}@media(max-width:768px){._overlay_1f9ez_1{padding:1rem}._modal_1f9ez_36._small_1f9ez_47,._modal_1f9ez_36._medium_1f9ez_51,._modal_1f9ez_36._large_1f9ez_55{max-width:100%}._header_1f9ez_65{padding:1rem 1.5rem}._content_1f9ez_99{padding:1.5rem}}._bioRow_13zqq_2{display:flex;gap:2rem;align-items:stretch}._bioRow_13zqq_2>:first-child{flex:7;min-width:0}._instagramSection_13zqq_14{flex:3;min-width:0;box-shadow:var(--box-shadow);border-radius:25px;overflow:hidden}._aboutContent_13zqq_23{display:flex;flex-direction:column;gap:1.5rem}._aboutContent_13zqq_23 p{font-size:1.1rem;line-height:1.8;color:var(--color-dark);margin:0}._quoteSection_13zqq_37{display:flex;justify-content:center}._timelineSection_13zqq_44{display:flex;gap:2rem;align-items:stretch}._timelineSection_13zqq_44>:first-child{flex:0 0 350px}._timelineSection_13zqq_44>:last-child{flex:1}._sectionTitle_13zqq_58{font-size:2.5rem;font-weight:700;color:var(--color-white);text-align:center;margin:0 0 2rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}._pioneersSection_13zqq_68{display:flex;gap:2rem;align-items:stretch}._pioneersSection_13zqq_68>:first-child{flex:1;min-width:0;height:auto;min-height:0;max-height:none}._pioneersSection_13zqq_68>:last-child{flex:1;min-width:0}._pioneersContent_13zqq_88{display:flex;flex-direction:column;gap:1.5rem;text-align:left;align-items:flex-start;width:100%}._pioneersContent_13zqq_88 p{font-size:1.1rem;line-height:1.8;color:var(--color-dark);margin:0}._socialHandle_13zqq_105{font-size:2.5rem;font-weight:700;color:var(--color-pink);letter-spacing:-.02em}@media(max-width:768px){._aboutContent_13zqq_23 p{font-size:1rem;line-height:1.7}._sectionTitle_13zqq_58{font-size:2rem}._bioRow_13zqq_2{flex-direction:column}._instagramSection_13zqq_14{flex:0 0 auto}._timelineSection_13zqq_44{flex-direction:column}._timelineSection_13zqq_44>:first-child{flex:0 0 auto}._pioneersSection_13zqq_68{flex-direction:column}._pioneersContent_13zqq_88 p{font-size:1rem;line-height:1.7}}._quote_7ulzh_2{margin:0;border-radius:20px;background:var(--color-white);box-shadow:0 15px 35px #00000026;position:relative;padding:3rem;display:flex;flex-direction:column;align-self:stretch}._quote_7ulzh_2:before,._quote_7ulzh_2:after{content:'"';font-size:6rem;font-family:Georgia,serif;color:#00000026;position:absolute;line-height:1}._quote_7ulzh_2:before{top:.5rem;left:1rem}._quote_7ulzh_2:after{content:'"';bottom:-2.5rem;right:1rem}._content_7ulzh_31{display:flex;flex-direction:column;flex:1}._text_7ulzh_37{color:var(--color-dark);font-size:1.25rem;font-style:italic;line-height:1.7;margin:auto 0}._attribution_7ulzh_45{display:flex;flex-direction:column;gap:.25rem;padding-top:1rem;border-top:1px solid rgba(0,0,0,.1);margin-top:auto}._author_7ulzh_54{color:var(--color-dark);font-size:1rem;font-weight:600;font-style:normal}._author_7ulzh_54:before{content:"— "}._source_7ulzh_64{color:#0009;font-size:.85rem;font-style:normal;padding-left:1.25rem}@media(max-width:768px){._quote_7ulzh_2{padding:2rem}._quote_7ulzh_2:before,._quote_7ulzh_2:after{font-size:4rem}._quote_7ulzh_2:before{top:.25rem;left:.75rem}._quote_7ulzh_2:after{bottom:-1.75rem;right:.75rem}._text_7ulzh_37{font-size:1.1rem}}._timeline_126pt_1{display:flex;flex-direction:column;gap:0;padding:1rem 0}._item_126pt_8{display:flex;gap:1.5rem;position:relative}._marker_126pt_14{display:flex;flex-direction:column;align-items:center;position:relative;min-width:24px}._dot_126pt_22{width:24px;height:24px;border-radius:50%;background:linear-gradient(135deg,#fff3,#ffffff1a);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.3);box-shadow:0 4px 15px #00000026,inset 0 0 10px #ffffff1a;z-index:1;transition:all .3s ease}._item_126pt_8._active_126pt_34 ._dot_126pt_22{background:linear-gradient(135deg,#ec6dff80,#a265e580);border-color:#ec6dff80;box-shadow:0 4px 20px #ec6dff66,inset 0 0 15px #fff3}._item_126pt_8:hover ._dot_126pt_22{transform:scale(1.2)}._line_126pt_43{width:2px;flex:1;min-height:40px;background:linear-gradient(180deg,#ffffff4d,#ffffff1a);margin-top:4px}._content_126pt_51{flex:1;padding-bottom:2rem;padding-top:0}._content_126pt_51:before{content:"";position:absolute;left:30px;top:-2px;right:0;bottom:1rem;border-radius:15px;background:linear-gradient(135deg,#ffffff14,#ffffff08);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);z-index:-1;opacity:1;transition:opacity .3s ease}._item_126pt_8:hover ._content_126pt_51:before{background:linear-gradient(135deg,#ffffff1f,#ffffff0d)}._date_126pt_76{display:inline-block;color:var(--color-pink);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:.5rem}._title_126pt_86{color:var(--color-white);font-size:1.1rem;font-weight:600;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}._description_126pt_94{color:#ffffffb3;font-size:.9rem;line-height:1.6;margin:0}@media(max-width:768px){._item_126pt_8{gap:1rem}._marker_126pt_14{min-width:20px}._dot_126pt_22{width:20px;height:20px}._content_126pt_51{padding-bottom:1.5rem}._title_126pt_86{font-size:1rem}._description_126pt_94{font-size:.85rem}}._feed_8hx4l_1{display:flex;flex-direction:column;height:100%;border-radius:25px;overflow:hidden;-webkit-backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);background:linear-gradient(135deg,#ffffff26,#ffffff0d,#00000008)}._grid_8hx4l_11{display:grid;grid-template-columns:repeat(3,1fr);gap:3px;flex:1}._post_8hx4l_18{position:relative;aspect-ratio:1;overflow:hidden}._post_8hx4l_18 img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}._post_8hx4l_18:hover img{transform:scale(1.1)}._overlay_8hx4l_33{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#0000;transition:background .3s ease}._post_8hx4l_18:hover ._overlay_8hx4l_33{background:#0000004d}._videoIcon_8hx4l_46{color:#fff;font-size:1.5rem;opacity:.8;text-shadow:0 2px 4px rgba(0,0,0,.5)}._followLink_8hx4l_53{display:block;padding:1rem;text-align:center;color:var(--color-pink);text-decoration:none;font-size:1.1rem;font-weight:600;transition:color .2s ease,background .2s ease}._followLink_8hx4l_53:hover{color:var(--color-white);background:#ffffff1a}._loading_8hx4l_68{display:flex;align-items:center;justify-content:center;flex:1;min-height:300px}._spinner_8hx4l_76{width:40px;height:40px;border:3px solid rgba(255,255,255,.2);border-top-color:var(--color-pink);border-radius:50%;animation:_spin_8hx4l_76 1s linear infinite}@keyframes _spin_8hx4l_76{to{transform:rotate(360deg)}}._fallback_8hx4l_90{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:300px;text-decoration:none;color:var(--color-white);gap:1rem;transition:background .2s ease}._fallback_8hx4l_90:hover{background:#ffffff1a}._fallbackIcon_8hx4l_106{width:4rem;height:4rem;color:var(--color-pink);transition:color .2s ease,transform .2s ease}._fallback_8hx4l_90:hover ._fallbackIcon_8hx4l_106{color:var(--color-white);transform:scale(1.1)}._fallbackText_8hx4l_117{font-size:1.25rem;color:var(--color-pink)}._contactRow_1kn1c_2{display:flex;gap:2rem;align-items:stretch}._contactRow_1kn1c_2>:first-child{flex:1}._infoSection_1kn1c_13{flex:0 0 350px;display:flex}._infoSection_1kn1c_13>*{height:auto;flex:1}._infoContent_1kn1c_22{display:flex;flex-direction:column;gap:1.5rem;text-align:center;color:var(--color-dark)}._infoTitle_1kn1c_30{font-size:1.5rem;font-weight:600;margin:0;color:var(--color-dark)}._infoText_1kn1c_37{font-size:1rem;line-height:1.6;color:#000000b3;margin:0}._socialWrapper_1kn1c_44{display:flex;justify-content:center;padding:1rem 0}._emailInfo_1kn1c_50{padding-top:1rem;border-top:1px solid rgba(0,0,0,.1)}._emailInfo_1kn1c_50 h4{font-size:1rem;font-weight:600;margin:0 0 .5rem;color:var(--color-dark)}._emailInfo_1kn1c_50 a{color:var(--color-pink);font-size:1rem;text-decoration:none;transition:opacity .2s}._emailInfo_1kn1c_50 a:hover{opacity:.8}._faqSection_1kn1c_71{display:flex;flex-direction:column;gap:1.5rem}._sectionTitle_1kn1c_77{font-size:2rem;font-weight:700;color:var(--color-white);text-align:center;margin:0;text-shadow:0 2px 10px rgba(0,0,0,.3)}._socialHandle_1kn1c_87{font-size:2.5rem;font-weight:700;color:var(--color-pink);letter-spacing:-.02em}@media(max-width:768px){._heroSection_1kn1c_96{height:30vh;min-height:200px}._heroTitle_1kn1c_100{font-size:2.5rem}._heroSubtitle_1kn1c_103{font-size:1rem}._contactRow_1kn1c_2{flex-direction:column}._infoSection_1kn1c_13{flex:0 0 auto}._sectionTitle_1kn1c_77{font-size:1.5rem}}._accordion_jg90j_1{display:flex;flex-direction:column;gap:.75rem}._item_jg90j_7{border-radius:15px;overflow:hidden;background:linear-gradient(135deg,#ffffff1a,#ffffff0d);backdrop-filter:blur(15px) saturate(150%);-webkit-backdrop-filter:blur(15px) saturate(150%);border:1px solid rgba(255,255,255,.1);transition:all .3s ease}._item_jg90j_7:hover{border-color:#fff3}._item_jg90j_7._open_jg90j_19{background:linear-gradient(135deg,#ffffff26,#ffffff14);border-color:#ec6dff4d;box-shadow:0 5px 20px #0000001a}._header_jg90j_25{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;background:none;border:none;cursor:pointer;text-align:left;transition:all .3s ease}._header_jg90j_25:hover{background:#ffffff0d}._title_jg90j_41{color:var(--color-white);font-size:1rem;font-weight:600;text-shadow:0 1px 2px rgba(0,0,0,.2)}._icon_jg90j_48{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;background:#ffffff1a;color:var(--color-white);transition:all .3s ease}._item_jg90j_7._open_jg90j_19 ._icon_jg90j_48{transform:rotate(180deg);background:#ec6dff4d}._content_jg90j_64{display:grid;grid-template-rows:0fr;transition:grid-template-rows .3s ease}._item_jg90j_7._open_jg90j_19 ._content_jg90j_64{grid-template-rows:1fr}._contentInner_jg90j_73{overflow:hidden;color:#fffc;font-size:.95rem;line-height:1.7;display:flex;flex-direction:column;justify-content:center}._item_jg90j_7._open_jg90j_19 ._contentInner_jg90j_73{padding:1rem 1.5rem}@media(max-width:768px){._header_jg90j_25{padding:1rem 1.25rem}._title_jg90j_41{font-size:.95rem}._contentInner_jg90j_73{font-size:.9rem}._item_jg90j_7._open_jg90j_19 ._contentInner_jg90j_73{padding:1rem 1.25rem}}._container_1l23b_1{border-radius:25px;padding:2rem;background:linear-gradient(135deg,#ffffff26,#ffffff0d,#00000008);backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);-webkit-backdrop-filter:blur(20px) saturate(180%) brightness(1.1) contrast(1.05);box-shadow:var(--box-shadow),inset 0 0 60px #ffffff1a,inset 0 0 120px #ffffff0d}._title_1l23b_10{color:var(--color-white);font-size:1.75rem;font-weight:700;text-align:center;margin:0 0 1.5rem;text-shadow:0 2px 10px rgba(0,0,0,.3)}._form_1l23b_19{display:flex;flex-direction:column;gap:1.25rem}._formGroup_1l23b_25{display:flex;flex-direction:column;gap:.5rem}._formGroup_1l23b_25 label{font-size:.9rem;font-weight:500;color:var(--color-white);text-shadow:0 1px 2px rgba(0,0,0,.2)}._formGroup_1l23b_25 input,._formGroup_1l23b_25 textarea{padding:.75rem 1rem;border:1px solid rgba(255,255,255,.2);border-radius:12px;font-size:1rem;font-family:inherit;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);color:var(--color-white);transition:border-color .2s,box-shadow .2s,background .2s}._formGroup_1l23b_25 input:focus,._formGroup_1l23b_25 textarea:focus{outline:none;border-color:var(--color-pink);background:#ffffff26;box-shadow:0 0 0 3px #ec6dff33}._formGroup_1l23b_25 input::placeholder,._formGroup_1l23b_25 textarea::placeholder{color:#ffffff80}._formGroup_1l23b_25 textarea{resize:vertical;min-height:120px}@media(max-width:768px){._container_1l23b_1{padding:1.5rem}._title_1l23b_10{font-size:1.5rem}._formGroup_1l23b_25 label{font-size:.85rem}._formGroup_1l23b_25 input,._formGroup_1l23b_25 textarea{padding:.65rem .9rem;font-size:.95rem}}._container_1eelu_1{position:fixed;bottom:100px;right:2rem;display:flex;flex-direction:column;gap:.75rem;z-index:3000;pointer-events:none}._container_1eelu_1>*{pointer-events:auto}@keyframes _slideIn_1eelu_1{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes _slideOut_1eelu_1{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}._toast_1eelu_35{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-radius:12px;background:var(--color-white);box-shadow:0 10px 40px #00000026;animation:_slideIn_1eelu_1 .3s ease forwards;max-width:400px}._toast_1eelu_35._exiting_1eelu_46{animation:_slideOut_1eelu_1 .2s ease forwards}._toast_1eelu_35._success_1eelu_49 ._icon_1eelu_49{color:var(--color-green)}._toast_1eelu_35._error_1eelu_52 ._icon_1eelu_49{color:var(--color-red)}._toast_1eelu_35._warning_1eelu_55 ._icon_1eelu_49{color:#f59e0b}._icon_1eelu_49{display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--color-dark)}._message_1eelu_67{flex:1;color:var(--color-dark);font-size:.9rem;line-height:1.4}._closeButton_1eelu_74{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:50%;background:#0000000d;color:#00000080;cursor:pointer;flex-shrink:0;transition:all .2s ease}._closeButton_1eelu_74:hover{background:#0000001a;color:var(--color-dark)}@media(max-width:768px){._container_1eelu_1{left:1rem;right:1rem;bottom:90px}._toast_1eelu_35{max-width:100%}}
