:root{--background:hwb(0 97% 3%);--background-05:rgba(248,248,248,.05);--background-4:rgba(248,248,248,.4);--background-7:rgba(248,248,248,.7);--background-gradient-1:linear-gradient(180deg,rgba(248,248,248,1),rgba(248,248,248,0.5) 12.5%,rgba(248,248,248,0.25) 25%,rgba(248,248,248,0.125) 37.5%,rgba(248,248,248,0.0625) 50%,rgba(248,248,248,0.03125) 62.5%,rgba(248,248,248,0.015625) 75%,rgba(248,248,248,0.0078125) 87.5%,rgba(248,248,248,0));--color:#111;--color-05:rgba(17,17,17,0.05);--color-15:rgba(17,17,17,.15);--color-4:rgba(17,17,17,.4);--color-6:rgba(17,17,17,.6);--color-7:rgba(17,17,17,.7);--border:rgba(17,17,17,.05);--accent:rgba(17,17,17,.4);--primary:#d80000;--opposite-color:#eee;--opposite-color-05:rgba(238,238,238,0.05);--opposite-color-4:rgba(238,238,238,.4);--opposite-color-7:rgba(238,238,238,.7);--opposite-background:#080808;--opposite-background-05:rgba(8,8,8,.05);--opposite-background-4:rgba(8,8,8,.4);--opposite-background-7:rgba(8,8,8,.7);--opposite-border:rgba(238,238,238,.05);--opposite-accent:rgba(238,238,238,.4);--opposite-primary:#d80000;--spacing:24px;--spacing-half:12px;--spacing-margin:18px;--spacing-gutter:6px;--light-color:#eee;--light-background:#f8f8f8;--dark-color:#111;--dark-background:#080808;--power0-ease-none:cubic-bezier(0.250,0.250,0.750,0.750);--power1-ease-in:cubic-bezier(0.550,0.085,0.680,0.530);--power1-ease-out:cubic-bezier(0.250,0.460,0.450,0.940);--power1-ease-in-out:cubic-bezier(0.455,0.030,0.515,0.955);--power2-ease-in:cubic-bezier(0.550,0.055,0.675,0.190);--power2-ease-out:cubic-bezier(0.215,0.610,0.355,1.000);--power2-ease-in-out:cubic-bezier(0.645,0.045,0.355,1.000);--power3-ease-in:cubic-bezier(0.895,0.030,0.685,0.220);--power3-ease-out:cubic-bezier(0.165,0.840,0.440,1.000);--power3-ease-in-out:cubic-bezier(0.770,0.000,0.175,1.000);--power4-ease-in:cubic-bezier(0.755,0.050,0.855,0.060);--power4-ease-out:cubic-bezier(0.230,1.000,0.320,1.000);--power4-ease-in-out:cubic-bezier(0.860,0.000,0.070,1.000);--circ-ease-in:cubic-bezier(0.600,0.040,0.980,0.335);--circ-ease-out:cubic-bezier(0.075,0.820,0.165,1.000);--circ-ease-in-out:cubic-bezier(0.785,0.135,0.150,0.860);--expo-ease-in:cubic-bezier(0.950,0.050,0.795,0.035);--expo-ease-out:cubic-bezier(0.190,1.000,0.220,1.000);--expo-ease-in-out:cubic-bezier(1.000,0.000,0.000,1.000);--sine-ease-in:cubic-bezier(0.470,0.000,0.745,0.715);--sine-ease-out:cubic-bezier(0.390,0.575,0.565,1.000);--sine-ease-in-out:cubic-bezier(0.445,0.050,0.550,0.950)}@media(max-width:767px){:root{--spacing:12px;--spacing-half:6px;--spacing-margin:9px;--spacing-gutter:3px}}.--dark-mode{--background:#080808;--background-05:rgba(8,8,8,.05);--background-4:rgba(8,8,8,.4);--background-7:rgba(8,8,8,.7);--background-gradient-1:linear-gradient(180deg,rgba(8,8,8,1),rgba(8,8,8,0.5) 12.5%,rgba(8,8,8,0.25) 25%,rgba(8,8,8,0.125) 37.5%,rgba(8,8,8,0.0625) 50%,rgba(8,8,8,0.03125) 62.5%,rgba(8,8,8,0.015625) 75%,rgba(8,8,8,0.0078125) 87.5%,rgba(8,8,8,0));--color:#eee;--color-05:rgba(238,238,238,0.05);--color-15:rgba(238,238,238,.15);--color-4:rgba(238,238,238,.4);--color-6:rgba(238,238,238,.6);--color-7:rgba(238,238,238,.7);--border:rgba(238,238,238,.05);--accent:rgba(238,238,238,.4);--primary:#d80000;--opposite-color:#222;--opposite-color-05:rgba(17,17,17,0.05);--opposite-color-4:rgba(17,17,17,.4);--opposite-color-7:rgba(17,17,17,.7);--opposite-background:#f8f8f8;--opposite-background-05:rgba(248,248,248,.05);--opposite-background-4:rgba(248,248,248,.4);--opposite-background-7:rgba(248,248,248,.7);--opposite-border:rgba(17,17,17,.1);--opposite-accent:rgba(17,17,17,.4);--opposite-primary:#d80000}.parallax-container{overflow:hidden;border-radius:12px;display:flex;box-shadow:inset 0 0 24px var(--dark-background)}.parallax-container .parallax-container__img{transform:scale(1.2)}.parallax-container .parallax-container__tip{position:absolute;bottom:6px;left:50%;transform:translateX(-50%);font-weight:500;font-size:16px;background:var(--color-7);color:var(--opposite-color);padding:6px 16px;border-radius:24px;backdrop-filter:blur(12px) saturate(2.4);outline:1px solid var(--opposite-border);white-space:nowrap;will-change:opacity;transition:opacity .3s ease-in-out;opacity:0}.parallax-container:hover .parallax-container__tip{opacity:1}