@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--color-yellow-200:#fff085;--spacing:.25rem;--text-sm:.875rem;--text-sm--line-height:calc(1.25 / .875);--text-base:1rem;--text-base--line-height:calc(1.5 / 1);--text-xl:1.25rem;--text-xl--line-height:calc(1.75 / 1.25);--text-6xl:3.75rem;--text-6xl--line-height:1;--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}@supports (color:lab(0% 0 0)){:root,:host{--color-yellow-200:lab(94.3433% -5.00429 52.9663)}}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}html{color:#444;letter-spacing:.02em;background:#f2f2f2;font-size:1.2rem;font-weight:300;font-stretch:75%}body{margin:0;padding:0}a{color:var(--primary-color);text-decoration:none}a:visited{color:var(--primary-color-deaccented)}a:hover{text-decoration:underline}hr{border:none;border-bottom:1px solid #0000001a}}@layer components;@layer utilities{.fixed{position:fixed}.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.my-8{margin-block:calc(var(--spacing) * 8)}.my-\[4rem\]{margin-block:4rem}.ml-2{margin-left:calc(var(--spacing) * 2)}.block{display:block}.flex{display:flex}.table{display:table}.h-full{height:100%}.min-h-\[50vh\]{min-height:50vh}.w-auto{width:auto}.w-full{width:100%}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.gap-2{gap:calc(var(--spacing) * 2)}.gap-4{gap:calc(var(--spacing) * 4)}.gap-16{gap:calc(var(--spacing) * 16)}.gap-\[8rem\]{gap:8rem}.rounded{border-radius:.25rem}.bg-yellow-200{background-color:var(--color-yellow-200)}.object-contain{object-fit:contain}.px-2{padding-inline:calc(var(--spacing) * 2)}.px-\[0\.5rem\]{padding-inline:.5rem}.py-0\.5{padding-block:calc(var(--spacing) * .5)}.text-center{text-align:center}.align-\[3px\]{vertical-align:3px}.text-6xl{font-size:var(--text-6xl);line-height:var(--tw-leading,var(--text-6xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.capitalize{text-transform:capitalize}.opacity-60{opacity:.6}@media (min-width:48rem){.md\:px-4{padding-inline:calc(var(--spacing) * 4)}}}:root{--primary-color:#995900;--primary-color-deaccented:#8f813d;--main-padding:.6rem;--max-width:1120px}.font-header{font-family:var(--font-title)}.body_container{flex-direction:column;align-items:center;min-width:100%;min-height:100vh;display:inline-flex}.body_header{--text-shadow-color:#f2f2f2;text-shadow:0 0 2px var(--text-shadow-color), 0 0 2px var(--text-shadow-color), 0 0 2px var(--text-shadow-color), 0 0 2px var(--text-shadow-color), 0 0 2px var(--text-shadow-color), 0 0 2px var(--text-shadow-color), 0 0 2px var(--text-shadow-color), 0 0 2px var(--text-shadow-color), 0 0 2px var(--text-shadow-color), 0 0 2px var(--text-shadow-color), 0 0 2px var(--text-shadow-color), 0 0 2px var(--text-shadow-color), 0 0 2px var(--text-shadow-color), 0 0 2px var(--text-shadow-color);margin-top:1rem}.content{box-sizing:border-box;width:100%;max-width:var(--max-width);flex:1;margin-left:auto;margin-right:auto;position:relative}.interactive{transition:opacity .2s}.interactive:hover{opacity:.5}.night{color:#f2f2f2;background:#131313}.night a{color:#e0c985}.night a:hover{color:#ebdbad}.night a:visited{color:#c2bfa3}.night a:visited:hover{color:#d6d5c2}.night .body_header{--text-shadow-color:#000}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}
@font-face{font-family:Noto Sans Display;font-style:normal;font-weight:100 900;font-stretch:62.5% 100%;font-display:swap;src:url(../media/374d6ab03a3ac5ee-s.p.11s4b0ffg_nsf.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Noto Sans Display;font-style:normal;font-weight:100 900;font-stretch:62.5% 100%;font-display:swap;src:url(../media/c11ded40fd916948-s.1628p6km1qwm1.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Noto Sans Display;font-style:normal;font-weight:100 900;font-stretch:62.5% 100%;font-display:swap;src:url(../media/3fb81ef9ea2ff4c0-s.002jg08n0~203.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Noto Sans Display;font-style:normal;font-weight:100 900;font-stretch:62.5% 100%;font-display:swap;src:url(../media/98ef2127059e1e43-s.12a4tnm~qen-v.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Noto Sans Display;font-style:normal;font-weight:100 900;font-stretch:62.5% 100%;font-display:swap;src:url(../media/314a7d7176d0cc1f-s.0b.xzh0ut-3sk.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Noto Sans Display;font-style:normal;font-weight:100 900;font-stretch:62.5% 100%;font-display:swap;src:url(../media/aa72a89265f232b4-s.0z_npj0_g.s3q.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Noto Sans Display;font-style:normal;font-weight:100 900;font-stretch:62.5% 100%;font-display:swap;src:url(../media/fb5a9e19fcc3f9bd-s.p.0gcq9szqq4~.9.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Noto Sans Display Fallback;src:local(Arial);ascent-override:106.61%;descent-override:29.22%;line-gap-override:0.0%;size-adjust:100.27%}.noto_sans_display_aca124d9-module__QM-b_G__className{font-family:Noto Sans Display,Noto Sans Display Fallback;font-style:normal}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/65c558afe41e89d6-s.p.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/65c558afe41e89d6-s.p.113htgw8u-emy.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/14e23f9b59180572-s.08.c8psu~gif9.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/b49b0d9b851e4899-s.0yfy_qj1.2qn0.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:600;font-display:swap;src:url(../media/2a65768255d6b625-s.p.14by5b4al-y~f.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_c8b20861-module__SxIouq__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_c8b20861-module__SxIouq__variable{--font-title:"Playfair Display", "Playfair Display Fallback"}
.MainHeader-module-scss-module__CSVJ7q__root{box-sizing:border-box;width:100%;position:relative;overflow:auto}.MainHeader-module-scss-module__CSVJ7q__container{box-sizing:border-box;padding:var(--main-padding);flex-direction:column;align-items:center;display:flex;position:relative;overflow:hidden}@media (min-width:600px){.MainHeader-module-scss-module__CSVJ7q__container{padding-top:6.25rem}}.MainHeader-module-scss-module__CSVJ7q__main{align-items:center;gap:1rem;display:flex}@media (max-width:599.98px){.MainHeader-module-scss-module__CSVJ7q__main{flex-direction:column}}.MainHeader-module-scss-module__CSVJ7q__dashboard{opacity:.6;font-size:.85rem;position:absolute;top:.6rem;right:.6rem}.MainHeader-module-scss-module__CSVJ7q__dashboard:hover{opacity:1}.MainHeader-module-scss-module__CSVJ7q__horrorse{--horrorse-dim:7rem}.MainHeader-module-scss-module__CSVJ7q__horrorse_image_container{width:var(--horrorse-dim);height:var(--horrorse-dim);box-sizing:content-box;background-color:#fff;border-radius:50%;margin:0;padding:.2rem;transition:background-color .2s;box-shadow:0 0 2px #0000001a,0 0 3px #0000001a,0 0 6px #0000001a,0 0 14px #0000001a}.MainHeader-module-scss-module__CSVJ7q__horrorse_image{background-image:url(/assets/horrorse2k-400.png);background-position:50%;background-repeat:no-repeat;background-size:var(--horrorse-dim);height:var(--horrorse-dim);width:var(--horrorse-dim);opacity:.8;border-radius:50%;position:relative}.night .MainHeader-module-scss-module__CSVJ7q__horrorse_image{opacity:.96}.MainHeader-module-scss-module__CSVJ7q__horrorse_link:focus{outline:none}.MainHeader-module-scss-module__CSVJ7q__contacts{text-align:left;font-variant:small-caps;text-transform:lowercase}@media (max-width:599.98px){.MainHeader-module-scss-module__CSVJ7q__contacts{text-align:center}}.MainHeader-module-scss-module__CSVJ7q__name{font-size:2rem;font-weight:600;line-height:.9em;font-family:var(--font-title);letter-spacing:6%}.MainHeader-module-scss-module__CSVJ7q__email{margin-top:.5rem}.MainHeader-module-scss-module__CSVJ7q__web_links{font-size:.8em}.MainHeader-module-scss-module__CSVJ7q__web_list{white-space:nowrap;margin-top:0;margin-bottom:0;padding:0;line-height:1.1em;list-style-type:none}.MainHeader-module-scss-module__CSVJ7q__web_list_item{display:inline-block}.MainHeader-module-scss-module__CSVJ7q__web_list_item:not(:last-child):after{content:"∙";opacity:.5;margin:0 .2em}.MainHeader-module-scss-module__CSVJ7q__categories_nav{margin-top:2rem;line-height:1.2em}.MainHeader-module-scss-module__CSVJ7q__categories_list{flex-wrap:wrap;justify-content:center;gap:.5rem 1rem;margin:0;padding:0;list-style-type:none;display:flex}
.MainFooter-module-scss-module__Rgaf8G__root{box-sizing:border-box;padding-left:var(--main-padding);padding-right:var(--main-padding);padding-bottom:calc(var(--main-padding) - .2rem);width:100%;max-width:calc(var(--max-width) - 32px);justify-content:space-between;align-items:flex-end;margin-left:auto;margin-right:auto;padding-top:1rem;display:flex}@media (max-width:799.98px){.MainFooter-module-scss-module__Rgaf8G__root{flex-direction:column;align-items:flex-start;gap:.3125rem}}.MainFooter-module-scss-module__Rgaf8G__credits{flex:1;font-size:.9em}.MainFooter-module-scss-module__Rgaf8G__search_form{flex-direction:row;align-items:center;min-width:14rem;display:flex}.MainFooter-module-scss-module__Rgaf8G__search_input{background:#fff;border:1px solid #0000004d;border-radius:2px;flex:1;padding:.2em .4em;font-size:.6em}.MainFooter-module-scss-module__Rgaf8G__search_input:focus{outline:none;box-shadow:0 0 .15rem .15rem #6ec9f7b3}.night .MainFooter-module-scss-module__Rgaf8G__search_input{color:#f2f2f2;background:#1f1f1f;border-color:#f2f2f299}.MainFooter-module-scss-module__Rgaf8G__search_submit{cursor:pointer;margin-left:.2em;padding:.2em .6em;font-size:.6em;display:inline-block}
.Parallax-module-scss-module__3yGX_a__bananas{background-image:url(/assets/fb/full-bananas-3.png),url(/assets/fb/full-bananas-2.png),url(/assets/fb/full-bananas-1.png);background-position-y:-3.75rem;background-repeat:repeat-x;background-size:20rem;background-position-x:var(--bg-pos-1,0) var(--bg-pos-2,0) var(--bg-pos-3,0)}@media (max-width:599.98px){.Parallax-module-scss-module__3yGX_a__bananas{background-position-y:-1.875rem;background-size:12.5rem}}
