﻿/*! IcoMoon */
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.icon-images {
    width: 1.125em;
}

.fancybox__slide {
    padding-inline: 1em;
}

    .fancybox__slide.has-image > .fancybox__content {
        max-height: 80%;
        max-height: calc(100% - 240px);
        max-height: min(80%, 100% - 300px);
    }

.fancybox__content {
    max-width: 800px;
    max-width: min(95%, 1200px);
}

.fancybox__caption {
    max-width: 800px;
    max-width: min(95%, 800px);
    padding-inline: 0.3em;
}

.fancybox--hero .fancybox__slide.has-image > .fancybox__content {
    max-height: 95%;
    max-height: calc(100% - 3em);
    max-height: min(95%, 100% - 3em);
}

/*! Abstracts:Variables:Typography */
/*! CSS Color Variables */
:root {
    --color-theme: rgb(24, 44, 120);
    --color-theme-dark: #0c163c;
    --color-theme-dark-desaturated: #202228;
    --color-theme-bright: #dcdfeb;
    --color-theme-brighter: rgb(255, 255, 255);
    --color-theme-bright-filter: invert(94%) sepia(4%) saturate(584%) hue-rotate(194deg) brightness(97%) contrast(90%);
    --color-theme-brighter-filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(258deg) brightness(106%) contrast(101%);
    --color-complement: #786418;
    --color-complement-dark: #3c320c;
    --color-complement-dark-desaturated: #262522;
    --color-text: rgb(238, 238, 238);
    --color-a-link: #d0c9ae;
    --color-a-visited: #b1ab94;
    --color-a-hover: #f3f1e6;
    --color-a-active: rgb(255, 173, 102);
    --color-a-desaturated: #bfbfbf;
    --color-a-link-filter: invert(87%) sepia(25%) saturate(192%) hue-rotate(10deg) brightness(88%) contrast(94%);
    --color-a-visited-filter: invert(74%) sepia(9%) saturate(525%) hue-rotate(10deg) brightness(90%) contrast(91%);
    --color-a-hover-filter: invert(90%) sepia(17%) saturate(96%) hue-rotate(14deg) brightness(106%) contrast(91%);
    --color-a-active-filter: invert(64%) sepia(56%) saturate(408%) hue-rotate(342deg) brightness(103%) contrast(101%);
    --color-a-desaturated-filter: invert(85%) sepia(0%) saturate(1345%) hue-rotate(285deg) brightness(92%) contrast(88%);
    --color-accent-a-link: #a6cdff;
    --color-accent-a-visited: #a6cdff;
    --color-accent-a-hover: #cce2ff;
    --color-accent-a-active: #a6aaff;
    --color-accent-a-desaturated: lightgray;
    --background-a-link: rgba(208, 201, 174, 0.2);
    --background-a-hover: rgba(243, 241, 230, 0.4);
    --background-a-active: rgba(255, 173, 102, 0.5);
    --background-a-desaturated: rgba(191, 191, 191, 0.2);
    --background-page-fade-gradient: --linear-gradient(rgba(46, 48, 75, 0.15), rgba(46, 38, 47, 0.15));
    --test1: rgba(46, 48, 75, 0.15);
    --test2: rgba(46, 38, 47, 0.15);
    --background-body: #0d0e10;
    --background-content: #202228;
    --background-header: #17191e;
    --background-header-open: #2e3035;
    --background-footer: rgba(22, 24, 28, 0.5);
}

/*! CSS Font Variables */
:root {
    --font-main: system-ui, sans-serif;
    --font-text: system-ui, sans-serif;
    --font-heading: Helvetica Neue, Helvetica, Arial, sans-serif;
    --font-menu: Helvetica Neue, Helvetica, Arial, sans-serif;
    --font-footer: system-ui, sans-serif;
    --font-size-xxxl: 1.4rem;
    --font-size-xxl: 1.3rem;
    --font-size-xl: 1.2rem;
    --font-size-l: 1.1rem;
    --font-size-m: 1rem;
    --font-size-s: 0.95rem;
    --font-size-xs: 0.9rem;
    --font-size-xxs: 0.85rem;
    --font-size-xxxs: 0.8rem;
}

