@font-face {
    font-family: "Instrument Sans";
    src: url("../font/InstrumentSans-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Instrument Sans";
    src: url("../font/InstrumentSans-Italic.woff2") format("woff2");
    font-style: italic;
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: "Instrument Sans";
    src: url("../font/InstrumentSans-Medium.woff2") format("woff2");
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: "Instrument Sans";
    src: url("../font/InstrumentSans-MediumItalic.woff2") format("woff2");
    font-style: italic;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: "Instrument Sans";
    src: url("../font/InstrumentSans-SemiBold.woff2") format("woff2");
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: "Instrument Sans";
    src: url("../font/InstrumentSans-SemiBoldItalic.woff2") format("woff2");
    font-style: italic;
    font-weight: 600;
    font-display: swap
}

@font-face {
    font-family: "Instrument Sans";
    src: url("../font/InstrumentSans-Bold.woff2") format("woff2");
    font-style: normal;
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: "Instrument Sans";
    src: url("../font/InstrumentSans-BoldItalic.woff2") format("woff2");
    font-style: italic;
    font-weight: 700;
    font-display: swap
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

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

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

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

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

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

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

:root {
    --brand-color: var(--ghost-accent-color, #ff572f);
    --primary-text-color: #333;
    --secondary-text-color: #999;
    --white-color: #fff;
    --lighter-gray-color: #f6f6f6;
    --light-gray-color: #e6e6e6;
    --mid-gray-color: #ccc;
    --dark-gray-color: #444;
    --darker-gray-color: #1a1a1a;
    --black-color: #000;
    --green-color: #28a745;
    --orange-color: #ffc107;
    --red-color: #dc3545;
    --facebook-color: #3b5998;
    --twitter-color: #1da1f2;
    --rss-color: #f26522;
    --animation-base: ease-in-out;
    --font-base: "Instrument Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
    --navbar-height: 80px
}

@media (max-width:767px) {
    :root {
        --navbar-height: 70px
    }
}

html {
    box-sizing: border-box;
    font-size: 62.5%
}

*,
:after,
:before {
    box-sizing: inherit
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: var(--white-color);
    color: var(--primary-text-color);
    font-family: var(--font-base);
    font-size: 1.5rem;
    line-height: 1.6;
    text-rendering: optimizeLegibility;
    word-break: break-word
}

a {
    color: var(--darker-gray-color);
    text-decoration: none;
    transition: color .1s var(--animation-base)
}

a:hover {
    opacity: .8
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--darker-gray-color);
    font-family: var(--font-base);
    font-weight: 800;
    line-height: 1.3;
    margin: 0 0 1.5rem
}

p {
    margin: 0 0 2rem
}

img {
    display: block;
    height: auto;
    max-width: 100%
}

blockquote {
    background-color: var(--lighter-gray-color);
    border-left: 5px solid var(--brand-color);
    color: var(--secondary-text-color);
    font-size: 2.1rem;
    font-style: italic;
    letter-spacing: -.03rem;
    line-height: 1.4;
    margin-left: 0;
    margin-right: 0;
    padding: 2rem 3rem;
    text-align: center
}

blockquote,
blockquote strong {
    font-weight: 700
}

ol,
ul {
    padding-left: 2rem
}

embed,
iframe {
    border: 0;
    display: block;
    overflow: hidden;
    width: 100%
}

figure {
    margin-left: 0;
    margin-right: 0
}

figcaption {
    color: var(--secondary-text-color);
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 1.5rem;
    text-align: center
}

figcaption a {
    color: var(--secondary-text-color) !important;
    font-weight: 400 !important
}

pre {
    -webkit-overflow-scrolling: touch;
    background-color: var(--darker-gray-color);
    border-radius: 5px !important;
    color: var(--white-color);
    font-size: 1.6rem !important;
    line-height: 1.5;
    overflow-x: scroll;
    padding: 1.6rem 2.2rem
}

hr {
    border: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative
}

hr,
hr:after,
hr:before {
    background-color: var(--secondary-text-color);
    border-radius: 50%;
    height: 5px;
    width: 5px
}

hr:after,
hr:before {
    content: "";
    position: absolute
}

hr:before {
    right: 20px
}

hr:after {
    left: 20px
}

table:not(.highlight) {
    border-collapse: collapse;
    font-size: 1.5rem;
    width: 100%;
    word-break: normal
}

table:not(.highlight) thead {
    background-color: var(--lighter-gray-color);
    border-bottom: 1px solid var(--light-gray-color)
}

table:not(.highlight) tr+table:not(.highlight) tr {
    border-top: 1px solid var(--light-gray-color)
}

table:not(.highlight) tr:hover td {
    background-color: var(--lighter-gray-color)
}

table:not(.highlight) td,
table:not(.highlight) th {
    line-height: 1.5;
    padding: 1rem 1.5rem
}

table:not(.highlight) th {
    color: var(--secondary-text-color);
    text-align: left
}

table:not(.highlight) tfoot {
    border-top: 1px solid var(--mid-gray-color)
}

table:not(.highlight) tfoot td {
    font-weight: 700
}

@media (max-width:767px) {
    .table thead {
        display: none
    }

    .table tr {
        display: block;
        padding: 1.2rem 0
    }

    .table td {
        display: flex;
        justify-content: space-between;
        padding: .7rem 0;
        text-align: right;
        width: 100%
    }

    .table td:before {
        color: var(--secondary-text-color);
        content: attr(data-label);
        margin-right: 1rem;
        white-space: nowrap
    }
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: calc(1130px + 10vw);
    padding-left: 5vw;
    padding-right: 5vw;
    width: 100%
}

.container.medium {
    max-width: calc(750px + 10vw)
}

.container.small {
    max-width: calc(720px + 10vw)
}

.button {
    align-items: center;
    background-color: var(--white-color);
    border: 1px solid var(--light-gray-color);
    border-radius: 3px;
    color: var(--brand-color);
    cursor: pointer;
    display: inline-flex;
    font-size: 11px;
    font-weight: 800;
    height: 36px;
    justify-content: center;
    letter-spacing: .5px;
    outline: none;
    padding: 0 15px;
    text-transform: uppercase
}

.button:hover {
    border-color: var(--mid-gray-color);
    opacity: 1
}

.button-icon,
.button-secondary {
    color: var(--darker-gray-color)
}

.button-icon {
    align-items: center;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    display: inline-flex;
    height: 30px;
    justify-content: center;
    outline: none;
    padding: 0;
    width: 30px
}

.button-icon:hover .icon {
    opacity: .8
}

.button-text {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    line-height: inherit;
    outline: none;
    padding: 0
}

.button-text,
label {
    color: var(--darker-gray-color)
}

label {
    display: block;
    font-size: 1.4rem;
    font-weight: 700
}

label+label {
    margin-top: 2rem
}

label input,
label textarea {
    margin-top: .7rem
}

input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: var(--white-color);
    border: 1px solid var(--light-gray-color);
    border-radius: 5px;
    color: var(--darker-gray-color);
    font-size: 1.6rem;
    height: 44px;
    outline: none;
    padding: 0 1.5rem;
    width: 100%
}

input:focus,
textarea:focus {
    border-color: var(--mid-gray-color)
}

textarea {
    height: 100%;
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
    resize: vertical
}

.form-wrapper {
    position: relative
}

.form-button {
    align-items: center;
    background-color: var(--brand-color);
    border: 0;
    border-radius: 4px;
    color: var(--white-color);
    cursor: pointer;
    display: flex;
    font-size: 1.3rem;
    font-weight: 800;
    height: 40px;
    justify-content: center;
    outline: none;
    padding: 0 15px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 5px
}

.form-button.with-icon {
    border-radius: 0 4px 4px 0;
    padding: 0;
    width: 40px
}

.form-wrapper .loader,
.form-wrapper .success {
    display: none
}

.form-wrapper .loader .icon {
    height: 28px;
    width: 28px
}

.form-wrapper.loading .default,
.form-wrapper.success .default,
.form-wrapper.success .loader {
    display: none
}

.form-wrapper.loading .loader {
    display: block
}

.form-wrapper.success .success {
    align-items: center;
    display: flex
}

.contact-form {
    margin-top: 3rem
}

.contact-form .button {
    margin-top: 1.5rem
}

.icon {
    fill: currentColor;
    height: 20px;
    width: 20px
}

.icon-loading {
    height: 26px;
    width: 26px
}

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh
}

