*{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}.inner{color:#fff}
h1,h2,p,.schreibmaschine{font-family:'Source Code Pro', monospace;  line-height: 1.75;font-weight: 400;}
h1{font-size: 1em;}h2{font-size: 1.5em;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{
    display:block;
}
body{
    line-height:1;
}
ol,ul{
    list-style:none;
}
blockquote,q{
    quotes:none;
}
blockquote:before,blockquote:after,q:before,q:after{
    content:'';
    content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}
body{
    -webkit-text-size-adjust:none
}
mark{
    background-color:transparent;
    color:inherit
}
input::-moz-focus-inner{
    border:0;
    padding:0
}
input[type="text"],input[type="email"],select,textarea{
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
    appearance:none
}
*, *:before, *:after {
    box-sizing: border-box;
}
body {
    line-height: 1.0;
    min-height: var(--viewport-height);
    min-width: 320px;
    overflow-x: hidden;
    word-wrap: break-word;
}
body:before {
    content: '';
    display: block;
    background-attachment: scroll;
    height: var(--background-height);
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1);
    width: 100vw;
    z-index: 0;
    background-image: linear-gradient(to top, rgba(0,0,0,0.349), rgba(0,0,0,0.349)), url('assets/images/bg.jpg?v=bc91e632');
    background-position: 0% 0%, bottom;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-color: #FFFFFF;
}
body:after {
    background-color: #000000;
    content: '';
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    transform: scale(1);
    transition: opacity 1s ease-in-out 0s, visibility 1s 0s;
    visibility: hidden;
    width: 100%;
    z-index: 1;
}
body.is-loading:after {
    opacity: 1;
    visibility: visible;
}
:root {
    --background-height: 100vh;
    --site-language-alignment: left;
    --site-language-direction: ltr;
    --site-language-flex-alignment: flex-start;
    --site-language-indent-left: 1;
    --site-language-indent-right: 0;
    --viewport-height: 100vh;
}
html {
    font-size: 18pt;
}
u {
    text-decoration: underline;
}
strong {
    color: inherit;
    font-weight: bolder;
}
em {
    font-style: italic;
}
code {
    background-color: rgba(144,144,144,0.25);
    border-radius: 0.25em;
    font-family: 'Lucida Console', 'Courier New', monospace;
    font-size: 0.9em;
    font-weight: normal;
    letter-spacing: 0;
    margin: 0 0.25em;
    padding: 0.25em 0.5em;
    text-indent: 0;
}
mark {
    background-color: rgba(144,144,144,0.25);
}
spoiler-text {
    -webkit-text-stroke: 0;
    background-color: rgba(32,32,32,0.75);
    text-shadow: none;
    text-stroke: 0;
    color: transparent;
    cursor: pointer;
    transition: color 0.1s ease-in-out;
}
spoiler-text.active {
    color: #FFFFFF;
    cursor: text;
}
s {
    text-decoration: line-through;
}
sub {
    font-size: smaller;
    vertical-align: sub;
}
sup {
    font-size: smaller;
    vertical-align: super;
}
a {
    color: inherit;
    text-decoration: underline;
    transition: color 0.25s ease;
}
a[onclick]:not([href]) {
    cursor: pointer;
}
#wrapper {
    -webkit-overflow-scrolling: touch;
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: var(--viewport-height);
    overflow: hidden;
    position: relative;
    z-index: 2;
}
#main {
    --alignment: left;
    --flex-alignment: flex-start;
    --indent-left: 1;
    --indent-right: 0;
    --border-radius-tl: 0;
    --border-radius-tr: 0;
    --border-radius-br: 0;
    --border-radius-bl: 0;
    align-items: center;
    display: flex;
    flex-grow: 0;
    flex-shrink: 0;
    justify-content: center;
    max-width: 100%;
    position: relative;
    text-align: var(--alignment);
    z-index: 1;
    transition: opacity 1s ease 0s,transform 1s ease 0s;
}
#main > .inner {
    --padding-horizontal: 4rem;
    --padding-vertical: 5rem;
    --spacing: 1.375rem;
    --width: 48rem;
    border-radius: var(--border-radius-tl) var(--border-radius-tr) var(--border-radius-br) var(--border-radius-bl);
    max-width: 100%;
    position: relative;
    width: var(--width);
    z-index: 1;
    padding: var(--padding-vertical) var(--padding-horizontal);
}
#main > .inner > header {
    margin-bottom: var(--spacing);
}
#main > .inner > footer {
    margin-top: var(--spacing);
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
#main > .inner > * > * {
    margin-top: var(--spacing);
    margin-bottom: var(--spacing);
}
#main > .inner > * > :first-child {
    margin-top: 0 !important;
}
#main > .inner > * > :last-child {
    margin-bottom: 0 !important;
}
#main > .inner > .full {
    margin-left: calc(var(--padding-horizontal) * -1);
    max-width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
    width: calc(100% + calc(var(--padding-horizontal) * 2) + 0.4725px);
}
#main > .inner > .full:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    margin-top: calc(var(--padding-vertical) * -1) !important;
}
#main > .inner > .full:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    margin-bottom: calc(var(--padding-vertical) * -1) !important;
}
#main > .inner > .full.screen {
    border-radius: 0 !important;
    max-width: 100vw;
    position: relative;
    width: 100vw;
    left: 0;
    margin-left: calc(var(--padding-horizontal) * -1);
    right: auto;
}
#main > .inner > * > .full {
    margin-left: calc(-4rem);
    max-width: calc(100% + 8rem + 0.4725px);
    width: calc(100% + 8rem + 0.4725px);
}
#main > .inner > * > .full.screen {
    border-radius: 0 !important;
    max-width: 100vw;
    position: relative;
    width: 100vw;
    left: 0;
    margin-left: calc(-4rem);
    right: auto;
}
#main > .inner > footer > .full:last-child {
    margin-bottom: -5rem !important;
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
#main > .inner > .active > .full:first-child {
    margin-top: -5rem !important;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
