<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'Lyyra Standard Regular';
  font-weight: normal;
  font-style: normal;
  src: url('https://files.persona.co/85918/LyyraStandard-Regular.woff') format('woff');
}

/**
 * Resets
 */

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::-moz-selection {
	background-color: #09f;
	color: #fff;
}

::selection {
	background-color: #09f;
	color: #fff;
}

:focus {
	outline: 0;
}

customhtml &gt; * {
	position: relative;
    z-index: 10;
}

/**
 * Global
 */

body,
html {
	min-height: 100vh;
	margin: 0px;
	padding: 0px;
}

html {
	position: relative;
}

body {
	background: #fff;
	color: #000;
}

a:active {
	opacity: 0.7;
}

/**Background Black*/

#bg-box-b {
    width: 100%;
    min-height: 100%;
    background: #000;
}

/**Background Yellow*/

#bg-box-w {
    width: 100%;
    min-height: 100%;
    background: #fff;
}

/**SOL Pointer*/

.flier {
	pointer-events: none;
    top: 25%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: fixed;
}

.flier &gt; * {
    animation: fly 20s linear infinite;
    pointer-events: none !important;
    animation-delay: 1s;
	z-index: 999999;
}

@keyframes fly {
    to {
        transform: rotate(360deg);
    }
}

/**
 * Backdrop
 */

#backdrop {
	position: fixed;
	right: 0;
	top: 0;
	bottom: 0;
	max-width: 100%;
	z-index: 1;
}

/**
 * Container
 */