/*! CSS Dimension Variables */
:root {
    --content-spacing-x: 20px;
    --content-spacing-x-mobile: 15px;
    --margin-heading: 1.2em;
    --margin-large: 1em;
    --margin-medium: 0.6em;
    --margin-small: 0.3em;
    --border-radius-s: 0.2em;
    --border-radius-m: 0.4em;
    --border-radius-l: 0.6em;
}

/*! HTML Reset */
::-moz-selection {
    /*text-shadow: none;*/
}

::selection {
    /*text-shadow: none;*/
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio, canvas, iframe, img, svg, video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.hidden, [hidden] {
    display: none !important;
}

/* Base:Base */
html {
    box-sizing: border-box;
}

*, *::before, *::after {
    box-sizing: inherit;
}

::-moz-selection {
    /*background: rgba(232, 234, 242, 0.5);*/
}

::selection {
    /*background: rgba(232, 234, 242, 0.5);*/
}

html, body {
    margin: 0;
    padding: 0;
    color: var(--color-text, #222);
    background: var(--background-body, #eee);
    scroll-behavior: smooth;
}

h1, h2 {
    margin: var(--margin-heading) 0em var(--margin-medium) 0em;
}

h3, h4, h5 {
    margin: var(--margin-heading) 0em var(--margin-small) 0em;
}

p, ul, dl, table, figure {
    margin: var(--margin-medium) 0em var(--margin-medium) 0em;
}

div, form, article, section, aside, figure {
    margin: 0em;
}

a:link {
    color: var(--color-a-link);
}

a:visited {
    color: var(--color-a-visited);
}

a:hover {
    color: var(--color-a-hover);
}

a:active {
    color: var(--color-a-active);
}

ul, dl {
    padding-left: 1.5em;
}

.color-a-desaturated a:link, .menus__toggle a:link {
    color: var(--color-a-link-desaturated);
}

.color-a-desaturated a:visited, .menus__toggle a:visited {
    color: var(--color-a-link-desaturated);
}

.color-a-desaturated a:hover, .menus__toggle a:hover {
    color: var(--color-a-hover);
}

.color-a-desaturated a:active, .menus__toggle a:active {
    color: var(--color-a-active);
}

.color-a-visited-ignore a:visited, .menus a:visited {
    color: var(--color-a-link);
}

.color-a-background a:link, .color-a-background a:visited {
    background-color: var(--background-a-link);
}

.color-a-background a:hover {
    background-color: var(--background-a-hover);
}

.color-a-background a:active {
    background-color: var(--background-a-active);
}

@media (max-width: 481px) {
    .content-spacing-x {
        padding-inline: var(--content-spacing-x-mobile);
    }

    .content-spacing-x-breakout {
        margin-inline: calc(-1 * var(--content-spacing-x-mobile));
    }
}

@media (min-width: 481px) {
    .content-spacing-x {
        padding-inline: var(--content-spacing-x);
    }

    .content-spacing-x-breakout {
        margin-inline: calc(-1 * var(--content-spacing-x));
    }
}

.clearfix::before, .clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

.list-blocks {
    list-style: none;
    padding: 0;
}

    .list-blocks > li {
        display: block;
    }

.hidden {
    display: none;
}

@media (max-width: 481px) {
    .hidden-mobile {
        display: none;
    }
}

@media (max-width: 767px) {
    .hidden-small {
        display: none;
    }
}

@media (max-width: 992px) {
    .hidden-medium {
        display: none;
    }
}

@media (min-width: 767px) {
    .show-small {
        display: none;
    }
}

@media (min-width: 992px) {
    .show-medium {
        display: none;
    }
}

@media (min-width: 1120px) {
    .show-large {
        display: none;
    }
}

.hidden-visually {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

    .hidden-visually.focusable:active,
    .hidden-visually.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        white-space: inherit;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

/* Open Sans Regular */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 400;
    src: url("/includes/fonts/OpenSans-Regular.ttf") format("truetype");
}
/* Open Sans Italic */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 400;
    src: url("/includes/fonts/OpenSans-Italic.ttf") format("truetype");
}
/* Open Sans Semi-Bold */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 600;
    src: url("/includes/fonts/OpenSans-Semibold.ttf") format("truetype");
}
/* Open Sans Semi-Bold Italic */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 600;
    src: url("/includes/fonts/OpenSans-SemiboldItalic.ttf") format("truetype");
}
/* Open Sans Bold */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 700;
    src: url("/includes/fonts/OpenSans-Bold.ttf") format("truetype");
}
/* Open Sans Bold Italic */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 700;
    src: url("/includes/fonts/OpenSans-BoldItalic.ttf") format("truetype");
}
/* Open Sans Extra-Bold */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 800;
    src: url("/includes/fonts/OpenSans-ExtraBold.ttf") format("truetype");
}
/* Open Sans Extra-Bold Italic */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 800;
    src: url("/includes/fonts/OpenSans-ExtraBoldItalic.ttf") format("truetype");
}
/* Open Sans Light */
@font-face {
    font-family: "Open Sans";
    font-style: normal;
    font-weight: 300;
    src: url("/includes/fonts/OpenSans-Light.ttf") format("truetype");
}
/* Open Sans Light Italic */
@font-face {
    font-family: "Open Sans";
    font-style: italic;
    font-weight: 300;
    src: url("/includes/fonts/OpenSans-LightItalic.ttf") format("truetype");
}
/*! Base:Typography */
html {
    font: normal 15px/1.4 var(--font-text);
}