#main > .inner > .active {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
body.is-loading #main {
    opacity: 0;
    transform: translateX(-1.6875rem);
}
#main > .inner > section > * {
    transition: opacity 1s ease-in-out 0s;
}
body.is-loading #main > .inner > section > * {
    opacity: 0;
}
#main > .inner > section > :nth-child(2) {
    transition-delay: 0.125s;
}
#main > .inner > section > :nth-child(3) {
    transition-delay: 0.25s;
}
#main > .inner > section > :nth-child(4) {
    transition-delay: 0.375s;
}
#main > .inner > section > :nth-child(5) {
    transition-delay: 0.5s;
}
#main > .inner > section > :nth-child(6) {
    transition-delay: 0.625s;
}
#main > .inner > section > :nth-child(7) {
    transition-delay: 0.75s;
}
#main > .inner > section > :nth-child(8) {
    transition-delay: 0.875s;
}
#main > .inner > section > :nth-child(9) {
    transition-delay: 1s;
}
#main > .inner > section > :nth-child(10) {
    transition-delay: 1.125s;
}
#main > .inner > section > :nth-child(11) {
    transition-delay: 1.25s;
}
#main > .inner > section > :nth-child(12) {
    transition-delay: 1.375s;
}
#main > .inner > section > :nth-child(13) {
    transition-delay: 1.5s;
}
#main > .inner > section > :nth-child(14) {
    transition-delay: 1.625s;
}
#main > .inner > section > :nth-child(15) {
    transition-delay: 1.75s;
}
#main > .inner > section > :nth-child(16) {
    transition-delay: 1.875s;
}
#main > .inner > section > :nth-child(17) {
    transition-delay: 2s;
}
#main > .inner > section > :nth-child(18) {
    transition-delay: 2.125s;
}
#main > .inner > section > :nth-child(19) {
    transition-delay: 2.25s;
}
#main > .inner > section > :nth-child(20) {
    transition-delay: 2.375s;
}
#main > .inner > section > :nth-child(21) {
    transition-delay: 2.5s;
}
#main > .inner > section > :nth-child(22) {
    transition-delay: 2.625s;
}
#main > .inner > section > :nth-child(23) {
    transition-delay: 2.75s;
}
#main > .inner > section > :nth-child(24) {
    transition-delay: 2.875s;
}
#main > .inner > section > :nth-child(25) {
    transition-delay: 3s;
}
#main > .inner > section > :nth-child(26) {
    transition-delay: 3.125s;
}
#main > .inner > section > :nth-child(27) {
    transition-delay: 3.25s;
}
#main > .inner > section > :nth-child(28) {
    transition-delay: 3.375s;
}
#main > .inner > section > :nth-child(29) {
    transition-delay: 3.5s;
}
#main > .inner > section > :nth-child(30) {
    transition-delay: 3.625s;
}
#main > .inner > section > :nth-child(31) {
    transition-delay: 3.75s;
}
#main > .inner > section > :nth-child(32) {
    transition-delay: 3.875s;
}
#main > .inner > header, #main > .inner > footer {
    transition: opacity 0.1875s ease-in-out 0.28125s,visibility 0.1875s linear 0.28125s;
}
#main > .inner > header.hidden, #main > .inner > footer.hidden {
    opacity: 0;
    transition: opacity 0.1875s ease-in-out,visibility 0.1875s;
    visibility: hidden;
}
#main > .inner > section {
    transition: opacity 0.375s ease-in-out 0.1875s,transform 0.375s ease-in-out 0.1875s,min-height 0.1875s ease-in-out,max-height 0.1875s ease-in-out;
}
#main > .inner > section.inactive {
    opacity: 0;
    transition: opacity 0.1875s ease-in-out,transform 0.1875s ease-in-out;
    transform: scale(0.94375);
}
body.is-instant #main, body.is-instant #main > .inner > *,body.is-instant #main > .inner > section > * {
    transition: none !important;
}
body.is-instant:after {
    display: none !important;
    transition: none !important;
}
.image {
    display: block;
    line-height: 0;
    max-width: 100%;
    position: relative;
}
.image .frame {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
    width: 100%;
}
.image .frame img {
    border-radius: 0 !important;
    max-width: 100%;
    vertical-align: top;
    width: inherit;
}
.image.full .frame {
    display: block;
}
.image.full:first-child .frame {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
.image.full:last-child .frame {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}
#image02 {
    text-align: left;
}
#image02 .frame {
    max-width: 100%;
    width: 155px;
    transition: none;
}
#image02 .frame img {
    transition: none;
}
#image03 {
    text-align: left;
}
#image03 .frame {
    max-width: 100%;
    width: 135px;
    transition: none;
}
#image03 .frame img {
    transition: none;
    border-radius: 50% !important;
}
h1, h2, h3, p {
    direction: var(--site-language-direction);
    position: relative;
}
h1 span.p, h2 span.p, h3 span.p, p span.p {
    display: block;
    position: relative;
}
h1 span[style], h2 span[style], h3 span[style], p span[style], h1 strong, h2 strong, h3 strong, p strong, h1 a, h2 a, h3 a, p a, h1 code, h2 code, h3 code, p code, h1 mark, h2 mark, h3 mark, p mark, h1 spoiler-text, h2 spoiler-text, h3 spoiler-text, p spoiler-text {
    -webkit-text-fill-color: currentcolor;
}