.site-content {
    flex-grow: 1;
    padding: 6vmin 0
}

.with-alt-header .site-content {
    padding-top: max(8vmin, 5rem)
}

.site-header {
    padding: 0 min(4rem, 5vw)
}

.with-full-cover .site-header {
    position: relative;
    z-index: 90
}

.with-alt-header .site-header {
    background-color: var(--brand-color)
}

.header-inner {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
    display: grid;
    grid-auto-flow: row dense;
    grid-template-columns: 1fr auto 1fr;
    height: var(--navbar-height)
}

.header-brand {
    align-items: center;
    display: flex;
    white-space: nowrap
}

.logo {
    position: relative
}

.logo-text {
    color: var(--secondary-text-color);
    font-size: 1.8rem;
    font-weight: 800
}

.with-alt-header .logo-text,
.with-full-cover .logo-text {
    color: #fff
}

.logo-image {
    height: 25px
}

.logo-image.white {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0
}

.header-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.site-header .menu-item {
    font-weight: 700
}

.site-header .menu-item+.menu-item {
    margin-left: 3rem
}

.site-header .menu-item:nth-child(n+6) {
    display: none
}

.with-alt-header:not(.menu-opened) .header-actions .menu-item,
.with-alt-header:not(.menu-opened) .header-nav .menu-item,
.with-full-cover:not(.menu-opened) .header-actions .menu-item,
.with-full-cover:not(.menu-opened) .header-nav .menu-item {
    color: #fff
}

.menu-item-more {
    margin-left: 2rem;
    position: relative
}

.with-alt-header:not(.menu-opened) .menu-item-more,
.with-full-cover:not(.menu-opened) .menu-item-more {
    color: #fff
}

.menu-item-more .icon {
    height: 24px;
    width: 24px
}

.sub-menu {
    background-color: var(--darker-gray-color);
    border-radius: 5px;
    display: none;
    margin-top: 2rem;
    padding: 1rem 0;
    position: absolute;
    right: -13px;
    text-align: left;
    top: 100%;
    width: 170px;
    z-index: 90
}

.sub-menu:before {
    border-bottom: 7px solid var(--darker-gray-color);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 21px;
    top: -6px;
    width: 0
}

.sub-menu .menu-item {
    color: var(--white-color);
    display: block;
    font-size: 1.3rem;
    padding: .7rem 1.5rem
}

.sub-menu .menu-item+.menu-item {
    margin-left: 0
}

.header-actions {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    white-space: nowrap
}

.header-actions .social-item {
    margin-right: 1.8rem
}

.with-alt-header:not(.menu-opened) .header-actions .social-item,
.with-full-cover:not(.menu-opened) .header-actions .social-item {
    color: #fff
}

.header-actions .social-item+.social-item {
    margin-left: 0
}

.header-actions .menu-item+.menu-item {
    margin-left: 2rem
}

.menu-item-cta {
    color: var(--brand-color)
}

.site-header.navbrandactions .header-brand {
    grid-column-start: 2
}

.site-header.navbrandactions .header-nav {
    grid-column-start: 1
}

.site-header.brandnav .header-inner {
    -moz-column-gap: 0;
    column-gap: 0;
    grid-template-columns: auto -webkit-max-content -webkit-max-content;
    grid-template-columns: auto max-content max-content
}

.site-header.brandnav .header-actions {
    margin-left: 3rem
}

.site-header.brandnav .header-actions .menu-item+.menu-item {
    margin-left: inherit
}