.font-size--xxxs {
    font-size: var(--font-size-xxxs);
}

.font-size--xxs {
    font-size: var(--font-size-xxs);
}

.font-size--xs {
    font-size: var(--font-size-xs);
}

.font-size--s {
    font-size: var(--font-size-s);
}

.font-size--m {
    font-size: var(--font-size-m);
}

.font-size--l {
    font-size: var(--font-size-l);
}

.font-size--xl {
    font-size: var(--font-size-xl);
}

.font-size--xxl {
    font-size: var(--font-size-xxl);
}

.font-size--xxxl {
    font-size: var(--font-size-xxxl);
}

/*! Base:Helpers */
/* Clear inner floats */
.clearfix::after {
    clear: both;
    content: "";
    display: table;
}

/* content container basic style */
.container {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}

/* hide text */
.hide-text {
    overflow: hidden;
    padding: 0;
    text-indent: 101%;
    white-space: nowrap;
}

/* Base:Base */
.placeholder {
    outline-width: 0.11em;
    outline-style: solid;
    background-color: #3d3f44;
    outline-color: #5a5c60;
    box-shadow: inset(0 0 2em rgba(191, 191, 191, 0.02));
    width: 100%;
    height: auto;
    min-height: 2em;
    border-radius: 0.1em;
}

    .placeholder > *:first-child {
        display: block;
        width: 100%;
        height: 100%;
        background: linear-gradient(rgba(61, 63, 68, 0.7), rgba(61, 63, 68, 0.7)), url(/includes/vendor/icomoon/SVG/image.svg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: 20%;
    }

/*! Components:Lists */
.color--accent a:link, .color--accent a:visited, .color--accent:is(a):link, .color--accent:is(a):visited {
    color: var(--color-accent-a-link);
}

.color--accent a:hover, .color--accent:is(a):hover {
    color: var(--color-accent-a-hover);
}

.color--accent a:active, .color--accent:is(a):active {
    color: var(--color-accent-a-active);
}

/*! Components:Lists */
.link--action {
    padding: var(--margin-small) var(--margin-medium);
    font-size: var(--font-size-l);
    display: inline-block;
    background: color-mix(in srgb, currentcolor 15%, transparent);
    text-decoration-color: color-mix(in srgb, currentcolor 75%, transparent);
    border: 1px solid currentcolor;
    border-color: color-mix(in srgb, currentcolor 75%, transparent);
    border-radius: var(--border-radius-m);
}

    .link--action:hover {
        text-decoration-color: currentcolor;
        text-decoration-color: color-mix(in srgb, currentcolor 75%, transparent);
        border: 1px solid currentcolor;
        border-color: color-mix(in srgb, currentcolor 75%, transparent);
    }

    .link--action .icon {
        position: relative;
        top: -0.13em;
        width: 1.3em;
        height: 1.2em;
        margin-left: 0.15em;
    }

/*! Components:Lists */
.list--reset {
    list-style: none;
    padding-left: 0em;
}

/*! Layout:Header */
/*! Header */
.header {
    position: relative;
    /*  background: var(--background-header); ajay
*/ z-index: 1;
}

.header__logo {
    position: absolute;
    top: 0;
    left: 0;
}

    .header__logo a:link {
        color: var(--color-a-link-desaturated);
    }

    .header__logo a:visited {
        color: var(--color-a-link-desaturated);
    }

    .header__logo a:hover {
        color: var(--color-a-hover);
    }

    .header__logo a:active {
        color: var(--color-a-active);
    }

    .header__logo a {
        height: 46px;
        width: 100px;
        display: block;
        background-image: url("/images/layout/slas-art-mobile.svg");
        background-size: cover;
        background-repeat: no-repeat;
        opacity: 0.8;
    }

        .header__logo a:hover {
            opacity: 1;
        }

    .header__logo svg {
        display: none;
    }

.header__heading {
    background-repeat: no-repeat;
    background-position: center center;
}

    .header__heading h1 {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        .header__heading h1 a:link {
            color: var(--color-a-link-desaturated);
        }

        .header__heading h1 a:visited {
            color: var(--color-a-link-desaturated);
        }

        .header__heading h1 a:hover {
            color: var(--color-a-hover);
        }

        .header__heading h1 a:active {
            color: var(--color-a-active);
        }

.header__heading__graphic {
    margin: 0 auto;
    width: 151px;
    height: 28px;
    position: relative;
    top: 9px;
    left: -2.5%;
}

    .header__heading__graphic svg {
        width: inherit;
        height: inherit;
        vertical-align: top;
    }

/*! Main Menus */
.menus {
    position: absolute;
    top: 46px;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    font: 1rem/1rem "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*  background: var(--background-header-open); ajay
*/ border: none;
    box-shadow: 0 0.1em 0.3em rgba(0, 0, 0, 0.8);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    z-index: 4;
}

.menus__wrapper {
    margin: 0;
    padding: 0.2em 0 0.5em;
}

.menus__toggle {
    display: block;
    position: absolute;
    top: -46px;
    right: 0;
    height: 46px;
    /*  background: var(--background-header-open); ajay
*/ z-index: 5;
}

    .menus__toggle a {
        display: block;
        height: inherit;
        padding: 0 2.5em;
        color: #dcdfeb;
        cursor: pointer;
    }

        .menus__toggle a:hover {
            background: rgba(255, 255, 255, 0.05);
        }

        .menus__toggle a:active {
            background: rgba(255, 255, 255, 0.1);
        }

        .menus__toggle a svg {
            margin-top: 12px;
            width: 22px;
            height: 22px;
        }

.menus .menu {
    display: flex;
    width: auto;
    margin: 0;
    padding: 0;
    font-size: 1.1rem;
    line-height: 1.1rem;
}

.menus .menu__item {
    display: block;
}

    .menus .menu__item a {
        display: block;
    }

        .menus .menu__item a:hover {
            background: rgba(255, 255, 255, 0.05);
            border-radius: var(--border-radius-s);
        }

.menus .submenu {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .menus .submenu .subitem {
        white-space: nowrap;
    }

        .menus .submenu .subitem a {
            padding-inline: 16px;
        }

.menus__wrapper {
    display: none;
}

    .menus__wrapper.open {
        display: block;
    }

.menus .has-submenu > a::after {
    content: url('data:image/svg+xml,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 32 32"><title>chevron-down</title><path d="M31.623 11.186l-14.73 14.71q-0.377 0.377-0.893 0.377t-0.893-0.377l-14.73-14.71q-0.377-0.377-0.377-0.903t0.377-0.903l3.295-3.275q0.377-0.377 0.893-0.377t0.893 0.377l10.541 10.541 10.541-10.541q0.377-0.377 0.893-0.377t0.893 0.377l3.295 3.275q0.377 0.377 0.377 0.903t-0.377 0.903z"></path></svg>');
    display: inline-block;
    position: relative;
    top: 1px;
    width: 12px;
    margin-left: 0.4em;
}

.menus .has-submenu > a::after {
    filter: var(--color-a-link-filter);
}

.menus .has-submenu > a:hover::after {
    filter: var(--color-a-hover-filter);
}

.menus .has-submenu > a:active::after {
    filter: var(--color-a-active-filter);
}

.menus .submenu {
    display: none;
}

    .menus .submenu .item {
        display: none;
    }

.menus .submenu-active .submenu {
    display: block;
}

/*! Desktop Layout */
@media (min-width: 600px) {
    .menus__wrapper {
        display: block !important;
    }

    .menus .item {
        display: block;
    }

    .menus .submenu-active .submenu {
        display: block;
        position: absolute;
        top: 34px;
        left: -8px;
    }

    .menus .toggle {
        display: none;
    }
}
/*! Header: Responsive Design */
/*! Mobile Layout */
@media (max-width: 600px) {
    .header {
        height: 46px;
        box-shadow: 0 0.08em 0.2em rgba(0, 0, 0, 0.6);
    }

    .header__logo {
        position: absolute;
        top: 0;
        left: 0;
    }

        .header__logo a:link {
            color: var(--color-a-link-desaturated);
        }

        .header__logo a:visited {
            color: var(--color-a-link-desaturated);
        }

        .header__logo a:hover {
            color: var(--color-a-hover);
        }

        .header__logo a:active {
            color: var(--color-a-active);
        }

        .header__logo a {
            height: 46px;
            width: 100px;
            display: block;
            background-image: url("/images/layout/slas-art-mobile.svg");
            background-size: cover;
            background-repeat: no-repeat;
            opacity: 0.8;
        }

            .header__logo a:hover {
                opacity: 1;
            }

        .header__logo img {
            display: none;
        }

    .header__heading__text {
        border: 0;
        clip: rect(0, 0, 0, 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        white-space: nowrap;
        width: 1px;
    }
    /*! Main Menus: Mobile Layout */
    .menus {
        --item-spacing: calc(var(--content-spacing-x-mobile) * 0.5);
        --menu-spacing: calc(var(--content-spacing-x-mobile) * 2);
        right: 0;
        left: auto;
    }
}

@media (max-width: 600px) and (min-width: 350px) {
    .menus {
        max-width: 250px;
        border-radius: 0em 0em 0em var(--border-radius-s);
    }
}

@media (max-width: 600px) {
    .menus__wrapper {
        --menu-spacing: calc(var(--content-spacing-x-mobile) * 2);
        padding: var(--content-spacing-x-mobile) var(--content-spacing-x-mobile) var(--menu-spacing);
    }

        .menus__wrapper nav + nav {
            margin-top: var(--menu-spacing);
        }

    .menus.open .menus__wrapper {
        display: block;
    }

    .menus .menu {
        flex-flow: column;
        gap: var(--item-spacing) 0em;
    }

        .menus .menu a {
            padding-left: var(--item-spacing);
            line-height: 2em;
        }

    .menus .submenu {
        margin: var(--margin-medium) 0em var(--margin-heading) var(--item-spacing);
        border-left: 2px solid color-mix(in srgb, var(--color-a-link) 20%, transparent);
    }
}
/*! Desktop Layout */
@media (min-width: 600px) {
    /*! Website Header: Desktop Layout */
    .header {
        height: 84px;
        padding-top: 8px;
        box-shadow: 0 0.08em 0.2em rgba(0, 0, 0, 0.6);
    }

    .header__logo {
        position: absolute;
        top: 8px;
        left: var(--content-spacing-x);
    }

        .header__logo a {
            background-image: none;
            height: 74px;
            height: 65px;
            width: 107px;
            opacity: 0.92;
        }

            .header__logo a .slas-logo {
                width: 100%;
                height: auto;
                background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 164 100" xmlns:v="http://www.w3.org/1999/xlink"><path d="M113 18L95 4 80 2.12V2l-.5.06L79 2v.12L64 4 46 18 29 54v23h101V54l-17-36z" fill="rgb(47,69,149)"/></svg>');
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
            }

            .header__logo a:hover .slas-logo {
                background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 164 100" xmlns:v="http://www.w3.org/1999/xlink"><path d="M113 18L95 4 80 2.12V2l-.5.06L79 2v.12L64 4 46 18 29 54v23h101V54l-17-36z" fill="rgb(61,42,185)"/></svg>');
            }

            .header__logo a:active .slas-logo {
                background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 164 100" xmlns:v="http://www.w3.org/1999/xlink"><path d="M113 18L95 4 80 2.12V2l-.5.06L79 2v.12L64 4 46 18 29 54v23h101V54l-17-36z" fill="rgb(106,0,156)"/></svg>');
            }

            .header__logo a svg {
                display: block;
                width: inherit;
                height: inherit;
            }

    .header__heading {
        height: 34px;
        height: 38px;
    }

        .header__heading h1 {
            text-indent: 151.6px;
            text-align: left;
            font: 400 1.8em/34px "helvetica neue", helvetica, arial, sans-serif;
            letter-spacing: 0.01em;
        }

            .header__heading h1 span {
                text-indent: 0px;
                display: inline-block;
                vertical-align: middle;
                line-height: normal;
            }

    .header__heading__text {
        text-align: left;
    }

    .header__heading__graphic {
        display: none;
    }
    /*! Main Menus: Desktop Layout */
    .menus {
        position: initial;
        margin: 0;
        margin-left: 144.6px;
        width: calc(100% - 144.6px);
        background: linear-gradient(to top, #915b39, #2e4372);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        /*    background: #17191e;
*/ box-shadow: none;
    }

    .menus__toggle {
        display: none;
    }

    .menus__wrapper {
        display: block !important;
    }

    .menus__wrapper {
        margin: 0;
        padding: 0;
    }

    .menus .menu {
        flex-flow: row nowrap;
        align-items: flex-start;
        gap: 0em;
        margin: 0;
        padding: 0;
        font-size: 1rem;
    }

    .menus .menu__item {
        flex-basis: auto;
        position: relative;
    }

        .menus .menu__item a .hidden-longer {
            display: none;
        }

        .menus .menu__item a {
            padding: var(--margin-small) var(--margin-medium);
        }

    .menus .main-menu {
        height: 34px;
    }

        .menus .main-menu a {
            height: 34px;
            line-height: 34px;
            padding: 0 8px;
        }

    .menus .account-menu {
        position: absolute;
        top: 8px;
        right: 20px;
        float: right;
    }

        .menus .account-menu ul {
            flex-flow: row-reverse nowrap;
            gap: 0em 1em;
        }

            .menus .account-menu ul li {
                align-self: flex-end;
            }

                .menus .account-menu ul li a {
                    display: inline;
                    padding: 0;
                    line-height: 1em;
                }

    .menus .account-menu__join {
        display: none;
    }

        .menus .account-menu__join .hidden-longer {
            display: none;
        }

    .menus .submenu {
        padding-bottom: 0.3em;
        background: linear-gradient(to top, #915b39, #2e4372);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
        /*    background-color: #17191e;
*/ padding: 4px 0em var(--margin-medium);
        box-shadow: 0.1em 0.1em 0.4em rgba(0, 0, 0, 0.2);
        border-radius: 0em 0em var(--border-radius-s) var(--border-radius-s);
    }

        .menus .submenu a {
            height: auto;
            line-height: 2em;
            padding: 0 1em;
        }
}

@media (min-width: 700px) {
    /*! Main Menus: Desktop Layout */
    .menus .menu__item a .hidden-longer {
        display: inline;
    }

    .menus .account-menu__join {
        display: inline-block;
    }

        .menus .account-menu__join a .hidden-longer {
            display: none;
        }
}
/*! Layout:Footer */
.footer {
    margin: 0em;
    padding: var(--margin-medium) 0em;
}

    .footer .copyright {
        margin-top: 0;
        margin-block: var(--margin-large);
        text-align: center;
    }

    .footer .copyright__text {
        font-size: 0.95rem;
        opacity: 0.8;
    }

    .footer .copyright__subtext {
        font-size: 0.85rem;
        opacity: 0.6;
    }

    .footer .footer-nav a {
        opacity: 0.7;
    }

        .footer .footer-nav a:hover {
            opacity: 0.9;
        }

    .footer .footer-nav ul {
        list-style: none;
        padding: 0;
        display: flex;
        flex-flow: row wrap;
        justify-content: center;
        gap: var(--margin-small) 0.6em;
    }

htmlorg {
    background-image: linear-gradient(var(--test1), var(--test2)), url("/images/layout/body-background-mountains.svg"), url("/images/layout/body-background-orion.svg"), linear-gradient(180deg, rgb(40, 40, 111) 0%, rgb(36, 63, 125) 20%, rgb(56, 77, 121) 40%, rgb(128, 84, 120) 70%, rgb(157, 88, 85) 85%, rgb(166, 104, 49) 100%);
    background-position: left top, center bottom -134px, center bottom, left top;
    background-size: cover, 1120px auto, 1344px auto, cover;
    background-repeat: no-repeat;
    background-attachment: fixed, scroll, scroll, fixed;
    background-blend-mode: normal, normal, normal, normal;
}

html {
    background-image: linear-gradient(var(--test1), var(--test2)), url("/images/layout/body-background-mountains.svg"), url("/images/layout/evening-orion3.svg"), linear-gradient(180deg, rgb(40, 40, 111) 0%, rgb(36, 63, 125) 20%, rgb(56, 77, 121) 40%, rgb(128, 84, 120) 70%, rgb(157, 88, 85) 85%, rgb(166, 104, 49) 100%);
    background-position: left top, center bottom -134px, center bottom -55px, left top;
    background-size: cover, 1120px auto, 1344px auto, cover;
    background-repeat: no-repeat;
    background-attachment: fixed, scroll, scroll, fixed;
    background-blend-mode: normal, normal, normal, normal;
}

html1 {
    background-image: linear-gradient(var(--test1), var(--test2)), url("/images/layout/body-background-mountains.svg"), linear-gradient(180deg, rgb(40, 40, 111) 0%, rgb(36, 63, 125) 20%, rgb(56, 77, 121) 40%, rgb(128, 84, 120) 70%, rgb(157, 88, 85) 85%, rgb(166, 104, 49) 100%);
    background-position: left top, center bottom -134px, left top;
    background-size: cover, 1120px auto, cover;
    background-repeat: no-repeat;
    background-attachment: fixed, scroll, fixed;
    background-blend-mode: normal, normal, normal;
}

html:before {
    background-image: url("/images/layout/body-background-mountains.svg");
    background-position: center bottom -155px;
    background-size: 1120px auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-blend-mode: normal;
    transform: rotate(-41deg);
    z-index: 1;
    height: 100%;
    width: 100%;
    position: absolute;
    content: "":
}


.footer {
    padding-bottom: 380px;
}

@media (min-width: 1120px) {
    html {
        background-position: left top, center calc(100% + 9vw), calc(50% + 140px) calc(100% + 4.8vw), left top;
        background-size: cover, 100% auto, 100% auto, cover;
    }

    .footer {
        padding-bottom: 460px;
    }
}

body {
    background: transparent;
}

hgroup *:is(h2, h3, h4, h5, h6) {
    margin-bottom: 0em;
}

    hgroup *:is(h2, h3, h4, h5, h6) + p {
        margin-top: calc(var(--margin-small) * 0.66);
    }

.page-wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 1120px;
}

.content {
    margin: 0;
    padding-block: var(--margin-large) 2em;
    /*  background: var(--background-content);
*/
}

    .content h2:first-of-type {
        margin-block: 0em var(--margin-small);
    }

    .content *:last-child {
        margin-bottom: 0;
    }

@media (min-width: 1120px) {
    .content-wrapper {
        border: 1px solid rgba(0, 0, 0, 0.6);
        border-width: 0px 1px 1px;
        box-shadow: 0em 0em 3em rgba(0, 0, 0, 0.3), 0em 0em 1em rgba(0, 0, 0, 0.3);
        border-radius: 0 0 0.5em 0.5em;
        overflow: hidden;
    }
}

/*# sourceMappingURL=main.css.map */



table.table {
    color: unset !important;
}



.header {
    background-color: transparent;
    border-bottom: 0px;
    padding-top: 20px;
    box-shadow: unset;
    padding-bottom: 20px;
}

.header__logo {
    top: 20px;
}

.menus {
    background: unset;
}

    .menus .account-menu {
        top: 20px;
    }