#text02 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1.5em;
    line-height: 1.375;
    font-weight: 400;
}
#text02 a {
    text-decoration: underline;
}
#text02 a:hover {
    text-decoration: none;
}
#text02 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text10 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1.5em;
    line-height: 1.375;
    font-weight: 400;
}
#text10 a {
    text-decoration: underline;
}
#text10 a:hover {
    text-decoration: none;
}
#text10 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text11 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 400;
}
#text11 a {
    text-decoration: underline;
}
#text11 a:hover {
    text-decoration: none;
}
#text11 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text05 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1.5em;
    line-height: 1.375;
    font-weight: 400;
}
#text05 a {
    text-decoration: underline;
}
#text05 a:hover {
    text-decoration: none;
}
#text05 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text03 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 400;
}
#text03 a {
    text-decoration: underline;
}
#text03 a:hover {
    text-decoration: none;
}
#text03 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text12 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 400;
}
#text12 a {
    text-decoration: underline;
}
#text12 a:hover {
    text-decoration: none;
}
#text12 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text15 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 400;
}
#text15 a {
    text-decoration: underline;
}
#text15 a:hover {
    text-decoration: none;
}
#text15 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text04 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 400;
}
#text04 a {
    text-decoration: underline;
}
#text04 a:hover {
    text-decoration: none;
}
#text04 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text06 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 400;
}
#text06 a {
    text-decoration: underline;
}
#text06 a:hover {
    text-decoration: none;
}
#text06 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text07 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1.5em;
    line-height: 1.375;
    font-weight: 400;
}
#text07 a {
    text-decoration: underline;
}
#text07 a:hover {
    text-decoration: none;
}
#text07 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text08 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 400;
}
#text08 a {
    text-decoration: underline;
}
#text08 a:hover {
    text-decoration: none;
}
#text08 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text14 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1.5em;
    line-height: 1.375;
    font-weight: 400;
}
#text14 a {
    text-decoration: underline;
}
#text14 a:hover {
    text-decoration: none;
}
#text14 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text13 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1.5em;
    line-height: 1.375;
    font-weight: 400;
}
#text13 a {
    text-decoration: underline;
}
#text13 a:hover {
    text-decoration: none;
}
#text13 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text01 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1.5em;
    line-height: 1.375;
    font-weight: 400;
}
#text01 a {
    text-decoration: underline;
}
#text01 a:hover {
    text-decoration: none;
}
#text01 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
#text09 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 400;
}
#text09 a {
    text-decoration: underline;
}
#text09 a:hover {
    text-decoration: none;
}
#text09 span.p:nth-child(n + 2) {
    margin-top: 1rem;
}
.buttons {
    cursor: default;
    display: flex;
    justify-content: var(--flex-alignment);
    letter-spacing: 0;
    padding: 0;
}
.buttons li {
    max-width: 100%;
}
.buttons li a {
    align-items: center;
    justify-content: center;
    max-width: 100%;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
}
#buttons02 {
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}
#buttons02:not(:first-child) {
    margin-top: 2.125rem !important;
}
#buttons02:not(:last-child) {
    margin-bottom: 2.125rem !important;
}
#buttons02 li a {
    display: inline-block;
    width: auto;
    height: 2.5rem;
    line-height: calc(2.5rem - 2px);
    padding: 0 1.25rem;
    vertical-align: middle;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    font-weight: 400;
    border-radius: 0rem;
    direction: var(--site-language-direction);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