.site-header.brandnavactions .header-inner {
    grid-template-columns: -webkit-max-content -webkit-max-content auto;
    grid-template-columns: max-content max-content auto
}

@media (max-width:991px) {
    .menu-opened {
        height: 100vh;
        overflow: hidden;
        position: fixed
    }

    #site-header .header-inner {
        grid-template-columns: 1fr;
        height: 100%
    }

    #site-header .header-brand {
        grid-column-start: auto;
        height: var(--navbar-height);
        justify-content: space-between
    }

    #site-header .header-actions,
    #site-header .header-nav {
        display: none
    }

    #site-header .header-nav {
        flex-direction: column;
        justify-content: center;
        margin-bottom: 10vh
    }

    #site-header .menu-item {
        font-size: 2.5rem;
        margin: .6rem 0
    }

    #site-header .header-actions {
        flex-direction: column;
        padding-bottom: 6vh
    }

    .menu-opened #site-header {
        -webkit-overflow-scrolling: touch;
        background-color: var(--brand-color);
        bottom: 0;
        left: 0;
        overflow-y: auto;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 90
    }

    .menu-opened:not(.with-full-cover):not(.with-alt-header) #site-header {
        background-color: var(--white-color)
    }

    .menu-opened #site-header .header-inner {
        grid-template-rows: auto 1fr auto
    }

    .menu-opened #site-header .header-actions,
    .menu-opened #site-header .header-nav {
        display: flex
    }

    .with-alt-header #site-header .menu-item,
    .with-full-cover #site-header .menu-item {
        color: #fff
    }

    #site-header .menu-item-more {
        height: auto;
        line-height: inherit;
        margin-left: 0;
        width: auto
    }

    #site-header .menu-item-more .icon {
        display: none
    }

    #site-header .sub-menu {
        background-color: transparent;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
        position: static;
        text-align: center;
        width: auto
    }

    #site-header .sub-menu:before {
        display: none
    }

    #site-header .sub-menu .menu-item {
        color: inherit;
        padding: 0
    }

    .with-alt-header #site-header .sub-menu .menu-item,
    .with-full-cover #site-header .sub-menu .menu-item {
        color: #fff
    }

    #site-header .social {
        margin-bottom: 1rem
    }

    #site-header .social-item {
        margin: 0 1.2rem
    }

    .with-alt-header #site-header .social-item,
    .with-full-cover #site-header .social-item {
        color: #fff
    }

    #site-header .social-item .icon {
        height: 24px;
        width: 24px
    }
}

.cover {
    margin-top: 9vmin
}

.with-full-cover .cover {
    display: flex;
    height: 100vh;
    margin-top: calc(var(--navbar-height)*-1);
    overflow: hidden;
    position: relative
}

.with-full-cover .cover:before {
    background-color: #000;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .3;
    position: absolute;
    right: 0;
    top: 0;
    transition: opacity 1.5s ease;
    z-index: 10
}

.cover.image-loading:before {
    opacity: 1
}

.cover-image {
    transition: transform 2s ease
}

.cover.image-loading .cover-image {
    transform: scale(1.02)
}

.cover-content {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: calc(720px + 8vw);
    position: relative;
    text-align: center;
    z-index: 10
}

.with-full-cover .cover-content {
    transform: translateY(-6vmin)
}

.cover-description {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.3
}

.with-full-cover .cover-description {
    color: #fff
}

.cover-cta {
    display: flex;
    margin-top: 2rem
}

.cover-cta .button {
    margin: 0 .5rem
}

.cover-form {
    margin-top: 4.5rem;
    max-width: 500px;
    width: 100%
}

.cover-form input {
    height: 50px
}

.with-full-cover .cover-form input {
    background-color: #fff;
    border-color: #e6e6e6
}

.cover-form .form-button {
    min-width: 110px
}

.cover-arrow {
    bottom: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
    z-index: 10
}

.cover-arrow .icon {
    color: #fff;
    height: 40px;
    transform: rotate(90deg);
    width: 40px
}

@media (max-width:767px) {
    .cover-description {
        font-size: 2.7rem
    }
}

@media (max-width:991px) {
    .menu-opened .cover {
        margin-top: 0
    }
}

.site-footer {
    padding-bottom: 6rem;
    padding-top: 4.5rem
}

.footer-inner {
    border-top: 1px solid var(--lighter-gray-color);
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    padding-top: 1.5rem
}

.footer-left {
    align-items: center;
    display: flex
}

.copyright {
    font-size: 1.2rem
}

.footer-nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.footer-nav .menu-item {
    align-items: center;
    color: var(--secondary-text-color);
    display: flex;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0
}

.footer-nav .sep {
    color: var(--secondary-text-color);
    font-size: 1rem;
    padding: 0 .7rem
}

.footer-right {
    justify-content: flex-end
}

.footer-right,
.social {
    align-items: center;
    display: flex
}

.social-item {
    color: var(--secondary-text-color);
    line-height: 0
}

.social-item+.social-item {
    margin-left: 15px
}

.social-item+.social-item-rss {
    margin-left: 10px
}

.social-item .icon {
    fill: currentColor;
    height: 16px;
    width: 16px
}

.social-item-rss .icon {
    height: 15px;
    width: 15px
}

@media (max-width:767px) {
    .footer-inner {
        grid-template-columns: 1fr;
        padding-top: 3rem
    }

    .footer-left,
    .footer-right {
        justify-content: center
    }

    .footer-left {
        margin-top: 3rem;
        order: 3
    }

    .footer-nav {
        margin-top: 1.5rem;
        order: 2
    }

    .footer-right {
        order: 1
    }
}

.burger {
    cursor: pointer;
    display: none;
    height: 30px;
    margin-left: 5px;
    margin-right: -7px;
    position: relative;
    width: 30px
}

.burger-bar {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    transition: transform .1806s cubic-bezier(.04, .04, .12, .96);
    width: 100%
}