main {
	background: #fff;
	clear: both;
	overflow: hidden;
	position: absolute;
	max-width: 100%;
	width: 100%;
	z-index: 2;

	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

main &gt; div {
	-moz-flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	flex: 1 0 auto;
	width: 100%;
}

.subpage_overlay {
	display: block;
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
}

body.homepage .subpage_overlay {
	display: none;
}

/**
 * Content
 */

i, em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ul, ol {
	margin: 0;
	padding: 0 0 0 0em;
}

sup {
	top: -0.4em;
	vertical-align: baseline;
	position: relative;
}

sub {
	top: 0.3em;
	vertical-align: baseline;
	position: relative;
}

s {	
}

.slideshow-nav { 
	margin-bottom: 0.5em; 
}

img {
	border: 0;
	padding: 0;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

.underline_b {
    border-top: 5px solid rgb(0,0,0);
    border-top-left-radius:  205px 25px;
    border-top-right-radius:  225px 15px;
    padding: 2px;
}

.underline_b2 {
    border-bottom: 5px solid rgb(0,0,0);
    border-bottom-left-radius:  255px 15px;
    border-bottom-right-radius:  205px 25px;
    padding: 2px;
}

.underline_w {
    border-top: 5px solid rgb(255, 255, 255);
    border-top-left-radius:  205px 25px;
    border-top-right-radius:  225px 15px;
    padding: 2px;
}

.underline_w2 {
    border-bottom: 5px solid rgb(255, 255, 255);
    border-bottom-left-radius:  255px 15px;
    border-bottom-right-radius:  205px 25px;
    padding: 2px;
}

/**Archive*/

.archive-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: baseline;
    align-items: baseline;
    position: relative;
}

.archive-name {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

.archive-spacer {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 1.0rem;
    margin-left: 1.0rem;
    height: 1px;
    border: none;
    border-bottom: 5px solid rgb(0, 0, 0);
    border-bottom-left-radius:  255px 15px;
    border-bottom-right-radius:  205px 25px;
    -webkit-flex: 1 0 1rem;
    flex: 1 0 1rem;
}

.archive-season {
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
}

hr {
	background: rgba(0, 0, 0, 1);
	border: 0;
	display: block;
}

.bodycopy {
	display: none;
}

.container {
	min-height: 100%;
}

.content img {
	float: none;
	margin-bottom: 1em;
}

.clear:after {
	content: "";
	display: table;
	clear: both;
}

.loading[data-loading] {
	display: none;
	position: fixed;
	top: 8px; left: 8px;
	z-index: 100;
}

/**
 * Editor styles
 */

[data-css-presets="true"] main {
	background-color: transparent /*!content_center*/;
	text-align: left /*!text_left*/;
	min-height: 100vh /*!content_stretch*/;
	-webkit-align-items: flex-start /*!vertical_top*/;
	align-items: flex-start /*!vertical_top*/;
	left: 0 /*!content_center*/;
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	right: 0 /*!content_center*/;
}

[data-css-presets="true"] .content_padded {
	padding: 0rem/*!main_margin*/;
}

[data-css-presets="true"] .content_width {
	width: 100% /*!content_center*/;
}

[data-css-presets="true"] #backdrop {
	width: 100% /*!background_cover*/;
}

[data-predefined-style="true"] main {
    color: rgb(0,0,0);
	font-size: 2.9rem;
	font-weight: 400;
	font-family: "Lyyra Standard Regular", Social /*!Google*/;
	font-style: normal;
	line-height: 1.2;
}

[data-predefined-style="true"] main a {
    color: rgb(0,0,0);
    border-bottom: 0;
	padding-bottom: 0;
    text-decoration: none;
    font-style: italic;
}

[data-predefined-style="true"] main a:hover {
    color: rgb(0, 0, 0);
    border-bottom: 0;
	padding-bottom: 0;
    text-decoration: none;
    font-style: normal;
}

main a.image-link,
main a.icon-link {
	color: rgba(255, 255, 255, 0.5);
    border-bottom: 0;
	padding-bottom: 0;
    text-decoration: none;
    font-style: normal;
    opacity:1;
    transition: 0.5s;
}
main a.image-link:hover,
main a.icon-link:hover {
	color: rgba(255, 255, 255, 0.5);
    border-bottom: 0;
	padding-bottom: 0;
    text-decoration: none;
    font-style: normal;
    opacity:0.5;
}

[data-predefined-style="true"] h1 {
    
	font-family: "Lyyra Standard Regular", Social /*!System*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	font-size: 5.2rem;
	line-height: 1.2;
	color: rgb(0, 0, 0);
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h1 a {
	color: rgb(0,0,0);
}

[data-predefined-style="true"] h2 {
	font-family: "Lyyra Standard Regular", Social /*!Persona*/;
	font-style: normal;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(0, 0, 0);
	font-size: 2.3rem;
	line-height: 1.2;
	text-rendering: optimizeLegibility;
}

[data-predefined-style="true"] h2 a {
	color: rgb(0,0,0);
}

[data-predefined-style="true"] small {
	display: inline-block;
	font-size: 1.7rem;
	line-height: 1.2;
	font-style: normal;
	font-weight: 400;
	color: rgb(0, 0, 0);
	font-family: "Lyyra Standard Regular", Social /*!Persona*/;
}

[data-predefined-style="true"] small a {
	color: rgb(0, 0, 0);
    font-style: italic;
}


[data-css-presets="true"] .subpage_overlay {
	background-color: initital/*!subpage_overlay*/;
}

/**SOL Buttons*/

.text {
 	position: absolute;
 	left: 50%;
    transform: translateX(-50%);
	list-style: none;
    
    border-bottom: 5px solid rgb(0,0,0);
    border-bottom-left-radius:  255px 15px;
    border-bottom-right-radius:  205px 25px;
    padding: 10px;
}
.text.hidden {
    border-top: 5px solid rgb(0,0,0);
    border-top-left-radius:  205px 25px;
    border-top-right-radius:  225px 15px;
    padding: 10px;
}
.text li {
	display: inline-block;
	float: left;
	transition: all 0.8s ease-in-out;
	max-width: 5em;
}

.text li.noghost{
	display: none;
}

.text.hidden li.noghost {
	display: inline-block;
}

.text.hidden li.spaced {
	padding-left: 0;
}

.text li.spaced {
	padding-left: 0.3em;
}

.text.hidden li.ghost {
	opacity: 0;
	max-width: 0;
}

.text2 {
 	position: absolute;
 	left: 50%;
    transform: translateX(-50%);
	list-style: none;
    
    border-bottom: 5px solid rgb(255, 255, 255);
    border-bottom-left-radius:  255px 15px;
    border-bottom-right-radius:  205px 25px;
    padding: 10px;
}

.text2.hidden {
    border-top: 5px solid rgb(255, 255, 255);
    border-top-left-radius:  205px 25px;
    border-top-right-radius:  225px 15px;
    padding: 10px;
}

.text2 li {
	display: inline-block;
	float: left;
	transition: all 0.8s ease-in-out;
	max-width: 5em;
}

.text2 li.noghost{
	display: none;
}

.text2.hidden li.noghost {
	display: inline-block;
}

.text2.hidden li.spaced {
	padding-left: 0;
}

.text2 li.spaced {
	padding-left: 0.3em;
}

.text2.hidden li.ghost {
	opacity: 0;
	max-width: 0;
}

/**
 * Backstage Icon
 */

#backstage_icon {
	display: block;
}

/**
 * Breakpoints
 */

[data-css-presets="true"].mobile #plugin,
[data-css-presets="true"].mobile #backdrop,
.mobile #backdrop,
.mobile #plugin {
	position: relative;
	height: 50vh;
	min-width: 100%;
	width: calc(100% - 80rem) /*!right_fit*/;
	top: 0;
	bottom: auto;
	left: 0 /*!right_fit*/;
}

.mobile main,
[data-css-presets="true"].mobile main {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
}

.mobile main.content_width,
[data-css-presets="true"].mobile main.content_width {
	max-width: 100%;
	width: 100%;
}
</pre></body></html>