#buttons02 .button {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}
#buttons02 .button:hover {
    border-color: #FF828A !important;
    color: #FF828A !important;
}
#buttons05 {
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}
#buttons05:not(:first-child) {
    margin-top: 2.125rem !important;
}
#buttons05:not(:last-child) {
    margin-bottom: 2.125rem !important;
}
#buttons05 li a {
    display: inline-block;
    width: auto;
    height: 2.5rem;
    line-height: calc(2.5rem - 2px);
    padding: 0 1.25rem;
    vertical-align: middle;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    font-weight: 400;
    border-radius: 0rem;
    direction: var(--site-language-direction);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
#buttons05 .button {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}
#buttons05 .button:hover {
    border-color: #FF828A !important;
    color: #FF828A !important;
}
#buttons01 {
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}
#buttons01:not(:first-child) {
    margin-top: 2.125rem !important;
}
#buttons01:not(:last-child) {
    margin-bottom: 2.125rem !important;
}
#buttons01 li a {
    display: inline-block;
    width: auto;
    height: 2.5rem;
    line-height: calc(2.5rem - 2px);
    padding: 0 1.25rem;
    vertical-align: middle;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    font-weight: 400;
    border-radius: 0rem;
    direction: var(--site-language-direction);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
#buttons01 .button {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}
#buttons01 .button:hover {
    border-color: #FF828A !important;
    color: #FF828A !important;
}
#buttons06 {
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}
#buttons06:not(:first-child) {
    margin-top: 2.125rem !important;
}
#buttons06:not(:last-child) {
    margin-bottom: 2.125rem !important;
}
#buttons06 li a {
    display: inline-block;
    width: auto;
    height: 2.5rem;
    line-height: calc(2.5rem - 2px);
    padding: 0 1.25rem;
    vertical-align: middle;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    font-weight: 400;
    border-radius: 0rem;
    direction: var(--site-language-direction);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