.burger-bar:before {
    background-color: var(--darker-gray-color);
    content: "";
    height: 2px;
    left: 7px;
    position: absolute;
    transition: transform .1596s cubic-bezier(.52, .16, .52, .84) .1008s;
    width: 16px
}

.with-alt-header .burger-bar:before,
.with-full-cover .burger-bar:before {
    background-color: #fff
}

.burger-bar:first-child:before {
    top: 14px;
    transform: translateY(-3px)
}

.burger-bar:last-child:before {
    bottom: 14px;
    transform: translateY(3px)
}

.menu-opened .burger .burger-bar {
    transition: transform .3192s cubic-bezier(.04, .04, .12, .96) .1008s
}

.menu-opened .burger .burger-bar:first-child {
    transform: rotate(45deg)
}

.menu-opened .burger .burger-bar:last-child {
    transform: rotate(-45deg)
}

.menu-opened .burger .burger-bar:before {
    transform: none;
    transition: transform .1806s cubic-bezier(.04, .04, .12, .96)
}

@media (max-width:991px) {
    .burger {
        display: block
    }
}

.feed-header {
    margin-bottom: 3rem;
    margin-top: 3vmin
}

.feed-header-wrapper {
    align-items: flex-end;
    border-bottom: 1px solid var(--light-gray-color);
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem
}

.feed-header-title {
    font-size: 1.5rem;
    letter-spacing: .05rem;
    margin-bottom: 0;
    text-transform: uppercase
}

.feed-layout {
    background-color: var(--lighter-gray-color);
    border-radius: 5px;
    display: flex;
    height: 100%;
    padding: 3px;
    position: relative
}

.feed-layout:before {
    background-color: var(--white-color);
    border-radius: 3px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
    content: "";
    height: 30px;
    left: 3px;
    position: absolute;
    transition: transform .2s cubic-bezier(.25, .75, .5, 1.25);
    width: 30px
}

.feed-layout.expanded:before {
    transform: translateX(30px)
}

.feed-layout .button-icon:hover .icon {
    opacity: 1
}

.feed-layout .icon {
    color: var(--secondary-text-color);
    height: 24px;
    position: relative;
    width: 24px;
    z-index: 10
}

.feed {
    align-items: center;
    display: flex;
    line-height: 1;
    overflow: hidden;
    padding: 1.5rem 0;
    position: relative
}

.feed:hover .feed-title {
    opacity: .8
}

.feed:hover .feed-right {
    margin-right: 1.6rem
}

.post-feed.expanded .feed:hover .feed-right {
    margin-right: 0
}

.feed:hover .feed-icon {
    transform: translateX(.4rem)
}

.feed+.feed {
    border-top: 1px solid var(--light-gray-color)
}

.post-feed>.feed+.feed.feed-paged {
    border-top: 0;
    margin-top: 3rem
}

.feed-month+.feed {
    padding-top: 2rem
}

.post-feed.expanded .feed {
    align-items: flex-start;
    border-top: 0;
    padding: 2.5rem 0
}

.feed-group:first-child .feed-month+.feed {
    padding-top: 1.5rem
}

.feed-calendar {
    color: var(--brand-color);
    display: flex;
    font-size: 1.1rem;
    font-weight: 800;
    margin-right: 1.5rem;
    white-space: nowrap
}

.post-feed.expanded .feed-calendar {
    display: none
}

.feed-calendar-month {
    margin-right: .4rem;
    text-transform: uppercase
}

.feed-image {
    flex-shrink: 0;
    margin-right: 2.5rem;
    width: 160px
}

.post-feed:not(.expanded) .feed-image {
    display: none
}

.feed-wrapper {
    display: flex;
    flex-grow: 1;
    overflow: hidden
}

.post-feed.expanded .feed-wrapper {
    flex-direction: column
}

.feed-title {
    flex-grow: 1;
    font-size: 1.6rem;
    font-weight: 400;
    margin-bottom: 0;
    overflow: hidden;
    padding-right: 1rem;
    text-overflow: ellipsis;
    white-space: nowrap
}

.post-feed.expanded .feed-title {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: normal
}

.feed-excerpt {
    line-height: 1.4;
    margin-top: .8rem
}

.post-feed:not(.expanded) .feed-excerpt {
    display: none
}

.feed-right {
    align-items: center;
    color: var(--secondary-text-color);
    display: flex;
    font-size: 1.4rem;
    transition: margin-right .2s var(--animation-base)
}

.post-feed.expanded .feed-right {
    margin-top: 1.5rem
}

.post-feed:not(.expanded) .feed-date {
    display: none
}

.feed-visibility {
    color: var(--orange-color);
    line-height: 0;
    margin-right: 1rem
}

.post-feed.expanded .feed-visibility {
    margin-left: 1rem;
    order: 1
}

.feed-visibility-public {
    display: none
}

.feed-visibility .icon {
    height: 16px;
    width: 16px
}

.feed-length {
    white-space: nowrap
}

.post-feed.expanded .feed-length {
    align-items: center;
    display: flex
}

.post-feed.expanded .feed-length:before {
    content: "\02022";
    font-size: 1rem;
    line-height: 1;
    padding: 0 .7rem
}

.feed-icon {
    color: var(--secondary-text-color);
    line-height: 0;
    position: absolute;
    right: 0;
    transform: translateX(2rem);
    transition: transform .2s var(--animation-base)
}

.post-feed.expanded .feed-icon {
    display: none
}

.feed-icon .icon {
    height: 16px;
    width: 16px
}

.feed-group:after {
    content: "";
    display: block;
    height: 4.5vmin
}

.feed-month {
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background-color: hsla(0, 0%, 100%, .8);
    color: var(--darker-gray-color);
    font-size: 1.7rem;
    font-weight: 700;
    margin: 0 -1.5rem;
    padding: 1rem 1.5rem;
    position: sticky;
    top: 0;
    width: inherit;
    z-index: 30
}

.feed-group:first-child .feed-month {
    display: none
}

