<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@keyframes rotation{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes slide-in{0%{opacity:0;transform:translate3d(0,-100px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes slide-margin-in{0%{opacity:0;margin-top:-1000px}to{opacity:1;margin-top:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes slide-out{0%{opacity:1;top:0}to{opacity:0;top:-1000px}}@keyframes slide-margin-out{0%{opacity:1;margin-top:0}to{opacity:0;margin-top:1000px}}@keyframes pop-in{0%{transform:scale(0)}75%{transform:scale(1.3)}to{transform:scale(1)}}@keyframes bounce-in{0%{opacity:0;transform:scale(1.6)}to{opacity:1;transform:scale(1)}}*{box-sizing:border-box;transition-property:background-color,color;transition-duration:.3s;transition-delay:0ms}:root{--accent-translucent: rgba(255, 182, 18, .7);--accent-translucent-light: rgba(255, 182, 18, .2);--accent: #ffb612;--accent-light: #ffd064;--secondary: #00338c;--background: #eee;--content-background: #fff;--background-translucent: rgba(255, 255, 255, .6);--color: #191815;--dark-background: #4c4c4c}body{background-color:var(--background, white);color:var(--color, black);margin:0;padding:0;font-size:1rem;font-family:sans-serif}section{margin-bottom:32px}section p{font-size:1.2rem;line-height:1.4;font-weight:300;padding:32px}.section-title{position:relative}.section-title.hero{background:linear-gradient(10deg,white 30%,rgba(255,255,255,0) 100%),var(--image);background-size:cover;background-repeat:no-repeat;background-position:center;width:calc(100% + 20px);margin:0 -10px;height:200px}.section-title.hero span{position:absolute;bottom:0;padding:16px 42px}.section-title span{color:var(--secondary);font-size:3rem;font-weight:300;padding:16px 32px}@supports (-webkit-background-clip: text){.section-title span{background:linear-gradient(to right,var(--secondary),#12bcf0);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;margin-right:auto}}.banner-image{width:100%;margin-left:auto;margin-right:auto;margin-top:0;height:260px;background-color:var(--accent-translucent, greenyellow);background-position:center center;background-size:cover}nav a{padding:20px 10px;margin:0}main a{color:var(--accent, green)}a{padding:0 3px;margin:0 -3px;display:inline-block;text-decoration:none;font-size:1em;color:var(--color, black)}a:hover{background-color:var(--accent-translucent-light, yellowgreen)}.splitter{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex;flex-direction:row}.splitter .area-70{width:70%}.splitter .area-30{width:30%}.flex{display:-moz-flex;display:-ms-flex;display:-o-flex;display:flex}.flex-row{flex-direction:row}.flex-space-around{-ms-justify-content:space-around;justify-content:space-around}@media (max-width: 800px){.banner-image{margin-top:116px;height:200px}.splitter{flex-direction:column}.splitter .area-70,.splitter .area-30{width:100%}}
</pre></body></html>