@font-face {
    font-family: 'Satoshi-Variable';
    src: url('../fonts/satoshi/Satoshi-Variable.woff2') format('woff2');
    font-weight: 300 900;
    font-display: swap;
    font-style: normal;
}

@font-face {
    font-family: 'Satoshi-Variable';
    src: url('../fonts/satoshi/Satoshi-VariableItalic.woff2') format('woff2');
    font-weight: 300 900;
    font-display: swap;
    font-style: italic;
}

@font-face {
    font-family: 'Source Code Pro';
    font-style: normal;
    font-weight: 100 700;
    font-display: swap;
    src: url('../fonts/source-code-pro/SourceCodePro-VariableFont_wght.ttf') format('ttf');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Source Code Pro';
    font-style: italic;
    font-weight: 100 700;
    font-display: swap;
    src: url('../fonts/source-code-pro/SourceCodePro-Italic-VariableFont_wght.ttf') format('ttf');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
    background: #111;
    color: #eee;
    font-family: "Satoshi-Variable", "sans-serif" !important;
    font-weight: 400;
    font-size: 12pt;
}

h1 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 32pt;
    font-weight: bolder;
    border-bottom: white 1px dotted;
}


h2 {
    margin-top: 10px;
    margin-bottom: 12px;
    font-size: 20pt;
    font-weight: 500;
    border-bottom: white 1px dotted;
}

h3 {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 16pt;
    font-weight: bolder;
    font-style: italic;
    border-bottom: white 1px dotted;
}

#logo {
    position: absolute;
    top: 75px;
    left: 0;
    height: 110px;
    width: 200px;
    margin: 25px;
}

#logo img {
    width: 200px;
    height: auto;
    margin: auto;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    height: 40px;
    width: 100%;
    border-bottom: rgba(128, 128, 155, .9) 1px dotted;
    z-index: 10;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .75) 100%);
}

header .contact-us {
    font-size: 125%;
    margin: 0;
    padding: 0;
}

footer {
    font-size: 10pt;
    font-weight: 300;
    position: fixed;
    bottom: 0;
    left: 0;
    height: 25px;
    width: 99%;
    text-align: right;
    padding-top: 12px;
    padding-bottom: 5px;
    padding-right: 15px;
    border-top: rgba(128, 128, 155, .9) 1px dotted;
    z-index: 10;
    background: rgba(0, 0, 0, .75);
}

nav {
    padding-right: 40px;
    margin-top: 10px;
    font-weight: bolder;
    float: right;
    display: flex;
}

nav ol {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

nav ol li {
    padding-right: 40px;
}

#sidebar {
    position: absolute;
    top: 225px;
    left: 0;
    width: 250px;
    overflow-y: auto;
}

#sidebar ul {
    font-weight: 600;
    font-size: 14pt;
    list-style-type: none;
    padding-right: 20px;
    line-height: 20px;
}

#sidebar ul li {
    padding-bottom: 20px;
    text-align: right;
}

#sidebar dfn {
    font-size: 10pt;
    font-weight: 300;
    font-style: italic;
    padding-right: 26px;
    color: #bbb;
}

.on-page {
    color: #ff2727;
    font-size: 115%;
}

#marquee-clients {
    margin-top: 10px;
    padding-top: 5px;
    display: flex;
    flex: 0 0 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px 25px;
}

.marquee-client {
    width: 100px;
    height: 100px;
}

.marquee-client img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#newsfeed {

}

main {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 300px;
    margin-top: 0;
    margin-bottom: 30px;
}

.component {
    width: 100%;
}

@keyframes fadeout {
    0% {
        opacity: 25%
    }
    40% {
        opacity: 15%
    }
    90% {
        opacity: 10%
    }
    100% {
        opacity: 5%

    }
}

.component video {
    object-fit: cover;
    position: fixed;

    opacity: 5%;
    animation: fadeout;
    animation-duration: 6s;
    animation-fill-mode: forwards;

    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content {
    margin-top: 75px;
    margin-left: 25px;
    margin-right: 80px;
    width: 80%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    column-gap: 75px;
}

.content-block {
     margin-top: 75px;
    margin-left: 25px;
    margin-right: 80px;
    width: 80%;
    display: block;
}

.content-item {
    width: 45%;
}

.content-item-left {
}

.content-item-right {
    margin-top: 14px;
}

.content-item-wide {
    width: 60%;
}

.content-item-narrow {
    width: 40%;
}

#sidebar-right {
    font-size: 10pt;
    font-weight: 300;
}