@media (max-width:575px) {
    .post-feed.expanded .feed {
        flex-direction: column
    }

    .post-feed.expanded .feed-image {
        margin-bottom: 3rem;
        margin-right: 0;
        width: 100%
    }

    .post-feed.expanded .feed-title {
        font-size: 1.8rem
    }
}

.featured-wrapper {
    margin-top: 3rem;
    padding-top: 6vmin
}

.featured-wrapper .post {
    position: relative
}

.featured-wrapper .u-placeholder {
    margin-bottom: 3rem
}

.featured-wrapper .post-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0
}

.featured-title {
    border-bottom: 1px solid var(--light-gray-color);
    font-size: 1.5rem;
    letter-spacing: .05rem;
    margin-bottom: 4.5rem;
    padding-bottom: 1rem;
    text-transform: uppercase
}

.featured-feed {
    opacity: 0
}

.featured-feed.tns-slider {
    opacity: 1
}

.pagination,
body:not(.paged-next) .infinite-scroll-button {
    display: none
}

.infinite-scroll-action {
    display: flex;
    justify-content: center
}

.infinite-scroll-button {
    margin-top: 3rem;
    min-width: 110px
}

.infinite-scroll-button .loader {
    display: none;
    line-height: 0
}

.infinite-scroll-button.loading .label {
    display: none
}

.infinite-scroll-button.loading .loader {
    display: inline
}

.single-header {
    margin-bottom: 4.5rem;
    text-align: center
}

.single-meta {
    color: var(--secondary-text-color);
    font-size: 1.2rem;
    font-weight: 800;
    margin-bottom: 1rem;
    text-transform: uppercase
}

.single-meta-item+.single-meta-item:before {
    content: "\02022";
    font-family: inherit;
    padding: 0 .3rem
}

.single-title {
    font-size: 4rem;
    letter-spacing: -.1rem;
    line-height: 1.2;
    margin-bottom: 0
}

.single-excerpt {
    font-size: 1.8rem;
    font-style: italic;
    margin-top: 2rem
}

.single-media {
    margin-bottom: 0;
    margin-top: 4.5rem
}

.single-media img {
    width: 100%
}

.single-cta {
    border-bottom: 1px solid var(--light-gray-color);
    border-top: 5px solid var(--brand-color);
    margin-top: 4rem !important;
    padding: 3rem;
    text-align: center
}

.single-cta-title {
    margin: 0 0 3rem !important
}

.single-cta-button {
    font-weight: 800 !important;
    margin-bottom: 1rem
}

.single-cta-footer {
    font-size: 1.4rem;
    font-weight: 400 !important;
    letter-spacing: -.02rem
}

.single-footer {
    align-items: center;
    display: flex;
    margin-top: 4.5rem
}

.single-footer-left,
.single-footer-right {
    display: flex;
    flex: 2
}

.single-footer-right {
    justify-content: flex-end
}

.single-footer-middle,
.single-footer-top {
    display: flex;
    flex-direction: column
}

.single-footer-top {
    align-items: center
}

.single-footer-title {
    font-size: 1.8rem;
    margin-bottom: 1rem
}

.single-footer-bottom {
    margin-top: 2rem
}

@media (max-width:767px) {
    .single-header {
        margin-bottom: 3rem
    }

    .single-title {
        font-size: 2.6rem
    }

    .single-excerpt {
        font-size: 1.7rem
    }

    .single-media {
        margin-top: 3rem
    }
}

.author-meta {
    color: var(--secondary-text-color);
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: .02rem;
    margin-top: .5rem;
    text-transform: uppercase
}

.author-social {
    justify-content: center;
    margin-top: 2.5rem
}

.author-list {
    display: flex
}

.author-list .author-image-placeholder {
    border: 2px solid var(--white-color);
    border-radius: 50%;
    flex-shrink: 0;
    margin: 0 -4px;
    overflow: hidden;
    width: 54px
}

.author-list .author-image-placeholder:first-child {
    z-index: 10
}

.author-list .author-image-placeholder:nth-child(2) {
    z-index: 9
}

.author-list .author-image-placeholder:nth-child(3) {
    z-index: 8
}

.author-list .author-image-placeholder:nth-child(4) {
    z-index: 7
}

.author-list .author-image-placeholder:nth-child(5) {
    z-index: 6
}

.share,
.share-link {
    display: flex
}

.share-link {
    align-items: center;
    border-radius: 3px;
    color: var(--white-color);
    font-size: 1.1rem;
    font-weight: 800;
    height: 2.6rem;
    letter-spacing: .04rem;
    line-height: 0;
    margin: 0 .6rem;
    padding: 0 .8rem;
    text-transform: uppercase
}

.share-link .icon {
    fill: currentColor;
    height: 14px;
    margin-right: .4rem;
    width: 14px
}

.share-link .icon-facebook {
    margin-left: -.3rem;
    margin-right: .2rem
}

.share-link-facebook {
    background-color: var(--facebook-color)
}

.share-link-twitter {
    background-color: var(--twitter-color)
}

.navigation-link {
    align-items: center;
    display: flex;
    height: 30px;
    width: 30px
}

.navigation-next .navigation-link {
    justify-content: flex-end
}

.navigation-icon {
    align-items: center;
    display: flex
}

.navigation-previous .navigation-icon {
    margin-left: -2px
}

.navigation-next .navigation-icon {
    margin-right: -2px
}

.related-wrapper {
    background-color: var(--lighter-gray-color);
    margin-top: 6rem;
    padding: 4.5rem 0 3rem
}

.related-title {
    font-size: 1.9rem
}

.comment {
    margin-top: 4.5rem
}

.taxonomy {
    margin-bottom: 6vmin
}

.taxonomy-media {
    border-radius: 50%;
    margin: 0 auto 3rem;
    overflow: hidden;
    width: 90px
}

.tns-outer {
    padding: 0 !important;
    position: relative
}

.tns-outer [hidden] {
    display: none !important
}

