.HeroSlider-module__wMS9KG__hero{align-items:center;min-height:100vh;display:flex;position:relative;overflow:hidden}.HeroSlider-module__wMS9KG__bgImage{opacity:0;pointer-events:none;transition:opacity .8s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.HeroSlider-module__wMS9KG__bgActive{opacity:1}.HeroSlider-module__wMS9KG__image{object-fit:cover;object-position:center}.HeroSlider-module__wMS9KG__overlay{background:linear-gradient(135deg,#020c1beb 0%,#020c1bbf 50%,#001e3c80 100%);position:absolute;inset:0}.HeroSlider-module__wMS9KG__grid{pointer-events:none;background-image:linear-gradient(#00c8e808 1px,#0000 1px),linear-gradient(90deg,#00c8e808 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0}.HeroSlider-module__wMS9KG__content{z-index:10;flex-direction:column;justify-content:center;min-height:100vh;padding-top:6rem;padding-bottom:6rem;display:flex;position:relative}.HeroSlider-module__wMS9KG__textBlock{max-width:700px}.HeroSlider-module__wMS9KG__enter{animation:.7s cubic-bezier(.16,1,.3,1) forwards HeroSlider-module__wMS9KG__heroEnter}.HeroSlider-module__wMS9KG__exitLeft{animation:.5s cubic-bezier(.4,0,.6,1) forwards HeroSlider-module__wMS9KG__heroExitLeft}.HeroSlider-module__wMS9KG__exitRight{animation:.5s cubic-bezier(.4,0,.6,1) forwards HeroSlider-module__wMS9KG__heroExitRight}@keyframes HeroSlider-module__wMS9KG__heroEnter{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes HeroSlider-module__wMS9KG__heroExitLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-30px)}}@keyframes HeroSlider-module__wMS9KG__heroExitRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(30px)}}.HeroSlider-module__wMS9KG__tag{align-items:center;gap:var(--space-2);border-radius:var(--radius-full);font-size:var(--text-xs);color:#fff;letter-spacing:.1em;text-transform:uppercase;margin-bottom:var(--space-6);background:#ffffff1f;border:1px solid #ffffff4d;padding:.35rem 1rem;font-weight:600;display:inline-flex}.HeroSlider-module__wMS9KG__tag:before{content:"";background:var(--color-accent);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite HeroSlider-module__wMS9KG__pulse-glow}.HeroSlider-module__wMS9KG__headline{font-family:var(--font-heading);margin-bottom:var(--space-6);letter-spacing:-.02em;text-shadow:0 2px 20px #0006;font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;line-height:1.08;color:#fff!important}.HeroSlider-module__wMS9KG__description{font-size:var(--text-lg);margin-bottom:var(--space-10);text-shadow:0 1px 10px #0000004d;max-width:560px;line-height:1.7;color:#ffffffe0!important}.HeroSlider-module__wMS9KG__ctaGroup{align-items:center;gap:var(--space-4);flex-wrap:wrap;display:flex}.HeroSlider-module__wMS9KG__ctaPrimary{align-items:center;gap:var(--space-2);background:var(--gradient-accent);color:#000;font-weight:700;font-size:var(--text-base);border-radius:var(--radius-full);transition:all var(--transition-slow);letter-spacing:.01em;padding:.875rem 2rem;display:inline-flex;box-shadow:0 0 30px #00c8e866}.HeroSlider-module__wMS9KG__ctaPrimary:hover{filter:brightness(1.1);transform:translateY(-3px);box-shadow:0 0 50px #00c8e899}.HeroSlider-module__wMS9KG__ctaPrimary svg{transition:transform var(--transition-base)}.HeroSlider-module__wMS9KG__ctaPrimary:hover svg{transform:translate(4px)}.HeroSlider-module__wMS9KG__ctaSecondary{font-weight:600;font-size:var(--text-base);border-radius:var(--radius-full);transition:all var(--transition-base);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #ffffff4d;align-items:center;padding:.875rem 2rem;display:inline-flex;color:#fff!important}.HeroSlider-module__wMS9KG__ctaSecondary:hover{background:#ffffff1f;border-color:#ffffff4d;transform:translateY(-2px)}.HeroSlider-module__wMS9KG__indicators{align-items:center;gap:var(--space-2);margin-top:var(--space-12);display:flex}.HeroSlider-module__wMS9KG__dot{border-radius:var(--radius-full);cursor:pointer;width:8px;height:8px;transition:all var(--transition-base);background:#ffffff40;border:none}.HeroSlider-module__wMS9KG__dotActive{background:var(--gradient-accent);width:32px;box-shadow:0 0 10px #00c8e880}.HeroSlider-module__wMS9KG__arrow{z-index:20;border-radius:var(--radius-full);width:48px;height:48px;color:var(--color-white);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-base);background:#ffffff12;border:1px solid #ffffff1f;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.HeroSlider-module__wMS9KG__arrow:hover{border-color:var(--color-accent);box-shadow:var(--shadow-accent);background:#00c8e833}.HeroSlider-module__wMS9KG__arrowLeft{left:var(--space-8)}.HeroSlider-module__wMS9KG__arrowRight{right:var(--space-8)}.HeroSlider-module__wMS9KG__scrollIndicator{bottom:var(--space-8);right:var(--space-8);align-items:center;gap:var(--space-2);z-index:10;flex-direction:column;display:flex;position:absolute}.HeroSlider-module__wMS9KG__scrollLine{background:linear-gradient(to bottom, var(--color-accent), transparent);width:1px;height:48px;animation:2s ease-in-out infinite HeroSlider-module__wMS9KG__scrollPulse}@keyframes HeroSlider-module__wMS9KG__scrollPulse{0%,to{opacity:.3;transform:scaleY(.7)}50%{opacity:1;transform:scaleY(1)}}.HeroSlider-module__wMS9KG__scrollText{font-size:var(--text-xs);color:var(--color-text-dim);letter-spacing:.15em;text-transform:uppercase;writing-mode:vertical-rl}@media (max-width:768px){.HeroSlider-module__wMS9KG__arrow,.HeroSlider-module__wMS9KG__scrollIndicator{display:none}.HeroSlider-module__wMS9KG__ctaGroup{flex-direction:column;align-items:flex-start}}
.StatsBar-module__cDK1fa__statsSection{padding:var(--space-16) 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);background:linear-gradient(#00c8e80a 0%,#0000 100%);position:relative;overflow:hidden}.StatsBar-module__cDK1fa__glowBg{pointer-events:none;background:radial-gradient(60% 100%,#00c8e80d,#0000);position:absolute;inset:0}.StatsBar-module__cDK1fa__statsGrid{grid-template-columns:repeat(4,1fr);gap:0;display:grid}.StatsBar-module__cDK1fa__statItem{text-align:center;padding:var(--space-8) var(--space-6);animation:.7s both StatsBar-module__cDK1fa__fadeInUp;position:relative}.StatsBar-module__cDK1fa__statItem:after{content:"";background:linear-gradient(to bottom, transparent, var(--color-border-accent), transparent);width:1px;position:absolute;top:20%;bottom:20%;right:0}.StatsBar-module__cDK1fa__statItem:last-child:after{display:none}.StatsBar-module__cDK1fa__statValue{font-family:var(--font-heading);background:var(--gradient-accent);-webkit-text-fill-color:transparent;margin-bottom:var(--space-2);letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1}.StatsBar-module__cDK1fa__statLabel{font-size:var(--text-sm);color:var(--color-text-muted);letter-spacing:.05em;text-transform:uppercase;font-weight:500}@media (max-width:768px){.StatsBar-module__cDK1fa__statsGrid{grid-template-columns:repeat(2,1fr)}.StatsBar-module__cDK1fa__statItem:nth-child(2):after{display:none}}@media (max-width:576px){.StatsBar-module__cDK1fa__statsGrid{gap:var(--space-4);grid-template-columns:1fr}.StatsBar-module__cDK1fa__statItem:after{display:none}.StatsBar-module__cDK1fa__statItem{padding:var(--space-4) var(--space-6);border-bottom:1px solid var(--color-border)}.StatsBar-module__cDK1fa__statItem:last-child{border-bottom:none}}
.ServicesGrid-module__wkMD6a__servicesSection{position:relative}.ServicesGrid-module__wkMD6a__sectionHeader{text-align:center;max-width:640px;margin:0 auto var(--space-16)}.ServicesGrid-module__wkMD6a__sectionEyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);margin-bottom:var(--space-3);font-weight:700}.ServicesGrid-module__wkMD6a__sectionTitle{font-size:clamp(var(--text-3xl), 4vw, var(--text-5xl));margin-bottom:var(--space-5);letter-spacing:-.02em;font-weight:800}.ServicesGrid-module__wkMD6a__sectionDesc{color:var(--color-text-muted);font-size:var(--text-lg);line-height:1.7}.ServicesGrid-module__wkMD6a__grid{gap:var(--space-6);grid-template-columns:repeat(4,1fr);display:grid}.ServicesGrid-module__wkMD6a__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:var(--space-8);transition:all var(--transition-slow);cursor:default;position:relative;overflow:hidden}.ServicesGrid-module__wkMD6a__card:hover{border-color:var(--color-border-accent);box-shadow:0 20px 60px #0000004d, var(--shadow-accent);background:#ffffff0d;transform:translateY(-6px)}.ServicesGrid-module__wkMD6a__cardGlow{pointer-events:none;transition:opacity var(--transition-slow);opacity:0;position:absolute;inset:0}.ServicesGrid-module__wkMD6a__card:hover .ServicesGrid-module__wkMD6a__cardGlow{opacity:1}.ServicesGrid-module__wkMD6a__iconWrap{border-radius:var(--radius-lg);width:56px;height:56px;color:var(--service-color,var(--color-accent));margin-bottom:var(--space-5);transition:all var(--transition-base);background:#00c8e81a;border:1px solid #00c8e833;justify-content:center;align-items:center;display:flex}.ServicesGrid-module__wkMD6a__card:hover .ServicesGrid-module__wkMD6a__iconWrap{background:#00c8e826;transform:scale(1.05);box-shadow:0 0 20px #00c8e833}.ServicesGrid-module__wkMD6a__cardTag{font-size:var(--text-xs);color:var(--color-accent);text-transform:uppercase;letter-spacing:.1em;margin-bottom:var(--space-3);font-weight:600;display:inline-block}.ServicesGrid-module__wkMD6a__cardTitle{font-size:var(--text-xl);margin-bottom:var(--space-4);color:var(--color-white);font-weight:700}.ServicesGrid-module__wkMD6a__cardDesc{color:var(--color-text-muted);font-size:var(--text-sm);margin-bottom:var(--space-6);flex:1;line-height:1.75}.ServicesGrid-module__wkMD6a__cardLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-accent);transition:all var(--transition-fast);font-weight:600;display:inline-flex}.ServicesGrid-module__wkMD6a__cardLink:hover{gap:var(--space-3);color:var(--color-white)}.ServicesGrid-module__wkMD6a__cardArrow{transition:transform var(--transition-base)}.ServicesGrid-module__wkMD6a__cardLink:hover .ServicesGrid-module__wkMD6a__cardArrow{transform:translate(4px)}@media (max-width:1200px){.ServicesGrid-module__wkMD6a__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ServicesGrid-module__wkMD6a__grid{gap:var(--space-8);grid-template-columns:1fr}.ServicesGrid-module__wkMD6a__card{padding:var(--space-10) var(--space-8)}.ServicesGrid-module__wkMD6a__cardDesc{line-height:1.9;font-size:var(--text-sm)}.ServicesGrid-module__wkMD6a__sectionHeader{margin-bottom:var(--space-12)}.ServicesGrid-module__wkMD6a__sectionDesc{line-height:1.85}}
.OverviewCards-module__zRhAOG__introWrap{gap:var(--space-16);margin-bottom:var(--space-20);grid-template-columns:1fr 1fr;align-items:center;display:grid}.OverviewCards-module__zRhAOG__eyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);margin-bottom:var(--space-3);font-weight:700}.OverviewCards-module__zRhAOG__introTitle{font-size:clamp(var(--text-2xl), 3.5vw, var(--text-4xl));margin-bottom:var(--space-6);letter-spacing:-.02em;font-weight:800;line-height:1.15}.OverviewCards-module__zRhAOG__introDesc{color:var(--color-text-muted);font-size:var(--text-base);margin-bottom:var(--space-8);line-height:1.8}.OverviewCards-module__zRhAOG__learnMore{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;transition:all var(--transition-base);padding-bottom:var(--space-1);border-bottom:1px solid #0000;font-weight:700;display:inline-flex}.OverviewCards-module__zRhAOG__learnMore:hover{gap:var(--space-3);border-bottom-color:var(--color-accent)}.OverviewCards-module__zRhAOG__introImage{border-radius:var(--radius-2xl);aspect-ratio:4/3;border:1px solid var(--color-border);box-shadow:var(--shadow-lg);position:relative;overflow:hidden}.OverviewCards-module__zRhAOG__image{object-fit:cover;transition:transform .8s}.OverviewCards-module__zRhAOG__introImage:hover .OverviewCards-module__zRhAOG__image{transform:scale(1.03)}.OverviewCards-module__zRhAOG__imageBadge{bottom:var(--space-6);left:var(--space-6);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid var(--color-border-accent);border-radius:var(--radius-xl);padding:var(--space-4) var(--space-6);box-shadow:var(--shadow-accent);background:#020c1be6;flex-direction:column;align-items:center;display:flex;position:absolute}.OverviewCards-module__zRhAOG__badgeYear{font-size:var(--text-xs);color:var(--color-text-muted);letter-spacing:.1em;text-transform:uppercase}.OverviewCards-module__zRhAOG__badgeNum{font-family:var(--font-heading);font-size:var(--text-3xl);background:var(--gradient-accent);-webkit-text-fill-color:transparent;margin:var(--space-1) 0;-webkit-background-clip:text;background-clip:text;font-weight:800;line-height:1}.OverviewCards-module__zRhAOG__badgeSub{font-size:var(--text-xs);color:var(--color-text-muted);letter-spacing:.05em}.OverviewCards-module__zRhAOG__cardsGrid{gap:var(--space-6);grid-template-columns:repeat(3,1fr);display:grid}.OverviewCards-module__zRhAOG__card{background:var(--color-bg-card);border:1px solid var(--color-border);border-radius:var(--radius-2xl);padding:var(--space-8);transition:all var(--transition-slow);position:relative;overflow:hidden}.OverviewCards-module__zRhAOG__card:hover{border-color:var(--color-border-accent);box-shadow:var(--shadow-accent);background:#ffffff0a;transform:translateY(-4px)}.OverviewCards-module__zRhAOG__cardAccent{background:var(--gradient-accent);transform-origin:0;height:2px;transition:transform var(--transition-slow);position:absolute;top:0;left:0;right:0;transform:scaleX(0)}.OverviewCards-module__zRhAOG__card:hover .OverviewCards-module__zRhAOG__cardAccent{transform:scaleX(1)}.OverviewCards-module__zRhAOG__cardTitle{font-family:var(--font-heading);font-size:var(--text-2xl);color:var(--color-accent);text-transform:uppercase;letter-spacing:.08em;margin-bottom:var(--space-5);font-weight:800}.OverviewCards-module__zRhAOG__cardBody{color:var(--color-text-muted);font-size:var(--text-sm);margin-bottom:var(--space-6);line-height:1.8}.OverviewCards-module__zRhAOG__cardLink{align-items:center;gap:var(--space-2);font-size:var(--text-sm);color:var(--color-accent);transition:gap var(--transition-fast);font-weight:600;display:inline-flex}.OverviewCards-module__zRhAOG__cardLink:hover{gap:var(--space-3)}@media (max-width:1024px){.OverviewCards-module__zRhAOG__introWrap{gap:var(--space-10);grid-template-columns:1fr}.OverviewCards-module__zRhAOG__cardsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.OverviewCards-module__zRhAOG__cardsGrid{gap:var(--space-8);grid-template-columns:1fr}.OverviewCards-module__zRhAOG__card{padding:var(--space-10) var(--space-8)}.OverviewCards-module__zRhAOG__cardBody{line-height:1.95;font-size:var(--text-sm)}.OverviewCards-module__zRhAOG__introDesc{line-height:1.9}.OverviewCards-module__zRhAOG__introWrap{margin-bottom:var(--space-16)}}
.VideoShowcase-module__lAB4Qq__section{padding:var(--space-20) 0;background:var(--color-bg);position:relative;overflow:hidden}.VideoShowcase-module__lAB4Qq__section:before{content:"";background:radial-gradient(ellipse at center, var(--color-accent-glow) 0%, transparent 70%);pointer-events:none;width:800px;height:500px;position:absolute;top:-10%;left:50%;transform:translate(-50%)}.VideoShowcase-module__lAB4Qq__header{text-align:center;margin-bottom:var(--space-12)}.VideoShowcase-module__lAB4Qq__header .VideoShowcase-module__lAB4Qq__divider{margin:0 auto var(--space-4)}.VideoShowcase-module__lAB4Qq__eyebrow{font-size:var(--text-xs);text-transform:uppercase;letter-spacing:.15em;color:var(--color-accent);margin-bottom:var(--space-3);font-weight:700}.VideoShowcase-module__lAB4Qq__title{font-family:var(--font-heading);font-size:clamp(var(--text-3xl), 4.5vw, var(--text-5xl));letter-spacing:-.02em;color:var(--color-text);margin-bottom:var(--space-5);font-weight:800;line-height:1.15}.VideoShowcase-module__lAB4Qq__subtitle{font-size:var(--text-lg);color:var(--color-text-muted);max-width:600px;margin:0 auto;line-height:1.75}.VideoShowcase-module__lAB4Qq__mainPlayer{background:var(--color-raw-black);aspect-ratio:16/9;cursor:pointer;border:1px solid var(--color-border);border-radius:1.25rem;margin-bottom:1.25rem;transition:box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 8px 40px #0000001a}.VideoShowcase-module__lAB4Qq__mainPlayer:hover{box-shadow:0 16px 60px #00000026, 0 0 0 1px var(--color-accent)}.VideoShowcase-module__lAB4Qq__mainVideo{object-fit:contain;backface-visibility:hidden;width:100%;height:100%;display:block;transform:translateZ(0)}.VideoShowcase-module__lAB4Qq__playOverlay{background:#00000040;justify-content:center;align-items:center;transition:background .25s;display:flex;position:absolute;inset:0}.VideoShowcase-module__lAB4Qq__mainPlayer:hover .VideoShowcase-module__lAB4Qq__playOverlay{background:#00000026}.VideoShowcase-module__lAB4Qq__playBtn{color:#fff;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff3;border:2px solid #fff9;border-radius:50%;justify-content:center;align-items:center;width:88px;height:88px;transition:all .25s;display:flex}.VideoShowcase-module__lAB4Qq__mainPlayer:hover .VideoShowcase-module__lAB4Qq__playBtn{background:var(--color-accent);border-color:var(--color-accent);transform:scale(1.08);box-shadow:0 0 40px #0070f366}.VideoShowcase-module__lAB4Qq__controls{opacity:0;background:linear-gradient(#0000 0%,#000000a6 100%);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;transition:opacity .25s;display:flex;position:absolute;bottom:0;left:0;right:0}.VideoShowcase-module__lAB4Qq__mainPlayer:hover .VideoShowcase-module__lAB4Qq__controls{opacity:1}.VideoShowcase-module__lAB4Qq__activeLabel{align-items:center;gap:.5rem;display:flex}.VideoShowcase-module__lAB4Qq__labelDot{background:var(--color-accent);border-radius:50%;flex-shrink:0;width:6px;height:6px}.VideoShowcase-module__lAB4Qq__labelText{font-size:var(--text-sm);color:#ffffffe6;font-weight:600}.VideoShowcase-module__lAB4Qq__controlBtns{gap:.5rem;display:flex}.VideoShowcase-module__lAB4Qq__controlBtn{color:#fff;cursor:pointer;background:#fff3;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .2s;display:flex}.VideoShowcase-module__lAB4Qq__controlBtn:hover{background:#fff6}.VideoShowcase-module__lAB4Qq__thumbGrid{grid-template-columns:repeat(9,1fr);gap:.75rem;display:grid}.VideoShowcase-module__lAB4Qq__thumb{cursor:pointer;border:none;border:2px solid var(--color-border);text-align:left;background:0 0;border-radius:.625rem;padding:0;transition:border-color .25s,transform .25s,box-shadow .25s;overflow:hidden}.VideoShowcase-module__lAB4Qq__thumb:hover{border-color:var(--color-accent);transform:translateY(-2px);box-shadow:0 4px 16px #0070f326}.VideoShowcase-module__lAB4Qq__thumbActive{box-shadow:0 0 0 1px var(--color-accent), 0 4px 16px #0070f333;border-color:var(--color-accent)!important}.VideoShowcase-module__lAB4Qq__thumbVideoWrap{aspect-ratio:16/9;background:var(--color-raw-black);position:relative;overflow:hidden}.VideoShowcase-module__lAB4Qq__thumbVideo{object-fit:contain;pointer-events:none;background:var(--color-raw-black);width:100%;height:100%;display:block}.VideoShowcase-module__lAB4Qq__thumbOverlay{color:#ffffffe6;background:#0000004d;justify-content:center;align-items:center;transition:background .2s;display:flex;position:absolute;inset:0}.VideoShowcase-module__lAB4Qq__thumb:hover .VideoShowcase-module__lAB4Qq__thumbOverlay{background:#0070f340}.VideoShowcase-module__lAB4Qq__thumbPlayIcon{filter:drop-shadow(0 0 4px #00000080)}.VideoShowcase-module__lAB4Qq__thumbActiveIndicator{background:#0070f326;justify-content:center;align-items:center;gap:4px;display:flex;position:absolute;inset:0}.VideoShowcase-module__lAB4Qq__thumbActiveDot{background:#fff;border-radius:50%;width:5px;height:5px;animation:1.2s ease-in-out infinite VideoShowcase-module__lAB4Qq__dotPulse}.VideoShowcase-module__lAB4Qq__thumbActiveDot:nth-child(2){animation-delay:.2s}.VideoShowcase-module__lAB4Qq__thumbActiveDot:nth-child(3){animation-delay:.4s}@keyframes VideoShowcase-module__lAB4Qq__dotPulse{0%,to{opacity:.3;transform:scale(.85)}50%{opacity:1;transform:scale(1.15)}}.VideoShowcase-module__lAB4Qq__thumbLabel{color:var(--color-text-dim);white-space:nowrap;text-overflow:ellipsis;letter-spacing:.02em;background:var(--color-bg-card);padding:.3rem .4rem .1rem;font-size:.65rem;font-weight:600;display:block;overflow:hidden}.VideoShowcase-module__lAB4Qq__thumbActive .VideoShowcase-module__lAB4Qq__thumbLabel{color:var(--color-accent)}@media (max-width:1200px){.VideoShowcase-module__lAB4Qq__thumbGrid{grid-template-columns:repeat(5,1fr)}}@media (max-width:768px){.VideoShowcase-module__lAB4Qq__thumbGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:480px){.VideoShowcase-module__lAB4Qq__thumbGrid{grid-template-columns:repeat(2,1fr)}}