#buttons06 .button {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}
#buttons06 .button:hover {
    border-color: #FF828A !important;
    color: #FF828A !important;
}
#buttons08 {
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}
#buttons08:not(:first-child) {
    margin-top: 2.125rem !important;
}
#buttons08:not(:last-child) {
    margin-bottom: 2.125rem !important;
}
#buttons08 li a {
    display: inline-block;
    width: auto;
    height: 2.5rem;
    line-height: calc(2.5rem - 2px);
    padding: 0 1.25rem;
    vertical-align: middle;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    font-weight: 400;
    border-radius: 0rem;
    direction: var(--site-language-direction);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
#buttons08 .button {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}
#buttons08 .button:hover {
    border-color: #FF828A !important;
    color: #FF828A !important;
}
#buttons04 {
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}
#buttons04:not(:first-child) {
    margin-top: 2.125rem !important;
}
#buttons04:not(:last-child) {
    margin-bottom: 2.125rem !important;
}
#buttons04 li a {
    display: inline-block;
    width: auto;
    height: 2.5rem;
    line-height: calc(2.5rem - 2px);
    padding: 0 1.25rem;
    vertical-align: middle;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    font-weight: 400;
    border-radius: 0rem;
    direction: var(--site-language-direction);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
#buttons04 .button {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}
#buttons04 .button:hover {
    border-color: #FF828A !important;
    color: #FF828A !important;
}
#buttons03 {
    gap: 1.5rem;
    flex-direction: row;
    flex-wrap: wrap;
}
#buttons03:not(:first-child) {
    margin-top: 2.125rem !important;
}
#buttons03:not(:last-child) {
    margin-bottom: 2.125rem !important;
}
#buttons03 li a {
    display: inline-block;
    width: auto;
    height: 2.5rem;
    line-height: calc(2.5rem - 2px);
    padding: 0 1.25rem;
    vertical-align: middle;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    font-weight: 400;
    border-radius: 0rem;
    direction: var(--site-language-direction);
    overflow: hidden;
    text-overflow: ellipsis;
    transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease;
}
#buttons03 .button {
    color: #FFFFFF;
    border: solid 1px #FFFFFF;
}
#buttons03 .button:hover {
    border-color: #FF828A !important;
    color: #FF828A !important;
}
#footer {
    margin-top: 1.375rem !important;
}
.table-wrapper {
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    overflow-y: hidden;
}
.table-inner {
    display: inline-block;
    max-width: 100%;
}
table {
    direction: var(--site-language-direction);
    text-align: var(--site-language-alignment);
    width: 100%;
}
th {
    font-weight: bolder;
    text-align: var(--site-language-alignment);
}
#table01 {
    color: #FFFFFF;
    font-family: 'Source Code Pro', monospace;
    font-size: 1em;
    line-height: 1.75;
    font-weight: 400;
}
#table01 a:hover {
    color: #FF828A;
}
#table01 a {
    text-decoration: underline;
}
#table01 .table-inner {
    width: 30rem;
}
#table01 thead {
    border-bottom: solid 2px #FFFFFF;
}
#table01 tbody tr {
    border-top: solid 1px rgba(255,255,255,0.373);
}
#table01 tbody tr:first-child {
    border-top: 0;
}
#table01 th, #table01 td {
    padding: 0.5rem 0.6875rem;
}
#table01 th:first-child, #table01 td:first-child {
    padding-left: 0;
}
#table01 th:last-child, #table01 td:last-child {
    padding-right: 0;
}
.icc-credits {
    display: block;
    opacity: 1 !important;
    position: relative;
    transition-delay: 0s !important;
}
.icc-credits span {
    border-radius: 24px;
    cursor: pointer;
    display: inline-block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 1;
    position: relative;
    text-decoration: none;
    width: auto;
}
.icc-credits span a {
    display: inline-block;
    padding: 0.5em 0.375em;
    position: relative;
    text-decoration: none;
    transition: color 0.25s ease, transform 0.25s ease;
    z-index: 1;
}
.icc-credits span a:before {
    content: '( ';
    opacity: 1;
    transition: opacity 0.25s ease;
}
.icc-credits span a:after {
    content: ' )';
    opacity: 1;
    transition: opacity 0.25s ease;
}
.icc-credits span::after {
    background-image: linear-gradient(30deg, #A464A1 15%, #3B5DAD 85%);
    border-radius: inherit;
    box-shadow: 0 0.25em 1.25em 0 rgba(0,0,0,0.25);
    content: '';
    display: block;
    height: calc(100% + 2px);
    left: -1px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: -1px;
    transition: opacity 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    width: calc(100% + 2px);
}
.icc-credits span:hover {
    text-transform: none !important;
}
.icc-credits span:hover a {
    color: #ffffff !important;
    transform: scale(1.1) translateY(-0.05rem);
}
.icc-credits span:hover a:before {
    opacity: 0;
}
.icc-credits span:hover a:after {
    opacity: 0;
}
.icc-credits span:hover::after {
    opacity: 1;
    transform: scale(1.1) translateY(-0.05rem);
}
#credits span {
    color: rgba(255,255,255,0.498);
}
@media (max-width: 1920px) {
}
@media (max-width: 1680px) {
    html {
        font-size: 13pt;
    }
}
@media (max-width: 1280px) {
    html {
        font-size: 13pt;
    }
}
@media (max-width: 1024px) {
}
@media (max-width: 980px) {
    html {
        font-size: 11pt;
    }
}
@media (max-width: 736px) {
    html {
        font-size: 11pt;
    }
    #main > .inner {
        --padding-horizontal: 2rem;
        --padding-vertical: 3.5rem;
        --spacing: 1.375rem;
    }
    #main > .inner > * > .full {
        margin-left: calc(-2rem);
        max-width: calc(100% + 4rem + 0.4725px);
        width: calc(100% + 4rem + 0.4725px);
    }
    #main > .inner > * > .full.screen {
        margin-left: calc(-2rem);
    }
    #main > .inner > footer > .full:last-child {
        margin-bottom: -3.5rem !important;
    }
    #main > .inner > .active > .full:first-child {
        margin-top: -3.5rem !important;
    }
    #text16 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 2.5em;
        line-height: 1.375;
    }
    #text02 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1.5em;
        line-height: 1.375;
    }
    #text10 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1.5em;
        line-height: 1.375;
    }
    #text11 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1em;
        line-height: 1.75;
    }
    #text05 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1.5em;
        line-height: 1.375;
    }
    #text03 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1em;
        line-height: 1.75;
    }
    #text12 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1em;
        line-height: 1.75;
    }
    #text15 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1em;
        line-height: 1.75;
    }
    #text04 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1em;
        line-height: 1.75;
    }
    #text06 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1em;
        line-height: 1.75;
    }
    #text07 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1.5em;
        line-height: 1.375;
    }
    #text08 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1em;
        line-height: 1.75;
    }
    #text14 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1.5em;
        line-height: 1.375;
    }
    #text13 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1.5em;
        line-height: 1.375;
    }
    #text01 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1.5em;
        line-height: 1.375;
    }
    #text09 {
        letter-spacing: 0rem;
        width: 100%;
        font-size: 1em;
        line-height: 1.75;
    }
    #buttons02 {
        gap: 1.5rem;
    }
    #buttons02:not(:first-child) {
        margin-top: 1.59375rem !important;
    }
    #buttons02:not(:last-child) {
        margin-bottom: 1.59375rem !important;
    }
    #buttons02 li a {
        letter-spacing: 0rem;
        font-size: 1em;
    }
    #buttons05 {
        gap: 1.5rem;
    }
    #buttons05:not(:first-child) {
        margin-top: 1.59375rem !important;
    }
    #buttons05:not(:last-child) {
        margin-bottom: 1.59375rem !important;
    }
    #buttons05 li a {
        letter-spacing: 0rem;
        font-size: 1em;
    }
    #buttons01 {
        gap: 1.5rem;
    }
    #buttons01:not(:first-child) {
        margin-top: 1.59375rem !important;
    }
    #buttons01:not(:last-child) {
        margin-bottom: 1.59375rem !important;
    }
    #buttons01 li a {
        letter-spacing: 0rem;
        font-size: 1em;
    }
    #buttons06 {
        gap: 1.5rem;
    }
    #buttons06:not(:first-child) {
        margin-top: 1.59375rem !important;
    }
    #buttons06:not(:last-child) {
        margin-bottom: 1.59375rem !important;
    }
    #buttons06 li a {
        letter-spacing: 0rem;
        font-size: 1em;
    }
    #buttons08 {
        gap: 1.5rem;
    }
    #buttons08:not(:first-child) {
        margin-top: 1.59375rem !important;
    }
    #buttons08:not(:last-child) {
        margin-bottom: 1.59375rem !important;
    }
    #buttons08 li a {
        letter-spacing: 0rem;
        font-size: 1em;
    }
    #buttons04 {
        gap: 1.5rem;
    }
    #buttons04:not(:first-child) {
        margin-top: 1.59375rem !important;
    }
    #buttons04:not(:last-child) {
        margin-bottom: 1.59375rem !important;
    }
    #buttons04 li a {
        letter-spacing: 0rem;
        font-size: 1em;
    }
    #buttons03 {
        gap: 1.5rem;
    }
    #buttons03:not(:first-child) {
        margin-top: 1.59375rem !important;
    }
    #buttons03:not(:last-child) {
        margin-bottom: 1.59375rem !important;
    }
    #buttons03 li a {
        letter-spacing: 0rem;
        font-size: 1em;
    }
    #footer {
        margin-top: 1.03125rem !important;
    }
    #table01 {
        letter-spacing: 0rem;
        font-size: 1em;
        line-height: 1.75;
    }
    #table01 th, #table01 td {
        padding: 0.5rem 0.6875rem;
    }
}
@media (max-width: 480px) {
    #main > .inner {
        --spacing: 1.203125rem;
    }
}
@media (max-width: 360px) {
    #main > .inner {
        --padding-horizontal: 1.5rem;
        --padding-vertical: 2.625rem;
        --spacing: 1.03125rem;
    }
    #main > .inner > * > .full {
        margin-left: calc(-1.5rem);
        max-width: calc(100% + 3rem + 0.4725px);
        width: calc(100% + 3rem + 0.4725px);
    }
    #main > .inner > * > .full.screen {
        margin-left: calc(-1.5rem);
    }
    #main > .inner > footer > .full:last-child {
        margin-bottom: -2.625rem !important;
    }
    #main > .inner > .active > .full:first-child {
        margin-top: -2.625rem !important;
    }
    #text16 {
        font-size: 2em;
    }
    #text02 {
        font-size: 1.5em;
    }
    #text10 {
        font-size: 1.5em;
    }
    #text11 {
        font-size: 1em;
    }
    #text05 {
        font-size: 1.5em;
    }
    #text03 {
        font-size: 1em;
    }
    #text12 {
        font-size: 1em;
    }
    #text15 {
        font-size: 1em;
    }
    #text04 {
        font-size: 1em;
    }
    #text06 {
        font-size: 1em;
    }
    #text07 {
        font-size: 1.5em;
    }
    #text08 {
        font-size: 1em;
    }
    #text14 {
        font-size: 1.5em;
    }
    #text13 {
        font-size: 1.5em;
    }
    #text01 {
        font-size: 1.5em;
    }
    #text09 {
        font-size: 1em;
    }
    #buttons02 {
        gap: 1.125rem;
    }
    #buttons05 {
        gap: 1.125rem;
    }
    #buttons01 {
        gap: 1.125rem;
    }
    #buttons06 {
        gap: 1.125rem;
    }
    #buttons08 {
        gap: 1.125rem;
    }
    #buttons04 {
        gap: 1.125rem;
    }
    #buttons03 {
        gap: 1.125rem;
    }
    #table01 {
        font-size: 1em;
    }
}
</style><noscript><style>body {
    overflow: auto !important;
}
body:after {
    display: none !important;
}
#main > .inner {
    opacity: 1.0 !important;
}
#main {
    opacity: 1.0 !important;
    transform: none !important;
    transition: none !important;
    filter: none !important;
}
#main > .inner > section {
    opacity: 1.0 !important;
    transform: none !important;
    transition: none !important;
    filter: none !important;
}
#main > .inner > section > * {
    opacity: 1.0 !important;
    transform: none !important;
    transition: none !important;
    filter: none !important;
}