.tns-outer [aria-controls],
.tns-outer [data-action] {
    cursor: pointer
}

.tns-slider {
    transition: all 0s
}

.tns-slider>.tns-item {
    box-sizing: border-box
}

.tns-horizontal.tns-subpixel {
    white-space: nowrap
}

.tns-horizontal.tns-subpixel>.tns-item {
    display: inline-block;
    vertical-align: top;
    white-space: normal
}

.tns-horizontal.tns-no-subpixel:after {
    clear: both;
    content: "";
    display: table
}

.tns-horizontal.tns-no-subpixel>.tns-item {
    float: left
}

.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item {
    margin-right: -100%
}

.tns-gallery,
.tns-no-calc {
    left: 0;
    position: relative
}

.tns-gallery {
    min-height: 1px
}

.tns-gallery>.tns-item {
    left: -100%;
    position: absolute;
    transition: transform 0s, opacity 0s
}

.tns-gallery>.tns-slide-active {
    left: auto !important;
    position: relative
}

.tns-gallery>.tns-moving {
    transition: all .25s
}

.tns-autowidth {
    display: inline-block
}

.tns-lazy-img {
    opacity: .6;
    transition: opacity .6s
}

.tns-lazy-img.tns-complete {
    opacity: 1
}

.tns-ah {
    transition: height 0s
}

.tns-ovh {
    overflow: hidden
}

.tns-visually-hidden {
    left: -10000em;
    position: absolute
}

.tns-transparent {
    opacity: 0;
    visibility: hidden
}

.tns-fadeIn {
    filter: alpha(opacity=100);
    opacity: 1;
    z-index: 0
}

.tns-fadeOut,
.tns-normal {
    filter: alpha(opacity=0);
    opacity: 0;
    z-index: -1
}

.tns-vpfix {
    white-space: nowrap
}

.tns-vpfix>div,
.tns-vpfix>li {
    display: inline-block
}

.tns-t-subp2 {
    height: 10px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 310px
}

.tns-t-ct {
    position: absolute;
    right: 0;
    width: 2333.3333333%;
    width: 2333.33333%
}

.tns-t-ct:after {
    clear: both;
    content: "";
    display: table
}

.tns-t-ct>div {
    float: left;
    height: 10px;
    width: 1.4285714%;
    width: 1.42857%
}

.tns-controls button {
    align-items: center;
    background-color: var(--white-color);
    border: 1px solid var(--light-gray-color);
    border-radius: 3px;
    color: var(--dark-gray-color);
    display: flex;
    height: 30px;
    justify-content: center;
    outline: none;
    padding: 0;
    position: absolute;
    text-align: center;
    top: -86px;
    transition: color .5s var(--animation-base);
    width: 30px
}

.tns-controls button[disabled] {
    color: var(--mid-gray-color);
    cursor: default
}

.tns-controls button svg {
    height: 18px;
    width: 18px
}

.tns-controls button[data-controls=prev] {
    right: 34px
}

.tns-controls button[data-controls=next] {
    right: 0
}

.pswp {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: hidden;
    position: absolute;
    -webkit-text-size-adjust: 100%;
    top: 0;
    touch-action: none;
    -ms-touch-action: none;
    width: 100%;
    z-index: 1500
}

.pswp img {
    max-width: none
}

