@layer normalize,base,demo,grid,setup,scroll,novelty;img.svelte-1svk7o4{height:100%}@layer scroll{:root{--content-height: 240vh;--scaler-height: 100vh;--grid-image-border-radius: 1rem;@media (max-width: 600px){--content-height: 60vh;--scaler-height: 60vh;--grid-image-border-radius: .5rem}--power-1-out: linear( 0 0%, .0027 3.64%, .0106 7.29%, .0425 14.58%, .0957 21.87%, .1701 29.16%, .2477 35.19%, .3401 41.23%, .5982 55.18%, .7044 61.56%, .7987 68.28%, .875 75%, .9297 81.25%, .9687 87.5%, .9922 93.75%, 1 100% );--power-2-out: linear( 0 0%, .0036 9.62%, .0185 16.66%, .0489 23.03%, .0962 28.86%, .1705 34.93%, .269 40.66%, .3867 45.89%, .5833 52.95%, .683 57.05%, .7829 62.14%, .8621 67.46%, .8991 70.68%, .9299 74.03%, .9545 77.52%, .9735 81.21%, .9865 85%, .9949 89.15%, 1 100% );--power-3-out: linear( 0 0%, .0029 13.8%, .0184 21.9%, .0339 25.51%, .0551 28.81%, .0827 31.88%, .1168 34.76%, .1962 39.57%, .3005 44.02%, .4084 47.53%, .6242 53.45%, .7493 57.93%, .8495 62.97%, .8888 65.67%, .9213 68.51%, .9629 73.9%, .9876 80.16%, .998 87.5%, 1 100% );--power-4-out: linear( 0 0%, .0012 14.95%, .0089 22.36%, .0297 28.43%, .0668 33.43%, .0979 36.08%, .1363 38.55%, .2373 43.07%, .3675 47.01%, .5984 52.15%, .7121 55.23%, .8192 59.21%, .898 63.62%, .9297 66.23%, .9546 69.06%, .9733 72.17%, .9864 75.67%, .9982 83.73%, 1 100% );--sine: linear( 0 0%, .2861 18.47%, .4829 32.08%, .6437 44.52%, .7712 56.07%, .8722 67.47%, .9115 73.02%, .9434 78.49%, .9682 83.91%, .9859 89.3%, .9965 94.66%, 1 100% )}@keyframes svelte-1svk7o4-fade{0%,55%{opacity:0}}@keyframes svelte-1svk7o4-fade-cover{0%,35%{opacity:0}}@keyframes svelte-1svk7o4-reveal{0%,30%{scale:0}}@keyframes svelte-1svk7o4-scale-x{0%,10%{width:calc(100vw - (2 * var(--gutter)))}}@keyframes svelte-1svk7o4-scale-y{0%,10%{height:calc(var(--scaler-height) - (2 * var(--gutter)))}}@media (prefers-reduced-motion: no-preference){main.svelte-1svk7o4 section:where(.svelte-1svk7o4){min-height:var(--content-height)}@supports (animation-timeline: scroll()) and (animation-range: 0 100%){main.svelte-1svk7o4 section:where(.svelte-1svk7o4){view-timeline:--runner}.scaler.svelte-1svk7o4 img:where(.svelte-1svk7o4){animation-name:svelte-1svk7o4-scale-x,svelte-1svk7o4-scale-y;animation-fill-mode:both;animation-timing-function:var(--power-2-out),var(--power-1-out);animation-timeline:--runner,--runner;animation-range:entry 100% exit -20%;@media (max-width: 600px){animation-range:entry 50% exit -30%}}.grid.svelte-1svk7o4 .layer:where(.svelte-1svk7o4){animation-name:svelte-1svk7o4-fade,svelte-1svk7o4-reveal;animation-fill-mode:both;animation-timeline:--runner,--runner;animation-timing-function:var(--sine),var(--power-1-out);animation-range:entry 100% exit 0%}.scaler.svelte-1svk7o4 .cover:where(.svelte-1svk7o4){animation-name:svelte-1svk7o4-fade-cover;animation-fill-mode:both;animation-timeline:--runner;animation-timing-function:var(--sine);animation-range:entry 100% exit 0%}.grid.svelte-1svk7o4 .layer:where(.svelte-1svk7o4){&:nth-of-type(1){animation-timing-function:var(--sine),var(--power-1-out)}&:nth-of-type(2){animation-timing-function:var(--sine),var(--power-3-out)}&:nth-of-type(3){animation-timing-function:var(--sine),var(--power-4-out)}}.grid.svelte-1svk7o4 .layer:where(.svelte-1svk7o4){&:nth-of-type(1){animation-range:entry 100% exit 0%;@media (max-width: 600px){animation-range:entry 40% exit -20%}}&:nth-of-type(2){animation-range:entry 100% exit -10%;@media (max-width: 600px){animation-range:entry 40% exit -30%}}&:nth-of-type(3){animation-range:entry 100% exit -20%;@media (max-width: 600px){animation-range:entry 40% exit -40%}}}}}}@layer setup{:root{--container-width: 1600px;--gap: clamp(10px, 7.35vw, 24px);--gutter: 1rem}@media (max-width: 600px){:root{--gutter: 1rem;--gap: .75rem}}.content.svelte-1svk7o4{min-height:var(--scaler-height);overflow:hidden;width:100vw;display:flex;place-items:center;align-content:center;position:sticky;top:0}.scaler.svelte-1svk7o4{z-index:2;width:100%;height:100%;position:relative}.scaler.svelte-1svk7o4 img:where(.svelte-1svk7o4){position:absolute;top:50%;left:50%;translate:-50% -50%;object-fit:cover;border-radius:var(--grid-image-border-radius);width:100%;max-width:none!important}}@layer grid{.grid.svelte-1svk7o4{--offset: 0;width:1600px;max-width:min(calc(100% - (2 * var(--gutter))),1280px);display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(3,auto);gap:var(--gap);margin:0 auto;align-content:center;position:absolute;top:50%;left:50%;translate:-50% -50%}@media (max-width: 600px){.grid.svelte-1svk7o4{grid-template-columns:repeat(3,1fr);--offset: -1}.grid.svelte-1svk7o4>div:where(.svelte-1svk7o4):nth-of-type(1){display:none}}.grid.svelte-1svk7o4>.layer:where(.svelte-1svk7o4){display:grid;grid-column:1 / -1;grid-row:1 / -1;grid-template-columns:subgrid;grid-template-rows:subgrid}.grid.svelte-1svk7o4>div:where(.svelte-1svk7o4):nth-of-type(1) div:where(.svelte-1svk7o4):nth-of-type(odd){grid-column:1}.grid.svelte-1svk7o4>div:where(.svelte-1svk7o4):nth-of-type(1) div:where(.svelte-1svk7o4):nth-of-type(2n){grid-column:-2}.grid.svelte-1svk7o4>div:where(.svelte-1svk7o4):nth-of-type(2) div:where(.svelte-1svk7o4):nth-of-type(odd){grid-column:calc(2 + var(--offset))}.grid.svelte-1svk7o4>div:where(.svelte-1svk7o4):nth-of-type(2) div:where(.svelte-1svk7o4):nth-of-type(2n){grid-column:calc(-3 - var(--offset))}.grid.svelte-1svk7o4>div:where(.svelte-1svk7o4):nth-of-type(3) div:where(.svelte-1svk7o4){grid-column:calc(3 + var(--offset));&:last-of-type{grid-row:-1}}.grid.svelte-1svk7o4 .scaler:where(.svelte-1svk7o4){position:relative;grid-area:2 / calc(3 + var(--offset))}.grid.svelte-1svk7o4 img:where(.svelte-1svk7o4){width:100%;aspect-ratio:4 / 5;object-fit:cover;border-radius:var(--grid-image-border-radius)}}@keyframes moveDownAnimation{to{background-position-y:-100%}}#crt-lines[data-astro-cid-iangg5x4]{position:absolute;inset:0;background:url(/images/lines.jpg);z-index:1;background-size:7px auto;mix-blend-mode:overlay;pointer-events:none;opacity:.2;animation:moveDownAnimation 150s linear infinite}
