.logo {
    border-radius: 40px;
}

.green {
    color: #37a545
}

.orange {
    color: #f17f3f
}

.red {
    color: #e80000
}

.hidden {
    display: none
}

@media (min-width: 768px) {
    .help_play {
        padding: 0rem 4rem 4rem 4rem;
    }
}


/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */

html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji;
}

hr {
    height: 0;
    color: inherit;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

table {
    text-indent: 0;
    border-color: inherit;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
select {
    text-transform: none;
}

[type="button"],
[type="submit"],
button {
    -webkit-appearance: button;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

summary {
    display: list-item;
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0;
}

button {
    background-color: transparent;
    background-image: none;
}

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

ol,
ul {
    list-style: none;
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5;
}

body {
    font-family: inherit;
    line-height: inherit;
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid;
}

hr {
    border-top-width: 1px;
}

img {
    border-style: solid;
}

textarea {
    resize: vertical;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #9ca3af;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af;
}

input::placeholder,
textarea::placeholder {
    opacity: 1;
    color: #9ca3af;
}

[role="button"],
button {
    cursor: pointer;
}

table {
    border-collapse: collapse;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
}

a {
    color: inherit;
    text-decoration: inherit;
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit;
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle;
}

img,
video {
    max-width: 100%;
    height: auto;
}

[hidden] {
    display: none;
}

*,
:after,
:before {
    --tw-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 992px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.top-0 {
    top: 0;
}

.top-2 {
    top: 0.5rem;
}

.-top-6 {
    top: -1.5rem;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.left-2 {
    left: 0.5rem;
}

.m-2 {
    margin: 0.5rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mt-8 {
    margin-top: 2rem;
}

.-mt-32 {
    margin-top: -8rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.ml-auto {
    margin-left: auto;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.flex {
    display: flex;
}

.table {
    display: table;
}

.grid {
    display: grid;
}

.hidden {
    display: none;
}

.h-4 {
    height: 1rem;
}

.h-5 {
    height: 1.25rem;
}

.h-6 {
    height: 1.5rem;
}

.h-8 {
    height: 2rem;
}

.h-10 {
    height: 2.5rem;
}

.h-12 {
    height: 3rem;
}

.h-14 {
    height: 3.5rem;
}

.h-52 {
    height: 13rem;
}

.w-5 {
    width: 1.25rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

.w-10 {
    width: 2.5rem;
}

.w-12 {
    width: 3rem;
}

.w-14 {
    width: 3.5rem;
}

.w-52 {
    width: 13rem;
}

.w-full {
    width: 100%;
}

.w-max {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.max-w-md {
    max-width: 28rem;
}

.max-w-lg {
    max-width: 32rem;
}

.max-w-xl {
    max-width: 36rem;
}

.max-w-full {
    max-width: 100%;
}

.flex-auto {
    flex: 1 1 auto;
}

.transform {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-1\/2 {
    --tw-translate-y: 50%;
}

@-webkit-keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0;
    }
}

@keyframes ping {
    75%,
    to {
        transform: scale(2);
        opacity: 0;
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

@keyframes pulse {
    50% {
        opacity: 0.5;
    }
}

@-webkit-keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

@keyframes bounce {
    0%,
    to {
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
    }
    50% {
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
        animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    }
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-4 {
    gap: 1rem;
}

.gap-5 {
    gap: 1.25rem;
}

.gap-6 {
    gap: 1.5rem;
}

.gap-12 {
    gap: 3rem;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.rounded {
    border-radius: 0.25rem;
}

.rounded-lg {
    border-radius: 0.5rem;
}

.border {
    border-width: 1px;
}

.p-6 {
    padding: 1.5rem;
}

.p-8 {
    padding: 2rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pt-12 {
    padding-top: 3rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.text-center {
    text-align: center;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-lg {
    font-size: 1.125rem;
}

.text-lg,
.text-xl {
    line-height: 1.75rem;
}

.text-xl {
    font-size: 1.25rem;
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.font-bold {
    font-weight: 700;
}

.uppercase {
    text-transform: uppercase;
}

.leading-none {
    line-height: 1;
}

.tracking-wider {
    letter-spacing: 0.05em;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.opacity-0 {
    opacity: 0;
}

.opacity-50 {
    opacity: 0.5;
}

.opacity-60 {
    opacity: 0.6;
}

.opacity-100 {
    opacity: 1;
}

.hover\:opacity-75:hover {
    opacity: 0.75;
}

.hover\:opacity-100:hover {
    opacity: 1;
}

*,
:after,
:before {
    --tw-shadow: 0 0 transparent;
}

.shadow {
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.shadow,
.shadow-xl {
    box-shadow: var(--tw-ring-offset-shadow, 0 0 transparent), var(--tw-ring-shadow, 0 0 transparent), var(--tw-shadow);
}

.shadow-xl {
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

*,
:after,
:before {
    --tw-ring-inset: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59, 130, 246, 0.5);
    --tw-ring-offset-shadow: 0 0 transparent;
    --tw-ring-shadow: 0 0 transparent;
}

.filter {
    --tw-blur: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-brightness: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-contrast: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-grayscale: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-hue-rotate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-invert: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-saturate: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-sepia: var(--tw-empty, /*!*/
    /*!*/
    );
    --tw-drop-shadow: var(--tw-empty, /*!*/
    /*!*/
    );
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.blur {
    --tw-blur: blur(8px);
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.transition-opacity {
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

@media (min-width: 768px) {
    .md\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .md\:mt-0 {
        margin-top: 0;
    }
    .md\:ml-6 {
        margin-left: 1.5rem;
    }
    .md\:flex {
        display: flex;
    }
    .md\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .md\:items-center {
        align-items: center;
    }
    .md\:truncate {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
}

@media (min-width: 992px) {
    .lg\:col-span-1 {
        grid-column: span 1 / span 1;
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2;
    }
    .lg\:col-span-3 {
        grid-column: span 3 / span 3;
    }
    .lg\:flex {
        display: flex;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .lg\:flex-row {
        flex-direction: row;
    }
    .lg\:justify-center {
        justify-content: center;
    }
    .lg\:py-0 {
        padding-top: 0;
        padding-bottom: 0;
    }
    .lg\:text-left {
        text-align: left;
    }
}

.kg-bookmark-author,
.kg-bookmark-card,
.kg-bookmark-container,
.kg-bookmark-content,
.kg-bookmark-description,
.kg-bookmark-icon,
.kg-bookmark-metadata,
.kg-bookmark-publisher,
.kg-bookmark-thumbnail,
.kg-bookmark-title,
.kg-gallery-container,
.kg-gallery-row,
.kg-width-full,
.kg-width-wide {
    content: "";
}

.site-wrap,
body,
html {
    height: 100%;
}

.site-wrap {
    display: grid;
    grid-template-rows: auto 1fr auto;
}

body {
    background: #181a28;
    color: #bdc0d8;
    font-family: Open Sans, sans-serif;
    font-weight: 400;
}

.page-content {
    position: relative;
}

.btn {
    display: inline-flex;
    align-items: center;
    padding: 14px 20px;
    border-radius: 100px;
    font-weight: 700;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.btn.btn-lg {
    font-size: 18px;
    padding: 20px 24px;
}

.btn.btn-round {
    padding: 14px;
}

.btn svg:not(:only-child) {
    opacity: 0.6;
}

.btn.active,
.btn:not(.btn-disabled):active,
.btn:not(.btn-disabled):focus,
.btn:not(.btn-disabled):hover {
    outline: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}

.btn.btn-outline {
    border: 2px solid hsla(0, 0%, 100%, 0.3);
    color: #fff;
}

.btn.btn-outline.active,
.btn.btn-outline:not(.btn-disabled):active,
.btn.btn-outline:not(.btn-disabled):focus,
.btn.btn-outline:not(.btn-disabled):hover {
    border: 2px solid hsla(0, 0%, 100%, 0.6);
    color: #fff;
}

.btn.btn-alt {
    background: #222436;
    color: #fff;
}

.btn.btn-alt.active,
.btn.btn-alt:not(.btn-disabled):active,
.btn.btn-alt:not(.btn-disabled):focus,
.btn.btn-alt:not(.btn-disabled):hover {
    background: #2c2e46;
    color: #fff;
}

.btn.btn-main {
    background: #37a545;
    color: #fff;
}

.btn.btn-main.active,
.btn.btn-main:not(.btn-disabled):active,
.btn.btn-main:not(.btn-disabled):focus,
.btn.btn-main:not(.btn-disabled):hover {
    background: #f17f3f;
    color: #fff;
}

.site-header {
    background: linear-gradient(0deg, #0e1018, rgba(24, 26, 40, 0.4)), url(../img/background.png) 50% / cover;
    margin-bottom: 20px;
}

.site-header .hero {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}

@media (min-width: 992px) {
    .site-header .hero {
        margin-bottom: -40px;
    }
}

.site-header .servers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.site-header .servers .server {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    width: 100%;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    text-align: center;
}

.site-header .servers .server:active,
.site-header .servers .server:focus,
.site-header .servers .server:hover {
    opacity: 0.8;
    transform: scale(0.95);
    cursor: pointer;
}

.site-header .servers .server .icon {
    background: #26283c;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 100%;
    padding: 20px;
    color: #37a545;
    display: none;
}

.site-header .servers .server .text {
    padding: 0 25px;
    position: relative;
}

.site-header .servers .server .text .tooltip {
    position: absolute;
    left: 25px;
    right: 25px;
    top: -18px;
    font-size: 12px;
    text-transform: uppercase;
    color: #37a545;
    letter-spacing: 1px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    opacity: 0;
    transform: translateY(15px);
}

.site-header .servers .server .text .tooltip.show {
    opacity: 1;
    transform: translateY(0);
}

.site-header .servers .server .text .lg {
    font-size: 18px;
}

.site-header .servers .server .text .count {
    color: #777b9e;
    font-size: 14px;
}

.site-header .servers .server.server-discord {
    text-align: right;
    display: none;
}

@media (min-width: 992px) {
    .site-header .servers .server {
        text-align: left;
        width: auto;
    }
    .site-header .servers .server .icon {
        display: block;
    }
    .site-header .servers .server.server-discord {
        display: flex;
    }
}

.navbar {
    background: #222436;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    position: relative;
    z-index: 9999;
}

.navbar .mobile-button {
    padding: 15px;
}

.navbar .mobile-button .bar {
    height: 4px;
    width: 32px;
    border-radius: 10px;
    background: #777b9e;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    transition-duration: 0.3s;
    position: relative;
    top: 0;
    opacity: 1;
}

.navbar .mobile-button .bar:nth-of-type(2) {
    margin: 8px 0;
}

.navbar .mobile-button.open .bar {
    background: #37a545;
}

.navbar .mobile-button.open .bar:first-of-type {
    top: 12px;
    transform: rotate(45deg);
}

.navbar .mobile-button.open .bar:nth-of-type(2) {
    opacity: 0;
    transform: rotate(45deg);
}

.navbar .mobile-button.open .bar:nth-of-type(3) {
    top: -12px;
    transform: rotate(-45deg);
}

.navbar .container {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .navbar .nav-main {
        display: none;
    }
}

.navbar .menu {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 15px 0;
}

.navbar .menu .nav-item {
    position: relative;
}

.navbar .menu .nav-item .nav-link {
    color: #777b9e;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 60px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.navbar .menu .nav-item .nav-link svg {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    opacity: 0.6;
}

.navbar .menu .nav-item.active .nav-link {
    color: #fff;
}

.navbar .menu .nav-item.active .nav-link svg {
    opacity: 1;
    color: #37a545;
}

.navbar .menu .nav-item:active .nav-link,
.navbar .menu .nav-item:focus .nav-link,
.navbar .menu .nav-item:hover .nav-link {
    background: #2c2e46;
    color: #bdc0d8;
}

.navbar .menu .nav-item.nav-store {
    order: 999;
}

@media (min-width: 992px) {
    .navbar .menu .nav-item.nav-store {
        margin-left: auto;
    }
}

.navbar .menu .nav-item.nav-store .nav-link {
    background: #37a545;
    color: #fff;
}

.navbar .menu .nav-item.nav-store:active .nav-link,
.navbar .menu .nav-item.nav-store:focus .nav-link,
.navbar .menu .nav-item.nav-store:hover .nav-link {
    background: #f17f3f;
}

@media (max-width: 992px) {
    .navbar .nav-main {
        width: 100%;
        display: flex;
        padding: 15px 0;
        align-items: center;
        justify-content: space-between;
    }
    .navbar .nav-wrapper {
        opacity: 0;
        overflow: hidden;
        will-change: height;
        position: absolute;
        pointer-events: none;
        left: 0;
        right: 0;
        top: 100%;
        background: #222436;
        box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 0.15s;
        transition-duration: 0.3s;
    }
    .navbar .nav-wrapper .menu {
        padding: 20px;
    }
    .navbar .nav-wrapper.open {
        opacity: 1;
        pointer-events: all;
    }
    .navbar .menu {
        flex-direction: column;
        align-items: stretch;
    }
    .navbar .menu .nav-item .nav-link {
        height: 70px;
        font-size: 20px;
        border-radius: 8px;
    }
    .navbar .menu .nav-item .nav-link:after {
        right: auto;
        top: 0;
        bottom: 0;
        width: 5px;
    }
    .navbar .menu .nav-item:active .nav-link:after,
    .navbar .menu .nav-item:focus .nav-link:after,
    .navbar .menu .nav-item:hover .nav-link:after {
        width: 5px;
        height: 60%;
    }
    .navbar .menu .nav-item.active .nav-link:after {
        width: 5px;
        height: 40%;
    }
}

@media (min-width: 992px) {
    .navbar .nav-wrapper {
        height: auto !important;
        width: 100%;
    }
}

.feature-wrap {
    position: relative;
}

.feature-wrap:after {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
    background: #37a545;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 60px;
}

.feature-wrap.closed:after {
    height: 0;
}

.feature-bar {
    padding: 40px 0 20px;
    background: #37a545;
    color: #fff;
    text-align: center;
}

.card {
    background: #1c1e2d;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
}

.post-card {
    display: grid;
    grid-template-rows: auto 1fr;
    color: #777b9e;
    font-size: 16px;
}

.post-card .post-image {
    background: #181a28 50% / cover;
    box-shadow: inset 0 0 0 1px hsla(0, 0%, 100%, 0.1);
    min-height: 200px;
    border-radius: 8px 8px 0 0;
}

@media (min-width: 992px) {
    .post-card.lg {
        grid-template-rows: auto;
        grid-template-columns: minmax(auto, 67%) 1fr;
        min-height: 320px;
    }
    .post-card.lg .post-image {
        border-radius: 8px 0 0 8px;
    }
}

.post-card.no-image {
    grid-template-rows: 1fr;
    padding-top: 10px;
}

.post-card .post-content {
    display: grid;
    grid-template-rows: auto 1fr auto auto;
    padding: 20px;
    text-align: center;
}

.post-card .post-content .reading-time {
    font-size: 14px;
    font-weight: 700;
    padding-top: 30px;
    opacity: 0.6;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.post-card .headline {
    color: #fff;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    font-size: 22px;
    padding-bottom: 10px;
}

.post-card .card-footer {
    padding: 10px 0 0;
    font-weight: 700;
    color: #777b9e;
    justify-content: space-between;
    font-size: 15px;
}

.post-card .card-footer,
.post-card .card-footer .authors {
    display: flex;
    align-items: center;
}

.post-card .card-footer img {
    width: 28px;
    height: 28px;
    border-radius: 8px;
    margin-right: 10px;
}

.more-posts {
    background: #12141e;
    padding: 100px 0 80px;
    margin: -40px 0;
}

.card.no-post {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #777b9e;
}

.card.no-post svg {
    color: #37a545;
}

.card-lg .card-image {
    border-radius: 8px 8px 0 0;
    background: 50% / cover;
    min-height: 300px;
    height: 40vh;
}

.card-lg .card-image.sm {
    min-height: 200px;
    height: 32vh;
}

.card-lg .header {
    padding: 60px 30px 80px;
    position: relative;
    text-align: center;
    font-weight: 700;
    color: #777b9e;
}

.card-lg .header .headline {
    font-size: 42px;
    color: #fff;
}

.card-lg .header:after {
    content: "";
    background: #222436;
    border-radius: 10px;
    height: 5px;
    position: absolute;
    bottom: 50px;
    left: 0;
    right: 0;
    max-width: 400px;
    margin: 0 auto;
    min-width: 200px;
}

.card-lg .card-footer {
    padding: 80px 60px 30px;
    position: relative;
}

.card-lg .card-footer:before {
    content: "";
    background: #222436;
    border-radius: 10px;
    height: 5px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    max-width: 400px;
    margin: 0 auto;
    min-width: 200px;
}

.card-body {
    padding: 0 30px 40px;
    font-size: 18px;
    line-height: 1.6;
    color: #bdc0d8;
}

.card-body p {
    padding-bottom: 20px;
}

.card-body a:not([class]) {
    color: #dddfeb;
    border-bottom: 2px solid #2a2c43;
    padding-bottom: 1px;
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 0.15s;
}

.card-body a:not([class]):active,
.card-body a:not([class]):focus,
.card-body a:not([class]):hover {
    color: #37a545;
}

.card-body h1,
.card-body h2,
.card-body h3,
.card-body h4,
.card-body h5,
.card-body h6 {
    padding-bottom: 10px;
    color: #fff;
    font-weight: 700 !important;
}

.card-body b,
.card-body strong {
    font-weight: 700 !important;
}

.card-body hr {
    border: none;
    height: 2px;
    background: #222436;
    margin: 30px 0;
}

.card-body h1 {
    font-size: 28px;
}

.card-body h2 {
    font-size: 24px;
}

.card-body h3 {
    font-size: 20px;
}

.card-body h4 {
    font-size: 18px;
}

.card-body h5 {
    font-size: 16px;
}

.card-body h6 {
    font-size: 14px;
}

.card-body ol {
    list-style: decimal;
    padding: 20px;
}

.card-body ol li {
    display: list-item;
    padding-bottom: 6px;
}

.card-body ul {
    list-style: disc;
    padding: 20px;
}

.card-body ul li {
    display: list-item;
    padding-bottom: 6px;
}

.card-body iframe,
.card-body img {
    max-width: 100%;
    margin-bottom: 30px;
}

.card-body .kg-image-card {
    margin: 0 auto 30px;
    text-align: center;
}

.card-body .kg-image-card img {
    border-radius: 8px;
    display: inline-block;
    margin: 0 auto;
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
}

.card-body .kg-image-card.kg-width-wide img {
    max-width: 100%;
}

.card-body .kg-image-card.kg-width-full {
    margin: 0 -30px 30px;
}

.card-body .kg-image-card.kg-width-full img {
    max-width: 100%;
    border-radius: 0;
}

.card-body .kg-image-card figcaption {
    font-style: italic;
    padding-top: 12px;
    font-weight: 700;
    color: #777b9e;
    font-size: 16px;
}

.card-body .kg-gallery-row {
    display: grid;
    grid-gap: 5px;
    margin-bottom: 20px;
}

@media (min-width: 992px) {
    .card-body .kg-gallery-row {
        grid-auto-flow: column;
    }
}

.card-body .kg-gallery-row .kg-gallery-image {
    margin: 0 8px;
}

.card-body .kg-gallery-row .kg-gallery-image img {
    max-width: none;
    height: 100%;
    width: 100%;
    border-radius: 8px;
    margin: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.card-body blockquote {
    margin: 20px 0;
    padding: 20px 25px;
    font-style: italic;
    position: relative;
}

.card-body blockquote:before {
    content: "";
    position: absolute;
    background: #222436;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5px;
    border-radius: 8px;
}

.card-body code {
    background: #181a28;
    color: #37a545;
    border-radius: 8px;
    padding: 2px 6px;
}

.card-body pre {
    margin: 10px 0;
    white-space: pre-wrap;
}

.card-body pre code {
    display: block;
    padding: 20px;
}

.kg-card .kg-bookmark-container {
    max-width: 1000px;
    display: grid;
    background: #222436;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 0;
    grid-template-rows: auto auto;
}

@media (min-width: 992px) {
    .kg-card .kg-bookmark-container {
        grid-template-columns: 1fr auto;
        grid-template-rows: auto;
    }
}

.kg-card .kg-bookmark-container .kg-bookmark-content {
    display: grid;
    grid-template-rows: auto 1fr auto;
    padding: 25px;
    position: relative;
}

@media (max-width: 992px) {
    .kg-card .kg-bookmark-container .kg-bookmark-content {
        grid-row: 2;
    }
}

.kg-card .kg-bookmark-container .kg-bookmark-content .kg-bookmark-title {
    color: #fff;
    font-weight: 700;
    font-size: 22px;
    padding: 0 0 10px;
    position: relative;
}

.kg-card .kg-bookmark-container .kg-bookmark-content .kg-bookmark-description {
    height: 100%;
    font-size: 14px;
    color: #bdc0d8;
}

.kg-card .kg-bookmark-container .kg-bookmark-content .kg-bookmark-metadata {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #777b9e;
    font-size: 14px;
    padding-top: 20px;
}

.kg-card .kg-bookmark-container .kg-bookmark-content .kg-bookmark-metadata .kg-bookmark-icon {
    width: 20px;
    margin-right: 10px;
    margin-bottom: 0;
}

.kg-card .kg-bookmark-container .kg-bookmark-thumbnail {
    width: 360px;
    height: 100%;
    overflow: hidden;
    position: relative;
}

.kg-card .kg-bookmark-container .kg-bookmark-thumbnail img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: 0;
    border-radius: 0 8px 8px 0;
}

@media (max-width: 992px) {
    .kg-card .kg-bookmark-container .kg-bookmark-thumbnail {
        grid-row: 1;
    }
    .kg-card .kg-bookmark-container .kg-bookmark-thumbnail img {
        border-radius: 8px 8px 0 0;
    }
}

@media (max-width: 992px) {
    .kg-card .kg-bookmark-container .kg-bookmark-content,
    .kg-card .kg-bookmark-container .kg-bookmark-thumbnail {
        width: 100%;
    }
    .kg-card .kg-bookmark-container .kg-bookmark-content {
        border-radius: 0 0 4px 4px;
    }
    .kg-card .kg-bookmark-container .kg-bookmark-thumbnail img {
        border-radius: 4px 4px 0 0;
    }
}

.vote-page .rewards .reward {
    background: #222436;
    border-radius: 8px;
    margin: 10px;
    font-weight: 700;
    padding: 12px 20px;
}

.vote-page .rewards .reward svg {
    color: #777b9e;
}

.vote-page .monthly-reward {
    background: #222436;
    color: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding: 20px;
    display: flex;
    align-items: center;
}

.vote-page .monthly-reward:first-of-type {
    background: #37a545;
    color: #fff;
}

.vote-page .vote-links {
    display: flex;
    flex-direction: column;
}

.vote-page .vote-links .num {
    color: #37a545;
    margin-right: 20px;
}

.site-footer {
    background: #1c1e2d;
    color: #777b9e;
    margin-top: 40px;
}

.site-footer .top {
    background: #37a545;
    padding: 30px 0;
}

.site-footer .top .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .site-footer .top .container {
        flex-direction: row;
        justify-content: space-between;
    }
    .site-footer .top .container .socials {
        padding-top: 0;
    }
}

.site-footer .main {
    padding: 30px 0;
}

.site-footer .main .logo img {
    opacity: 0.5;
    max-width: 220px;
}

.site-footer .bottom {
    padding: 30px 0 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    font-size: 15px;
}

.site-footer .bottom .credit {
    padding-top: 20px;
}

@media (min-width: 768px) {
    .site-footer .bottom {
        flex-direction: row;
        justify-content: space-between;
        text-align: left;
    }
    .site-footer .bottom .credit {
        padding: 0;
        text-align: right;
    }
}