.pswp--animate_opacity {
    opacity: .001;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--open {
    display: block
}

.pswp--zoom-allowed .pswp__img {
    cursor: zoom-in
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: grab
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.pswp__bg {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .85);
    opacity: 0;
    transform: translateZ(0);
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp__bg,
.pswp__scroll-wrap {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp__scroll-wrap {
    overflow: hidden
}

.pswp__container,
.pswp__zoom-wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    touch-action: none
}

.pswp__container,
.pswp__img {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__zoom-wrap {
    position: absolute;
    transform-origin: left top;
    transition: transform 333ms cubic-bezier(.4, 0, .22, 1);
    width: 100%
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
    transition: none
}

.pswp__container,
.pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pswp__item {
    bottom: 0;
    overflow: hidden;
    right: 0
}

.pswp__img,
.pswp__item {
    left: 0;
    position: absolute;
    top: 0
}

.pswp__img {
    height: auto;
    width: auto
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.pswp__img--placeholder--blank {
    background: var(--black-color)
}

.pswp--ie .pswp__img {
    height: auto !important;
    left: 0;
    top: 0;
    width: 100% !important
}

.pswp__error-msg {
    color: var(--secondary-text-color);
    font-size: 14px;
    left: 0;
    line-height: 16px;
    margin-top: -8px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%
}

.pswp__error-msg a {
    color: var(--secondary-text-color);
    text-decoration: underline
}

.pswp__button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: none;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    float: right;
    height: 44px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    transition: opacity .2s;
    width: 44px
}

.pswp__button:focus,
.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    opacity: .9;
    outline: none
}

.pswp__button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    height: 44px;
    width: 44px
}

@media (-webkit-min-device-pixel-ratio:1.1),
(-webkit-min-device-pixel-ratio:1.09375),
(min-resolution:1.1dppx),
(min-resolution:105dpi) {

    .pswp--svg .pswp__button,
    .pswp--svg .pswp__button--arrow--left:before,
    .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(../images/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,
    .pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    background-position: -88px 0;
    display: none
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,
.pswp__button--arrow--right {
    background: none;
    height: 100px;
    margin-top: -50px;
    position: absolute;
    top: 50%;
    width: 70px
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
    content: "";
    height: 30px;
    position: absolute;
    top: 35px;
    width: 32px
}

.pswp__button--arrow--left:before {
    background-position: -138px -44px;
    left: 6px
}

.pswp__button--arrow--right:before {
    background-position: -94px -44px;
    right: 6px
}

.pswp__counter {
    color: var(--white-color);
    font-size: 11px;
    font-weight: 700;
    height: 44px;
    left: 0;
    line-height: 44px;
    padding: 0 15px;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__caption {
    bottom: 0;
    left: 0;
    min-height: 44px;
    position: absolute;
    width: 100%
}

.pswp__caption__center {
    color: var(--white-color);
    font-size: 11px;
    line-height: 1.6;
    margin: 0 auto;
    max-width: 420px;
    padding: 25px 15px 30px;
    text-align: center
}

.pswp__caption__center .post-caption-title {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 7px;
    text-transform: uppercase
}

.pswp__caption__center .post-caption-meta-item+.post-caption-meta-item:before {
    content: "\02022";
    padding: 0 4px
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    direction: ltr;
    height: 44px;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: opacity .25s ease-out;
    width: 44px;
    will-change: opacity
}

.pswp__preloader__icn {
    height: 20px;
    margin: 12px;
    width: 20px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(../images/preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise .5s linear infinite;
    animation: clockwise .5s linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite;
    animation: donut-rotate 1s cubic-bezier(.4, 0, .22, 1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    height: 14px;
    left: 15px;
    margin: 0;
    opacity: .75;
    position: absolute;
    top: 15px;
    width: 14px
}

.pswp--css_animation .pswp__preloader__cut {
    height: 14px;
    overflow: hidden;
    position: relative;
    width: 7px
}

.pswp--css_animation .pswp__preloader__donut {
    background: none;
    border-bottom: 2px solid transparent;
    border-left: 2px solid transparent;
    border-radius: 50%;
    border-right: 2px solid var(--white-color);
    border-top: 2px solid var(--white-color);
    box-sizing: border-box;
    height: 14px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 14px
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        float: right;
        left: auto;
        margin: 0;
        position: relative;
        top: auto
    }
}

@-webkit-keyframes clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes clockwise {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-140deg)
    }

    to {
        transform: rotate(0)
    }
}

@keyframes donut-rotate {
    0% {
        transform: rotate(0)
    }

    50% {
        transform: rotate(-140deg)
    }

    to {
        transform: rotate(0)
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    opacity: 1;
    visibility: visible;
    z-index: 1550
}

.pswp__top-bar {
    height: 44px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right,
.pswp__caption,
.pswp__top-bar {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: opacity 333ms cubic-bezier(.4, 0, .22, 1);
    will-change: opacity
}

.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right,
.pswp__ui--idle .pswp__top-bar {
    opacity: 0
}

.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__top-bar {
    opacity: .001
}

.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
    display: none
}

.pswp__element--disabled {
    display: none !important
}

.pswp--minimal--dark .pswp__top-bar {
    background: none
}

.kg-gallery-container {
    display: flex;
    flex-direction: column
}

.kg-gallery-row {
    display: flex;
    flex-direction: row;
    justify-content: center
}

.kg-gallery-image {
    cursor: pointer
}

.kg-gallery-image img {
    height: 100%;
    width: 100%
}

.kg-gallery-row:not(:first-of-type) {
    margin: 10px 0 0
}

.kg-gallery-image:not(:first-of-type) {
    margin: 0 0 0 10px
}

.kg-bookmark-card {
    border: 1px solid var(--light-gray-color);
    border-radius: 4px;
    overflow: hidden
}

.kg-bookmark-container {
    display: flex;
    overflow: hidden;
    text-decoration: none !important
}

.kg-bookmark-container:after {
    display: none
}

.kg-bookmark-container:hover {
    opacity: 1
}

.kg-bookmark-content {
    flex-grow: 1;
    overflow: hidden;
    padding: 25px
}

.kg-bookmark-title {
    color: var(--darker-gray-color);
    font-size: 18px;
    font-weight: 800;
    line-height: 1.3
}

.kg-bookmark-description {
    color: var(--secondary-text-color);
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.kg-bookmark-metadata {
    align-items: center;
    display: flex;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    margin-top: 5px
}

.kg-bookmark-icon {
    height: 20px;
    margin-right: 5px;
    width: 20px
}

.kg-bookmark-author,
.kg-bookmark-publisher {
    color: var(--darker-gray-color)
}

.kg-bookmark-author+.kg-bookmark-publisher:before {
    content: "•";
    font-family: inherit;
    padding: 0 5px
}

.kg-bookmark-thumbnail {
    flex-shrink: 0;
    margin-left: 20px;
    position: relative;
    width: 220px
}

.kg-bookmark-thumbnail img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    width: 100%
}

@media (max-width:767px) {
    .kg-bookmark-container {
        flex-direction: column
    }

    .kg-bookmark-thumbnail {
        height: 200px;
        margin-left: 0;
        width: 100%
    }
}

.kg-image {
    margin-left: auto;
    margin-right: auto
}

.kg-canvas {
    display: grid;
    grid-template-columns: [full-start] minmax(5vw, auto) [wide-start] minmax(auto, 100px) [main-start] min(720px, calc(100% - 10vw)) [main-end] minmax(auto, 100px) [wide-end] minmax(5vw, auto) [full-end]
}

.kg-canvas>* {
    grid-column: main-start/main-end
}

.kg-width-wide {
    grid-column: wide-start/wide-end
}

.kg-width-full {
    grid-column: full-start/full-end
}

.u-text-format {
    font-size: 1.7rem;
    line-height: 1.8
}

.u-text-format>* {
    margin-bottom: 0
}

.u-text-format>*+* {
    margin-top: 3rem
}

.u-text-format>:first-child {
    margin-top: 0 !important
}

.u-text-format>*+ol,
.u-text-format>*+p,
.u-text-format>*+ul {
    margin-top: 2rem
}

.u-text-format>[id] {
    margin-top: 4rem
}

.u-text-format>[id]+p {
    margin-top: 1.5rem
}

.u-text-format h1 {
    font-size: 2.8rem;
    letter-spacing: -.03rem
}

.u-text-format h2 {
    font-size: 2.3rem;
    letter-spacing: -.03rem
}

.u-text-format h3 {
    color: var(--secondary-text-color);
    font-size: 2rem;
    letter-spacing: -.03rem
}

.u-text-format h4 {
    font-size: 1.9rem;
    font-weight: 700
}

.u-text-format h5 {
    font-size: 1.6rem;
    font-weight: 700
}

.u-text-format h6 {
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase
}

.u-text-format a {
    color: var(--brand-color);
    font-weight: 700;
    text-decoration: underline
}

.u-text-format ol li+li,
.u-text-format ul li+li {
    margin-top: 1rem
}

.u-text-format>.kg-card,
.u-text-format>.kg-card+* {
    margin-top: 4.5rem
}

.u-text-format hr,
.u-text-format hr+* {
    margin-top: 4rem
}

.u-text-format blockquote,
.u-text-format blockquote+* {
    margin-top: 3rem
}

.post-template .u-text-format h2,
.post-template .u-text-format h3 {
    scroll-margin-top: 8rem
}

.page-template .u-text-format h2,
.page-template .u-text-format h3 {
    scroll-margin-top: 3rem
}

.u-permalink {
    bottom: 0;
    left: 0;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 50
}

.u-placeholder {
    background-color: var(--lighter-gray-color);
    position: relative;
    z-index: 10
}

.u-placeholder:before {
    content: "";
    display: block
}

.u-placeholder.horizontal:before {
    padding-bottom: 50%
}

.u-placeholder.rectangle:before {
    padding-bottom: 62.5%
}

.u-placeholder.square:before {
    padding-bottom: 100%
}

.u-object-fit {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    width: 100%
}

.home-template.with-full-cover:not(.portal-visible) .gh-portal-triggerbtn-iframe {
    opacity: 0 !important;
    pointer-events: none
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.7, .7, .7)
    }

    40% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes bounceIn {

    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: scale3d(.7, .7, .7)
    }

    40% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.7, .7, .7)
    }

    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0;
        transform: scale3d(.7, .7, .7)
    }

    to {
        opacity: 0
    }
}

