:root{--red:#e60000;--red-dark:#ac1811;--white:#fff;--charcoal:#25282b;--grey-body:#7e7e7e;--grey-form:#333;--grey-disabled:#bebebe;--neutral:#f2f2f2;--blue-link:#3860be;--overlay-white:#ffffff1a;--divider-white:#ffffff40;--font:"Inter", "Helvetica Neue", Arial, sans-serif;--sp-2xs:2px;--sp-xs:4px;--sp-sm:8px;--sp-md:12px;--sp-base:16px;--sp-lg:20px;--sp-xl:24px;--sp-2xl:32px;--sp-3xl:38px;--sp-section:64px;--r-button:2px;--r-card:6px;--r-pill:60px;--r-glass:24px;--r-badge:32px;--r-circle:50%}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;font-size:16px}body{font-family:var(--font);color:var(--charcoal);background:var(--white);min-height:100vh;font-weight:400;line-height:1.38}img{max-width:100%;display:block}a{color:var(--blue-link);text-decoration:underline}a:hover{opacity:.85}button{font-family:var(--font);cursor:pointer;background:0 0;border:none}.display-xl{letter-spacing:-1px;text-transform:uppercase;font-size:clamp(56px,8vw,144px);font-weight:800;line-height:.79}.display-l{letter-spacing:-1px;text-transform:uppercase;font-size:clamp(48px,6vw,126px);font-weight:800;line-height:.9}.display-m{text-transform:uppercase;font-size:clamp(36px,5vw,90px);font-weight:800;line-height:.93}.display-impact{letter-spacing:-1px;font-size:clamp(32px,4vw,70px);font-weight:800;line-height:1.17}.h1-light{font-size:clamp(28px,3vw,48px);font-weight:300;line-height:1.08}.h1-bold{letter-spacing:-1px;font-size:clamp(28px,3vw,48px);font-weight:800;line-height:1}.h2-light{font-size:clamp(24px,2.5vw,40px);font-weight:300;line-height:1.1}.h2-bold{font-size:clamp(24px,2.5vw,40px);font-weight:700;line-height:1.1}.h3-bold{font-size:clamp(20px,2vw,32px);font-weight:700;line-height:1.25}.h4-bold{font-size:24px;font-weight:700;line-height:1}.h5-bold{font-size:20px;font-weight:700;line-height:1.3}.body-large{font-size:18px;font-weight:400;line-height:1.56}.body-base{font-size:16px;font-weight:400;line-height:1.38}.label-upper{text-transform:uppercase;font-size:16px;font-weight:800;line-height:1.5}.eyebrow{font-size:14px;font-weight:400;line-height:1.43}.caption{font-size:12px;font-weight:500;line-height:2}.micro{text-transform:uppercase;font-size:12px;font-weight:600;line-height:1.33}.btn{justify-content:center;align-items:center;gap:var(--sp-sm);letter-spacing:.144px;font-size:14.4px;font-weight:700;text-decoration:none;transition:opacity .15s;display:inline-flex}.btn:active{opacity:.9}.btn--red-rect{background:var(--red);color:var(--white);border:1px solid var(--red);border-radius:var(--r-button);padding:12px 10px}.btn--red-pill{background:var(--red);color:var(--white);border-radius:var(--r-pill);padding:16px}.btn--ghost{background:var(--white);color:var(--grey-form);border:1px solid var(--grey-form);border-radius:var(--r-button);padding:12px 10px}.btn--glass{background:var(--overlay-white);color:var(--white);border-radius:var(--r-glass);padding:8px 16px}.header{z-index:100;background:var(--charcoal);height:64px;position:sticky;top:0}.header__inner{max-width:1440px;padding:0 var(--sp-2xl);justify-content:space-between;align-items:center;height:100%;margin:0 auto;display:flex}.header__brand{align-items:center;gap:var(--sp-sm);display:flex}.header__logo{color:var(--red);letter-spacing:-1px;font-size:28px;font-weight:800}.header__title{color:var(--white);letter-spacing:2px;text-transform:uppercase;font-size:14px;font-weight:700}.header__tabs{gap:var(--sp-xl);height:100%;display:flex}.tab{padding:0 var(--sp-base);color:#fff9;letter-spacing:1.5px;align-items:center;height:100%;font-size:14px;font-weight:700;transition:color .2s;display:flex;position:relative}.tab:hover,.tab--active{color:var(--white)}.tab__indicator{background:var(--red);height:3px;transition:transform .25s;position:absolute;bottom:0;left:0;right:0;transform:scaleX(0)}.tab--active .tab__indicator{transform:scaleX(1)}.tab__label{z-index:1;position:relative}.red-band{background:var(--red);width:100%;height:6px}.page{display:none}.page--active{display:block}.loading{padding:120px var(--sp-2xl);justify-content:center;align-items:center;gap:var(--sp-xl);flex-direction:column;display:flex}.loading--hidden{display:none}.loading__spinner{border:3px solid var(--neutral);border-top-color:var(--red);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading__text{letter-spacing:2px;color:var(--grey-body);text-transform:uppercase;font-size:14px;font-weight:700}.hero{background:var(--charcoal);padding:var(--sp-section) var(--sp-2xl) var(--sp-3xl);position:relative;overflow:hidden}.hero__inner{gap:var(--sp-2xl);grid-template-columns:1fr auto;align-items:end;max-width:1440px;margin:0 auto;display:grid}.hero__content{gap:var(--sp-lg);flex-direction:column;display:flex}.hero__eyebrow{color:var(--red);text-transform:uppercase;letter-spacing:2px;font-size:14px;font-weight:700}.hero__title{letter-spacing:-1px;text-transform:uppercase;color:var(--white);font-size:clamp(36px,5vw,72px);font-weight:800;line-height:.9}.hero__subtitle{color:#ffffffb3;max-width:500px;font-size:18px;font-weight:400;line-height:1.5}.hero__circuit-img{opacity:.4;filter:brightness(2)invert();width:200px;height:auto}.hero__meta{align-items:center;gap:var(--sp-base);flex-wrap:wrap;display:flex}.hero__flag{object-fit:cover;border-radius:var(--r-button);width:48px;height:32px}.countdown{gap:var(--sp-base);margin-top:var(--sp-lg);display:flex}.countdown__block{flex-direction:column;align-items:center;min-width:64px;display:flex}.countdown__value{color:var(--white);letter-spacing:-1px;font-size:clamp(28px,3vw,48px);font-weight:800;line-height:1}.countdown__label{color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-top:4px;font-size:11px;font-weight:600}.countdown__sep{color:#ffffff4d;align-self:flex-start;font-size:clamp(28px,3vw,48px);font-weight:800;line-height:1}.section{max-width:1440px;padding:var(--sp-section) var(--sp-2xl);margin:0 auto}.section--charcoal{background:var(--charcoal);color:var(--white);max-width:none}.section--charcoal .section__inner{max-width:1440px;padding:var(--sp-section) var(--sp-2xl);margin:0 auto}.section__header{margin-bottom:var(--sp-2xl);justify-content:space-between;align-items:baseline;gap:var(--sp-base);flex-wrap:wrap;display:flex}.section__title{text-transform:uppercase;letter-spacing:-.5px;font-size:clamp(24px,2.5vw,40px);font-weight:800}.section--charcoal .section__title{color:var(--white)}.standings-table{border-collapse:collapse;width:100%}.standings-table th{text-transform:uppercase;letter-spacing:1px;color:var(--grey-body);text-align:left;padding:var(--sp-md) var(--sp-base);border-bottom:1px solid var(--neutral);font-size:12px;font-weight:600}.standings-table td{padding:var(--sp-md) var(--sp-base);border-bottom:1px solid var(--neutral);vertical-align:middle;font-size:15px}.standings-table tr{transition:background .15s}.standings-table tbody tr:hover{background:var(--neutral)}.standings-pos{justify-content:center;align-items:center;width:40px;font-size:18px;font-weight:800;display:inline-flex}.standings-pos--top{color:var(--red)}.standings-driver{align-items:center;gap:var(--sp-md);display:flex}.standings-driver__color{border-radius:2px;flex-shrink:0;width:4px;height:28px}.standings-driver__headshot{border-radius:var(--r-circle);object-fit:cover;background:var(--neutral);flex-shrink:0;width:36px;height:36px}.standings-driver__name{font-weight:700}.standings-driver__team{color:var(--grey-body);font-size:13px}.standings-points{align-items:center;gap:var(--sp-md);display:flex}.standings-points__value{min-width:40px;font-size:18px;font-weight:800}.standings-points__bar{background:var(--red);border-radius:3px;height:6px;transition:width .5s}.constructor-row{align-items:center;gap:var(--sp-md);display:flex}.constructor-color{border-radius:2px;flex-shrink:0;width:4px;height:28px}.result-panel{padding:var(--sp-section) var(--sp-2xl)}.result-panel__inner{max-width:1440px;margin:0 auto}.podium{gap:var(--sp-xl);margin-bottom:var(--sp-2xl);grid-template-columns:repeat(3,1fr);display:grid}.podium__card{background:var(--charcoal);border-radius:var(--r-card);padding:var(--sp-xl);align-items:center;gap:var(--sp-md);text-align:center;flex-direction:column;transition:transform .2s;display:flex;position:relative;overflow:hidden}.podium__card:hover{transform:translateY(-2px)}.podium__card--p1{border-top:4px solid gold}.podium__card--p2{border-top:4px solid silver}.podium__card--p3{border-top:4px solid #cd7f32}.podium__pos{letter-spacing:-2px;font-size:48px;font-weight:800;line-height:1}.podium__card--p1 .podium__pos{color:gold}.podium__card--p2 .podium__pos{color:silver}.podium__card--p3 .podium__pos{color:#cd7f32}.podium__headshot{border-radius:var(--r-circle);object-fit:cover;background:var(--grey-form);width:64px;height:64px}.podium__name{color:var(--white);font-size:18px;font-weight:700}.podium__team{color:#fff9;font-size:13px}.podium__time{color:#fffc;font-variant-numeric:tabular-nums;font-size:14px;font-weight:600}.results-table{border-collapse:collapse;width:100%}.results-table th{text-transform:uppercase;letter-spacing:1px;color:var(--grey-body);text-align:left;padding:var(--sp-md) var(--sp-base);border-bottom:1px solid var(--neutral);font-size:12px;font-weight:600}.results-table td{padding:var(--sp-md) var(--sp-base);border-bottom:1px solid var(--neutral);color:var(--charcoal);vertical-align:middle;font-size:14px}.results-table tbody tr{transition:background .15s}.results-table tbody tr:hover{background:var(--neutral)}.strategy{margin-top:var(--sp-2xl)}.strategy__row{align-items:center;gap:var(--sp-md);margin-bottom:var(--sp-xs);display:flex}.strategy__driver{text-align:right;color:#fffc;width:40px;font-size:12px;font-weight:700}.strategy__bar-container{border-radius:2px;flex:1;height:18px;display:flex;overflow:hidden}.strategy__stint{letter-spacing:.5px;height:100%;color:var(--charcoal);justify-content:center;align-items:center;min-width:20px;font-size:10px;font-weight:700;transition:opacity .2s;display:flex}.strategy__stint:hover{opacity:.85}.strategy__stint--SOFT{background:#f33}.strategy__stint--MEDIUM{background:#ffc906}.strategy__stint--HARD{background:#eee}.strategy__stint--INTERMEDIATE{color:var(--white);background:#43b02a}.strategy__stint--WET{color:var(--white);background:#0072c6}.strategy__stint--UNKNOWN{color:var(--white);background:#888}.schedule-grid{gap:var(--sp-xl);grid-template-columns:repeat(auto-fill,minmax(340px,1fr));display:grid}.schedule-card{background:var(--white);border:1px solid var(--neutral);border-radius:var(--r-card);transition:transform .2s,box-shadow .2s;overflow:hidden}.schedule-card:hover{transform:translateY(-2px)}.schedule-card--next{border-left:4px solid var(--red)}.schedule-card--past{opacity:.6}.schedule-card__header{align-items:center;gap:var(--sp-md);padding:var(--sp-lg) var(--sp-lg) var(--sp-md);background:var(--charcoal);color:var(--white);display:flex}.schedule-card__flag{object-fit:cover;border-radius:var(--r-button);flex-shrink:0;width:40px;height:28px}.schedule-card__info{flex:1}.schedule-card__name{font-size:16px;font-weight:700;line-height:1.2}.schedule-card__location{color:#fff9;margin-top:2px;font-size:12px}.schedule-card__round{color:var(--red);border-radius:var(--r-badge);letter-spacing:.5px;background:#e600001a;padding:4px 8px;font-size:12px;font-weight:700}.schedule-card__body{padding:var(--sp-base) var(--sp-lg) var(--sp-lg)}.schedule-card__dates{color:var(--charcoal);margin-bottom:var(--sp-md);font-size:14px;font-weight:600}.schedule-card__sessions{gap:var(--sp-xs);flex-direction:column;display:flex}.schedule-session{padding:var(--sp-xs) 0;border-bottom:1px solid var(--neutral);justify-content:space-between;align-items:center;font-size:13px;display:flex}.schedule-session:last-child{border-bottom:none}.schedule-session__name{color:var(--charcoal);font-weight:600}.schedule-session__time{color:var(--grey-body);font-variant-numeric:tabular-nums}.schedule-card__badge{color:var(--red);border:1px solid var(--red);border-radius:var(--r-button);text-transform:uppercase;letter-spacing:.5px;margin-left:var(--sp-sm);padding:2px 8px;font-size:11px;font-weight:700;display:inline-block}.schedule-card__winner{align-items:center;gap:var(--sp-sm);margin-top:var(--sp-md);padding-top:var(--sp-md);border-top:1px solid var(--neutral);font-size:13px;display:flex}.schedule-card__winner-icon{font-size:16px}.schedule-card__winner-name{font-weight:700}.footer{background:var(--charcoal);color:var(--white);padding:var(--sp-3xl) var(--sp-2xl) var(--sp-xl)}.footer__inner{gap:var(--sp-xl);flex-direction:column;max-width:1440px;margin:0 auto;display:flex}.footer__brand{align-items:center;gap:var(--sp-sm);display:flex}.footer__logo{color:var(--red);font-size:24px;font-weight:800}.footer__tagline{color:#fff9;letter-spacing:2px;font-size:12px;font-weight:700}.footer__links{gap:var(--sp-xl);padding-top:var(--sp-lg);border-top:1px solid var(--divider-white);display:flex}.footer__links a{color:var(--white);font-size:14px;font-weight:400;text-decoration:none}.footer__links a:hover{text-decoration:underline}.footer__disclaimer{color:#fff6;max-width:700px;font-size:11px;line-height:1.6}.skeleton{background:linear-gradient(90deg, var(--neutral) 25%, #e8e8e8 50%, var(--neutral) 75%);border-radius:var(--r-button);background-size:200% 100%;animation:1.5s ease-in-out infinite shimmer}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton--text{width:60%;height:16px;margin-bottom:var(--sp-sm)}.skeleton--heading{width:40%;height:32px;margin-bottom:var(--sp-base)}.skeleton--card{border-radius:var(--r-card);height:200px}@media (width<=1023px){.hero__inner{grid-template-columns:1fr}.hero__circuit-img{display:none}.podium{grid-template-columns:1fr}.section,.section--charcoal .section__inner{padding:var(--sp-3xl) var(--sp-lg)}}@media (width<=767px){.header__inner{padding:0 var(--sp-base)}.header__title{display:none}.hero{padding:var(--sp-3xl) var(--sp-base) var(--sp-xl)}.countdown{gap:var(--sp-sm)}.countdown__block{min-width:48px}.schedule-grid{grid-template-columns:1fr}.section,.section--charcoal .section__inner{padding:var(--sp-xl) var(--sp-base)}.standings-table{font-size:13px}.standings-table th,.standings-table td{padding:var(--sp-sm)}.result-panel{padding:var(--sp-xl) var(--sp-base)}.table-scroll{-webkit-overflow-scrolling:touch;overflow-x:auto}.table-scroll table{min-width:600px}}@media (width<=600px){.header{height:56px}.tab{padding:0 var(--sp-sm);letter-spacing:1px;font-size:13px}.footer{padding:var(--sp-xl) var(--sp-base)}}.text-red{color:var(--red)}.text-grey{color:var(--grey-body)}.text-white{color:var(--white)}.fw-800{font-weight:800}.fw-700{font-weight:700}.mt-section{margin-top:var(--sp-section)}.mb-section{margin-bottom:var(--sp-section)}.tabular-nums{font-variant-numeric:tabular-nums}.live-badge-wrap{align-items:center;gap:var(--sp-md);display:flex}.live-badge{letter-spacing:1px;color:#f44;text-transform:uppercase;align-items:center;gap:6px;font-size:13px;font-weight:800;animation:2s ease-in-out infinite livePulse;display:inline-flex}.live-badge--off{color:var(--grey-body);animation:none}@keyframes livePulse{0%,to{opacity:1}50%{opacity:.5}}.live-grid{grid-template-columns:1fr 1fr;gap:2px;max-width:1440px;margin:0 auto;display:grid}.live-panel{background:var(--white);min-height:300px;padding:0}.live-panel--dark{background:var(--charcoal)}.live-panel__header{padding:var(--sp-base) var(--sp-lg);border-bottom:1px solid var(--neutral);justify-content:space-between;align-items:center;display:flex}.live-panel--dark .live-panel__header{border-bottom-color:#ffffff1a}.live-panel__title{text-transform:uppercase;letter-spacing:1.5px;color:var(--charcoal);font-size:14px;font-weight:800}.live-panel--dark .live-panel__title{color:var(--white)}.live-panel__status{color:var(--grey-body);font-size:11px;font-weight:600}.live-scroll-panel{max-height:400px;overflow-y:auto}.track-map{background:var(--charcoal);width:100%;position:relative}.track-map canvas{width:100%;display:block}.live-row{transition:background .15s}.live-row:hover{background:#ffffff0d}.live-gap{white-space:nowrap;font-size:13px}.live-tyre{width:24px;height:24px;color:var(--charcoal);border-radius:4px;justify-content:center;align-items:center;font-size:11px;font-weight:800;display:inline-flex}.rc-feed{flex-direction:column;display:flex}.rc-message{align-items:flex-start;gap:var(--sp-sm);padding:var(--sp-sm) var(--sp-base);border-bottom:1px solid var(--neutral);font-size:13px;line-height:1.5;display:flex}.rc-message:last-child{border-bottom:none}.rc-message__time{color:var(--grey-body);white-space:nowrap;font-variant-numeric:tabular-nums;min-width:60px;font-size:11px;font-weight:600}.rc-message__icon{flex-shrink:0;font-size:14px}.rc-message__text{flex:1}.rc-flag{background:#ffff000d}.rc-safetycar{background:#ffa50014}.rc-drs{background:#00c8000d}.radio-feed{flex-direction:column;display:flex}.radio-clip{padding:var(--sp-md) var(--sp-base);border-bottom:1px solid var(--neutral)}.radio-clip:last-child{border-bottom:none}.radio-clip__header{margin-bottom:var(--sp-sm);justify-content:space-between;align-items:center;display:flex}.radio-clip__driver{align-items:center;gap:var(--sp-sm);display:flex}.radio-clip__color{border-radius:2px;width:4px;height:20px}.radio-clip__time{color:var(--grey-body);font-variant-numeric:tabular-nums;font-size:11px;font-weight:600}.radio-clip__audio{width:100%;height:32px;margin-top:4px}@media (width<=1023px){.live-grid{grid-template-columns:1fr}}@media (width<=767px){.live-panel__header{padding:var(--sp-sm) var(--sp-base)}.live-scroll-panel{max-height:300px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-16px)}to{opacity:1;transform:translate(0)}}.anim-fade-in{animation:.5s both fadeIn}.anim-fade-up{animation:.5s both fadeInUp}.anim-slide-left{animation:.4s both slideInLeft}.anim-stagger>*{animation:.4s both fadeInUp}.anim-stagger>:first-child{animation-delay:0s}.anim-stagger>:nth-child(2){animation-delay:60ms}.anim-stagger>:nth-child(3){animation-delay:.12s}.anim-stagger>:nth-child(4){animation-delay:.18s}.anim-stagger>:nth-child(5){animation-delay:.24s}.anim-stagger>:nth-child(6){animation-delay:.3s}.anim-stagger>:nth-child(7){animation-delay:.36s}.anim-stagger>:nth-child(8){animation-delay:.42s}.hero{animation:.6s both fadeIn}.hero__title{animation:.7s .1s both fadeInUp}.hero__subtitle{animation:.6s .2s both fadeInUp}.countdown{animation:.5s .3s both fadeInUp}.section{animation:.5s both fadeInUp}.standings-table tbody tr{animation:.35s both fadeInUp}.standings-table tbody tr:first-child{animation-delay:0s}.standings-table tbody tr:nth-child(2){animation-delay:30ms}.standings-table tbody tr:nth-child(3){animation-delay:60ms}.standings-table tbody tr:nth-child(4){animation-delay:90ms}.standings-table tbody tr:nth-child(5){animation-delay:.12s}.standings-table tbody tr:nth-child(6){animation-delay:.15s}.standings-table tbody tr:nth-child(7){animation-delay:.18s}.standings-table tbody tr:nth-child(8){animation-delay:.21s}.standings-table tbody tr:nth-child(9){animation-delay:.24s}.standings-table tbody tr:nth-child(10){animation-delay:.27s}.podium__card{animation:.5s both fadeInUp}.podium__card:first-child{animation-delay:.1s}.podium__card:nth-child(2){animation-delay:.2s}.podium__card:nth-child(3){animation-delay:.3s}.schedule-card{animation:.4s both fadeInUp}.schedule-grid .schedule-card:first-child{animation-delay:0s}.schedule-grid .schedule-card:nth-child(2){animation-delay:50ms}.schedule-grid .schedule-card:nth-child(3){animation-delay:.1s}.schedule-grid .schedule-card:nth-child(4){animation-delay:.15s}.schedule-grid .schedule-card:nth-child(5){animation-delay:.2s}.schedule-grid .schedule-card:nth-child(6){animation-delay:.25s}.page{animation:.3s both fadeIn}.standings-points__bar{animation:.8s .3s both barGrow}@keyframes barGrow{0%{width:0!important}}.live-panel{animation:.4s both fadeInUp}.live-grid .live-panel:first-child{animation-delay:0s}.live-grid .live-panel:nth-child(2){animation-delay:.1s}.live-grid .live-panel:nth-child(3){animation-delay:.2s}.live-grid .live-panel:nth-child(4){animation-delay:.3s}.rc-message{animation:.3s both slideInLeft}.schedule-card,.podium__card{transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s}.schedule-card:hover,.podium__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #00000014}.empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;min-height:280px;padding:48px 24px;display:flex}.empty-state__icon{opacity:.15;width:80px;height:80px;animation:3s ease-in-out infinite emptyFloat}@keyframes emptyFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.empty-state__title{text-transform:uppercase;letter-spacing:1px;color:var(--charcoal);opacity:.5;font-size:16px;font-weight:800}.empty-state--dark .empty-state__title{color:var(--white)}.empty-state__subtitle{color:var(--grey-body);max-width:280px;font-size:13px;line-height:1.5}.empty-state--dark .empty-state__subtitle{color:#fff6}.empty-state__stripe{background:linear-gradient(90deg, transparent, var(--red), transparent);background-size:200% 100%;border-radius:2px;width:120px;height:4px;margin-top:8px;animation:2s linear infinite racingStripe}@keyframes racingStripe{0%{background-position:200% 0}to{background-position:-200% 0}}.section-loader{justify-content:center;align-items:center;gap:12px;padding:60px 24px;display:flex}.section-loader__dot{background:var(--red);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite loaderBounce}.section-loader__dot:first-child{animation-delay:0s}.section-loader__dot:nth-child(2){animation-delay:.16s}.section-loader__dot:nth-child(3){animation-delay:.32s}@keyframes loaderBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}