#sidebar-right h2 {
    font-size: 16pt;
    font-weight: 500;
    font-style: italic;
    text-indent: -1.1em;
    padding-left: 1.1em;
    margin-top: 3px;
    border-bottom: white 1px dotted;
}

#sidebar-right h3 {
    font-size: 11pt;
    font-weight: 400;
    font-style: italic;
    border: none;
    text-indent: -1.1em;
    padding-left: 1.1em;
    margin-top: 0;
}

.news-post h3 {
    font-size: 11pt;
    font-weight: 400;
    font-style: italic;
    border: none;
    text-indent: -1.1em;
    padding-left: 1.1em;
    margin-top: 0;
}

.news-post-content {
   font-size: 10pt;
    font-weight: 300;
    padding-left: 1.1em;
    padding-bottom: 2px;
    border-bottom: 1px rgb(128,128,128) dotted;
}

.news-post .published_at {
    font-size: 8pt;
    font-weight: 300;
    text-align: right;
    margin-bottom: 2px;
    color: #aaa;
}
.inline-header {
    font-size: 125%;
    text-transform: lowercase;
    font-variant: small-caps;
    font-weight: bolder;
}

.inline-header::after {
    content: "\00A0→";
}

#resources {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    flex: 0 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 20px;
}

.resource {
    min-height: 150px;
    min-width: 150px;
    margin: 0;
    padding: 10px;

    font-size: 16pt;
    font-weight: 600;
    color: #ddd;
    text-align: right;

    cursor: pointer;
}

.resource h2 {
    font-size: 15pt;
    text-align: left;
}

#resources a::before {
    content: none;
}

.presentation-subhead {
    margin-bottom: 12px;
    margin-left: 2em;
    padding: 0;
    text-align: left;
    font-size: 10pt;
    font-weight: 300;
    font-style: italic;
}

#news {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
    gap: 20px 20px;
}

#news .column {
    width: 275px;
    min-height: 350px;
    border: #999 1px dashed;
    color: #ddd;
    background: rgb(64, 64, 64, .7);
    padding: 5px 10px 5px 10px;
}

#news .column h2 {
    font-size: 14pt;
    border-bottom: #999 1px dashed;

}

.commit {
    font-size: 10pt;
    font-weight: 300;
    padding-left: 1.1em;
    padding-bottom: 2px;
    border-bottom: 1px rgb(128,128,128) dotted;
}

.commit ul {
    list-style-type: none;
}

.commit li {
    text-indent: -1em;
}

.commit h3 {
    font-size: 11pt;
    font-weight: 400;
    font-style: italic;
    border: none;
    text-indent: -1.1em;
    padding-left: 1.1em;
    margin-top: 0;
}

.commit .published_at {
    font-size: 8pt;
    font-weight: 300;
    text-align: right;
    margin-bottom: 2px;
    color: #aaa;
}

.slogan {
    font-size: 32pt;
    font-weight: 700;
    text-align: left;
}

.whisper {
    font-size: 11pt;
    font-weight: 300;
    font-style: italic;
    color: #ddd;
}

main ul {
    font-weight: 300;
    list-style-type: "→ ";
}

main ul li {
    margin-bottom: 4px;
}

.on-page {
}

a {
    text-decoration: none;
    color: inherit;
    font-weight: 600;
}

main a::before {
    content: "→\00A0";
}

.no-arrow::before {
    content: none;
}

.legal {
    margin-top: 150px;
}

.legal li {
    font-weight: 600;
}

.event {
}

.geo {
    margin-top: -10px;
    text-indent: -3em;
    padding-left: 3em;
    margin-bottom: 25px;
}

.americas a::before {
    content: "\00A0\00A0\00A0\00A0\00A0🌎\00A0";
}

.europe a::before {
    content: "\00A0\00A0\00A0\00A0\00A0🌍\00A0";
}

.asia a::before {
    content: "\00A0\00A0\00A0\00A0\00A0🌏\00A0";
}

.on-line-only a::before {
    content: "\00A0\00A0\00A0\00A0\00A0🛜\00A0";
}

a:active {
    text-decoration: underline;
}

a:hover {
    color: #ff2727;
}

.participants dt {
    font-size: 120%;
    margin-top: 20px;
    font-weight: bolder;
}

.participants dd {
    text-indent: -2em;
    padding-left: 10px;
    font-size: 90%;
    font-style: italic;
    font-weight: lighter;
}