.animate__zoomOut {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

/*# sourceMappingURL=screen.css.map */
/* ---- Power Curve Full-Text Search ---- */
.search-overlay{position:fixed;inset:0;z-index:200;display:flex;align-items:flex-start;justify-content:center;background-color:rgba(0,0,0,.5);backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:opacity .2s ease-in-out,visibility .2s ease-in-out}
.search-overlay.is-active{opacity:1;visibility:visible}
.search-container{position:relative;margin-top:8vh;width:100%;max-width:700px;max-height:80vh;display:flex;flex-direction:column;background-color:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.2);overflow:hidden;transform:translateY(-12px);transition:transform .2s ease-in-out}
.search-overlay.is-active .search-container{transform:translateY(0)}
.search-header{display:flex;align-items:center;padding:0 1.6rem 0 2rem;border-bottom:1px solid #e6e6e6;flex-shrink:0}
.search-form-wrapper{display:flex;align-items:center;flex:1}
.search-form-icon{flex-shrink:0;width:20px;height:20px;color:#999}
.search-input{flex:1;padding:2rem 1.2rem;height:auto;border:0;outline:none;color:#1a1a1a;font-size:1.8rem;font-family:var(--font-base);font-weight:500;background:transparent;border-radius:0;appearance:none}
.search-input::placeholder{color:#ccc}
.search-clear{display:none;align-items:center;justify-content:center;flex-shrink:0;padding:0;width:28px;height:28px;border:0;background:#e6e6e6;border-radius:50%;cursor:pointer;color:#1a1a1a;transition:background-color .1s ease-in-out}
.search-clear.is-visible{display:flex}
.search-clear:hover{background-color:#ccc}
.search-clear svg{width:13px;height:13px}
.search-cancel{flex-shrink:0;margin-left:1.2rem;padding:0;border:0;background:transparent;color:var(--brand-color);font-size:1.5rem;font-weight:700;font-family:var(--font-base);cursor:pointer;white-space:nowrap}
.search-cancel:hover{opacity:.8}
.search-body{overflow-y:auto;-webkit-overflow-scrolling:touch}
.search-status{padding:2rem;font-size:1.4rem;color:#999;text-align:center}
.search-status:empty{display:none}
.search-loading{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:0;color:#999;font-size:1.4rem}
.search-loading::before{content:"";display:inline-block;width:14px;height:14px;border:2px solid #e6e6e6;border-top-color:var(--brand-color);border-radius:50%;animation:srch-spin .7s linear infinite}
@keyframes srch-spin{to{transform:rotate(360deg)}}
.search-no-results{margin:0;color:#999;font-size:1.5rem}
.search-error{margin:0;color:#dc3545;font-size:1.4rem}
.search-results{padding:.8rem 0}
.search-results:empty{display:none}
.search-result-item{display:block;padding:1.4rem 2.4rem;color:#1a1a1a;text-decoration:none;transition:background-color .1s ease-in-out}
.search-result-item:hover{background-color:#f6f6f6;opacity:1}
.search-result-item+.search-result-item{border-top:1px solid #f6f6f6}
.search-result-title{margin:0 0 .4rem;font-size:1.6rem;font-weight:700;line-height:1.3;color:#1a1a1a}
.search-result-excerpt{margin:0;font-size:1.4rem;line-height:1.5;color:#999;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
.search-result-item mark{background:transparent;color:var(--brand-color);font-weight:700}
@media(max-width:767px){.search-container{margin-top:0;max-height:100vh;max-height:100dvh;border-radius:0}}
.cover-excerpt{margin-top:1.6rem;max-width:40rem;font-size:1.7rem;line-height:1.55}@media(max-width:767px){.cover-excerpt{max-width:30rem;font-size:1.5rem;line-height:1.5}}@media(max-width:575px){.feed-header-wrapper{align-items:flex-start;gap:1.2rem;flex-direction:column}.feed-layout{align-self:flex-start}.post-feed.expanded .feed-right{flex-wrap:wrap;row-gap:.6rem}.feed-month{margin:0 -1rem;padding:.9rem 1rem;font-size:1.5rem}}
