:root{--aspect-ratio-img:0.70625;--image-width:30rem;--width-grid-sides:calc(var(--image-width)*0.8);--height-grid-top:calc(var(--image-width)*0.1);--height-grid-bottom:calc(var(--image-width)*0.2);--text-cell-overlap:8rem}@font-face{font-family:Lato-Regular;src:url(164a116e23de3ca5af7a.woff) format("woff")}html{color:#c2dac2;font-size:100%;line-height:130%}body{align-items:center;background-color:#000;display:flex;flex-direction:column;font-family:Lato-Regular,sans-serif;height:100vh;justify-content:top;margin:0;width:100vw}a{color:#1e90ff;text-decoration:none}.main-grid{display:grid;gap:.9rem;grid-template-areas:"top      top    top" "text-3l  img    text-2r" "text-3l  img    text-3r" "text-4l text-4m text-4r";grid-template-columns:var(--width-grid-sides) var(--image-width) var(--width-grid-sides);grid-template-rows:var(--height-grid-top) auto auto var(--height-grid-bottom);margin-bottom:3rem}.main-grid>*{display:relative}.main-grid>.grid-a-text-2r{margin-left:calc(var(--text-cell-overlap)*-1)}.main-grid>.grid-a-text-2r>p{margin-left:var(--text-cell-overlap)}.main-grid>.grid-a-text-3r{margin-left:calc(var(--text-cell-overlap)*-1)}.main-grid>.grid-a-text-3r>p{margin-left:var(--text-cell-overlap)}.main-grid>.grid-a-text-4m{margin-top:calc(var(--text-cell-overlap)*-1)}.main-grid>.grid-a-text-4m>p{margin-top:var(--text-cell-overlap)}.main-grid>.grid-a-text-3l{margin-right:calc(var(--text-cell-overlap)*-1)}.main-grid>.grid-a-text-3l>p{bottom:-1.5rem;position:absolute}.main-grid>.grid-a-text-3l>p,.main-grid>.grid-a-text-3l>q{margin-right:var(--text-cell-overlap)}.grid-a-text-2r>video{right:calc(var(--image-width)*2);top:30rem}.grid-a-text-2r>video,.grid-a-text-3l>video{position:absolute;width:calc(var(--image-width)*.7)}.grid-a-text-3l>video{left:calc(var(--image-width)*1.9);top:5rem}.grid-a-text-3r>video{position:absolute;right:calc(var(--image-width)*2);top:-20rem;width:calc(var(--image-width)*.7)}video{pointer-events:none}p,q{margin:0}.grid-a-top{grid-area:top}.grid-a-img{grid-area:img}.grid-a-text-2r{grid-area:text-2r;text-align:justify}.grid-a-text-3r{display:flex;flex-direction:column;grid-area:text-3r;justify-content:flex-end;text-align:justify}.grid-a-text-4m{grid-area:text-4m;text-align:justify}.grid-a-text-3l{display:flex;flex-direction:column;grid-area:text-3l;justify-content:flex-end;text-align:justify}.image-stack{height:calc(var(--image-width)/var(--aspect-ratio-img));position:relative;width:var(--image-width)}.image-stack img{height:100%;left:0;position:absolute;top:0;width:100%}.glow{animation:glow 5s infinite;filter:sepia(100%) hue-rotate(54deg);opacity:0}@keyframes glow{0%{opacity:0}50%{opacity:1}to{opacity:0}}.image-stack img:nth-child(3){animation-delay:1s}.image-stack img:nth-child(4){animation-delay:1.5s}.image-stack img:nth-child(5){animation-delay:2s}.fade-box{opacity:0;position:relative;transition:opacity 1.5s ease-in-out;z-index:100}.fade-box:hover{opacity:1}