.participants dd::before {
    content: "• ";
}

/* Forms */

form {
    border: white 1px dotted;
    padding: 0 25px 25px 25px;
    width: 650px;
    margin-top: 75px;
}

form div {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
    column-gap: 15px;
}

form h1 {
    font-size: 24pt;
    font-weight: bolder;
    border-bottom: white 1px dotted;
    padding-top: 0;
    padding-bottom: 5px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-bottom: white 1px dotted;
}

form h2 {
    border: none;
    margin-top: 12px;
    font-size: 14pt;
    font-style: italic;
    font-weight: 400;

}

form p {
    font-size: 11pt;
    font-weight: 400;
    max-width: 400px;
}

.error_list {
    color: #f55 !important;
    font-weight: 500 !important;
    font-size: 110% !important;
}

label {
    display: block;
    font-family: inherit;
    font-size: 11pt;
    font-weight: 300;
    text-align: right;
    padding-left: 12px;
    width: 150px;
    vertical-align: center;
}

.required {
    color: #f55;
}

label::after {
    content: "\00A0→";
}

.input-item {
    vertical-align: center;
    flex-basis: fit-content;
    flex-grow: 1;
    margin-bottom: 10px;
}

input[type=text], input[type=email], input[type=number], textarea, option, select {
    font-family: 'Source Code Pro', monospace !important;
    font-size: 10pt;
    font-weight: 300;
    color: #eee;
    background: #515151;
    padding: 3px;
    margin: 0;
}

input[text], input[email], input[type=number], textarea {
    border: none;
    padding-left: 5px;
}

input[text]:focus, input[email]:focus, input[type=number]:focus, textarea:focus {
    outline: none;
}

input[type=number] {
    width: 90px;
    text-align: right;
}

input[type=text].err, input[type=email].err {
    border-bottom: #f55 2pt solid;
}

.names {
    width: 450px;
}

.email {
    width: 300px;
}

.phone {
    width: 175px;
}

textarea {
    width: 395px;
    height: 200px;
    padding-top: 10px;
    padding-left: 10px;
}

textarea.err {
    border: red 1px solid;
}

select {
    appearance: none;
    box-sizing: border-box;
    border: none;
    padding: 3px 1em 3px 1em;
    margin: 0;
    background: #515151;
    color: #ddd;
    font-size: 12pt;
}

select.err {
    border: #f55 1px solid;
}

button {
    align-items: center;
    appearance: none;
    background-color: #3b3bbf;
    opacity: 75%;
    border-radius: 4px;
    border-width: 0;
    box-shadow: rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #3a3a5e 0 -3px 0 inset;
    box-sizing: border-box;
    color: #ffffff;
    cursor: pointer;
    display: inline-flex;
    font-weight: 400;
    height: 36px;
    justify-content: center;
    text-transform: uppercase;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s, transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow, transform;
    font-size: 11pt;
}

button:focus {
    box-shadow: #D6D6E7 0 0 0 1.5px inset, rgba(45, 35, 66, 0.4) 0 2px 4px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
}

button:hover {
    box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, #D6D6E7 0 -3px 0 inset;
    transform: translateY(-2px);
}

button:active {
    box-shadow: #D6D6E7 0 3px 7px inset;
    transform: translateY(2px);
}

#clients {
    position: relative;
}

@keyframes client {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 100%;
    }
    80% {
        opacity: 100%;
    }
    100% {
        opacity: 0;
    }
}

.client {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    opacity: 0;
    animation: client;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}

.client img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.client p {
    font-size: 15pt;
    font-weight: 400;
    font-variant: small-caps;
    text-align: center;
    margin-bottom: 15px;
}

#clients a::before {
    content: none;
}

.client p em {
    font-weight: 600;
    font-style: normal;
    font-size: 120%;
    text-transform: uppercase;
}

@keyframes client-list {
    0% {
        opacity: 15%;
    }
    80% {
        opacity: 90%;
        font-weight: 300;
    }
    100% {
        opacity: 100%;
        font-weight: 500;
    }
}

#client-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 450px;
    opacity: 10%;
    animation: client-list;
    animation-duration: 5s;
    animation-fill-mode: forwards;
}

#client-list p {
    font-size: 13pt;
    text-align: center;
    font-variant: small-caps;
    font-weight: 300;
    margin: 0 0 4px 0;
    padding: 0;
}

#client-list a::before {
    content: none;
}

#client_list a {
    font-weight: 300;
}