﻿@charset "UTF-8";

@font-face {
    font-family: Inter;
    font-style: normal;
    font-weight: 300 900;
    font-display: fallback;
    src: url('/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');
    font-stretch: normal;
}

@font-face {
    font-family: Cardo;
    font-style: normal;
    font-weight: 400;
    font-display: fallback;
    src: url('fonts/cardo_normal_400.woff2') format('woff2');
}

/*img.wp-smiley, img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}*/



.wp-block-archives {
    box-sizing: border-box
}

.wp-block-archives-dropdown label {
    display: block
}

.wp-block-avatar {
    line-height: 0
}

    .wp-block-avatar, .wp-block-avatar img {
        box-sizing: border-box
    }

        .wp-block-avatar.aligncenter {
            text-align: center
        }

.wp-block-audio {
    box-sizing: border-box
}

    .wp-block-audio :where(figcaption) {
        margin-bottom: 1em;
        margin-top: .5em
    }

    .wp-block-audio audio {
        min-width: 300px;
        width: 100%
    }

.wp-block-button__link {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    word-break: break-word
}

    .wp-block-button__link.aligncenter {
        text-align: center
    }

    .wp-block-button__link.alignright {
        text-align: right
    }

:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none
}

.wp-block-button[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none
}

    .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
        width: 100%
    }

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*.75)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*.5)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*.25)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    flex-basis: 100%;
    width: 100%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link) {
    border: 2px solid;
    padding: .667em 1.333em
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)) {
    color: currentColor
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)), :root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)) {
    background-color: initial;
    background-image: none
}

.wp-block-buttons.is-vertical {
    flex-direction: column
}

    .wp-block-buttons.is-vertical > .wp-block-button:last-child {
        margin-bottom: 0
    }

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start
}

    .wp-block-buttons.is-content-justification-left.is-vertical {
        align-items: flex-start
    }

.wp-block-buttons.is-content-justification-center {
    justify-content: center
}

    .wp-block-buttons.is-content-justification-center.is-vertical {
        align-items: center
    }

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end
}

    .wp-block-buttons.is-content-justification-right.is-vertical {
        align-items: flex-end
    }

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between
}

.wp-block-buttons.aligncenter {
    text-align: center
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%
}

.wp-block-buttons[style*=text-decoration] .wp-block-button, .wp-block-buttons[style*=text-decoration] .wp-block-button__link {
    text-decoration: inherit
}

.wp-block-buttons.has-custom-font-size .wp-block-button__link {
    font-size: inherit
}

.wp-block-button.aligncenter, .wp-block-calendar {
    text-align: center
}

    .wp-block-calendar td, .wp-block-calendar th {
        border: 1px solid;
        padding: .25em
    }

    .wp-block-calendar th {
        font-weight: 400
    }

    .wp-block-calendar caption {
        background-color: inherit
    }

    .wp-block-calendar table {
        border-collapse: collapse;
        width: 100%
    }

        .wp-block-calendar table:where(:not(.has-text-color)) {
            color: #40464d
        }

            .wp-block-calendar table:where(:not(.has-text-color)) td, .wp-block-calendar table:where(:not(.has-text-color)) th {
                border-color: #ddd
            }

        .wp-block-calendar table.has-background th {
            background-color: inherit
        }

        .wp-block-calendar table.has-text-color th {
            color: inherit
        }

:where(.wp-block-calendar table:not(.has-background) th) {
    background: #ddd
}

.wp-block-categories {
    box-sizing: border-box
}

    .wp-block-categories.alignleft {
        margin-right: 2em
    }

    .wp-block-categories.alignright {
        margin-left: 2em
    }

    .wp-block-categories.wp-block-categories-dropdown.aligncenter {
        text-align: center
    }

    .wp-block-categories .wp-block-categories__label {
        display: block;
        width: 100%
    }

.wp-block-code {
    box-sizing: border-box
}

    .wp-block-code code {
        display: block;
        font-family: inherit;
        overflow-wrap: break-word;
        white-space: pre-wrap
    }

.wp-block-columns {
    align-items: normal !important;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap !important
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important
    }
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end
}

@media (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

        .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
            flex-grow: 0
        }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap !important
}

    .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

        .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
            flex-grow: 0
        }

:where(.wp-block-columns) {
    margin-bottom: 1.75em
}

:where(.wp-block-columns.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word
}

    .wp-block-column.is-vertically-aligned-top {
        align-self: flex-start
    }

    .wp-block-column.is-vertically-aligned-center {
        align-self: center
    }

    .wp-block-column.is-vertically-aligned-bottom {
        align-self: flex-end
    }

    .wp-block-column.is-vertically-aligned-stretch {
        align-self: stretch
    }

    .wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
        width: 100%
    }

.wp-block-post-comments {
    box-sizing: border-box
}

    .wp-block-post-comments .alignleft {
        float: left
    }

    .wp-block-post-comments .alignright {
        float: right
    }

    .wp-block-post-comments .navigation:after {
        clear: both;
        content: "";
        display: table
    }

    .wp-block-post-comments .commentlist {
        clear: both;
        list-style: none;
        margin: 0;
        padding: 0
    }

        .wp-block-post-comments .commentlist .comment {
            min-height: 2.25em;
            padding-left: 3.25em
        }

            .wp-block-post-comments .commentlist .comment p {
                font-size: 1em;
                line-height: 1.8;
                margin: 1em 0
            }

        .wp-block-post-comments .commentlist .children {
            list-style: none;
            margin: 0;
            padding: 0
        }

    .wp-block-post-comments .comment-author {
        line-height: 1.5
    }

        .wp-block-post-comments .comment-author .avatar {
            border-radius: 1.5em;
            display: block;
            float: left;
            height: 2.5em;
            margin-right: .75em;
            margin-top: .5em;
            width: 2.5em
        }

        .wp-block-post-comments .comment-author cite {
            font-style: normal
        }

    .wp-block-post-comments .comment-meta {
        font-size: .875em;
        line-height: 1.5
    }

        .wp-block-post-comments .comment-meta b {
            font-weight: 400
        }

        .wp-block-post-comments .comment-meta .comment-awaiting-moderation {
            display: block;
            margin-bottom: 1em;
            margin-top: 1em
        }

    .wp-block-post-comments .comment-body .commentmetadata {
        font-size: .875em
    }

    .wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
        display: block;
        margin-bottom: .25em
    }

    .wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
        box-sizing: border-box;
        display: block;
        width: 100%
    }

    .wp-block-post-comments .comment-form-cookies-consent {
        display: flex;
        gap: .25em
    }

        .wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
            margin-top: .35em
        }

    .wp-block-post-comments .comment-reply-title {
        margin-bottom: 0
    }

        .wp-block-post-comments .comment-reply-title :where(small) {
            font-size: var(--wp--preset--font-size--medium,smaller);
            margin-left: .5em
        }

    .wp-block-post-comments .reply {
        font-size: .875em;
        margin-bottom: 1.4em
    }

    .wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
        border: 1px solid #949494;
        font-family: inherit;
        font-size: 1em
    }

        .wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
            padding: calc(.667em + 2px)
        }

:where(.wp-block-post-comments input[type=submit]) {
    border: none
}

.wp-block-comments-pagination > .wp-block-comments-pagination-next, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers, .wp-block-comments-pagination > .wp-block-comments-pagination-previous {
    margin-bottom: .5em;
    margin-right: .5em
}

    .wp-block-comments-pagination > .wp-block-comments-pagination-next:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-numbers:last-child, .wp-block-comments-pagination > .wp-block-comments-pagination-previous:last-child {
        margin-right: 0
    }

.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

    .wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

    .wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-comments-pagination.aligncenter {
    justify-content: center
}

.wp-block-comment-template {
    box-sizing: border-box;
    list-style: none;
    margin-bottom: 0;
    max-width: 100%;
    padding: 0
}

    .wp-block-comment-template li {
        clear: both
    }

    .wp-block-comment-template ol {
        list-style: none;
        margin-bottom: 0;
        max-width: 100%;
        padding-left: 2rem
    }

    .wp-block-comment-template.alignleft {
        float: left
    }

    .wp-block-comment-template.aligncenter {
        margin-left: auto;
        margin-right: auto;
        width: -moz-fit-content;
        width: fit-content
    }

    .wp-block-comment-template.alignright {
        float: right
    }

.wp-block-comment-date {
    box-sizing: border-box
}

.comment-awaiting-moderation {
    display: block;
    font-size: .875em;
    line-height: 1.5
}

.wp-block-comment-author-name, .wp-block-comment-content, .wp-block-comment-edit-link, .wp-block-comment-reply-link {
    box-sizing: border-box
}

.wp-block-cover, .wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    overflow: hidden;
    overflow: clip;
    padding: 1em;
    position: relative
}

    .wp-block-cover .has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]) {
        background-color: #000
    }

    .wp-block-cover .has-background-dim.has-background-gradient, .wp-block-cover-image .has-background-dim.has-background-gradient {
        background-color: initial
    }

    .wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
        background-color: inherit;
        content: ""
    }

    .wp-block-cover .wp-block-cover__background, .wp-block-cover .wp-block-cover__gradient-background, .wp-block-cover-image .wp-block-cover__background, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover.has-background-dim:not(.has-background-gradient):before {
        bottom: 0;
        left: 0;
        opacity: .5;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
        opacity: .1
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
        opacity: .2
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
        opacity: .3
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
        opacity: .4
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
        opacity: .5
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
        opacity: .6
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
        opacity: .7
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
        opacity: .8
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
        opacity: .9
    }

    .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
        opacity: 1
    }

    .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
        opacity: 0
    }

    .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
        opacity: .1
    }

    .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
        opacity: .2
    }

    .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
        opacity: .3
    }

    .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
        opacity: .4
    }

    .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
        opacity: .5
    }

    .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
        opacity: .6
    }

    .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
        opacity: .7
    }

    .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
        opacity: .8
    }

    .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
        opacity: .9
    }

    .wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100, .wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
        opacity: 1
    }

    .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
        max-width: 420px;
        width: 100%
    }

    .wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
        display: flex
    }

    .wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
        color: inherit;
        width: 100%;
        z-index: 1
    }

.has-modal-open .wp-block-cover .wp-block-cover__inner-container, .has-modal-open .wp-block-cover-image .wp-block-cover__inner-container {
    z-index: auto
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container {
    margin: 0;
    width: auto
}

.wp-block-cover .wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background, .wp-block-cover-image .wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background {
    border: none;
    bottom: 0;
    box-shadow: none;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    object-fit: cover;
    outline: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover
}

@supports (-webkit-touch-callout:inherit) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax, .wp-block-cover__image-background.has-parallax, video.wp-block-cover__video-background.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated, .wp-block-cover__image-background.is-repeated, video.wp-block-cover__video-background.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover .wp-block-cover-text, .wp-block-cover-image .wp-block-cover-image-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1
}

:where(.wp-block-cover-image:not(.has-text-color)), :where(.wp-block-cover:not(.has-text-color)) {
    color: #fff
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)), :where(.wp-block-cover.is-light:not(.has-text-color)) {
    color: #000
}

:root :where(.wp-block-cover h1:not(.has-text-color)), :root :where(.wp-block-cover h2:not(.has-text-color)), :root :where(.wp-block-cover h3:not(.has-text-color)), :root :where(.wp-block-cover h4:not(.has-text-color)), :root :where(.wp-block-cover h5:not(.has-text-color)), :root :where(.wp-block-cover h6:not(.has-text-color)), :root :where(.wp-block-cover p:not(.has-text-color)) {
    color: inherit
}

.wp-block-details {
    box-sizing: border-box
}

    .wp-block-details summary {
        cursor: pointer
    }

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%
}

    .wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
        min-width: 280px
    }

.wp-block-cover .wp-block-embed {
    min-height: 240px;
    min-width: 320px
}

.wp-block-embed {
    overflow-wrap: break-word
}

    .wp-block-embed :where(figcaption) {
        margin-bottom: 1em;
        margin-top: .5em
    }

    .wp-block-embed iframe {
        max-width: 100%
    }

.wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    bottom: 0;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%
}

.wp-block-file {
    box-sizing: border-box
}

    .wp-block-file:not(.wp-element-button) {
        font-size: .8em
    }

    .wp-block-file.aligncenter {
        text-align: center
    }

    .wp-block-file.alignright {
        text-align: right
    }

    .wp-block-file * + .wp-block-file__button {
        margin-left: .75em
    }

:where(.wp-block-file) {
    margin-bottom: 1.5em
}

.wp-block-file__embed {
    margin-bottom: 1em
}

:where(.wp-block-file__button) {
    border-radius: 2em;
    display: inline-block;
    padding: .5em 1em
}

    :where(.wp-block-file__button):is(a):active, :where(.wp-block-file__button):is(a):focus, :where(.wp-block-file__button):is(a):hover, :where(.wp-block-file__button):is(a):visited {
        box-shadow: none;
        color: #fff;
        opacity: .85;
        text-decoration: none
    }

.wp-block-form-input__label {
    display: flex;
    flex-direction: column;
    gap: .25em;
    margin-bottom: .5em;
    width: 100%
}

    .wp-block-form-input__label.is-label-inline {
        align-items: center;
        flex-direction: row;
        gap: .5em
    }

        .wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content {
            margin-bottom: .5em
        }

    .wp-block-form-input__label:has(input[type=checkbox]) {
        flex-direction: row;
        width: -moz-fit-content;
        width: fit-content
    }

        .wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content {
            margin: 0
        }

    .wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]) {
        flex-direction: row-reverse
    }

.wp-block-form-input__label-content {
    width: -moz-fit-content;
    width: fit-content
}

.wp-block-form-input__input {
    font-size: 1em;
    margin-bottom: .5em;
    padding: 0 .5em
}

    .wp-block-form-input__input[type=date], .wp-block-form-input__input[type=datetime-local], .wp-block-form-input__input[type=datetime], .wp-block-form-input__input[type=email], .wp-block-form-input__input[type=month], .wp-block-form-input__input[type=number], .wp-block-form-input__input[type=password], .wp-block-form-input__input[type=search], .wp-block-form-input__input[type=tel], .wp-block-form-input__input[type=text], .wp-block-form-input__input[type=time], .wp-block-form-input__input[type=url], .wp-block-form-input__input[type=week] {
        border: 1px solid;
        line-height: 2;
        min-height: 2em
    }

textarea.wp-block-form-input__input {
    min-height: 10em
}

.blocks-gallery-grid:not(.has-nested-images), .wp-block-gallery:not(.has-nested-images) {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0
}

    .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item {
        display: flex;
        flex-direction: column;
        flex-grow: 1;
        justify-content: center;
        margin: 0 1em 1em 0;
        position: relative;
        width: calc(50% - 1em)
    }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n) {
            margin-right: 0
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure {
            align-items: flex-end;
            display: flex;
            height: 100%;
            justify-content: flex-start;
            margin: 0
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img {
            display: block;
            height: auto;
            max-width: 100%;
            width: auto
        }

        .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption {
            background: linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);
            bottom: 0;
            box-sizing: border-box;
            color: #fff;
            font-size: .8em;
            margin: 0;
            max-height: 100%;
            overflow: auto;
            padding: 3em .77em .7em;
            position: absolute;
            text-align: center;
            width: 100%;
            z-index: 2
        }

            .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img {
                display: inline
            }

    .blocks-gallery-grid:not(.has-nested-images) figcaption, .wp-block-gallery:not(.has-nested-images) figcaption {
        flex-grow: 1
    }

    .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a, .blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a, .wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img {
        flex: 1;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item {
        margin-right: 0;
        width: 100%
    }

@media (min-width:600px) {
    .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(33.33333% - .66667em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - .75em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - .8em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - .83333em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - .85714em)
    }

    .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image, .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image, .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - .875em)
    }

        .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n) {
            margin-right: 0
        }
}

.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child, .blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child, .wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid:not(.has-nested-images).alignleft, .blocks-gallery-grid:not(.has-nested-images).alignright, .wp-block-gallery:not(.has-nested-images).alignleft, .wp-block-gallery:not(.has-nested-images).alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure, .wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start
}

figure.wp-block-gallery.has-nested-images {
    align-items: normal
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
    margin: 0;
    width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: center;
    max-width: 100%;
    position: relative
}

    .wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
        flex-direction: column;
        flex-grow: 1;
        margin: 0
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image img {
        display: block;
        height: auto;
        max-width: 100% !important;
        width: auto
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
        bottom: 0;
        left: 0;
        max-height: 100%;
        position: absolute;
        right: 0
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before {
        -webkit-backdrop-filter: blur(3px);
        backdrop-filter: blur(3px);
        content: "";
        height: 100%;
        -webkit-mask-image: linear-gradient(0deg,#000 20%,#0000);
        mask-image: linear-gradient(0deg,#000 20%,#0000);
        max-height: 40%
    }

    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        background: linear-gradient(0deg,#0006,#0000);
        box-sizing: border-box;
        color: #fff;
        font-size: 13px;
        margin: 0;
        overflow: auto;
        padding: 1em;
        scrollbar-color: #0000 #0000;
        scrollbar-gutter: stable both-edges;
        scrollbar-width: thin;
        text-align: center;
        text-shadow: 0 0 1.5px #000;
        will-change: transform
    }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar {
            height: 12px;
            width: 12px
        }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track {
            background-color: initial
        }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb {
            background-clip: padding-box;
            background-color: initial;
            border: 3px solid #0000;
            border-radius: 8px
        }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb {
            background-color: #fffc
        }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within, .wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover {
            scrollbar-color: #fffc #0000
        }

@media (hover:none) {
    .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
        scrollbar-color: #fffc #0000
    }
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
    display: inline
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a {
    color: inherit
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > a, .wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border > div, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
    flex: 1 1 auto
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
    background: none;
    color: inherit;
    flex: initial;
    margin: 0;
    padding: 10px 10px 9px;
    position: relative;
    text-shadow: none
}

.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before {
    content: none
}

.wp-block-gallery.has-nested-images figcaption {
    flex-basis: 100%;
    flex-grow: 1;
    text-align: center
}

.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
    margin-bottom: auto;
    margin-top: 0
}

.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
    align-self: inherit
}

    .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
        display: flex
    }

    .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
        flex: 1 0 0%;
        height: 100%;
        object-fit: cover;
        width: 100%
    }

.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
    width: 100%
}

@media (min-width:600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        width: calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        width: calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)
    }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)
    }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        width: calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)
    }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        width: calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)
    }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        width: calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)
    }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        width: calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)
    }

        .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
            width: calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)
        }

        .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
            width: 100%
        }
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
    position: relative
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]), h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]), h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]) {
    rotate: 180deg
}

.wp-block-image a {
    display: inline-block
}

.wp-block-image img {
    box-sizing: border-box;
    height: auto;
    max-width: 100%;
    vertical-align: bottom
}

@media (prefers-reduced-motion:no-preference) {
    .wp-block-image img.hide {
        visibility: hidden
    }

    .wp-block-image img.show {
        animation: show-content-image .4s
    }
}

.wp-block-image[style*=border-radius] img, .wp-block-image[style*=border-radius] > a {
    border-radius: inherit
}

.wp-block-image.has-custom-border img {
    box-sizing: border-box
}

.wp-block-image.aligncenter {
    text-align: center
}

.wp-block-image.alignfull a, .wp-block-image.alignwide a {
    width: 100%
}

.wp-block-image.alignfull img, .wp-block-image.alignwide img {
    height: auto;
    width: 100%
}

.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright {
    display: table
}

    .wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption, .wp-block-image.aligncenter > figcaption, .wp-block-image.alignleft > figcaption, .wp-block-image.alignright > figcaption {
        caption-side: bottom;
        display: table-caption
    }

.wp-block-image .alignleft {
    float: left;
    margin: .5em 1em .5em 0
}

.wp-block-image .alignright {
    float: right;
    margin: .5em 0 .5em 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-image.is-style-circle-mask img {
    border-radius: 9999px
}

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        border-radius: 0;
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-position: center;
        mask-position: center;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain
    }
}

:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img) {
    border-radius: 9999px
}

.wp-block-image figure {
    margin: 0
}

.wp-lightbox-container {
    display: flex;
    flex-direction: column;
    position: relative
}

    .wp-lightbox-container img {
        cursor: zoom-in
    }

        .wp-lightbox-container img:hover + button {
            opacity: 1
        }

    .wp-lightbox-container button {
        align-items: center;
        -webkit-backdrop-filter: blur(16px) saturate(180%);
        backdrop-filter: blur(16px) saturate(180%);
        background-color: #5a5a5a40;
        border: none;
        border-radius: 4px;
        cursor: zoom-in;
        display: flex;
        height: 20px;
        justify-content: center;
        opacity: 0;
        padding: 0;
        position: absolute;
        right: 16px;
        text-align: center;
        top: 16px;
        transition: opacity .2s ease;
        width: 20px;
        z-index: 100
    }

        .wp-lightbox-container button:focus-visible {
            outline: 3px auto #5a5a5a40;
            outline: 3px auto -webkit-focus-ring-color;
            outline-offset: 3px
        }

        .wp-lightbox-container button:hover {
            cursor: pointer;
            opacity: 1
        }

        .wp-lightbox-container button:focus {
            opacity: 1
        }

        .wp-lightbox-container button:focus, .wp-lightbox-container button:hover, .wp-lightbox-container button:not(:hover):not(:active):not(.has-background) {
            background-color: #5a5a5a40;
            border: none
        }

.wp-lightbox-overlay {
    box-sizing: border-box;
    cursor: zoom-out;
    height: 100vh;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 100000
}

    .wp-lightbox-overlay .close-button {
        align-items: center;
        cursor: pointer;
        display: flex;
        justify-content: center;
        min-height: 40px;
        min-width: 40px;
        padding: 0;
        position: absolute;
        right: calc(env(safe-area-inset-right) + 16px);
        top: calc(env(safe-area-inset-top) + 16px);
        z-index: 5000000
    }

        .wp-lightbox-overlay .close-button:focus, .wp-lightbox-overlay .close-button:hover, .wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background) {
            background: none;
            border: none
        }

    .wp-lightbox-overlay .lightbox-image-container {
        height: var(--wp--lightbox-container-height);
        left: 50%;
        overflow: hidden;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        transform-origin: top left;
        width: var(--wp--lightbox-container-width);
        z-index: 9999999999
    }

    .wp-lightbox-overlay .wp-block-image {
        align-items: center;
        box-sizing: border-box;
        display: flex;
        height: 100%;
        justify-content: center;
        margin: 0;
        position: relative;
        transform-origin: 0 0;
        width: 100%;
        z-index: 3000000
    }

        .wp-lightbox-overlay .wp-block-image img {
            height: var(--wp--lightbox-image-height);
            min-height: var(--wp--lightbox-image-height);
            min-width: var(--wp--lightbox-image-width);
            width: var(--wp--lightbox-image-width)
        }

        .wp-lightbox-overlay .wp-block-image figcaption {
            display: none
        }

    .wp-lightbox-overlay button {
        background: none;
        border: none
    }

    .wp-lightbox-overlay .scrim {
        background-color: #fff;
        height: 100%;
        opacity: .9;
        position: absolute;
        width: 100%;
        z-index: 2000000
    }

    .wp-lightbox-overlay.active {
        animation: turn-on-visibility .25s both;
        visibility: visible
    }

        .wp-lightbox-overlay.active img {
            animation: turn-on-visibility .35s both
        }

    .wp-lightbox-overlay.show-closing-animation:not(.active) {
        animation: turn-off-visibility .35s both
    }

        .wp-lightbox-overlay.show-closing-animation:not(.active) img {
            animation: turn-off-visibility .25s both
        }

@media (prefers-reduced-motion:no-preference) {
    .wp-lightbox-overlay.zoom.active {
        animation: none;
        opacity: 1;
        visibility: visible
    }

        .wp-lightbox-overlay.zoom.active .lightbox-image-container {
            animation: lightbox-zoom-in .4s
        }

            .wp-lightbox-overlay.zoom.active .lightbox-image-container img {
                animation: none
            }

        .wp-lightbox-overlay.zoom.active .scrim {
            animation: turn-on-visibility .4s forwards
        }

    .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) {
        animation: none
    }

        .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container {
            animation: lightbox-zoom-out .4s
        }

            .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img {
                animation: none
            }

        .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim {
            animation: turn-off-visibility .4s forwards
        }
}

@keyframes show-content-image {
    0% {
        visibility: hidden
    }

    99% {
        visibility: hidden
    }

    to {
        visibility: visible
    }
}

@keyframes turn-on-visibility {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes turn-off-visibility {
    0% {
        opacity: 1;
        visibility: visible
    }

    99% {
        opacity: 0;
        visibility: visible
    }

    to {
        opacity: 0;
        visibility: hidden
    }
}

@keyframes lightbox-zoom-in {
    0% {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))
    }

    to {
        transform: translate(-50%,-50%) scale(1)
    }
}

@keyframes lightbox-zoom-out {
    0% {
        transform: translate(-50%,-50%) scale(1);
        visibility: visible
    }

    99% {
        visibility: visible
    }

    to {
        transform: translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
        visibility: hidden
    }
}

ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)) {
    line-height: 1.1
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)) {
    line-height: 1.8
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])), .has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])) {
    line-height: 1.5
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    list-style: none;
    min-height: 2.25em
}

    .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt, .has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
        margin-left: 3.25em
    }

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    margin: .36em 0 1.4em
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em
}

.wp-block-latest-comments[class*=-font-size] a, .wp-block-latest-comments[style*=font-size] a {
    font-size: inherit
}

.wp-block-latest-posts {
    box-sizing: border-box
}

    .wp-block-latest-posts.alignleft {
        margin-right: 2em
    }

    .wp-block-latest-posts.alignright {
        margin-left: 2em
    }

    .wp-block-latest-posts.wp-block-latest-posts__list {
        list-style: none
    }

        .wp-block-latest-posts.wp-block-latest-posts__list li {
            clear: both;
            overflow-wrap: break-word
        }

    .wp-block-latest-posts.is-grid {
        display: flex;
        flex-wrap: wrap
    }

        .wp-block-latest-posts.is-grid li {
            margin: 0 1.25em 1.25em 0;
            width: 100%
        }

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em)
    }

        .wp-block-latest-posts.columns-2 li:nth-child(2n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em)
    }

        .wp-block-latest-posts.columns-3 li:nth-child(3n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em)
    }

        .wp-block-latest-posts.columns-4 li:nth-child(4n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em)
    }

        .wp-block-latest-posts.columns-5 li:nth-child(5n) {
            margin-right: 0
        }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em)
    }

        .wp-block-latest-posts.columns-6 li:nth-child(6n) {
            margin-right: 0
        }
}

:root :where(.wp-block-latest-posts.is-grid) {
    padding: 0
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
    padding-left: 0
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em
}

.wp-block-latest-posts__post-excerpt {
    margin-bottom: 1em;
    margin-top: .5em
}

.wp-block-latest-posts__featured-image a {
    display: inline-block
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    max-width: 100%;
    width: auto
}

.wp-block-latest-posts__featured-image.alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    float: right;
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

ol, ul {
    box-sizing: border-box
}

:root :where(.wp-block-list.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-loginout, .wp-block-media-text {
    box-sizing: border-box
}

.wp-block-media-text {
    /*!rtl:begin:ignore*/ direction: ltr;
    /*!rtl:end:ignore*/ display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto
}

    .wp-block-media-text.has-media-on-the-right {
        grid-template-columns: 1fr 50%
    }

    .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top > .wp-block-media-text__media {
        align-self: start
    }

    .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center > .wp-block-media-text__media, .wp-block-media-text > .wp-block-media-text__content, .wp-block-media-text > .wp-block-media-text__media {
        align-self: center
    }

    .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom > .wp-block-media-text__media {
        align-self: end
    }

    .wp-block-media-text > .wp-block-media-text__media {
        /*!rtl:begin:ignore*/ grid-column: 1;
        grid-row: 1;
        /*!rtl:end:ignore*/ margin: 0
    }

    .wp-block-media-text > .wp-block-media-text__content {
        direction: ltr;
        /*!rtl:begin:ignore*/ grid-column: 2;
        grid-row: 1;
        /*!rtl:end:ignore*/ padding: 0 8%;
        word-break: break-word
    }

    .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__media {
        /*!rtl:begin:ignore*/ grid-column: 2;
        grid-row: 1
        /*!rtl:end:ignore*/
    }

    .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
        /*!rtl:begin:ignore*/ grid-column: 1;
        grid-row: 1
        /*!rtl:end:ignore*/
    }

.wp-block-media-text__media a {
    display: inline-block
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 100%
}

.wp-block-media-text.is-image-fill > .wp-block-media-text__media {
    background-size: cover;
    height: 100%;
    min-height: 250px
}

    .wp-block-media-text.is-image-fill > .wp-block-media-text__media > a {
        display: block;
        height: 100%
    }

    .wp-block-media-text.is-image-fill > .wp-block-media-text__media img {
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
        clip: rect(0,0,0,0);
        border: 0
    }

.wp-block-media-text.is-image-fill-element > .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    position: relative
}

    .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media > a {
        display: block;
        height: 100%
    }

    .wp-block-media-text.is-image-fill-element > .wp-block-media-text__media img {
        height: 100%;
        object-fit: cover;
        position: absolute;
        width: 100%
    }

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important
    }

        .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__media {
            grid-column: 1;
            grid-row: 1
        }

        .wp-block-media-text.is-stacked-on-mobile > .wp-block-media-text__content {
            grid-column: 1;
            grid-row: 2
        }
}

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting: flex-start;
    --navigation-layout-direction: row;
    --navigation-layout-wrap: wrap;
    --navigation-layout-justify: flex-start;
    --navigation-layout-align: center
}

    .wp-block-navigation ul {
        margin-bottom: 0;
        margin-left: 0;
        margin-top: 0;
        padding-left: 0
    }

        .wp-block-navigation ul, .wp-block-navigation ul li {
            list-style: none;
            padding: 0
        }

    .wp-block-navigation .wp-block-navigation-item {
        align-items: center;
        display: flex;
        position: relative
    }

        .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
            display: none
        }

    .wp-block-navigation .wp-block-navigation-item__content {
        display: block
    }

        .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
            color: inherit
        }

    .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus {
        text-decoration: underline
    }

    .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active, .wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus {
        text-decoration: line-through
    }

    .wp-block-navigation :where(a), .wp-block-navigation :where(a:active), .wp-block-navigation :where(a:focus) {
        text-decoration: none
    }

    .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        background-color: inherit;
        border: none;
        color: currentColor;
        display: inline-block;
        font-size: inherit;
        height: .6em;
        line-height: 0;
        margin-left: .25em;
        padding: 0;
        width: .6em
    }

        .wp-block-navigation .wp-block-navigation__submenu-icon svg {
            display: inline-block;
            stroke: currentColor;
            height: inherit;
            margin-top: .075em;
            width: inherit
        }

    .wp-block-navigation.is-vertical {
        --navigation-layout-direction: column;
        --navigation-layout-justify: initial;
        --navigation-layout-align: flex-start
    }

    .wp-block-navigation.no-wrap {
        --navigation-layout-wrap: nowrap
    }

    .wp-block-navigation.items-justified-center {
        --navigation-layout-justification-setting: center;
        --navigation-layout-justify: center
    }

        .wp-block-navigation.items-justified-center.is-vertical {
            --navigation-layout-align: center
        }

    .wp-block-navigation.items-justified-right {
        --navigation-layout-justification-setting: flex-end;
        --navigation-layout-justify: flex-end
    }

        .wp-block-navigation.items-justified-right.is-vertical {
            --navigation-layout-align: flex-end
        }

    .wp-block-navigation.items-justified-space-between {
        --navigation-layout-justification-setting: space-between;
        --navigation-layout-justify: space-between
    }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container {
        align-items: normal;
        background-color: inherit;
        color: inherit;
        display: flex;
        flex-direction: column;
        height: 0;
        left: -1px;
        opacity: 0;
        overflow: hidden;
        position: absolute;
        top: 100%;
        transition: opacity .1s linear;
        visibility: hidden;
        width: 0;
        z-index: 2
    }

        .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content {
            display: flex;
            flex-grow: 1
        }

            .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
                margin-left: auto;
                margin-right: 0
            }

        .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
            margin: 0
        }

@media (min-width:782px) {
    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px
    }

        .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before {
            background: #0000;
            content: "";
            display: block;
            height: 100%;
            position: absolute;
            right: 100%;
            width: .5em
        }

    .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon {
        margin-right: .25em
    }

        .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg {
            transform: rotate(-90deg)
        }
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] ~ .wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):hover > .wp-block-navigation__submenu-container, .wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within > .wp-block-navigation__submenu-container {
    height: auto;
    min-width: 200px;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    width: auto
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%
}

@media (min-width:782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation-submenu {
    display: flex;
    position: relative
}

    .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
        stroke: currentColor
    }

button.wp-block-navigation-item__content {
    background-color: initial;
    border: none;
    color: currentColor;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-align: left;
    text-transform: inherit
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle {
    padding-left: 0;
    padding-right: .85em
}

    .wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle + .wp-block-navigation__submenu-icon {
        margin-left: -.6em;
        pointer-events: none
    }

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle) {
    padding: 0
}

.wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-close, .wp-block-navigation__responsive-container, .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-dialog {
    gap: inherit
}

:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)) {
    padding: .5em 1em
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content), :where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content) {
    padding: .5em 1em
}

.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
    left: auto;
    right: 0
}

    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: -1px;
        right: -1px
    }

@media (min-width:782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    border: 1px solid #00000026
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container {
    background-color: inherit
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container {
    color: #000
}

.wp-block-navigation__container {
    align-items: var(--navigation-layout-align,initial);
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial);
    list-style: none;
    margin: 0;
    padding-left: 0
}

    .wp-block-navigation__container .is-responsive {
        display: none
    }

    .wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
        flex-grow: 1
    }

@keyframes overlay-menu__fade-in-animation {
    0% {
        opacity: 0;
        transform: translateY(.5em)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

.wp-block-navigation__responsive-container {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

    .wp-block-navigation__responsive-container :where(.wp-block-navigation-item a) {
        color: inherit
    }

    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        align-items: var(--navigation-layout-align,initial);
        display: flex;
        flex-direction: var(--navigation-layout-direction,initial);
        flex-wrap: var(--navigation-layout-wrap,wrap);
        justify-content: var(--navigation-layout-justify,initial)
    }

    .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
        background-color: inherit !important;
        color: inherit !important
    }

    .wp-block-navigation__responsive-container.is-menu-open {
        animation: overlay-menu__fade-in-animation .1s ease-out;
        animation-fill-mode: forwards;
        background-color: inherit;
        display: flex;
        flex-direction: column;
        overflow: auto;
        padding: clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20em);
        z-index: 100000
    }

@media (prefers-reduced-motion:reduce) {
    .wp-block-navigation__responsive-container.is-menu-open {
        animation-delay: 0s;
        animation-duration: 1ms
    }
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
    align-items: var(--navigation-layout-justification-setting,inherit);
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    overflow: visible;
    padding-top: calc(2rem + 24px)
}

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
        justify-content: flex-start
    }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
            display: none
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
            border: none;
            height: auto;
            min-width: 200px;
            opacity: 1;
            overflow: initial;
            padding-left: 2rem;
            padding-right: 2rem;
            position: static;
            visibility: visible;
            width: auto
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
            gap: inherit
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
            padding-top: var(--wp--style--block-gap,2em)
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
            padding: 0
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
            align-items: var(--navigation-layout-justification-setting,initial);
            display: flex;
            flex-direction: column
        }

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
    background: #0000 !important;
    color: inherit !important
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: auto;
    right: auto
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        background-color: inherit;
        display: block;
        position: relative;
        width: 100%;
        z-index: auto
    }

        .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
            display: none
        }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open {
    color: #000
}

.wp-block-navigation__toggle_button_label {
    font-size: 1rem;
    font-weight: 700
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    background: #0000;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    text-transform: inherit;
    vertical-align: middle
}

    .wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
        fill: currentColor;
        display: block;
        height: 24px;
        pointer-events: none;
        width: 24px
    }

.wp-block-navigation__responsive-container-open {
    display: flex
}

    .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit
    }

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2
}

    .wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit
    }

.wp-block-navigation__responsive-close {
    width: 100%
}

.has-modal-open .wp-block-navigation__responsive-close {
    margin-left: auto;
    margin-right: auto;
    max-width: var(--wp--style--global--wide-size,100%)
}

.wp-block-navigation__responsive-close:focus {
    outline: none
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box
}

.wp-block-navigation__responsive-dialog {
    position: relative
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
    margin-top: 46px
}

@media (min-width:782px) {
    .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog {
        margin-top: 32px
    }
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-item__label {
    overflow-wrap: break-word
}

.wp-block-navigation .wp-block-navigation-item__description {
    display: none
}

.link-ui-tools {
    border-top: 1px solid #f0f0f0;
    padding: 8px
}

.link-ui-block-inserter {
    padding-top: 8px
}

.link-ui-block-inserter__back {
    margin-left: 8px;
    text-transform: uppercase
}

.wp-block-navigation .wp-block-page-list {
    align-items: var(--navigation-layout-align,initial);
    background-color: inherit;
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    justify-content: var(--navigation-layout-justify,initial)
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit
}

.is-small-text {
    font-size: .875em
}

.is-regular-text {
    font-size: 1em
}

.is-large-text {
    font-size: 2.25em
}

.is-larger-text {
    font-size: 3em
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    font-style: normal;
    font-weight: 100;
    line-height: .68;
    margin: .05em .1em 0 0;
    text-transform: uppercase
}

body.rtl .has-drop-cap:not(:focus):first-letter {
    float: none;
    margin-left: .1em
}

p.has-drop-cap.has-background {
    overflow: hidden
}

:root :where(p.has-background) {
    padding: 1.25em 2.375em
}

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit
}

p.has-text-align-left[style*="writing-mode:vertical-lr"], p.has-text-align-right[style*="writing-mode:vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-author {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap
}

.wp-block-post-author__byline {
    font-size: .5em;
    margin-bottom: 0;
    margin-top: 0;
    width: 100%
}

.wp-block-post-author__avatar {
    margin-right: 1em
}

.wp-block-post-author__bio {
    font-size: .7em;
    margin-bottom: .7em
}

.wp-block-post-author__content {
    flex-basis: 0;
    flex-grow: 1
}

.wp-block-post-author__name {
    margin: 0
}

.wp-block-post-author-biography {
    box-sizing: border-box
}

:where(.wp-block-post-comments-form) input:not([type=submit]), :where(.wp-block-post-comments-form) textarea {
    border: 1px solid #949494;
    font-family: inherit;
    font-size: 1em
}

:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])), :where(.wp-block-post-comments-form) textarea {
    padding: calc(.667em + 2px)
}

.wp-block-post-comments-form {
    box-sizing: border-box
}

    .wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
        font-weight: inherit
    }

    .wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
        font-family: inherit
    }

    .wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
        font-size: inherit
    }

    .wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
        line-height: inherit
    }

    .wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
        font-style: inherit
    }

    .wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
        letter-spacing: inherit
    }

    .wp-block-post-comments-form :where(input[type=submit]) {
        box-shadow: none;
        cursor: pointer;
        display: inline-block;
        overflow-wrap: break-word;
        text-align: center
    }

    .wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]), .wp-block-post-comments-form .comment-form textarea {
        box-sizing: border-box;
        display: block;
        width: 100%
    }

    .wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
        display: block;
        margin-bottom: .25em
    }

    .wp-block-post-comments-form .comment-form-cookies-consent {
        display: flex;
        gap: .25em
    }

        .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
            margin-top: .35em
        }

    .wp-block-post-comments-form .comment-reply-title {
        margin-bottom: 0
    }

        .wp-block-post-comments-form .comment-reply-title :where(small) {
            font-size: var(--wp--preset--font-size--medium,smaller);
            margin-left: .5em
        }

.wp-block-post-content {
    display: flow-root
}

.wp-block-post-date {
    box-sizing: border-box
}

:where(.wp-block-post-excerpt) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__excerpt {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-post-excerpt__more-text {
    margin-bottom: 0;
    margin-top: var(--wp--style--block-gap)
}

.wp-block-post-excerpt__more-link {
    display: inline-block
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

    .wp-block-post-featured-image a {
        display: block;
        height: 100%
    }

    .wp-block-post-featured-image :where(img) {
        box-sizing: border-box;
        height: auto;
        max-width: 100%;
        vertical-align: bottom;
        width: 100%
    }

    .wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
        width: 100%
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim {
        background-color: #000;
        inset: 0;
        position: absolute
    }

.wp-block-post-featured-image {
    position: relative
}

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient {
        background-color: initial
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0 {
        opacity: 0
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10 {
        opacity: .1
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20 {
        opacity: .2
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30 {
        opacity: .3
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40 {
        opacity: .4
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50 {
        opacity: .5
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60 {
        opacity: .6
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70 {
        opacity: .7
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80 {
        opacity: .8
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90 {
        opacity: .9
    }

    .wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100 {
        opacity: 1
    }

    .wp-block-post-featured-image:where(.alignleft,.alignright) {
        width: 100%
    }

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous {
    display: inline-block;
    margin-right: 1ch
}

    .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next {
    display: inline-block;
    margin-left: 1ch
}

    .wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"], .wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"] {
    rotate: 180deg
}

.wp-block-post-terms {
    box-sizing: border-box
}

    .wp-block-post-terms .wp-block-post-terms__separator {
        white-space: pre-wrap
    }

.wp-block-post-time-to-read, .wp-block-post-title {
    box-sizing: border-box
}

.wp-block-post-title {
    word-break: break-word
}

    .wp-block-post-title :where(a) {
        display: inline-block;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit
    }

.wp-block-post-author-name {
    box-sizing: border-box
}

.wp-block-preformatted {
    box-sizing: border-box;
    white-space: pre-wrap
}

:where(.wp-block-preformatted.has-background) {
    padding: 1.25em 2.375em
}

.wp-block-pullquote {
    box-sizing: border-box;
    margin: 0 0 1em;
    overflow-wrap: break-word;
    padding: 4em 0;
    text-align: center
}

    .wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
        color: inherit
    }

    .wp-block-pullquote blockquote {
        margin: 0
    }

    .wp-block-pullquote p {
        margin-top: 0
    }

        .wp-block-pullquote p:last-child {
            margin-bottom: 0
        }

    .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
        max-width: 420px
    }

    .wp-block-pullquote cite, .wp-block-pullquote footer {
        position: relative
    }

    .wp-block-pullquote .has-text-color a {
        color: inherit
    }

    .wp-block-pullquote.has-text-align-left blockquote {
        text-align: left
    }

    .wp-block-pullquote.has-text-align-right blockquote {
        text-align: right
    }

    .wp-block-pullquote.is-style-solid-color {
        border: none
    }

        .wp-block-pullquote.is-style-solid-color blockquote {
            margin-left: auto;
            margin-right: auto;
            max-width: 60%
        }

            .wp-block-pullquote.is-style-solid-color blockquote p {
                font-size: 2em;
                margin-bottom: 0;
                margin-top: 0
            }

            .wp-block-pullquote.is-style-solid-color blockquote cite {
                font-style: normal;
                text-transform: none
            }

    .wp-block-pullquote cite {
        color: inherit
    }

.wp-block-post-template {
    list-style: none;
    margin-bottom: 0;
    margin-top: 0;
    max-width: 100%;
    padding: 0
}

    .wp-block-post-template.is-flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 1.25em
    }

        .wp-block-post-template.is-flex-container > li {
            margin: 0;
            width: 100%
        }

@media (min-width:600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }
}

@media (max-width:600px) {
    .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid {
        grid-template-columns: 1fr
    }
}

.wp-block-post-template-is-layout-constrained > li > .alignright, .wp-block-post-template-is-layout-flow > li > .alignright {
    float: right;
    margin-inline-end: 0;
    margin-inline-start: 2em
}

.wp-block-post-template-is-layout-constrained > li > .alignleft, .wp-block-post-template-is-layout-flow > li > .alignleft {
    float: left;
    margin-inline-end: 2em;
    margin-inline-start: 0
}

.wp-block-post-template-is-layout-constrained > li > .aligncenter, .wp-block-post-template-is-layout-flow > li > .aligncenter {
    margin-inline-end: auto;
    margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-next:last-of-type {
    margin-inline-start: auto
}

.wp-block-query-pagination.is-content-justification-space-between > .wp-block-query-pagination-previous:first-child {
    margin-inline-end: auto
}

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    display: inline-block;
    margin-right: 1ch
}

    .wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    display: inline-block;
    margin-left: 1ch
}

    .wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1)
    }

.wp-block-query-pagination.aligncenter {
    justify-content: center
}

.wp-block-query-title, .wp-block-quote {
    box-sizing: border-box
}

.wp-block-quote {
    overflow-wrap: break-word
}

    .wp-block-quote.is-large:where(:not(.is-style-plain)), .wp-block-quote.is-style-large:where(:not(.is-style-plain)) {
        margin-bottom: 1em;
        padding: 0 1em
    }

        .wp-block-quote.is-large:where(:not(.is-style-plain)) p, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) p {
            font-size: 1.5em;
            font-style: italic;
            line-height: 1.6
        }

        .wp-block-quote.is-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-large:where(:not(.is-style-plain)) footer, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite, .wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer {
            font-size: 1.125em;
            text-align: right
        }

    .wp-block-quote > cite {
        display: block
    }

.wp-block-read-more {
    display: block;
    width: -moz-fit-content;
    width: fit-content
}

    .wp-block-read-more:where(:not([style*=text-decoration])) {
        text-decoration: none
    }

        .wp-block-read-more:where(:not([style*=text-decoration])):active, .wp-block-read-more:where(:not([style*=text-decoration])):focus {
            text-decoration: none
        }

ul.wp-block-rss {
    list-style: none;
    padding: 0
}

    ul.wp-block-rss.wp-block-rss {
        box-sizing: border-box
    }

    ul.wp-block-rss.alignleft {
        margin-right: 2em
    }

    ul.wp-block-rss.alignright {
        margin-left: 2em
    }

    ul.wp-block-rss.is-grid {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 0
    }

        ul.wp-block-rss.is-grid li {
            margin: 0 1em 1em 0;
            width: 100%
        }

@media (min-width:600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em
}

.wp-block-search__button {
    margin-left: 10px;
    word-break: normal
}

    .wp-block-search__button.has-icon {
        line-height: 0
    }

    .wp-block-search__button svg {
        height: 1.25em;
        min-height: 24px;
        min-width: 24px;
        width: 1.25em;
        fill: currentColor;
        vertical-align: text-bottom
    }

:where(.wp-block-search__button) {
    border: 1px solid #ccc;
    padding: 6px 10px
}

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search__label {
    width: 100%
}

.wp-block-search__input {
    appearance: none;
    border: 1px solid #949494;
    flex-grow: 1;
    margin-left: 0;
    margin-right: 0;
    min-width: 3rem;
    padding: 8px;
    text-decoration: unset !important
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    flex-shrink: 0;
    margin-left: 0;
    max-width: 100%
}

    .wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true] {
        max-width: calc(100% - 100px)
    }

.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    min-width: 0 !important;
    transition-property: width
}

.wp-block-search.wp-block-search__button-only .wp-block-search__input {
    flex-basis: 100%;
    transition-duration: .3s
}

.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden, .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper {
    overflow: hidden
}

    .wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input {
        border-left-width: 0 !important;
        border-right-width: 0 !important;
        flex-basis: 0;
        flex-grow: 0;
        margin: 0;
        min-width: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        width: 0 !important
    }

:where(.wp-block-search__input) {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-transform: inherit
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 1px solid #949494;
    box-sizing: border-box;
    padding: 4px
}

    :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
        border: none;
        border-radius: 0;
        padding: 0 4px
    }

        :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus {
            outline: none
        }

    :where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button) {
        padding: 4px 8px
    }

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper {
    float: right
}

.wp-block-separator {
    border: none;
    border-top: 2px solid
}

:root :where(.wp-block-separator.is-style-dots) {
    height: auto;
    line-height: 1;
    text-align: center
}

    :root :where(.wp-block-separator.is-style-dots):before {
        color: currentColor;
        content: "···";
        font-family: serif;
        font-size: 1.5em;
        letter-spacing: 2em;
        padding-left: 2em
    }

.wp-block-separator.is-style-dots {
    background: none !important;
    border: none !important
}

.wp-block-site-logo {
    box-sizing: border-box;
    line-height: 0
}

    .wp-block-site-logo a {
        display: inline-block;
        line-height: 0
    }

    .wp-block-site-logo.is-default-size img {
        height: auto;
        width: 120px
    }

    .wp-block-site-logo img {
        height: auto;
        max-width: 100%
    }

    .wp-block-site-logo a, .wp-block-site-logo img {
        border-radius: inherit
    }

    .wp-block-site-logo.aligncenter {
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

:root :where(.wp-block-site-logo.is-style-rounded) {
    border-radius: 9999px
}

.wp-block-site-tagline, .wp-block-site-title {
    box-sizing: border-box
}

    .wp-block-site-title :where(a) {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit
    }

.wp-block-social-links {
    background: none;
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    text-indent: 0
}

    .wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
        border-bottom: 0;
        box-shadow: none;
        text-decoration: none
    }

    .wp-block-social-links .wp-social-link svg {
        height: 1em;
        width: 1em
    }

    .wp-block-social-links .wp-social-link span:not(.screen-reader-text) {
        font-size: .65em;
        margin-left: .5em;
        margin-right: .5em
    }

    .wp-block-social-links.has-small-icon-size {
        font-size: 16px
    }

    .wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
        font-size: 24px
    }

        .wp-block-social-links.has-large-icon-size {
            font-size: 36px
        }

        .wp-block-social-links.has-huge-icon-size {
            font-size: 48px
        }

        .wp-block-social-links.aligncenter {
            display: flex;
            justify-content: center
        }

        .wp-block-social-links.alignright {
            justify-content: flex-end
        }

.wp-block-social-link {
    border-radius: 9999px;
    display: block;
    height: auto;
    transition: transform .1s ease
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-delay: 0s;
        transition-duration: 0s
    }
}

.wp-block-social-link a {
    align-items: center;
    display: flex;
    line-height: 0;
    transition: transform .1s ease
}

.wp-block-social-link:hover {
    transform: scale(1.1)
}

.wp-block-social-links .wp-block-social-link.wp-social-link {
    display: inline-block;
    margin: 0;
    padding: 0
}

    .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited {
        color: currentColor;
        fill: currentColor
    }

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky {
    background-color: #0a7aff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook {
    background-color: #0866ff;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar {
    background-color: #1d4fc4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit {
    background-color: #ff4500;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp {
    background-color: #25d366;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
    background-color: #000;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
    background: none
}

    :where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
        height: 1.25em;
        width: 1.25em
    }

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
    color: #f90
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
    color: #1ea0c3
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
    color: #0757fe
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
    color: #0a7aff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
    color: #1e1f26
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
    color: #02e49b
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
    color: #e94c89
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
    color: #4280ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
    color: #f45800
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
    color: #0866ff
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
    color: #0461dd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
    color: #e65678
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
    color: #24292d
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
    color: #382110
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
    color: #ea4434
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
    color: #1d4fc4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
    color: #f00075
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
    color: #e21b24
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
    color: #0d66c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
    color: #3288d4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
    color: #f6405f
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
    color: #e60122
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
    color: #ef4155
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
    color: #ff4500
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
    color: #0478d7
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
    color: #ff5600
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
    color: #1bd760
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
    color: #2aabee
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
    color: #011835
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
    color: #6440a4
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
    color: #1da1f2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
    color: #1eb7ea
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
    color: #4680c2
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
    color: #25d366
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
    color: #3499cd
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
    color: #000
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
    color: #d32422
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
    color: red
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto
}

:root :where(.wp-block-social-links .wp-social-link a) {
    padding: .25em
}

:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
    padding: 0
}

:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
    padding-left: .66667em;
    padding-right: .66667em
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label {
    color: #000
}

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud {
    box-sizing: border-box
}

    .wp-block-tag-cloud.aligncenter {
        justify-content: center;
        text-align: center
    }

    .wp-block-tag-cloud.alignfull {
        padding-left: 1em;
        padding-right: 1em
    }

    .wp-block-tag-cloud a {
        display: inline-block;
        margin-right: 5px
    }

    .wp-block-tag-cloud span {
        display: inline-block;
        margin-left: 5px;
        text-decoration: none
    }

:root :where(.wp-block-tag-cloud.is-style-outline) {
    display: flex;
    flex-wrap: wrap;
    gap: 1ch
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
    border: 1px solid;
    font-size: unset !important;
    margin-right: 0;
    padding: 1ch 2ch;
    text-decoration: none !important
}

.wp-block-table {
    overflow-x: auto
}

    .wp-block-table table {
        border-collapse: collapse;
        width: 100%
    }

    .wp-block-table thead {
        border-bottom: 3px solid
    }

    .wp-block-table tfoot {
        border-top: 3px solid
    }

    .wp-block-table td, .wp-block-table th {
        border: 1px solid;
        padding: .5em
    }

    .wp-block-table .has-fixed-layout {
        table-layout: fixed;
        width: 100%
    }

        .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
            word-break: break-word
        }

    .wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
        display: table;
        width: auto
    }

        .wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
            word-break: break-word
        }

    .wp-block-table .has-subtle-light-gray-background-color {
        background-color: #f3f4f5
    }

    .wp-block-table .has-subtle-pale-green-background-color {
        background-color: #e9fbe5
    }

    .wp-block-table .has-subtle-pale-blue-background-color {
        background-color: #e7f5fe
    }

    .wp-block-table .has-subtle-pale-pink-background-color {
        background-color: #fcf0ef
    }

    .wp-block-table.is-style-stripes {
        background-color: initial;
        border-bottom: 1px solid #f0f0f0;
        border-collapse: inherit;
        border-spacing: 0
    }

        .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
            background-color: #f0f0f0
        }

        .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
            background-color: #f3f4f5
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
            background-color: #e9fbe5
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
            background-color: #e7f5fe
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
            background-color: #fcf0ef
        }

        .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
            border-color: #0000
        }

    .wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color > * {
        border-color: inherit
    }

    .wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th {
        border-top-color: inherit
    }

    .wp-block-table table[style*=border-top-color] tr:not(:first-child) {
        border-top-color: initial
    }

    .wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color] > * {
        border-right-color: inherit
    }

    .wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th {
        border-bottom-color: inherit
    }

    .wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
        border-bottom-color: initial
    }

    .wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color] > * {
        border-left-color: inherit
    }

    .wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style] > * {
        border-style: inherit
    }

    .wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] > * {
        border-style: inherit;
        border-width: inherit
    }

:root :where(.wp-block-table-of-contents) {
    box-sizing: border-box
}

:where(.wp-block-term-description) {
    box-sizing: border-box;
    margin-bottom: var(--wp--style--block-gap);
    margin-top: var(--wp--style--block-gap)
}

.wp-block-term-description p {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

    .wp-block-text-columns .wp-block-column {
        margin: 0 1em;
        padding: 0
    }

        .wp-block-text-columns .wp-block-column:first-child {
            margin-left: 0
        }

        .wp-block-text-columns .wp-block-column:last-child {
            margin-right: 0
        }

    .wp-block-text-columns.columns-2 .wp-block-column {
        width: 50%
    }

    .wp-block-text-columns.columns-3 .wp-block-column {
        width: 33.33333%
    }

    .wp-block-text-columns.columns-4 .wp-block-column {
        width: 25%
    }

pre.wp-block-verse {
    overflow: auto;
    white-space: pre-wrap
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-block-video {
    box-sizing: border-box
}

    .wp-block-video video {
        vertical-align: middle;
        width: 100%
    }

@supports (position:sticky) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}

.editor-styles-wrapper, .entry-content {
    counter-reset: footnotes
}

a[data-fn].fn {
    counter-increment: footnotes;
    display: inline-flex;
    font-size: smaller;
    text-decoration: none;
    text-indent: -9999999px;
    vertical-align: super
}

    a[data-fn].fn:after {
        content: "[" counter(footnotes) "]";
        float: left;
        text-indent: 0
    }

.wp-element-button {
    cursor: pointer
}

:root {
    --wp--preset--font-size--normal: 16px;
    --wp--preset--font-size--huge: 42px
}

    :root .has-very-light-gray-background-color {
        background-color: #eee
    }

    :root .has-very-dark-gray-background-color {
        background-color: #313131
    }

    :root .has-very-light-gray-color {
        color: #eee
    }

    :root .has-very-dark-gray-color {
        color: #313131
    }

    :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
        background: linear-gradient(135deg,#00d084,#0693e3)
    }

    :root .has-purple-crush-gradient-background {
        background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
    }

    :root .has-hazy-dawn-gradient-background {
        background: linear-gradient(135deg,#faaca8,#dad0ec)
    }

    :root .has-subdued-olive-gradient-background {
        background: linear-gradient(135deg,#fafae1,#67a671)
    }

    :root .has-atomic-cream-gradient-background {
        background: linear-gradient(135deg,#fdd79a,#004a59)
    }

    :root .has-nightshade-gradient-background {
        background: linear-gradient(135deg,#330968,#31cdcf)
    }

    :root .has-midnight-gradient-background {
        background: linear-gradient(135deg,#020381,#2874fc)
    }

.has-regular-font-size {
    font-size: 1em
}

.has-larger-font-size {
    font-size: 2.625em
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal)
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge)
}

.has-text-align-center {
    text-align: center
}

.has-text-align-left {
    text-align: left
}

.has-text-align-right {
    text-align: right
}

#end-resizable-editor-section {
    display: none
}

.aligncenter {
    clear: both
}

.items-justified-left {
    justify-content: flex-start
}

.items-justified-center {
    justify-content: center
}

.items-justified-right {
    justify-content: flex-end
}

.items-justified-space-between {
    justify-content: space-between
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

    .screen-reader-text:focus {
        background-color: #ddd;
        clip: auto !important;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

html :where(.has-border-color) {
    border-style: solid
}

html :where([style*=border-top-color]) {
    border-top-style: solid
}

html :where([style*=border-right-color]) {
    border-right-style: solid
}

html :where([style*=border-bottom-color]) {
    border-bottom-style: solid
}

html :where([style*=border-left-color]) {
    border-left-style: solid
}

html :where([style*=border-width]) {
    border-style: solid
}

html :where([style*=border-top-width]) {
    border-top-style: solid
}

html :where([style*=border-right-width]) {
    border-right-style: solid
}

html :where([style*=border-bottom-width]) {
    border-bottom-style: solid
}

html :where([style*=border-left-width]) {
    border-left-style: solid
}

html :where(img[class*=wp-image-]) {
    height: auto;
    max-width: 100%
}

:where(figure) {
    margin: 0 0 1em
}

html :where(.is-position-sticky) {
    --wp-admin--admin-bar--position-offset: var(--wp-admin--admin-bar--height,0px)
}

@media screen and (max-width:600px) {
    html :where(.is-position-sticky) {
        --wp-admin--admin-bar--position-offset: 0px
    }
}










/* ==================================================
   1. Reset & Clearfix
================================================== */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, and, address, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1
}

abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

blockquote, q {
    quotes: none
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: none
    }

del {
    text-decoration: line-through
}

hr {
    background: #222;
    border: 0;
    clear: both;
    color: transparent;
    height: 1px;
    margin: 0;
    padding: 0
}

mark {
    background-color: #ffffb3;
    font-style: italic
}

input, select {
    vertical-align: middle;
}

ins {
    background-color: red;
    color: #fff;
    text-decoration: none
}

ol, ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==================================================
  2. Fonts and Colors
================================================== */
body, input, textarea, select {
    font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6, .menu-main ul li a, .title, .nav-direction, .paging-navigation .page-numbers {
    font-family: 'Red Hat Display', sans-serif;
}

body ::-webkit-scrollbar {
    background: rgba(0,0,0,.2);
    width: 8px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

body ::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.2);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

    body ::-webkit-scrollbar-thumb:hover {
        background: rgba(255,255,255,.6)
    }

/* ==================================================
  3. Basic Elements & Classes
================================================== */
/* Accent color: #16a085 */
/* Set box sizing for all elements */
* {
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding: 0;
}

    html.is-fullscreen {
        height: 100%;
    }

body {
    overflow-x: hidden;
    color: #a2a2a2;
    background-color: #131313;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.85;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -o-font-smoothing: antialiased;
}

    body.is-fullscreen {
        margin: 0;
        padding: 0;
        height: 100%;
        overflow: hidden;
    }

.is-fullscreen.elementor-page.no-smoothscroll {
    overflow-y: inherit
}

.no-smoothscroll.menu-open {
    overflow: hidden;
}

@media only screen and (max-width: 479px) {
    body {
        font-size: 14px;
    }
}

/* Hide scrollbar for IE, Edge and Firefox */
body.hide-scrollbars {
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

body::-webkit-scrollbar {
    background-color: rgba(0, 0, 0, 0.1);
    width: 7px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

body::-webkit-scrollbar-track {
    background-color: transparent;
}

body::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-border-radius: 4px;
    border-radius: 4px
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 30px;
    color: #fff;
    letter-spacing: 0.06em;
}

h5, h6 {
    line-height: 1.7;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 18px;
}

h5 {
    font-size: 16px;
}

h6 {
    font-size: 15px;
}

::-moz-selection {
    background: #999;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #999;
    color: #fff;
    text-shadow: none;
}

a {
    color: #fff;
    text-decoration: none;
}

    a:hover {
        color: #ffffff;
    }

small {
    font-size: 12px;
}

ol {
    list-style: decimal;
}

ul {
    list-style: disc;
}

.post-article ol, .post-article ul {
    color: #ccc;
}

ul ul, ul ul ul, ol ol, ol ol ol, ul ol, ol ul {
    margin-bottom: 0
}

li {
    margin: 1px 0 1px 30px;
}

img {
}

dl, hr, ol, ul, pre, table, address, fieldset, blockquote, iframe {
    margin-bottom: 30px;
}

p {
    margin-bottom: 30px;
}

article {
    margin-bottom: 30px;
}

strong, b {
    font-weight: bold;
}

/* Table */
table {
    width: 100%;
    background: #222222;
}

    table td, table th {
        padding: 15px;
        border: 1px solid #414141;
        text-align: left;
        color: #ccc;
    }

    table th {
        background: #2e2e2e;
        font-weight: bold;
        color: #fff;
    }

    table caption {
        padding: 1em 0;
        text-align: center;
    }

dt {
    font-weight: bold;
}

dd {
    line-height: 1.4;
    margin: 4px 0 0;
    padding: 0 0 .5em 0;
}

/* Cite */
cite {
    text-align: right;
    font-style: normal;
    color: #fff;
    font-weight: 600;
    width: 100%;
    font-size: 14px;
    display: inline-block;
}

    cite a {
        font-weight: bold;
        color: #fff
    }

/* Definition lists */
dt {
    font-weight: bold;
    color: #fff;
    font-size: 16px;
}

dd {
    line-height: 1.4;
    margin: 4px 0 0;
    padding: 0 0 .5em 0;
}

/* HTML Tags */
del {
    text-decoration: line-through;
}

em, i {
    font-style: italic;
}

strong, b {
    font-weight: bold;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
    bottom: -0.25em;
}

abbr, acronym {
    border-bottom: 1px dotted;
}

address {
    margin: 0 0 1.5em;
    font-style: italic;
}

code, kbd, pre, samp, tt {
    font: 0.8em 'Andale Mono', 'Lucida Console', monospace;
}

pre, code {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #222;
    color: #FFF;
    padding: 2px 4px;
    font-size: 14px;
}

pre {
    white-space: pre;
    word-wrap: normal;
    overflow-x: scroll;
    line-height: 1.3;
    padding: 15px;
}

blockquote {
    font-size: 18px;
    font-style: italic;
    padding: 0 0 0 30px;
    color: #ffffff;
    border-left: 5px solid #333;
}

    blockquote.single {
        padding: 30px 0 0 0;
        margin: 0 0 30px 30px;
    }

    blockquote .author {
        padding-top: 20px;
        display: block;
        width: 100%;
        font-size: 14px;
        font-weight: 800;
        font-style: italic;
        text-align: right;
        text-transform: uppercase;
    }

        blockquote .author:before {
            content: "- "
        }

    blockquote p:last-of-type {
        margin-bottom: 0;
    }

    blockquote small {
        font-size: 12px;
    }

#page-header blockquote {
    color: #fff;
}

/* Small */
small {
    font-size: 11px
}

/* Img */
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block;
    margin: 0px;
}

/* ==================================================
   4. Forms
================================================== */
label {
    cursor: pointer;
    display: block;
    margin: 0 0 5px;
    font-size: 13px;
    color: #bbb;
}

input, textarea {
    -webkit-appearance: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 20px 20px;
    transition: border 0.3s linear;
    font-weight: 300;
}

select {
    color: #fff;
    border: 1px solid #333;
    font-size: 14px;
}

option {
    color: #111
}

input, select {
    min-height: 30px;
}

textarea {
    padding: 20px;
    resize: vertical;
    width: 100%;
    line-height: 1.5em;
}

select, option {
    cursor: pointer;
    padding: 5px 7px;
}

/* Placeholders */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    font-size: 14px
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-weight: 600;
    font-size: 14px
}

input[type="checkbox"], input[type="radio"] {
    -webkit-appearance: checkbox !important;
    -moz-appearance: checkbox !important;
    -ms-appearance: checkbox !important;
    -o-appearance: checkbox !important;
    appearance: checkbox !important;
}

/* Select styled */
.select-styled select {
    border: none !important;
    border-radius: 3px;
    height: 32px;
    font-size: .94rem;
    padding: 0 28px 0 12px !important;
    background-color: rgba(255,255,255,.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
}

.select-styled:after {
    font-family: "icomoon";
    content: "\f078";
    font-size: 11px;
    top: 50%;
    position: absolute;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
    z-index: 10;
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
}



/* ==================================================
   5. Helper Classes
================================================== */
.hidden {
    display: none;
}

.disabled {
    cursor: auto;
}

.invisible {
    visibility: hidden;
}

.no-margin {
    margin-bottom: 0
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

img.size-1-2 {
    width: 50%;
    height: 50%;
}

img.size-3-4 {
    width: 75%;
    height: 75%;
}

img.aligncenter {
    display: block;
    margin-bottom: 30px;
}

.alignleft, .floatleft {
    float: left;
}

img.alignleft {
    margin-bottom: 30px;
    margin-right: 20px;
}

.alignright, .floatright {
    float: right;
}

img.alignright {
    margin-bottom: 30px;
    margin-left: 20px;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.site .color,
.site .brand-color {
    color: #16a085;
}

.brand-bg-color {
    background-color: #16a085;
    ;
}

.caps {
    text-transform: uppercase;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    margin-top: -1px;
    overflow: hidden;
    visibility: hidden;
    width: 0
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}

* html .clearfix, :first-child + html .clearfix {
    zoom: 1
}

.inlineblock {
    display: inline-block;
}

.half-col {
    display: inline-block;
    float: left;
    width: 47%;
    margin-right: 6%;
}

    .half-col.last {
        margin-right: 0;
    }

.image-filter-blur {
    -webkit-filter: blur(300px);
    -moz-filter: blur(300px);
    filter: blur(300px);
}

.image-filter-grayscale {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}

.image-filter-mix {
    filter: blur(300px) grayscale(100%);
}

.content-iframe {
    width: 100%;
}

.opacity-01 {
    opacity: 0.1
}

.opacity-02 {
    opacity: 0.2
}

.opacity-03 {
    opacity: 0.3
}

.opacity-04 {
    opacity: 0.4
}

.opacity-05 {
    opacity: 0.5
}

.opacity-06 {
    opacity: 0.6
}

.opacity-07 {
    opacity: 0.7
}

.opacity-08 {
    opacity: 0.8
}

.opacity-09 {
    opacity: 0.9
}

/* ==================================================
   6. WordPress Core Styles
================================================== */
article iframe, article object, .post-content__article embed {
    max-width: 100%;
    min-width: 100%;
}

.alignfull, .alignwide {
    margin-bottom: 32px;
    margin-top: 32px;
}

article .alignfull {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: 100vw;
}

article .alignwide {
    margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
}

.alignwide video {
    min-width: 100%;
}

@media (max-width: 920px) {
    article .alignwide {
        margin: 32px calc(50% - 50vw);
        max-width: 100vw;
        width: 100vw;
    }
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter, div.aligncenter {
    display: block;
    margin: 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
}

.caption-txt {
    font-size: 14px;
}

.wp-caption .wp-caption-text {
    font-size: 14px;
}

.wp-caption {
    margin-bottom: 30px;
    max-width: 100%;
    position: relative;
    color: #aaa;
    font-style: italic;
}

    .wp-caption.alignnone {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignleft {
        margin: 5px 20px 20px 0;
    }

    .wp-caption.alignright {
        margin: 5px 0 20px 20px;
    }

    .wp-caption img {
        border: 0 none;
        height: auto;
        margin: 0 0 0px 0;
        max-width: 100%;
        padding: 0;
        width: auto;
        vertical-align: middle;
    }

    .wp-caption p.wp-caption-text {
        font-size: 11px;
        line-height: 17px;
        margin: 0;
        padding: 0;
        color: #aaa;
    }

.sticky.post {
}

.gallery-item {
    float: left;
}

    .gallery-item .thumb {
        margin: 0.05em;
    }

.gallery-item {
    padding: 2px;
}

    .gallery-item img {
        border: none;
        vertical-align: middle;
    }

.bypostauthor {
    width: 100%;
}

.gallery {
    clear: both;
    position: relative;
    margin-bottom: 32px;
}

.main.thin .gallery {
    margin-left: -80px;
    margin-right: -80px;
}

.gallery:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}

.gallery-item {
    float: left;
    overflow: hidden;
    position: relative;
    max-width: 100%;
}

    .gallery-item img {
        max-height: 100%;
        max-width: 100%;
        width: 100%;
    }

.gallery-columns-1 .gallery-item {
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    width: 50%;
}

.gallery-columns-3 .gallery-item {
    width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    width: 25%;
}

.gallery-columns-5 .gallery-item {
    width: 20%;
}

.gallery-columns-6 .gallery-item {
    width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    width: 14.285%;
}

.gallery-columns-8 .gallery-item {
    width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    width: 11.111%;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
    clear: left;
}

.gallery-caption {
    background-color: rgba(33, 34, 37, 0.8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    opacity: 0;
    padding: 8px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    width: 100%;
}

    .gallery-caption:before {
        content: "";
        height: 100%;
        min-height: 49px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
    }

.gallery-item:hover .gallery-caption {
    opacity: 1;
}

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

/* Paragraph color fix  */
.has-text-color[style="color:#1e0566"] {
    color: inherit !important;
}

/* Gallery block */
.blocks-gallery-caption {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
}

/* Audio Block */
.wp-block-audio figcaption {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
}

/* Videos Block */
.wp-block-video figcaption {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
}

/* Embed */
.wp-block-embed figcaption {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: left;
}


/* Sticky */
.mod__inner.sticky .mod__title:before {
    font-family: "Icomoon";
    content: "\e698";
    border-radius: 100%;
    background-color: #16a085;
    width: 34px;
    height: 34px;
    line-height: 30px;
    ;
    text-align: center;
    color: #ffffff;
    font-size: 26px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
    top: -8px;
    transform: rotate(-5deg);
    font-size: 18px;
}

/* Password Post */
.post-password-form label:first-child input {
    display: block;
    width: 100%;
}

.post-password-form p > input {
    margin-top: 20px;
    display: block;
}

/* Separator */
.wp-block-separator {
    height: 1px;
    background-color: #FFFFFF;
    border: 0px;
    opacity: .2;
    margin: 30px auto;
    clear: both;
}

    .wp-block-separator.is-style-dots {
        background: none;
        border: none;
        text-align: center;
        max-width: none;
        line-height: 1;
        height: auto;
        opacity: .5;
    }

        .wp-block-separator.is-style-dots:before {
            content: "\00b7 \00b7 \00b7";
            color: #FFFFFF;
            font-size: 20px;
            letter-spacing: 2em;
            padding-left: 2em;
            font-family: serif;
        }

/* Widgets */
.wp-block-group__inner-container {
    padding: 30px;
    margin-bottom: 32px;
}

.wp-block-archives li {
    list-style: square;
    margin: 0;
    color: #666;
    margin-left: 20px;
    padding: 5px 0;
}

.wp-block-calendar table {
    background-color: transparent;
}

    .wp-block-calendar table td {
        background: #1a1a1a;
    }

    .wp-block-calendar table th {
        background: #1a1a1a;
        font-weight: 700;
        text-align: center;
    }

    .wp-block-calendar table td {
        font-weight: 400;
        text-align: center;
    }

.wp-block-calendar a {
    text-decoration: underline
}

.wp-block-calendar tfoot a {
    color: #ffffff
}

.wp-block-calendar tfoot td {
    border-color: transparent;
    background-color: transparent;
}

    .wp-block-calendar tfoot td#prev {
        text-align: left;
    }

    .wp-block-calendar tfoot td#next {
        text-align: right;
    }

.wp-block-calendar table caption, .wp-block-calendar table tbody {
    color: #b8b8b8;
    text-align: center;
}

.wp-block-calendar tbody td {
    border: 1px solid #333
}

.wp-block-calendar th {
    padding: 4px;
    font-weight: 800;
    border: 1px solid #333
}

/* Latest Comments */
.wp-block-latest-comments {
}

.wp-block-latest-comments__comment-date {
    color: #cccc;
}

/* Tags */
.wp-block-tag-cloud a {
    display: inline-block;
    margin: 2px;
    background-color: #333;
    padding: 2px 12px;
    border-radius: 99em;
}


/* Latest post */
.wp-block-latest-posts__post-date {
    color: #818181;
}

.wp-block-latest-posts {
    list-style: none;
    padding: 0px;
    margin: 0px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

    .wp-block-latest-posts li {
        margin-bottom: 5px;
        font-weight: 300;
    }

        .wp-block-latest-posts li a {
            color: #FFFFFF;
        }

/* Blockquote */
.wp-block-quote {
    border-left: 2px solid #444444;
    padding: 10px 20px;
    margin: 35px 0px;
}

    .wp-block-quote p {
        font-style: italic;
        margin-bottom: 0px;
    }

    .wp-block-quote.is-large {
        margin: 35px 0px;
    }

.wp-block-button__link {
    background-color: #16a085;
    border: none;
    transition: all 0.3s ease;
    line-height: 1.4;
    font-weight: 700;
    font-size: 15px;
}

.wp-block-file .wp-block-file__button {
    background-color: #16a085;
    transition: all 0.3s ease;
    font-weight: 700;
}

    .wp-block-file .wp-block-file__button:hover {
        background-color: #fff;
        color: #111 !important
    }

.wp-block-button {
    margin-bottom: 20px !important;
}

.wp-block-button__link:hover {
    background-color: #FFFFFF;
    color: #222222 !important;
    opacity: 1;
    border: none;
}

.is-style-outline .wp-block-button__link {
    color: #16a085;
    border: 2px solid #16a085;
}

    .is-style-outline .wp-block-button__link:hover {
        border: 2px solid #fff;
        background-color: transparent;
        color: #fff !important;
    }

/* Cover */
.wp-block-cover .wp-block-cover-text p {
    color: #fff;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.5;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center;
    color: #fff !important;
}

.wp-block-categories-list {
    list-style: none;
    font-size: 16px;
}

.wp-block-image figcaption {
    color: #999999;
    text-align: left;
    font-size: 14px;
}

.wp-caption p, .wp-caption-text {
    font-size: 13px;
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

/* Audio */
.wp-block-audio {
    margin-bottom: 32px;
}

/*  Pullquotes */
.wp-block-pullquote {
    border: 4px solid rgba(255, 255, 255, 0.25);
    background: rgba(0,0,0,0.15);
    color: inherit;
    padding: 40px 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 32px;
}

    .wp-block-pullquote.is-style-solid-color blockquote {
        text-align: center
    }

    .wp-block-pullquote blockquote {
        border: 0;
        text-align: center;
        padding: 0;
        margin-bottom: 0;
    }

        .wp-block-pullquote blockquote cite {
            text-align: center;
        }

    .wp-block-pullquote > p {
        font-family: inherit;
    }

    .wp-block-pullquote cite {
        color: inherit;
        opacity: 0.8;
    }

/* Table */
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #333;
}

.wp-block-table.is-style-stripes {
    border-bottom: 0;
}

/* 404 */
.error404 .content {
    padding-top: 50px;
}

.error404 .big-text {
    margin-top: 0px;
    font-size: 350px;
    color: #ffffff;
    line-height: normal;
    margin-bottom: 0;
}

.error404 h4 {
    font-size: 40px;
    margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .error404 .big-text {
        font-size: 200px;
    }

    .error404 h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .error404 .big-text {
        font-size: 100px;
    }

    .error404 h4 {
        font-size: 22px;
        margin-bottom: 10px;
    }
}

/* ==================================================
   7. Pagination/Post Navigation
================================================== */
.paging-navigation {
    margin: 100px 0 0 0;
}

    .paging-navigation .loop-pagination {
        text-align: center;
    }

    .paging-navigation .page-numbers {
        display: inline-block;
        font-size: 60px;
        margin-right: 0;
        text-transform: uppercase;
        border: none;
        margin: 0 10px;
        line-height: normal;
        color: #666f;
        font-weight: 900;
        transition: color 0.3s;
    }

.prev.page-numbers, .next.page-numbers {
    display: none
}

.paging-navigation a {
    color: #fff;
}

    .paging-navigation .page-numbers.current, .paging-navigation a:hover {
        color: #fff;
    }

@media only screen and (max-width: 479px) {
    .paging-navigation .page-numbers {
        font-size: 38px;
        margin: 0 5px;
    }
}

/* Page links */
.page-links {
    display: block;
    margin-bottom: 20px;
    color: #999;
}

    .page-links a {
        display: inline-block;
        margin: 0 4px;
        color: #fff;
    }

/* Navigation
 ------------------------------ */
/* Post Navigation */
.post-navigation {
    padding-top: 10px;
    clear: both;
    overflow: hidden;
    margin-top: 60px;
}

.nav-links {
    display: flex;
    align-items: stretch;
    width: 100%;
}

    .nav-links .post-nav-inner {
        flex: 1 1 auto;
        width: 50%;
        padding: 10px;
    }

        .nav-links .post-nav-inner a {
            display: inline-block;
            height: 100%;
            position: relative;
            display: flex;
            align-items: center;
        }

            .nav-links .post-nav-inner a.next-link {
                text-align: right;
            }

    .nav-links span {
        color: #999;
        transition: transform 0.4s ease, opacity 0.4s ease;
    }

    .nav-links .post-nav-inner a.next-link .nav-desc {
        margin-right: 0px;
        margin-left: auto;
        z-index: 2;
    }

    .nav-links .post-nav-inner a.prev-link .nav-desc {
        margin-left: 0px;
        z-index: 2;
    }

    .nav-links .nav-desc .nav-direction {
        font-size: 35px;
        display: block;
        transform: translateY(0px);
        opacity: 1;
        color: #fff;
        font-weight: 900;
    }

    .nav-links .post-nav-inner a.next-link .nav-direction:after, .nav-links .post-nav-inner a.prev-link .nav-direction:before {
        font-family: "Icomoon";
        display: inline-block;
        font-size: 17px;
        line-height: normal;
        position: relative;
        top: -2px;
        vertical-align: middle;
    }

    .nav-links .post-nav-inner a.next-link .nav-direction:after {
        content: "\f054";
        margin-left: 10px;
    }

    .nav-links .post-nav-inner a.prev-link .nav-direction:before {
        content: "\f053";
        margin-right: 10px
    }

    .nav-links .nav-desc .nav-title {
        display: block;
        font-size: 16px;
        max-width: 300px;
        transform: translateY(0px);
        opacity: 1;
        font-weight: 400;
    }

    /* Animations */
    .nav-links .post-nav-inner a:hover .nav-direction {
        opacity: 1;
        transform: translateY(20px);
    }

    .nav-links .post-nav-inner a:hover .nav-title {
        transform: translateY(40px);
        opacity: 0;
    }

@media only screen and (max-width: 479px) {
    .nav-links .nav-desc .nav-title {
        display: none;
    }
}

/* Attachment */
.attachment-post-link {
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 40px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 13px;
}

    .attachment-post-link a {
        display: inline-block;
        color: #999;
        border: 1px solid #999;
        padding: 10px 20px;
    }

        .attachment-post-link a:hover {
            background-color: #16a085;
            border-color: transparent;
            color: #fff;
        }

/* ==================================================
   8. Loader
================================================== */
/* Loader
 ------------------------------ */
/* Custom loading */
.loader {
    position: fixed;
    top: 0;
    z-index: 2000;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #131313;
    opacity: 1;
    pointer-events: none;
}

.loader__content {
    display: block;
    position: absolute;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* First Load */
/* Show progress */
.loader__progress {
    -webkit-transition: width .4s linear 0s;
    transition: width .4s linear 0s;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 20001;
    width: 10%;
    height: 5px;
    background: #ffffff;
}

/* Loader Image */
.loader__image img {
    width: 200px;
    display: none;
}

.loader__image .loader__custom-image {
    width: auto;
}

.ax--firstload .loader__image img {
    display: block
}

/* Spin Loading on touch */
.loader__spiner {
    width: 60px;
    height: 60px;
    background: none;
    display: none;
    -webkit-box-shadow: 0px 1px 0px #ffffff;
    box-shadow: 0px 1px 0px #ffffff;
    background: transparent;
    border-radius: 50%;
    -webkit-animation: anim__spin .5s linear infinite;
    animation: anim__spin .5s linear infinite
}

.ax--loading .loader__spiner {
    display: block;
}

.ax--firstload .loader__spiner, .ax--loading .is-cursor-effects .loader__spiner {
    display: none;
}

/* ==================================================
   9. Layout
================================================== */
/* Site and Smooth Scroll
 ------------------------------ */
#app {
    z-index: 1;
    position: relative;
    height: 100%;
    -webkit-overflow-scrolling: touch;
}

/* Content
 ------------------------------ */
.content {
    padding: 380px 0 80px 0;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 2;
}

.content-full {
    position: relative;
    z-index: 2;
    display: block;
}

    .content-full.small-gap, .content.small-gap {
        padding-top: 80px;
    }

/* MQ */
@media only screen and (max-width: 1024px) {
    .content {
        padding-top: 240px;
    }
}

@media only screen and (max-width: 479px) {
    .content {
        padding-top: 180px;
    }
}

/* Post Content */
.post-content {
    position: relative;
    padding-bottom: 50px;
    border-bottom: 1px solid #191919;
}

    .post-content:before {
        content: '';
        position: absolute;
        width: 100%;
        min-height: 500px;
        background-image: url(images/lines.svg);
        background-repeat: no-repeat;
        background-position: center bottom;
        opacity: 0.3;
        background-size: contain;
        left: 0;
        bottom: 0;
    }

/* Page content */
.page-content {
    margin-bottom: 60px;
}

.content--builder .page-content, .content--builder .page-content article {
    margin-bottom: 0px
}

/* Scroll */
.scroll-content {
    height: 100%;
    position: relative;
}

/* Fullscreen */
#fs-scroll {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    overflow: hidden;
    height: 100%;
    height: 100vh;
}

.is-scroll-mask #fs-scroll {
    -webkit-mask-image: linear-gradient(180deg,transparent .88rem,#000 20%,#000 80%,transparent);
    mask-image: linear-gradient(180deg,transparent .88rem,#000 20%,#000 80%,transparent);
}

.no-smoothscroll #fs-scroll {
    overflow-y: auto;
    padding-right: 20px;
    width: calc(100% + 30px);
}

#fs-scroll__content > .container:not(.container--fullscreen) {
    padding-top: 600px;
    padding-bottom: 600px;
}

@media only screen and (max-width: 479px) {
    /* Reset on small devices */ #fs-scroll__content > .container:not(.container--fullscreen) {
        padding-top: 160px !important;
        padding-bottom: 160px !important;
    }

    .is-scroll-mask #fs-scroll {
        -webkit-mask-image: linear-gradient(180deg,transparent .88rem,#000 15%,#000 80%,transparent);
        mask-image: linear-gradient(180deg,transparent .88rem,#000 15%,#000 80%,transparent);
    }
}

/* Fullscreen horizontal */
.is-scroll-mask #fs-scroll.fs-scroll--h {
    -webkit-mask-image: linear-gradient(90deg,transparent 10px,#000 10%,#000 90%,transparent);
    mask-image: linear-gradient(90deg,transparent 10px,#000 10%,#000 90%,transparent);
}

#fs-scroll.fs-scroll--h {
    position: absolute;
    font-size: 14px;
    width: 100vw;
    height: 100%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

@media (max-width: 480px) {
    /*  .is-mobile .scroll-content {
        height: calc(100% - 56px);
    }*/
}

.no-smoothscroll #fs-scroll.fs-scroll--h {
    overflow-y: hidden;
    overflow-x: auto;
    padding-right: 20px;
    height: calc(100% + 30px);
}

.fs-scroll--h #fs-scroll__content {
    white-space: nowrap;
    text-align: left;
    position: absolute;
    top: 50%;
    padding-left: 80px;
    margin-top: 30px;
    transform: translateY(-50%);
}

.content--horizontal.is-title #fs-scroll__content {
    margin-top: -13.6363636364vh;
    transform: translateY(0);
}

.is-scroll-mask .content--horizontal {
    height: 100vh;
    -webkit-mask-image: linear-gradient(180deg, transparent .88rem, #000 20%, #000 80%, transparent);
    mask-image: linear-gradient(180deg, transparent .88rem, #000 20%, #000 80%, transparent);
}


@media only screen and (max-width: 768px) {
    .fs-scroll--h #fs-scroll__content {
        padding-left: 40px;
    }

    .fs-scroll--h #fs-scroll__content {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .fs-scroll--h #fs-scroll__content {
        padding-left: 20px;
        margin-top: 0;
    }

    .content--horizontal.is-title #fs-scroll__content {
        margin-top: -18.636364vh;
    }
}

/* Container
 -------------------------------- */
/* Container  */
.container {
    margin: 0 auto;
    position: relative;
    max-width: 1280px;
    padding-left: 80px;
    padding-right: 80px;
}

    .container.no-results-message {
        font-size: 22px;
        color: #fff;
        max-width: 1800px;
    }

.container--full {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    padding-left: 80px;
    padding-right: 80px;
}

.container--narrow {
    max-width: 1030px;
}

.container:after, .container--full:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

@media only screen and (min-width: 768px) and (max-width:1020px) {
    .container, .container--narrow {
        width: 100%;
        padding-left: 80px;
        padding-right: 80px;
    }
}

/* Mobile portrait and landscape modes */
@media only screen and (max-width: 768px) {
    .container, .container--narrow, .container--full {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

/* Mobile portrait mode */
@media only screen and (max-width: 479px) {
    .container, .container--narrow, .container--full {
        padding-left: 20px;
        padding-right: 20px;
    }

    .content--fullscreen .container, .content--fullscreen .container--narrow, .content--fullscreen .container--full {
        padding-top: 150px !important;
    }
}

/* Main
 ------------------------------ */
.main-c {
    opacity: 0.2;
    -webkit-transition: opacity .6s linear,-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
    transition: opacity .6s linear,-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
    transition: opacity .6s linear,transform 1.3s cubic-bezier(.19,1,.22,1);
    transition: opacity .6s linear,transform 1.3s cubic-bezier(.19,1,.22,1),-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
    -webkit-transform-origin: right 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
}

.is-anim.is-visible .main-c {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.main:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}

/* Sidebar
 ------------------------------ */
#sidebar {
}

.sidebar__block {
    position: fixed;
    top: 0px;
    width: 400px;
    height: 100%;
    z-index: 2002;
    -webkit-transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    opacity: 1;
}

.sidebar__layer {
    content: "";
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(21, 21, 21, 0.9);
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: visibility 0.3s linear,opacity 0.3s linear;
}

.is-sidebar-open .sidebar__layer {
    opacity: 1;
    visibility: visible;
}

#sidebar__trigger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(59, 59, 59, 0.86);
    width: 30px;
    height: 70px;
    z-index: 1;
    text-align: center;
    line-height: 70px;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.is-sidebar-open #sidebar__trigger {
    background-color: rgba(28, 28, 28, 0.64);
}

#sidebar__trigger:before {
    font-family: "Icomoon";
    display: inline-block;
    font-size: 20px;
    line-height: normal;
    position: relative;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: transform .2s ease-out;
    transition: transform .2s ease-out;
}

.is-sidebar-open #sidebar__trigger:before {
    transform: rotate(180deg);
}

.sidebar--left #sidebar__trigger:before {
    content: "\f054";
}

.sidebar--right #sidebar__trigger:before {
    content: "\f053";
}

.sidebar__inner {
    background-color: rgba(28, 28, 28, 0.68);
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.sidebar__content {
    padding: 100px 50px;
    padding-right: 60px;
    width: calc(100% + 30px);
    height: 100%;
    overflow-y: scroll;
}

/* Right */
.sidebar--right {
    right: 0px;
    -webkit-transform: translateX(430px);
    transform: translateX(430px);
}

    .sidebar--right #sidebar__trigger {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
        left: -30px;
    }

.is-sidebar-ready .sidebar--right {
    -webkit-transform: translateX(400px);
    transform: translateX(400px);
}

.is-sidebar-open .sidebar--right {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

/* Left */
.sidebar--left {
    left: 0px;
    -webkit-transform: translateX(-430px);
    transform: translateX(-430px);
}

    .sidebar--left #sidebar__trigger {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
        right: -30px;
    }

.is-sidebar-ready .sidebar--left {
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px);
}

.is-sidebar-open .sidebar--left {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
}

@media only screen and (max-width: 479px) {
    .sidebar__block {
        width: 280px
    }

    .sidebar__content {
        padding: 100px 20px;
        padding-right: 50px;
        width: calc(100% + 30px);
    }

    /* Right */
    .sidebar--right {
        -webkit-transform: translateX(310px);
        transform: translateX(310px);
    }

    .is-sidebar-ready .sidebar--right {
        -webkit-transform: translateX(280px);
        transform: translateX(280px);
    }

    .is-sidebar-open .sidebar--right {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    /* Left */
    .sidebar--left {
        -webkit-transform: translateX(-310px);
        transform: translateX(-310px);
    }

    .is-sidebar-ready .sidebar--left {
        -webkit-transform: translateX(-280px);
        transform: translateX(-280px);
    }

    .is-sidebar-open .sidebar--left {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/* ==================================================
  10. Grid
================================================== */
.flex-grid {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-gap-small {
    margin-left: -10px;
    margin-right: -10px;
}

.flex-gap-medium {
    margin-left: -15px;
    margin-right: -15px;
}

.flex-gap-large {
    margin-left: -20px;
    margin-right: -20px;
}

.flex-item {
    margin-bottom: 30px;
}

.flex-grid.anim-grid .flex-item.new-item {
    opacity: 0
}

/* Fullwith item */
.flex-item-fw {
}

.flex-gap-small .flex-item-fw {
    margin-left: 10px;
    margin-right: 10px;
}

.flex-gap-medium .flex-item-fw {
    margin-left: 15px;
    margin-right: 15px;
}

.flex-gap-large .flex-item-fw {
    margin-left: 20px;
    margin-right: 20px;
}

/* Flex 1 Columns */
.flex-1.flex-gap-small .flex-item, .flex-1.flex-gap-medium .flex-item, .flex-1.flex-gap-large .flex-item, .flex-1.flex-gap-empty .flex-item {
    width: 100%;
}

.flex-1.flex-gap-small, .flex-1.flex-gap-medium, .flex-1.flex-gap-large, .flex-1.flex-gap-empty {
    margin-left: 0;
    margin-right: 0;
}

/* Flex 2 Columns */
.flex-2.flex-gap-small .flex-item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.flex-2.flex-gap-medium .flex-item {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.flex-2.flex-gap-large .flex-item {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}

.flex-2.flex-gap-empty .flex-item {
    width: 50%;
}

/* Flex 3 Columns */
.flex-3.flex-gap-small .flex-item {
    width: calc(33.333% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.flex-3.flex-gap-medium .flex-item {
    width: calc(33.333% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.flex-3.flex-gap-large .flex-item {
    width: calc(33.333% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}

.flex-3.flex-gap-empty .flex-item {
    width: 33.333%;
}

/* Flex 4 Columns */
.flex-4.flex-gap-small .flex-item {
    width: calc(25% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.flex-4.flex-gap-medium .flex-item {
    width: calc(25% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.flex-4.flex-gap-large .flex-item {
    width: calc(25% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}

.flex-4.flex-gap-empty .flex-item {
    width: 25%;
}

/* Flex 5 Columns */
.flex-5.flex-gap-small .flex-item {
    width: calc(20% - 20px);
    margin-left: 10px;
    margin-right: 10px;
}

.flex-5.flex-gap-medium .flex-item {
    width: calc(20% - 30px);
    margin-left: 15px;
    margin-right: 15px;
}

.flex-5.flex-gap-large .flex-item {
    width: calc(20% - 40px);
    margin-left: 20px;
    margin-right: 20px;
}

.flex-5.flex-gap-empty .flex-item {
    width: 20%;
}

.flex-col-1-1, .flex-col-1-2, .flex-col-1-3, .flex-col-1-4, .flex-col-1-5 {
    float: left;
}

.flex-col-1-1 {
    width: 100%;
}

.flex-col-1-2 {
    width: 50%;
}

.flex-col-1-3 {
    width: 33.33%;
}

.flex-col-1-4 {
    width: 25%
}

.flex-col-1-5 {
    width: 20%
}

/* Tablets */
@media only screen and (min-width: 768px) and (max-width:1020px) {
    /* Flex 1 Column  */ .flex-tablet-1.flex-gap-small .flex-item, .flex-tablet-1.flex-gap-medium .flex-item, .flex-tablet-1.flex-gap-large .flex-item, .flex-tablet-1.flex-gap-empty .flex-item {
        width: 100%;
    }

    /* Flex 2 Columns */
    .flex-tablet-2.flex-gap-small .flex-item {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .flex-tablet-2.flex-gap-medium .flex-item {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .flex-tablet-2.flex-gap-large .flex-item {
        width: calc(50% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .flex-tablet-2.flex-gap-empty .flex-item {
        width: 50%;
    }

    /* Flex 3 Columns */
    .flex-tablet-3.flex-gap-small .flex-item {
        width: calc(33.333% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .flex-tablet-3.flex-gap-medium .flex-item {
        width: calc(33.333% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .flex-tablet-3.flex-gap-large .flex-item {
        width: calc(33.333% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .flex-tablet-3.flex-gap-empty .flex-item {
        width: 33.333%;
    }

    /* Flex 4 Columns */
    .flex-tablet-4.flex-gap-small .flex-item {
        width: calc(25% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .flex-tablet-4.flex-gap-medium .flex-item {
        width: calc(25% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .flex-tablet-4.flex-gap-large .flex-item {
        width: calc(25% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .flex-tablet-4.flex-gap-empty .flex-item {
        width: 25%;
    }

    /* Flex 5 Columns */
    .flex-tablet-5.flex-gap-small .flex-item {
        width: calc(20% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .flex-tablet-5.flex-gap-medium .flex-item {
        width: calc(20% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .flex-tablet-5.flex-gap-large .flex-item {
        width: calc(20% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .flex-tablet-5.flex-gap-empty .flex-item {
        width: 20%;
    }
}

/* Mobile portrait and landscape modes */
@media only screen and (max-width: 768px) {
    /* Flex 1 Column  */ .flex-mobile-1.flex-gap-small .flex-item, .flex-mobile-1.flex-gap-medium .flex-item, .flex-mobile-1.flex-gap-large .flex-item, .flex-mobile-1.flex-gap-empty .flex-item {
        width: 100%;
    }

    /* Flex 2 Columns */
    .flex-mobile-2.flex-gap-small .flex-item {
        width: calc(50% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .flex-mobile-2.flex-gap-medium .flex-item {
        width: calc(50% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .flex-mobile-2.flex-gap-large .flex-item {
        width: calc(50% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .flex-mobile-2.flex-gap-empty .flex-item {
        width: 50%;
    }

    /* Flex 3 Columns */
    .flex-mobile-3.flex-gap-small .flex-item {
        width: calc(33.333% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .flex-mobile-3.flex-gap-medium .flex-item {
        width: calc(33.333% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .flex-mobile-3.flex-gap-large .flex-item {
        width: calc(33.333% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .flex-mobile-3.flex-gap-empty .flex-item {
        width: 33.333%;
    }

    /* Flex 4 Columns */
    .flex-mobile-4.flex-gap-small .flex-item {
        width: calc(25% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .flex-mobile-4.flex-gap-medium .flex-item {
        width: calc(25% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .flex-mobile-4.flex-gap-large .flex-item {
        width: calc(25% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .flex-mobile-4.flex-gap-empty .flex-item {
        width: 25%;
    }

    /* Flex 5 Columns */
    .flex-mobile-5.flex-gap-small .flex-item {
        width: calc(20% - 20px);
        margin-left: 10px;
        margin-right: 10px;
    }

    .flex-mobile-5.flex-gap-medium .flex-item {
        width: calc(20% - 30px);
        margin-left: 15px;
        margin-right: 15px;
    }

    .flex-mobile-5.flex-gap-large .flex-item {
        width: calc(20% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }

    .flex-mobile-5.flex-gap-empty .flex-item {
        width: 20%;
    }
}

/* Mobile portrait mode */
@media only screen and (max-width: 479px) {
    /* Flex grid */ .flex-mobile-portrait-1.flex-gap-small .flex-item, .flex-mobile-portrait-1.flex-gap-medium .flex-item, .flex-mobile-portrait-1.flex-gap-large .flex-item, .flex-mobile-portrait-1.flex-gap-empty .flex-item, .flex-mobile-portrait-2.flex-gap-small .flex-item, .flex-mobile-portrait-2.flex-gap-medium .flex-item, .flex-mobile-portrait-2.flex-gap-large .flex-item, .flex-mobile-portrait-2.flex-gap-empty .flex-item, .flex-mobile-portrait-3.flex-gap-small .flex-item, .flex-mobile-portrait-3.flex-gap-medium .flex-item, .flex-mobile-portrait-3.flex-gap-large .flex-item, .flex-mobile-portrait-3.flex-gap-empty .flex-item, .flex-mobile-portrait-4.flex-gap-small .flex-item, .flex-mobile-portrait-4.flex-gap-medium .flex-item, .flex-mobile-portrait-4.flex-gap-large .flex-item, .flex-mobile-portrait-4.flex-gap-empty .flex-item, .flex-mobile-portrait-5.flex-gap-small .flex-item, .flex-mobile-portrait-5.flex-gap-medium .flex-item, .flex-mobile-portrait-5.flex-gap-large .flex-item, .flex-mobile-portrait-5.flex-gap-empty .flex-item {
        width: 100%;
    }
}

/* ==================================================
   11. Header
================================================== */
/* Header
  -------------------------------- */
#header {
    width: 100%;
    z-index: 2000;
    backface-visibility: hidden;
    transition: background 0.5s ease;
    top: 0;
    position: fixed;
}

.is-smoothscroll #header {
    pointer-events: none;
}

.is-loader #header, .AXloader #header {
    opacity: 0;
    visibility: hidden;
}

.header__container {
    transition: all 0.5s ease;
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
}

.is-smoothscroll .header__logo {
    pointer-events: all;
}

.header__menu {
    margin-left: auto;
}

.is-smoothscroll .menu-top {
    pointer-events: all;
}

/* BG */
.menu-open #header:after, .is-scroll-mask.is-header-bg.no-fullscreen #header:after {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -50px;
    background-color: #131313;
    z-index: 3;
    background: linear-gradient(to bottom, rgba(19, 19, 19, 0.67) 45%, rgba(19, 19, 19, 0) 90%);
}

@media only screen and (max-width: 479px) {
    .is-scroll-mask.no-fullscreen #header:after {
        bottom: -20px;
    }
}

/* Sticky */
.admin-bar #header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar #header {
        top: 46px;
    }
}

/* Header Container */
.header__container {
    position: relative;
}

@media only screen and (min-width: 1024px) {
    .header__container {
        padding-top: 80px
    }

    .header--scrolled .header__container {
        padding-top: 50px;
    }
}

@media only screen and (max-width: 479px) {
    .header__container {
        padding-top: 20px;
    }
}

/* Logo */
.header__logo {
    z-index: 26;
}

    .header__logo a {
        position: relative;
        z-index: 2;
        display: block;
    }

        .header__logo a img {
            width: 150px;
        }

/* ==================================================
   12. Navigation
================================================== */
/* Menu Top
 ------------------------------ */
.menu-top {
    z-index: 22;
    float: left;
    position: relative;
    transition: opacity 0.8s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

.no-main-menu .menu-top {
    opacity: 0;
}

/* Classic */
.header__menu-classic .menu-top div > ul > li:last-child a, .header__menu-classic .menu-top {
}

.menu-top div > ul {
    margin-bottom: 0;
    text-align: center;
}

.menu-top li {
    list-style: none;
    display: block;
    margin: 0;
    position: relative;
    z-index: 2;
}

.menu-top div > ul > li {
    float: left;
    margin: 0;
    position: relative;
}

.menu-top a {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    display: block;
    padding: 10px 0px 20px;
    position: relative;
    text-align: center;
    margin: 0 20px;
    transition: color .5s ease;
    -webkit-transition: color .5s ease;
}

.menu-top div > ul > li > a {
}

/* Hover layer */
.menu-top:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.69);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.3s linear,opacity 0.3s linear;
}

.menu-top.is-hover:after {
    opacity: 1;
    visibility: visible;
}

.no-mobile .menu-top.is-hover > ul > li:not(.active) > a {
    color: rgba(255, 255, 255, 0.4);
}

.no-mobile .menu-top.is-hover > ul > li > a:hover {
    color: #fff;
}

.menu-top div > ul > li > a:before {
}

.menu-top div > ul > li.current-menu-item > a {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
    padding-bottom: .25em;
    text-decoration: none;
}

    .menu-top div > ul > li.current-menu-item > a:hover {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
        background-position: bottom;
        background-repeat: repeat-x;
        background-size: 20px;
        border-bottom: 0;
        padding-bottom: 5px;
        text-decoration: none;
    }

/* Sub nav */
.menu-top li > ul.sub-menu {
    -webkit-box-shadow: 18px 20px 18px 0px rgba(0, 0, 0, 0.21);
    box-shadow: 18px 20px 18px 0px rgba(0, 0, 0, 0.21);
}

.menu-top ul ul {
    top: 50px;
    background: #ffffff;
    left: 0;
    padding: 0;
    position: absolute;
    width: 200px;
    opacity: 0;
    display: none;
    padding: 20px 0 5px;
}

    .menu-top ul ul.show-list {
    }

    .menu-top ul ul li {
        float: none;
    }

        .menu-top ul ul li:last-child {
            border-bottom: none;
        }

    .menu-top ul ul a {
        border: 0;
        color: #111;
        border-left: 0;
        display: block;
        font-size: 12px;
        letter-spacing: 0;
        padding: 0 20px 15px;
        text-align: left;
        text-transform: none;
        line-height: 1.5;
        margin: 0;
    }

        .menu-top ul ul a:hover {
            color: #111;
        }

.menu-top ul ul {
    z-index: 20
}

    .menu-top ul ul ul {
        z-index: 21
    }

        .menu-top ul ul ul ul {
            z-index: 22
        }

.menu-top ul li.current-menu-parent ul a {
}

.menu-top ul ul a:hover, .menu-top ul ul .hover > a, .menu-top ul ul .current > a:hover, .menu-top ul ul a.selected {
}

.menu-top ul ul .active > a, .menu-top ul ul a:hover {
}

.menu-top ul ul .current > a {
    color: #fff;
}

.menu-top ul ul li.current-menu-item a {
}

/* Dropdown */
.menu-top li ul ul {
    left: 100% !important;
    top: 0px !important;
}

.menu-top li ul li > .edge {
    right: 100% !important;
    left: -100% !important;
}

.menu-top li ul .edge {
    right: 100% !important;
    left: auto !important;
}

/* Media Query */
@media only screen and (max-width: 1024px) {
    .header__menu-classic .menu-button {
        display: block;
    }
}

@media (min-width: 1025px) {
    .header__menu-classic .menu-button {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .menu-top {
        display: none;
    }
}

/* Menu Button
 -------------------------------- */
.menu-button {
    position: relative;
    float: left;
    top: -20px;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    mix-blend-mode: exclusion;
    z-index: 25;
    transition: top 0.3s ease;
    margin-left: 20px;
}

.is-smoothscroll .menu-button {
    pointer-events: all;
}

.menu-button.menu-button--open:hover .fx-txt-a__text, .menu-button--open .fx-txt-a__text {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    animation: none;
    -webkit-animation: none;
}

.menu-button__inner {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

@media only screen and (min-width: 1024px) {
    .menu-button {
        top: -30px;
    }

    .header--scrolled .menu-button {
        top: -20px;
    }

    .menu-button__inner {
        width: 100px;
        height: 100px;
    }

    .header--scrolled .menu-button__inner {
        width: 80px;
        height: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .menu-button {
        top: -15px;
        font-size: 11px;
        background-color: rgba(36, 36, 36, 0.7);
        border-radius: 50%;
    }

    .menu-button__inner {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .menu-button {
        top: -10px;
        font-size: 11px;
        background-color: rgba(36, 36, 36, 0.7);
        border-radius: 50%;
    }

    .menu-button__inner {
        width: 50px;
        height: 50px;
    }
}

/* Menu close */
.menu-button__close {
    position: absolute;
    top: 40px;
    left: 10px;
    width: 30px;
    height: 30px;
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transition: opacity 450ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: opacity 450ms cubic-bezier(0.19, 1, 0.22, 1);
    opacity: 0;
}

@media only screen and (min-width: 1024px) {
    .menu-button__close {
        top: 48px;
        left: 18px;
    }

    .header--scrolled .menu-button__close {
        top: 40px;
        left: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .menu-button__close {
        top: 32px;
        left: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .menu-button__close {
        top: 25px;
        left: -5px;
    }
}

.menu-button__close i {
    display: block;
    position: absolute;
    width: 4px;
    height: 100%;
    background-color: #fff;
    transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
    -webkit-transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: transform 450ms cubic-bezier(0.19, 1, 0.22, 1);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform: rotateZ(0deg) translate(-50%, -50%);
    -webkit-transform: rotateZ(0deg) translate(-50%, -50%);
}

    .menu-button__close i:nth-of-type(2) {
        transform: rotateZ(-0deg) translate(-50%, -50%);
        -moz-transform: rotateZ(-0deg) translate(-50%, -50%);
        -webkit-transform: rotateZ(-0deg) translate(-50%, -50%);
        -o-transform: rotateZ(-0deg) translate(-50%, -50%);
        -ms-transform: rotateZ(-0deg) translate(-50%, -50%)
    }

.menu-button--open .menu-button__close {
    opacity: 1;
}

    .menu-button--open .menu-button__close i {
        transform: rotateZ(45deg) translate(-50%, -50%);
        -webkit-transform: rotateZ(45deg) translate(-50%, -50%);
    }

.menu-button--open i:nth-of-type(2) {
    transform: rotateZ(-45deg) translate(-50%, -50%);
    -moz-transform: rotateZ(-45deg) translate(-50%, -50%);
    -webkit-transform: rotateZ(-45deg) translate(-50%, -50%);
    -o-transform: rotateZ(-45deg) translate(-50%, -50%);
    -ms-transform: rotateZ(-45deg) translate(-50%, -50%)
}

/* Menu Main
 ------------------------------ */
.menu-layer {
    z-index: 25;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #131313;
    visibility: hidden;
    opacity: 0;
    padding-top: 200px;
    padding-bottom: 200px;
    overflow-y: scroll;
    padding-right: 30px;
    width: calc(100% + 30px);
}

.no-smoothscroll .menu-layer {
    width: 100%;
}

.is-smoothscroll .menu-layer {
    pointer-events: all
}

.menu-layer__wrap {
    position: relative;
    height: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}

.menu-layer__inner {
    display: table;
    width: 100%;
    height: 100%;
}

.menu-main {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}

    .menu-main ul {
        list-style: none;
        margin: 0;
        padding: 0;
        counter-reset: main-menu-counter 0;
    }

    .menu-main div > ul > li {
        margin-left: 0;
        position: relative;
        overflow: hidden;
        counter-increment: main-menu-counter 1;
    }

    .menu-main ul li a:before {
        content: counter(main-menu-counter, decimal-leading-zero);
        display: block;
        position: absolute;
        bottom: 10px;
        left: 0;
        color: #cccccc;
        font-size: 16px;
        font-weight: 700;
    }

    .menu-main ul li a {
        padding-left: 60px;
        font-size: 38px;
        font-weight: 600;
        color: rgb(255, 255, 255);
        top: 0px;
        position: relative;
    }

    .menu-main ul li .menu-main__toggle {
        padding-left: 0;
        position: relative;
        display: inline-block;
        top: 7px;
        left: 20px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.19);
        background-color: rgba(255, 255, 255, 0.08);
    }

        .menu-main ul li .menu-main__toggle:after, .menu-main ul li .menu-main__toggle:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            padding: 0;
            bottom: 0;
            margin: 0;
            width: 50%;
            height: 2px;
            background-color: rgba(255, 255, 255, 0.36);
            transform: translate(-50%,-50%);
        }

        .menu-main ul li .menu-main__toggle:before {
            width: 2px;
            height: 50%;
        }

li.is-open .menu-main__toggle:before {
    display: none;
}

.menu-main div > ul > li > ul {
    visibility: hidden;
    height: 0;
}

.menu-main ul ul {
    overflow: hidden;
}

    .menu-main ul ul li {
        margin-left: 10px;
    }

        .menu-main ul ul li:last-child {
            margin-bottom: 0;
        }

        .menu-main ul ul li a:before {
            display: none;
        }

    .menu-main ul ul a {
        font-size: 22px;
        font-weight: 400;
        color: rgba(255, 255, 255, 0.54);
    }

        .menu-main ul ul a:hover {
            color: #fff;
        }

/* Center */
.menu-align-center .menu-main ul {
    text-align: center;
}

/* Menu Numbers */
.menu-numbers-off .menu-main ul li a {
    padding-left: 0
}

    .menu-numbers-off .menu-main ul li a:before {
        display: none
    }

/* Menu Background */
.menu-layer {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


@media only screen and (max-width: 768px) {
    .menu__main {
        align-items: center;
    }

    .menu-main ul li a {
        font-size: 22px;
        padding-left: 40px;
    }

    .menu-main ul ul li a {
        font-size: 16px;
    }

    .menu-main ul li a:before {
        font-size: 10px;
        bottom: 0px
    }

    .menu-main div > ul > li {
        margin: 10px 0;
    }

    .menu-main ul li .menu-main__toggle {
        width: 30px;
        height: 30px;
        top: 10px;
        position: relative;
    }
}

@media only screen and (max-width: 479px) {
    .menu__main {
        align-items: center;
    }

    .menu-main ul li a {
        font-size: 26px;
        padding-left: 30px;
    }

        .menu-main ul li a:before {
            font-size: 10px;
            bottom: 3px;
        }

    .menu-main ul li .menu-main__toggle {
        width: 30px;
        height: 30px;
        top: 0px;
        position: absolute;
        right: 0;
        left: auto;
    }
}

/* ==================================================
   13. Content
================================================== */
/*  Modern 1
  -------------------------------- */
.content-modern__title-wrap {
    padding-top: 240px;
    position: relative;
}

.content-modern {
    margin-bottom: 120px;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

    .content-modern .content-modern__title-wrap:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        background-color: #161616;
        width: 0;
        min-height: 1100px;
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-transition: width .4s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: width .4s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

.is-visible .content-modern .content-modern__title-wrap:after {
    width: 100%;
}

.content-modern__title {
    position: relative;
    margin: 0 auto;
    max-width: 1460px;
    padding-left: 80px;
    top: 180px;
}

.content-modern__title-h {
    font-size: 70px;
    position: relative;
    z-index: 3;
    padding-right: 40px;
    margin-bottom: 0;
    line-height: 1.2em;
}

.content-modern__title-big {
    position: relative;
    margin-top: -105px;
    z-index: 1;
    height: 240px;
    mix-blend-mode: overlay;
    z-index: 3;
    color: #d3d3d3;
}

.mix-blend-mode-no .content-modern__title-big {
    color: #191919;
    z-index: 1
}

.content-modern__title-big-text {
    font-size: 340px;
    font-weight: 800;
    line-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
}

.contenttext {
    margin-top: 300px;
margin-left:100px;
    color: white;
    font-size: 2em;
    /*background-color: rgba(0,0,0,0.6)*/
}

/* Featured image Title Left */
.content-modern .content-modern__featured {
    position: relative;
    width: 50%;
}

    .content-modern .content-modern__featured .img {
        max-width: 560px;
    }

.content-modern__flex {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1460px;
    z-index: 1;
    padding-top: 100px
}

.content-modern__content {
    width: 60%;
    padding-left: 40px;
    padding-right: 80px;
    padding-top: 100px;
    position: relative
}

/* MQ */
@media only screen and (max-width: 1350px) {
    .content-modern .content-modern__featured {
        width: 30%;
    }

    .content-modern__content {
        width: 70%;
        padding-left: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .content-modern__title-h {
        font-size: 55px;
    }
}

@media only screen and (max-width: 768px) {
    .content-modern__title-wrap {
        padding-top: 180px;
    }

    .content-modern__title-h {
        font-size: 42px;
    }

    .content-modern__title {
        position: relative;
        margin: 0;
        width: 100%;
        padding-left: 40px;
        top: 80px;
    }

    .content-modern .content-modern__featured {
        margin-top: -80px;
        bottom: -80px;
    }

    .content-modern .content-modern__featured {
        width: 30%;
    }

    .content-modern__content {
        width: 70%;
        padding-left: 80px;
    }

    .content-modern__flex {
        display: block;
        padding-top: 20px;
    }

    .content-modern .content-modern__featured {
        position: relative;
        width: 100%;
    }

        .content-modern .content-modern__featured .img {
            max-width: 560px;
            margin-right: auto;
            margin-left: auto;
        }

    .content-modern__content {
        width: 100%;
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .content-modern__title-wrap {
        padding-top: 130px;
    }

    .content-modern .content-modern__title-wrap {
        padding-top: 100px;
        margin-bottom: -100px;
    }

    .content-modern__title {
        padding-left: 20px;
        top: 70px;
    }

    .content-modern .content-modern__title {
        top: 80px;
    }

    .content-modern__title-h {
        font-size: 40px;
    }

    .content-modern__title-big {
        margin-top: -120px;
        height: 200px;
    }

    .content-modern .content-modern__title-big {
        margin-top: -100px;
    }

    .content-modern__title-big-text {
        position: absolute;
        font-size: 200px;
    }

    .content-modern__subtitle {
        position: relative;
        margin-bottom: 30px;
    }

    .content-modern__subtitle-h {
        font-size: 18px
    }

    .content-modern .content-modern__featured {
        bottom: -100px;
        margin-bottom: 100px;
    }

    .content-modern__content {
        padding-top: 50px;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .content-modern .content-modern__title-wrap:after {
        min-height: 600px;
    }
}

/*  Full Screen
  -------------------------------- */
.fs {
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-position: center;
    z-index: 1;
    overflow: hidden;
    position: relative;
}

.fs__image {
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    opacity: 1;
}

.is-anim .fs__image {
    opacity: 0;
    transition: opacity 1s ease;
}

.is-anim.is-visible .fs__image {
    opacity: 1;
}

/* Glitch FX */
#fx-wgl-glitch-canvas {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transform: scale(1.1);
}

.is-anim #fx-wgl-glitch-canvas {
    opacity: 0;
    transition: opacity 1s ease;
}

.is-anim.is-visible #fx-wgl-glitch-canvas.is-loaded {
    opacity: 1;
}

/* Perspective FX */
.fx-perspective {
    overflow: hidden;
}

.fx-perspective__image {
    transform: scale(1.2);
}

/* Smooth move FX */
.fx-smooth-move {
    overflow: hidden;
}

.fx-smooth-move-bg {
    transform: scale(1.2);
    z-index: 1;
}

#imgBand1 {
    margin-left: 400px;
}

.fx-smooth-move-layer {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 2;
}

    .fx-smooth-move-layer img {
        display: inline-block;
        vertical-align: bottom;
    }

/* Fade Layer */
.is-fullscreen .fade-layer {
    z-index: 2;
}

.is-fullscreen.is-visible.is-anim .fade-layer {
    opacity: 0.5;
}

/* ==================================================
   14. Page Title
================================================== */
.pt {
    position: relative;
}

/* Disabled */
.pt-disabled {
    min-height: 100px;
}

/* Elementor */
.pt__elementor {
    z-index: 5;
    position: relative;
    ;
}

/* Align */
.pt.align-center {
    text-align: center;
}

.pt.align-left {
    text-align: left;
}

/* Title */
.pt__title-h {
    font-size: 50px;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    line-height: 1.2em;
}

    .pt__title-h i {
        font-style: normal;
        font-size: 30%;
        display: inline-block;
        position: relative;
        top: 10px;
        margin-left: 10px;
        font-weight: 600;
        vertical-align: top;
    }

    .pt__title-h.size-large {
        font-size: 50px;
        line-height: 1.1;
    }

@media only screen and (max-width: 768px) {
    .pt__title-h.size-large, .pt__title-h {
        font-size: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    .pt__title-h.size-large, .pt__title-h {
        font-size: 28px;
    }
}

@media only screen and (max-width: 479px) {
    .pt__title-h.size-large, .pt__title-h {
        font-size: 30px;
    }
}

/* Meta
 -------------------------------- */
.pt-meta {
    z-index: 3;
    position: relative;
}

    .pt-meta .meta__cats {
        display: inline-block;
    }

.meta__date {
    display: inline-block;
}

    .meta__date:after {
        content: "|";
        display: inline-block;
        margin: 0 10px;
        color: rgba(255,255,255, 0.3);
        transition: all 0.3s 0.3s cubic-bezier(0.285, 0.105, 0.465, 1.015);
        opacity: 0;
    }

.is-anim.is-visible .meta__date:after {
    opacity: 1
}

.meta__cats {
    display: inline-block;
}

    .meta__cats a {
        color: #fff;
        margin-right: 15px;
        display: inline-block;
        line-height: 100%;
    }

@media only screen and (max-width: 1024px) {
    .meta__date {
        width: 100%;
    }

        .meta__date:after {
            display: none
        }
}

/* Center and Left
  -------------------------------- */
.pt__title-wrap {
    padding-top: 240px;
    position: relative;
}

.pt-big-text {
    margin-bottom: 40px;
}

    .pt-big-text.pt--is-image {
        margin-bottom: 80px;
    }

.pt-center-image .pt__title-wrap {
    padding-top: 380px;
}

.pt-big-text .pt__title-wrap:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #161616;
    width: 0;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: width .4s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.is-visible .pt-big-text .pt__title-wrap:after {
    width: 100%;
}

.pt__title {
    position: relative;
    margin: 0 auto;
    max-width: 1400px;
    width: 100vw;
    padding-left: 80px;
    top: 180px;
}

.pt-center-image .pt__title {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 80px;
    top: 0px;
}

.pt__title-h {
    padding-right: 40px;
    margin-bottom: 0;
}

.pt-center-image .pt__title-h {
    padding-right: 0px;
}

.single .pt-center-image .pt__title-h {
    font-size: 48px
}

.pt__title-big {
    position: relative;
    margin-top: -105px;
    color: #252525;
    z-index: 1;
    height: 300px;
}

.pt__title-big-text {
    font-size: 340px;
    font-weight: 800;
    line-height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    max-width: 90vw;
}

.pt__subtitle {
    position: absolute;
    z-index: 3
}

.pt-center-image .pt__subtitle {
    position: relative;
    line-height: 1.4;
    top: 10px;
}

.pt__subtitle-h {
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 0.05em;
    padding-right: 20px;
    color: #fff;
}

.pt-center-image .pt__subtitle-h {
    color: #bbb;
    padding-right: 0;
}

.pt-big-text.pt--is-image .pt__title-big {
    mix-blend-mode: overlay;
    z-index: 3;
    color: #d8d8d8;
}

/* Featured image Title Left */
.pt-big-text.pt--is-image .pt__featured {
    position: relative;
    max-width: 90%;
    margin-top: auto;
    bottom: -100px;
}

/* Featured image Title Center */
.pt-center-image.pt--is-image .pt__featured {
    position: relative;
    max-width: 1200px;
    margin: 40px auto 0;
}

.pt-big-text.pt--is-image .pt__title-wrap {
}

/* MQ */
@media only screen and (min-width: 1350px) {
    .pt-big-text.pt--is-image .pt__featured {
        max-width: 76rem;
    }
}

@media only screen and (max-width: 768px) {
    .pt-center-image .pt__title {
        padding: 0 40px;
    }

    .pt__title-wrap {
        padding-top: 180px;
    }

    .pt-big-text.pt--is-image .pt__title-wrap {
    }

    .pt__subtitle-h {
        font-size: 18px
    }

    .pt__title {
        position: relative;
        margin: 0;
        width: 100%;
        padding-left: 40px;
        top: 80px;
    }

    .pt-big-text.pt--is-image .pt__featured {
        margin-top: -80px;
        bottom: -80px;
    }
}

@media only screen and (max-width: 479px) {
    .pt__title-h {
        padding-right: 20px;
    }

    .pt-center-image .pt__title {
        padding: 0 20px;
    }

    .pt__title-wrap {
        padding-top: 130px;
    }

    .pt-center-image .pt__title-wrap {
        padding-top: 180px;
    }

    .pt-big-text.pt--is-image .pt__title-wrap {
        padding-top: 100px;
        margin-bottom: -40px;
    }

    .pt__title {
        padding-left: 20px;
        top: 70px;
    }

    .pt-big-text.pt--is-image .pt__title {
        top: 80px;
    }

    .pt__title-big {
        margin-top: -120px;
        height: 200px;
    }

    .pt-big-text.pt--is-image .pt__title-big {
        margin-top: -100px;
    }

    .pt__title-big-text {
        position: absolute;
        font-size: 200px;
    }

    .pt__subtitle {
        position: relative;
        margin-bottom: 30px;
    }

    .pt__subtitle-h {
        font-size: 18px
    }

    .pt-big-text.pt--is-image .pt__featured {
        bottom: -100px;
        margin-bottom: 100px;
    }
}

/* Simple
 -------------------------------- */
.pt-simple {
    position: relative;
    padding-top: 380px;
    z-index: 2;
}

.pt-simple__inner {
    position: relative;
    margin: 0 auto;
    max-width: 1600px;
    padding-left: 80px;
    padding-right: 80px;
}

/* MQ */
@media only screen and (max-width: 1280px) {
    .pt-simple__inner {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media only screen and (max-width: 1024px) {
    .pt-simple {
        padding-top: 240px;
    }
}

@media only screen and (max-width: 768px) {
    .pt-simple__inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .pt-simple {
        padding-top: 180px;
        margin-bottom: -60px;
    }

    .pt-simple__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Fullscreen Parallax
 -------------------------------- */
/* Full Size */
.pt-fs-parallax {
    padding-top: 0;
    height: 100vh;
    width: 100vw;
    position: relative;
    background-position: 50% 0px;
    background-size: cover;
    background-repeat: no-repeat;
}

    .pt-fs-parallax .pt-fs-parallax__inner {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        margin: 0;
        width: 100%;
        z-index: 2;
        max-width: 1200px;
    }

    .pt-fs-parallax:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
        background-color: rgba(19, 19, 19, 1);
    }

.is-anim .pt-fs-parallax:after {
    opacity: 0;
    transition: opacity 0.6s ease;
}

.is-anim.is-visible .pt-fs-parallax:after {
    opacity: 0.8;
}

.fade-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(19, 19, 19, 1);
}

.is-anim .fade-layer {
    opacity: 0;
}

/* MQ */
@media only screen and (max-width: 1280px) {
    .pt-fs-parallax__inner {
        padding-left: 80px;
        padding-right: 80px;
    }
}

@media only screen and (max-width: 768px) {
    .pt-fs-parallax__inner {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .pt-fs-parallax__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/*  Content title
  -------------------------------- */
.content-title {
    margin-bottom: 80px;
}

.content-title--h {
    margin-top: 25vh;
    position: fixed;
    width: 100vw;
    padding: 0 80px;
    z-index: 3
}

.content-title.align-center {
    text-align: center;
}

.content-title-h {
    font-size: 48px;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
    line-height: 1.1em;
}

/* MQ */
@media only screen and (max-width: 1024px) {
    .content-title-h {
        font-size: 48px
    }
}

@media only screen and (max-width: 768px) {
    .content-title--h {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 479px) {
    .content-title--h {
        padding: 0 20px;
    }

    .content-title-h {
        font-size: 28px
    }
}

/* ==================================================
  15. Blog
================================================== */
/* Post Footer
 -------------------------------- */
.post-footer {
    display: flex;
    clear: both;
}

/* Share */
.share {
    min-width: 120px;
    text-align: left;
    font-size: 12px;
}

    .share a {
        display: inline-block;
        margin-left: 15px;
    }

    .share .icon-share {
        color: #666;
    }

/* Tags */
.meta-tags {
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #fff;
    font-weight: 600;
}

    .meta-tags a {
        display: inline-block;
        margin-left: 10px;
    }

    .meta-tags .icon {
        color: #666;
    }

/* MQ */
@media only screen and (max-width: 479px) {
    .post-footer {
        display: block;
    }

    .share {
        font-size: 15px;
    }

    .meta-tags {
        margin-top: 15px;
        display: block;
        text-align: left;
        font-size: 14px
    }
}

/* ==================================================
  16. Category / Tags / Archives / Search
================================================== */
/* Search
  -------------------------------- */
.search-404 {
}

    .search-404 .big-text {
        margin-bottom: 0;
    }

    .search-404 #searchform {
        width: 100%;
    }

    .search-404 .search-input-wrap input {
        max-width: 600px;
        min-width: 400px;
        height: 45px;
        text-transform: uppercase;
    }

@media only screen and (max-width: 768px) {
    .search-404 .search-input-wrap input {
        min-width: 300px
    }
}

@media only screen and (max-width: 479px) {
    .search-404 .search-input-wrap input {
        min-width: 0
    }
}

/* ==================================================
   17. Comments
================================================== */
.comments {
    position: relative;
    padding: 80px 0;
    background-color: #151515;
}

.content--simple .comments {
    padding-top: 70px;
    background-color: transparent;
}

/* Comments */
.comments__message {
    font-size: 16px;
    font-weight: 400;
    color: #222;
}

.comments__title {
    margin-bottom: 40px;
    font-size: 36px;
}

.comments__number {
    font-size: 14px;
    display: inline-block;
    position: relative;
    vertical-align: top;
    top: 5px;
}

/* Comments list */
.comments-list {
    margin: 30px 0 60px;
    padding: 0 0 30px;
    overflow: hidden;
}

.comment {
    list-style: none;
    padding: 0px 0 0 0;
    margin: 0;
}

    .comment:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

    .comment > ul {
        margin-bottom: 30px
    }

    .comment:first-child {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }

.logged-in-as {
    position: relative;
    top: 0px;
    margin-bottom: 20px;
    font-size: 15px;
}

    .logged-in-as a {
        color: #aaa;
    }

        .logged-in-as a:hover {
            color: #ffffff;
        }

.comment-field {
    overflow: hidden;
    clear: both;
    margin-bottom: 0px;
    line-height: 0;
}

    .comment-field #comment {
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

.comment > article {
    margin: 0;
    position: relative;
    padding-top: 30px;
}

.theme_comment .avatar-wrap {
    background: #fff;
    padding: 3px;
    float: left;
    position: relative;
    z-index: 1;
    border-radius: 100%;
}

    .theme_comment .avatar-wrap img {
        margin: 0;
        width: 58px;
        height: 58px;
        float: left;
        border-radius: 100%;
    }

.comment .comment-body {
    margin: 0 0 30px 80px;
    color: #aaa;
    font-size: 13px;
}

.comment-body > ul:first-of-type,
.comment-body > ol:first-of-type {
    margin-bottom: 20px;
}

.comment .comment-body p:last-child {
    margin-bottom: 0;
}

.comment .comment-meta {
    margin: 0 0 0px 80px;
    color: #ccc;
}

.comment .comment-meta {
    margin-bottom: 0;
}

.comment .author, .comment .author a {
    color: #fff;
    margin: 0;
    font-size: 13px;
}

.comment .date {
    color: #999;
    font-size: 12px;
    margin: 0 0 10px;
}

.comment .reply a {
    font-size: 12px;
    font-weight: 400;
    margin-left: 5px;
    color: #ffffff;
}

    .comment .reply a:hover {
        color: #fff;
        border-color: transparent;
    }

.comment .children {
    margin: 0;
    padding: 0px 0 0;
    position: relative;
}

    .comment .children .comment {
        /* border-top: 1px solid rgba(255,255,255,0.1); */
        margin: 30px 0 0;
        padding: 0px 0 0 125px;
        position: relative;
    }

        .comment .children .comment.depth-4, .comment .children .comment.depth-5, .comment .children .comment.depth-6, .comment .children .comment.depth-7, .comment .children .comment.depth-8, .comment .children .comment.depth-9, .comment .children .comment.depth-10 {
            padding-left: 0;
        }

        .comment .children .comment:first-child {
            margin-top: 0;
        }

    .comment .children .comment-body, .comment .children .comment-meta {
    }

/* Pingbacks / Trackbacks */
.comment-list {
    list-style: none;
}

    .comment-list .pingback, .comment-list .trackback {
        list-style: none;
        margin-left: 0;
        padding-top: 30px;
        padding-left: 0;
        border-top: 1px dotted #444;
    }

        .comment-list .pingback .avatar-wrap, .comment-list .trackback .avatar-wrap {
            display: none;
        }

        .comment-list .pingback:first-child, .comment-list .trackback:first-child {
            border-top: none;
            margin-top: 0;
            padding-top: 0;
        }

        .comment-list .pingback .author, .comment-list .trackback .author, .comment-list .pingback .author a, .comment-list .trackback .author a, .comment-list .pingback .author a:hover, .comment-list .trackback .author a:hover {
            font-size: 22px;
            color: #fff;
            margin-bottom: 12px;
            font-weight: 400;
        }

        .comment-list .pingback .date, .comment-list .trackback .date {
            color: #888;
            font-size: 13px;
            margin: 0 0 5px;
            position: relative;
            top: -5px;
        }

/* Response */
#respond {
    margin-top: 60px;
}

#reply-title {
    font-size: 18px;
    margin-bottom: 20px;
}

    #reply-title small a {
        font-size: 20px;
        font-weight: normal;
        color: #16a085;
        transition: color 0.3s ease;
    }

        #reply-title small a:hover {
            color: #ffffff;
        }

.comment-form {
}

#respond input::-webkit-input-placeholder, #respond textarea::-webkit-input-placeholder {
    color: #fff;
    font-weight: 500;
}

#respond input:-moz-placeholder, #respond textarea:-moz-placeholder {
    color: #ddd;
    font-weight: 500;
}

.comment-form-cookies-consent {
    margin-top: 20px;
    display: block;
}

    .comment-form-cookies-consent label {
        display: inline;
        line-height: 1em;
        margin-left: 10px;
        font-size: 14px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.49);
    }

#wp-comment-cookies-consent {
    display: inline-block;
}

#respond input[type=text] {
    width: 100%
}

#respond #email {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.form-allowed-tags {
    font-size: 12px;
    color: #999;
    display: none;
}

    .form-allowed-tags span {
        font-size: 12px;
        color: #aaa;
        display: block
    }

.form-submit {
    clear: both;
    padding-top: 20px;
}

#respond .flex-col-1-3 {
}

    #respond .flex-col-1-3.last {
        padding-right: 0
    }

    #respond .flex-col-1-3.first {
        padding-left: 0
    }

/* Media Query */
@media only screen and (max-width: 768px) {
    .theme_comment .avatar-wrap img {
        width: 54px;
        height: 54px;
    }

    .comment .comment-meta {
        padding-top: 10px;
        margin: 0px 0 0px 80px;
    }

    #respond .flex-col-1-3 {
        width: 50%;
    }

        #respond .flex-col-1-3 #email {
            border-right: 0;
        }

        #respond .flex-col-1-3.last {
            width: 100%
        }

    .comment .comment-body {
        margin-left: 0px;
        margin-top: 30px;
        clear: both;
    }

    .comment .children .comment {
        padding: 0;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 479px) {
    .comments__title {
        font-size: 28px;
    }
}

/* ==================================================
  18. Footer
================================================== */
/* Footer */
#footer {
    position: relative;
    width: 100%;
}

.elementor-editor-active #footer {
    pointer-events: none;
}

.footer__inner {
    position: relative;
    display: flex;
    flex: 0 auto;
    min-height: 120px;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* Footer note */
.footer__note {
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 13px;
    transition: all 0.5s ease-out;
}

    .footer__note .wave-link {
        border-bottom: 0;
    }

    .footer__note a {
        color: #fff;
        pointer-events: all;
    }

/* Footer Top */
.footer__left {
    width: 33.33%;
    text-align: left;
    pointer-events: all
}

.footer__left-inner {
    display: flex;
}

.footer__center {
    width: 33.33%;
    text-align: center;
}

/* Footer Top */
.footer__right {
    width: 33.33%;
    text-align: right;
    margin-left: auto;
}

.footer__right-inner {
    float: right;
}

.footer__right .scroll-top {
    height: 40px;
    align-items: center;
    display: flex;
}

    .footer__right .scroll-top svg {
        top: 5px;
        position: relative
    }

/* Socials */
.socials {
    height: 40px;
    align-items: center;
    display: flex;
    max-width: 100px;
    position: relative;
    cursor: pointer;
}

.socials__list {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    left: 0;
    bottom: 40px;
    transition: visibility 0.15s linear;
    visibility: hidden;
    z-index: 9;
}

.socials:hover .socials__list {
    visibility: visible;
}

.socials__list li {
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
    position: relative;
    opacity: 0;
    transform: translateX(-50px);
}

.socials:hover .socials__list li {
    transform: translateX(0);
    opacity: 1
}

.socials__list a {
    width: 40px;
    height: 40px;
    display: inline-block;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    color: #111;
    text-align: center;
    line-height: 40px;
}

    .socials__list a.social--custom {
    }

.socials__icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 40px;
}

    .socials__icon .icon {
        font-size: 14px;
        color: #fff;
    }

.socials .socials__text {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin-left: 20px;
}

/* MQ */
@media only screen and (max-width: 1024px) {
    .footer__inner {
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }

    .footer__left {
        width: auto;
        order: 2;
        padding-top: 10px;
    }

    .footer__left-inner {
        display: block;
    }

    .footer__center {
        width: 100%;
        order: 1;
    }

    .footer__right {
        padding-top: 15px;
        width: auto;
        margin-left: 0;
        order: 3;
    }

    .socials {
        max-width: 100%;
        height: 20px;
    }

    .socials__list {
        visibility: visible;
        opacity: 1;
        position: relative;
        display: block;
        bottom: 0;
    }

        .socials__list li {
            opacity: 1;
            transform: none;
            display: inline-block;
            margin-bottom: 0;
            margin: 2px 6px 2px 6px;
        }

    .socials__icon, .socials .socials__text {
        display: none
    }

    .socials__list a {
        width: 30px;
        height: 30px;
        background-color: transparent;
        color: #fff;
        line-height: 32px;
    }

    .footer__right .scroll-top {
        height: 40px;
    }

        .footer__right .scroll-top svg {
            height: 40px;
        }

    .footer__right .arrow-button .fx-txt-a {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
}

/* Fullscreen */
.is-smoothscroll.is-fullscreen #footer, .is-smoothscroll.elementor-template-full-width #footer {
    pointer-events: none;
}

.is-fullscreen #footer, .elementor-template-full-width #footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
    z-index: 3;
}

.is-fullscreen.elementor-page #footer {
    position: fixed;
}

.is-fullscreen.elementor-page.is-smoothscroll #footer {
    position: fixed;
}

.is-fullscreen.elementor-page.is-smoothscroll.footer-relative #footer,
.is-fullscreen.footer-relative #footer {
    position: relative;
}

.is-fullscreen .footer__center, .elementor-template-full-width .footer__center {
    text-align: right;
    margin-left: auto;
}

.is-fullscreen .footer__note, .elementor-template-full-width .footer__note {
    text-align: right;
}

.is-fullscreen .footer__right, .elementor-template-full-width .footer__right {
    display: none;
}

@media only screen and (max-width: 1024px) {
    .is-fullscreen .footer__center, .elementor-template-full-width .footer__center {
        text-align: center;
        margin-left: auto;
    }

    .is-fullscreen .footer__note, .elementor-template-full-width .footer__note {
        text-align: center;
    }
}

@media only screen and (max-width: 479px) {
    .is-fullscreen #footer, .elementor-template-full-width #footer {
        /* bottom: 0px; */
    }

        .is-fullscreen #footer .footer__inner, .elementor-template-full-width #footer .footer__inner {
            min-height: 0px;
        }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .is-fullscreen #footer, .elementor-template-full-width #footer {
        /* bottom: 0px; */
    }

        .is-fullscreen #footer .footer__inner, .elementor-template-full-width #footer .footer__inner {
            min-height: 80px;
        }
}

/* ==================================================
  19. Widgets
================================================== */
/* Basics styles
 -------------------------------- */
.widget {
    margin-bottom: 40px;
    color: rgba(255, 255, 255, 0.8);
    clear: both;
    overflow: hidden;
    font-size: 13px;
}

.widget-title {
    color: #fff;
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2b2b2b;
}

.widget a {
    color: #ddd;
    transition: color 0.3s ease;
}

    .widget a:hover {
        color: #fff;
    }

.widget address {
    margin-bottom: 18px;
}

.widget abbr[title] {
    border-color: rgba(255, 255, 255, 0.1);
}

.widget mark, .widget ins {
    color: #222;
}

.widget pre, .widget fieldset {
    border-color: rgba(255, 255, 255, 0.1);
}

.widget code, .widget kbd, .widget tt, .widget var, .widget samp, .widget pre {
    font-size: 16px;
}

.widget blockquote {
    color: rgba(255, 255, 255, 0.7);
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 18px;
}

    .widget blockquote cite {
        color: #444;
    }

.widget dl, .widget dd {
    margin-bottom: 18px;
}

.widget ul, .widget ol {
    list-style: none;
    margin: 0;
}

.widget li > ol, .widget li > ul {
    margin-left: 10px;
}

.widget table, .widget th, .widget td {
    border-color: rgba(255, 255, 255, 0.1);
    padding: 0;
    border: none;
}

.widget table {
    margin-bottom: 18px;
}

.widget del {
    color: rgba(255, 255, 255, 0.4);
}

.widget hr {
    background-color: rgba(255, 255, 255, 0.1);
}

.widget p {
    margin-bottom: 30px;
}

    .widget p strong {
        font-weight: 500;
    }

    .widget p:last-child {
        margin-bottom: 0;
    }

.widget select {
    font-size: 13px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    border: 2px solid #333;
    background-color: #2b2b2b;
    font-weight: 300;
    padding: 10px;
    padding-right: 30px;
    min-width: 200px;
    max-width: 100%;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23999' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100%) 50%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

    .widget select:hover {
        border-color: #444;
    }

    .widget select option {
        color: #222;
        font-size: 14px;
        text-transform: none;
    }

.widget input, .widget textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #444;
    font-size: 16px;
    padding: 8px 0;
    margin-bottom: 18px;
}

    .widget input:focus, .widget textarea:focus {
        border-color: rgba(255, 255, 255, 0.5);
    }

    .widget button, .widget .button, .widget input[type="button"], .widget input[type="reset"], .widget input[type="submit"] {
        background-color: #16a085;
        color: #fff;
        border: 0;
        font-weight: 400;
        font-size: 14px;
        padding: 12px 27px;
    }

        .widget input[type="button"]:hover, .widget input[type="button"]:focus, .widget input[type="reset"]:hover, .widget input[type="reset"]:focus, .widget input[type="submit"]:hover, .widget input[type="submit"]:focus {
            color: #fff;
            background-color: #222;
        }

        .widget input[type="button"]:active, .widget input[type="reset"]:active, .widget input[type="submit"]:active {
            color: #fff;
            background-color: #222;
        }

.widget .wp-caption {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 18px;
}

/* --- Default Wordpress Widgets --- */
/* Categories / archives / recent posts / meta / menu / pages / links */
.widget_categories ul, .widget_archive ul, .widget_recent_entries ul, .widget_meta ul, .widget_nav_menu ul, .widget_pages ul, .widget_links ul {
    margin: 0;
}

.widget_categories li, .widget_archive li, .widget_recent_entries li, .widget_meta li, .widget_nav_menu li, .widget_pages li, .widget_links li {
    list-style: square;
    margin: 0;
    color: #666;
    margin-left: 20px;
    padding: 5px 0;
}

.widget_categories ul ul li, .widget_archive ul ul li, .widget_recent_entries ul ul li, .widget_meta ul ul li, .widget_nav_menu ul ul li, .widget_pages ul ul li, .widget_links ul ul li {
    margin-left: 5px;
    padding-left: 0;
}

.widget_categories a, .widget_archive a, .widget_recent_entries a, .widget_meta a, .widget_nav_menu a, .widget_pages a, .widget_links a {
    position: relative;
    display: inline-block;
    transform-style: preserve-3d;
    color: rgba(255, 255, 255, 0.8);
}

.widget_recent_entries .post-date {
    color: #666;
    display: block;
    font-size: 11px;
}

.widget.widget_categories a:hover, .widget.widget_archive a:hover, .widget.widget_recent_entries a:hover, .widget.widget_meta a:hover, .widget.widget_nav_menu a:hover, .widget.widget_pages a:hover, .widget.widget_links a:hover {
    color: #fff;
}

/* Nav menu */
.widget_nav_menu ul ul ul {
    margin-left: 0;
    padding-left: 0;
}

    .widget_nav_menu ul ul ul li {
        margin-left: 0;
        padding-left: 2px;
    }

/* Search */
#searchform fieldset {
    position: relative;
    margin-bottom: 0;
}

#search {
    position: relative;
}

input#s {
    border: 0;
    width: 100%;
    color: #131313;
    background: #ffffff;
    overflow: hidden;
    padding-right: 36px;
    padding: 9px 9px;
    font-size: 14px;
    font-weight: 700;
}

#s::placeholder {
    color: #131313;
}

#s:-ms-input-placeholder {
    color: #131313;
}

#s::-ms-input-placeholder {
    color: #131313;
}

#searchsubmit {
    position: absolute;
    right: 0px;
    margin-bottom: 0;
    top: 2px;
    padding: 0;
    width: 36px;
    height: 36px;
    border: none;
    background: transparent;
    margin-right: 0;
}

.searchform fieldset .icon-search {
    opacity: 0.7;
    color: #131313;
    ;
    transition: opacity 0.3s ease;
}

.searchform:hover .icon-search {
    opacity: 1;
}

/* Text Widget */
.widget_text p {
    margin-bottom: 10px;
}

/* Recent Comments Widgets */
.widget_recent_comments ul {
    list-style: none;
    margin: 0;
}

    .widget_recent_comments ul li {
        padding: 5px 0;
        margin: 0;
    }

/* Tag Cloud Widget */
.widget_tag_cloud a {
    padding: 4px 8px;
    margin: 2px;
    display: inline-block;
    line-height: normal;
    font-weight: 700;
    color: #999;
    background-color: #333;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    transition: all 0.4s ease;
}

.widget.widget_tag_cloud a:hover {
    text-decoration: none;
    line-height: normal;
    color: #131313;
    background-color: #ffffff;
}

/* RSS Widget */
.widget_rss ul {
    list-style: none;
    margin: 0;
}

.widget_rss li {
    padding: 0 0 20px 0;
    margin: 0;
    color: #bbb;
}

a.rsswidget {
    color: #fff;
    font-size: 16px
}

.widget_rss li:last-child {
    padding: 0;
}

.widget_rss li .rss-date {
    color: #ddd;
    display: block;
}

.widget_rss li .rssSummary {
    padding-top: 10px;
}

.widget_rss li cite {
    display: block;
    padding: 4px 0;
    color: #b2b2b2;
}

a.rsswidget img {
    display: none;
}

/* Calendar Widget
 -------------------------------- */
.widget table#wp-calendar a {
    display: block;
    color: #fff;
    line-height: 31px;
    text-decoration: none;
    font-weight: 500;
}

    .widget table#wp-calendar a:hover {
        background: #fff;
        color: #222;
        line-height: 31px;
        text-decoration: none;
    }

.widget table td, .widget table th {
    border: none;
}

.widget table#wp-calendar {
    width: 99%;
    margin-bottom: 0;
    background-color: transparent;
}

    .widget table#wp-calendar tbody td {
        text-align: center;
        border: 1px solid #2c2c2c;
        background: rgb(27, 27, 27);
        color: rgba(255, 255, 255, 0.8);
        font-size: 12px;
        line-height: 25px;
        padding: 5px;
    }

    .widget table#wp-calendar caption {
        font-size: 13px;
        width: 100%;
        padding: 0;
        margin-bottom: 5px;
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
    }

    .widget table#wp-calendar th {
        font-weight: normal;
        color: #ccc;
        text-align: center;
        padding: 0;
        font-weight: 600
    }

    .widget table#wp-calendar #next a {
        text-align: right;
        color: #444;
        line-height: 10px;
        background: none;
    }

    .widget table#wp-calendar #prev a {
        text-align: left;
        color: #999;
        line-height: 15px;
        background: none;
    }

        .widget table#wp-calendar #next a:hover, .widget table#wp-calendar #prev a:hover {
            color: #16a085;
        }

/* ==================================================
  20. Modules
================================================== */
/*  Common
  -------------------------------- */
.mod {
    position: relative;
}

/* a */
.mod__click {
    display: block;
    overflow: hidden;
    text-decoration: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2
}

.mod__inner {
    margin: 0;
    height: 100%;
    position: relative;
    z-index: 1;
}

.mod__flex {
    display: flex;
    position: relative;
    width: 100%;
}

.mod__cell {
    vertical-align: top;
}

.mod__bg {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mod:hover .mod__bg {
    opacity: 0.15;
}

/*  - 1 - List Module
  -------------------------------- */
.content.list > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

    .content.list > .container .mod-list-1:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        ;
    }

        .content.list > .container .mod-list-1:first-child .mod__bg {
            opacity: 0.15;
        }

.mod-list-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: border 0.3s ease;
    z-index: 1;
    padding: 4rem 0;
    position: relative;
    overflow: hidden;
}

    .mod-list-1:after {
        display: block;
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        height: 1px;
        width: 0;
        background: #fff
    }

.content.list > .container .mod-list-1:first-child, .content.list > .container .mod-list-1:hover {
    border-color: transparent;
    z-index: 2;
    -webkit-box-shadow: 0 0.5rem 3rem rgba(0,0,0,0.4);
    box-shadow: 0 0.5rem 3rem rgba(0,0,0,0.4);
}

.mod-list-1 .mod__inner {
    z-index: 1;
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

/* Cols */
.mod-list-1 .mod__left {
    display: flex;
    max-width: 800px;
}

.mod-list-1 .mod__meta {
    min-width: 200px;
    font-size: 14px;
}

.mod-list-1 .mod__cats {
    color: #999
}

.mod-list-1 .mod__img {
}

    .mod-list-1 .mod__img .image {
        padding-right: 60px;
        margin-bottom: 20px;
    }

.mod-list-1 .mod__right {
    max-width: 600px;
}

.mod-list-1 .mod__title {
    font-size: 38px;
    line-height: 120%;
    margin-bottom: 20px;
}

.mod__excerpt {
    color: #999;
    margin-bottom: 20px;
}

.mod__readmore .arrow-button__inner {
    transform: rotate(90deg)
}

.content.list > .container .mod-list-1:hover .arrow-button svg g {
    transform: translateY(6px);
}

/* Anim */
.is-anim.is-visible .mod-list-1.is-waypoint .mod__inner {
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
}

.is-anim.is-visible .mod-list-1.done .mod__inner {
    transform: translateY(0);
    opacity: 1;
}

.is-anim.is-visible .mod-list-1.done:after {
    -webkit-animation: anim--blaster 0.5s ease-in-out normal;
    animation: anim--blaster 0.5s ease-in-out normal
}

/* Media Query */
@media only screen and (max-width: 1280px) {
    .mod-list-1 .mod__left {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1024px) {
    .mod-list-1 .mod__flex {
        flex: 1;
        display: block;
    }

    .mod-list-1 .mod__img .image {
        width: 100%;
        padding: 0
    }

    .mod-list-1 .mod__bg {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .mod-list-1 .mod__title {
        font-size: 20px;
    }

    .mod-list-1 {
        padding: 4rem 0;
    }
}

/*  - 1 - News Module
  -------------------------------- */
.content.news > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

    .content.news > .container .mod-news-1:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        ;
    }

        .content.news > .container .mod-news-1:first-child .mod__bg {
            opacity: 0.15;
        }

.mod-news-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: border 0.3s ease;
    z-index: 1;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

    .mod-news-1:after {
        display: block;
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        height: 1px;
        width: 0;
        background: #fff
    }

.content.news > .container .mod-news-1:first-child, .content.news > .container .mod-news-1:hover {
    border-color: transparent;
    z-index: 2;
    -webkit-box-shadow: 0 0.5rem 3rem rgba(0,0,0,0.4);
    box-shadow: 0 0.5rem 3rem rgba(0,0,0,0.4);
}

.mod-news-1 .mod__inner {
    z-index: 1;
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

/* Cols */
.mod-news-1 .mod__left {
    display: flex;
    max-width: 800px;
}

.mod-news-1 .mod__meta {
    min-width: 200px;
    font-size: 14px;
}

.mod-news-1 .mod__date {
    color: #fff
}

.mod-news-1 .mod__cats {
    color: #999
}

.mod-news-1 .mod__img {
}

    .mod-news-1 .mod__img .image {
        padding-right: 60px;
        margin-bottom: 20px;
    }

.mod-news-1 .mod__right {
    max-width: 600px;
}

.mod-news-1 .mod__title {
    font-size: 38px;
    line-height: 120%;
    margin-bottom: 20px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.mod__excerpt {
    color: #999;
    margin-bottom: 20px;
}

    .mod__excerpt iframe, .mod__excerpt object, .mod__excerpt embed {
        max-width: 100%;
    }

.mod__readmore {
    clear: both;
}

    .mod__readmore .arrow-button__inner {
        transform: rotate(90deg)
    }

.content.news > .container .mod-news-1:hover .arrow-button svg g {
    transform: translateY(6px);
}

/* Anim */
.is-anim .mod-news-1.is-waypoint .mod__inner {
    transform: translateY(-100%);
    opacity: 0;
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
}

.is-anim .mod-news-1.done .mod__inner {
    transform: translateY(0);
    opacity: 1;
}

.is-anim .mod-news-1.done:after {
    -webkit-animation: anim--blaster 0.5s ease-in-out normal;
    animation: anim--blaster 0.5s ease-in-out normal
}

/* Media Query */
@media only screen and (max-width: 1280px) {
    .mod-news-1 .mod__left {
        flex-wrap: wrap;
    }

    .mod-news-1 .mod__meta {
        margin-bottom: 20px;
    }

    .mod-news-1.is-featured .mod__left {
        flex-direction: column-reverse;
    }
}

@media only screen and (max-width: 1024px) {
    .mod-news-1 .mod__flex {
        flex: 1;
        display: block;
    }

    .mod-news-1 .mod__img .image {
        width: 100%;
        padding: 0
    }

    .mod-news-1 .mod__bg {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .mod-news-1 .mod__title {
        font-size: 20px;
    }

    .mod-news-1 {
        padding: 4rem 0;
    }
}

/*  - 2 - News Module
  -------------------------------- */
.news-list .mod-news-2:first-child {
}

.mod-news-2 {
    z-index: 1;
    margin-bottom: 120px;
}

    .mod-news-2 .mod__inner {
        z-index: 1;
        max-width: 1300px;
        padding-left: 80px;
        padding-right: 80px;
        margin: 0 auto;
        text-align: center;
    }

    .mod-news-2 .mod__meta {
        min-width: 200px;
        text-align: center;
    }

    .mod-news-2 .mod__date {
        color: #999;
        display: inline-block;
    }

        .mod-news-2 .mod__date:after {
            content: "|";
            display: inline-block;
            margin: 0 10px;
            color: rgba(255,255,255, 0.3);
            transition: all 0.3s 0.3s cubic-bezier(0.285, 0.105, 0.465, 1.015);
        }

.is-anim .mod-news-2 .mod__date:after {
    opacity: 0;
}

.is-anim.is-visible .mod-news-2 .mod__top.done .mod__date:after {
    opacity: 1
}

.mod-news-2 .mod__cats {
    display: inline-block;
}

    .mod-news-2 .mod__cats a {
        color: #fff;
        margin-right: 15px;
    }

.mod-news-2 .mod__img {
    margin-top: 30px;
}

    .mod-news-2 .mod__img a {
        display: inline-block;
        overflow: hidden;
        position: relative;
    }

    .mod-news-2 .mod__img .image {
    }

.mod-news-2 .mod__title {
    font-size: 50px;
    line-height: 1.1em;
    max-width: 1000px;
    margin: 0 auto 50px auto;
}

/* Media Query */
@media only screen and (max-width: 1280px) {
    .mod-news-2 .mod__title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .mod-news-2 .mod__title {
        font-size: 30px;
    }

    .mod-news-2 .mod__top {
        padding-left: 40px;
        padding-right: 40px;
    }

    .mod-news-2 .mod__inner {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .mod-news-2 {
        margin-bottom: 40px;
    }

        .mod-news-2 .mod__meta {
            font-size: 12px;
        }

        .mod-news-2 .mod__title {
            font-size: 24px;
            line-height: 140%;
        }

        .mod-news-2 .mod__top {
            padding-left: 20px;
            padding-right: 20px;
        }

        .mod-news-2 .mod__inner {
            padding-left: 0px;
            padding-right: 0px;
        }
}

/*  - 3 - News Module
  -------------------------------- */
.content.news > .container {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

    .content.news > .container .mod-news-3:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }

.mod-news-3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    transition: border 0.3s ease;
    z-index: 1;
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

    .mod-news-3:after {
        display: block;
        content: "";
        position: absolute;
        top: -1px;
        left: 0;
        height: 1px;
        width: 0;
        background: #fff
    }

.content.news > .container .mod-news-3:first-child, .content.news > .container .mod-news-3:hover {
    z-index: 2;
    -webkit-box-shadow: 0 0.5rem 3rem rgba(0,0,0,0.4);
    box-shadow: 0 0.5rem 3rem rgba(0,0,0,0.4);
}

.mod-news-3 .mod__inner {
    z-index: 1;
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

/* Cols */
.mod-news-3 .mod__left {
    display: flex;
    max-width: 800px;
}

.mod-news-3 .mod__meta {
    min-width: 230px;
    font-size: 14px;
}

.mod-news-3 .mod__date {
    color: #999;
}

.mod-news-3 .mod__cats {
    color: #fff;
}

    .mod-news-3 .mod__cats a {
        margin-right: 10px
    }

.mod-news-3 .mod__img {
    margin-bottom: 20px;
    display: block;
    clear: both;
}

    .mod-news-3 .mod__img .image {
        padding-right: 0px;
        margin-bottom: 40px;
    }

.mod-news-3 .mod__right {
    max-width: 800px;
}

.mod-news-3 .mod__title {
    font-size: 38px;
    line-height: 1.4;
    margin-bottom: 40px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.mod-news-3 .mod__excerpt {
}

.mod-news-3 .mod__readmore {
    margin-top: 30px;
}

.mod-news-3 .arrow-button:hover svg g {
    transform: translateY(6px);
}

.mod-news-3 .mod__readmore a span {
    font-size: 15px;
    margin-right: 10px;
}

.mod-news-3 .mod__readmore .arrow-button__inner {
    transform: rotate(90deg)
}

/* Media Query */
@media only screen and (max-width: 1280px) {
    .mod-news-3 .mod__left {
        flex-wrap: wrap;
    }

    .mod-news-3 .mod__meta {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    .mod-news-3 .mod__flex {
        flex: 1;
        display: block;
    }

    .mod-news-3 .mod__img .image {
        width: 100%;
        padding: 0
    }

    .mod-news-3 .mod__bg {
        display: none;
    }
}

@media only screen and (max-width: 479px) {
    .mod-news-3 .mod__title {
        font-size: 20px;
    }

    .mod-news-3 {
        padding: 4rem 0;
    }
}

/* Helpers
 ------------------------------------ */
/* Overlays */
.overlay-dark {
    background-color: rgba(0,0,0,0.8);
}

.lines-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: stretch;
    z-index: 200;
}

.line-overlay {
    flex: 1 1 auto;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.11);
}

    .line-overlay:last-child {
        border-right: 0;
    }

@media screen and (max-width: 1024px) {
    .line-overlay {
        display: none;
    }

    .line-overlay {
        flex: 1 1 auto;
    }

        .line-overlay:last-child {
            display: none;
        }

        .line-overlay:nth-child(3) {
            border-right: 0;
        }
}

@media screen and (max-width: 768px) {
    .line-overlay {
        display: none;
    }
}

/* ==================================================
  21. Elements
================================================== */
/* Messages
  -------------------------------- */
.message {
    padding: 5px 30px;
    background-color: #16a085;
    color: #fff;
    display: inline-block;
    border-radius: 99em;
}

/* Buttons
 -------------------------------- */
.buttons-holder {
    margin-bottom: 30px;
}

/* Default button */
input[type="submit"], button, .btn {
    display: inline-block;
    position: relative;
    background-color: #16a085;
    text-align: center;
    cursor: pointer;
    border: none;
    vertical-align: middle;
    white-space: nowrap;
    font-style: normal;
    transition: all 0.5s ease-out;
    width: auto;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 15px 22px;
    border-radius: 99em;
}

    input[type="submit"]:hover, button:hover, .btn:hover {
        color: #111;
        background-color: #fff
    }

.btn-small {
    padding: 10px 16px;
    font-size: 14px;
}

/* Arrow button */
.arrow-button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    align-items: center;
}

.arrow-button__inner {
    position: relative;
    display: inline-block;
}

.arrow-button svg {
    transform: rotate(180deg) scale(0.8);
    display: inline-block;
    width: 45px;
    fill: none;
    stroke: #fff;
    stroke-width: 1px;
    opacity: 1;
    z-index: 2;
    transition: all 0.3s cubic-bezier(0.285, 0.105, 0.465, 1.015);
}

    .arrow-button svg g {
        transition: transform 0.3s cubic-bezier(0.285, 0.105, 0.465, 1.015);
    }

.arrow-button:hover svg g {
    transform: translateY(6px);
}

.arrow-button--right .arrow-button__inner {
    transform: rotate(90deg)
}

.arrow-button .fx-txt-a {
    color: #ffffff;
    font-size: 12px;
    display: inline-block;
    margin: 0;
    margin-right: 15px;
}

.arrow-button--right .fx-txt-a {
    margin-right: 5px;
}

/* Line Link
  -------------------------------- */
.line-link:before, .line-link--active:before {
    transition: transform .2s ease-out;
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    height: 1px;
    background: #ffffff;
}

.line-link:before {
    bottom: 1px;
    width: 0;
    right: 0;
    opacity: 0;
}

.line-link:hover:before {
    left: 0;
    width: 100%;
    opacity: 1;
}

/* Wave Link
  -------------------------------- */
.wave-link, .comment-reply-link {
    border-bottom: 2px solid #16a085;
    color: #ffffff;
    padding-bottom: .25em;
    text-decoration: none;
}

    .wave-link:hover, .comment-reply-link:hover {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg id='squiggle-link' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:ev='http://www.w3.org/2001/xml-events' viewBox='0 0 20 4'%3E%3Cstyle type='text/css'%3E.squiggle{animation:shift .3s linear infinite;}@keyframes shift {from {transform:translateX(0);}to {transform:translateX(-20px);}}%3C/style%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='2' class='squiggle' d='M0,3.5 c 5,0,5,-3,10,-3 s 5,3,10,3 c 5,0,5,-3,10,-3 s 5,3,10,3'/%3E%3C/svg%3E");
        background-position: bottom;
        background-repeat: repeat-x;
        background-size: 20px;
        border-bottom: 0;
        padding-bottom: .3em;
        text-decoration: none;
    }

/* Anim border
 -------------------------------- */
.anim-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.anim-border__circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

    .anim-border__circle svg {
        stroke-width: 1px
    }

    .anim-border__circle svg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        stroke: #ffffff;
        stroke-width: 1px;
        fill: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

        .anim-border__circle svg:first-child {
            opacity: .2
        }

        .anim-border__circle svg:last-child {
            stroke-dasharray: 205px 205px;
            stroke-dashoffset: 205px;
            visibility: hidden;
            transition: visibility 0s 1s;
            animation: anim-border__circle-out 1s cubic-bezier(0.215, 0.61, 0.355, 1)
        }

html.no-touch a:hover .anim-border .anim-border__circle svg:last-child {
    visibility: inherit;
    -webkit-transition: none;
    transition: none;
    -webkit-animation: anim-border__circle-over 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: anim-border__circle-over 1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards
}

/* Smooth Scroll
 -------------------------------- */
.is-smoothscroll {
    overflow: hidden;
}

    .is-smoothscroll #app {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        overflow: hidden;
    }

.is-fullscreen.is-smoothscroll #app {
    height: 100vh;
}

.is-smoothscroll #app .scrollbar-track {
    background: rgba(59, 59, 59, 0.23)
}

.is-smoothscroll .scrollbar-thumb {
    background: rgba(65, 65, 65, 0.41)
}

.is-smoothscroll.is-scroll-mask.no-fullscreen #apps {
    -webkit-mask-image: -webkit-gradient(linear,left top,left bottom,color-stop(.88rem,transparent),color-stop(30%,#000),color-stop(70%,#000),to(transparent));
    -webkit-mask-image: linear-gradient(180deg,transparent .88rem,#000 20%,#000 100%,transparent);
    mask-image: -webkit-gradient(linear,left top,left bottom,color-stop(.88rem,transparent),color-stop(30%,#000),color-stop(70%,#000),to(transparent));
    mask-image: linear-gradient(180deg,transparent .88rem,#000 30%,#000 70%,transparent);
}

/* Thumbs
  -------------------------------- */
.ithumb {
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
}

.ithumb__overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.ithumb__icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    font-size: 30px;
}

.fx-thumb-scale {
    -webkit-transition: -webkit-transform .8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: -webkit-transform .8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform .8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
    overflow: hidden;
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

    .fx-thumb-scale .ithumb__inner {
        -webkit-transition: -webkit-transform .8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: -webkit-transform .8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        transition: transform .8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s, -webkit-transform .8s cubic-bezier(0.165, 0.84, 0.44, 1) 0s;
        position: relative;
        z-index: 0;
        -webkit-transform: scale(0.95);
        transform: scale(0.95)
    }

.fx-thumb-bright img {
    -webkit-transition: -webkit-filter 0.6s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-filter 0.6s, -webkit-transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: filter 0.6s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: filter 0.6s, transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1),-webkit-filter 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.fx-thumb-bright:hover img {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
    -webkit-transform: scale(0.95);
    transform: scale(1.1);
    z-index: 5
}

html.no-mobile .fx-thumb-scale:hover {
    -webkit-transform: scale(0.95);
    transform: scale(0.95)
}

    html.no-mobile .fx-thumb-scale:hover .ithumb__inner {
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }

.ithumb-perspective__title {
    position: absolute;
    left: 20px;
    bottom: 10px;
    z-index: 3;
}

    .ithumb-perspective__title h2 {
        font-size: 16px;
    }

/* Magneto
 -------------------------------- */
/* Disable Magneto effect */
.is-touch .magneto-wrapper, .is-touch .magneto--ready {
    transform: none !important;
}

@media only screen and (max-width: 1024px) {
    .magneto-wrapper, .magneto--ready {
        transform: none !important;
    }
}

/* App Cusror
 -------------------------------- */
#cursor {
    position: fixed;
    pointer-events: none;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 5px;
    height: 5px;
    transform: translate(-50%, -50%);
    pointer-events: none;
    mix-blend-mode: exclusion;
}

.is-mobile #cursor, .is-touch #cursor {
    display: none;
}

.cursor__body {
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    position: absolute;
    border-radius: 50%;
    transition: all 0.4s ease;
    background-color: #fff;
}

.cursor__body-inner {
    left: 0;
    top: 0;
    position: absolute;
    transition: all 0.4s ease;
    z-index: 2;
    opacity: 0;
}

/* Support for older browser */
.mix-blend-mode-no .cursor__body, .is-ie .cursor__body {
    background-color: rgba(255,255,255, 0.4);
}

/* Hover */
html:not(.ax--loading) #cursor.hover .cursor__body {
    transform: scale(5);
}

/* Hide */
html:not(.ax--loading) #cursor.hide .cursor__body {
    transform: scale(8);
    opacity: 0;
}

/* Close / Click
     -------------------------------- */
html:not(.ax--loading) #cursor.close, html:not(.ax--loading) #cursor.click {
    mix-blend-mode: normal;
}

    html:not(.ax--loading) #cursor.close .cursor__body, html:not(.ax--loading) #cursor.click .cursor__body {
        opacity: 1;
        transform: scale(5);
    }

    /* Close */
    html:not(.ax--loading) #cursor.close .cursor__body-inner:after {
        content: "\e641";
        font-family: "icomoon";
        font-size: 25px;
        font-weight: bold;
        color: #131313;
        position: absolute;
        left: -7px;
        top: -15px;
    }

    /* Click */
    html:not(.ax--loading) #cursor.click .cursor__body-inner:after {
        content: "\e641";
        font-family: "icomoon";
        font-size: 25px;
        font-weight: bold;
        color: #131313;
        position: absolute;
        transform: rotate(45deg);
        left: -7px;
        top: -15px;
    }

    html:not(.ax--loading) #cursor.close .cursor__body-inner, html:not(.ax--loading) #cursor.click .cursor__body-inner, html:not(.ax--loading) #cursor.hover-img .cursor__body-inner {
        opacity: 1;
    }

/* Loading */
.ax--loading .cursor__body {
    top: -30px;
    left: -30px;
    width: 60px;
    height: 60px;
    background: none;
    -webkit-box-shadow: 0px 1px 0px #ffffff;
    box-shadow: 0px 1px 0px #ffffff;
    background: transparent;
    -webkit-animation: anim__spin .5s linear infinite;
    animation: anim__spin .5s linear infinite
}

/* Hover Images */
#cursor:not(.hover-img) img {
    visibility: hidden
}

.cursor__body-image {
    opacity: 0;
    top: 30px;
    left: -50%;
    position: relative;
    min-width: 200px
}

html:not(.ax--loading) #cursor.hover-img .cursor__body {
    background-color: transparent
}

/* MQ */
@media only screen and (max-width: 1024px) {
    .cursor, .is-touch .cursor {
        display: none;
    }
}

/* FX
  -------------------------------- */
/* Parallax Scroll */
.fx-parallax-scroll {
    display: inline-block;
}

/* Text */
.fx-txt-a {
    display: block;
    overflow: hidden
}

.fx-txt-a__text {
    -webkit-transition: -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .4s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .4s cubic-bezier(0.165, 0.84, 0.44, 1);
    display: block;
    -webkit-transform: translateY(0%);
    transform: translateY(0%)
}

html.no-touch .fx-trigger:hover .fx-txt-a__text, html.no-touch a:hover .fx-txt-a__text {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: block;
    -webkit-animation: anim-pos-up 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
    animation: anim-pos-up 0.9s cubic-bezier(0.215, 0.61, 0.355, 1) forwards
}

.fx-txt-b {
    overflow: hidden;
    position: relative;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.fx-txt-b__text {
    -webkit-transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    transition: all .8s cubic-bezier(0.215, 0.61, 0.355, 1) 0.2s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    display: inline-block;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.is-anim.is-visible .done .fx-txt-b__text, .is-anim.is-visible .fx-txt-b__text.done {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.pt__title-h .fx-txt-b__text {
    display: block
}

/* Scale FX */
.fx-scale .img {
    -webkit-transition: opacity .2s linear,-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
    transition: opacity .2s linear,-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
    transition: opacity .2s linear,transform 1.3s cubic-bezier(.19,1,.22,1);
    transition: opacity .2s linear,transform 1.3s cubic-bezier(.19,1,.22,1),-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(1.8) translateY(80px);
    -ms-transform: scaleY(1.8) translateY(80px);
    transform: scaleY(1.8) translateY(80px);
    opacity: 0;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.is-visible .done.fx-scale .img, .is-visible .done .fx-scale .img {
    opacity: 1;
    -webkit-transform: scaleY(1) translateY(0);
    -ms-transform: scaleY(1) translateY(0);
    transform: scaleY(1) translateY(0)
}

/* From left */
.fx-scale-from-left {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: width .4s cubic-bezier(0.22, 0.61, 0.36, 1);
    position: relative;
    width: 100%;
}

    .fx-scale-from-left .img {
        position: relative;
        z-index: 2;
        opacity: 0;
        -webkit-transition: opacity .6s linear,-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
        transition: opacity .6s linear,-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
        transition: opacity .6s linear,transform 1.3s cubic-bezier(.19,1,.22,1);
        transition: opacity .6s linear,transform 1.3s cubic-bezier(.19,1,.22,1),-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
        -webkit-transform-origin: right 0;
        -ms-transform-origin: right 0;
        transform-origin: right 0;
        -webkit-transform: scaleX(2.2);
        -ms-transform: scaleX(2.2);
        transform: scaleX(2.2);
    }

.is-anim.is-visible .done .fx-scale-from-left .img, .is-anim.is-visible .fx-scale-from-left.done .img {
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(0);
    -ms-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0)
}

/* From Right */
.fx-scale-from-right {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width .4s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: width .4s cubic-bezier(0.22, 0.61, 0.36, 1);
    position: relative;
    width: 100%;
}

    .fx-scale-from-right .img {
        position: relative;
        z-index: 2;
        opacity: 0;
        -webkit-transition: opacity .6s linear,-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
        transition: opacity .6s linear,-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
        transition: opacity .6s linear,transform 1.3s cubic-bezier(.19,1,.22,1);
        transition: opacity .6s linear,transform 1.3s cubic-bezier(.19,1,.22,1),-webkit-transform 1.3s cubic-bezier(.19,1,.22,1);
        -webkit-transform-origin: left 0;
        -ms-transform-origin: left 0;
        transform-origin: left 0;
        -webkit-transform: scaleX(2.2) translateX(100px);
        -ms-transform: scaleX(2.2) translateX(100px);
        transform: scaleX(2.2) translateX(100px);
    }

.is-anim.is-visible .done .fx-scale-from-right .img, .is-anim.is-visible .fx-scale-from-right.done .img {
    opacity: 1;
    -webkit-transform: scaleX(1) translateX(0);
    -ms-transform: scaleX(1) translateX(0);
    transform: scaleX(1) translateX(0)
}

/* Load Holder */
#fx-load-holder {
    position: fixed;
    width: 0px;
    height: 0px;
    background-position: 50% 0px;
    background-size: cover;
    z-index: 2001;
}

#fx-wgl {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 100
}

.is-anim .fx-move-from-bottom {
    transform: translateY(100px);
    transition: all 0.3s ease;
    opacity: 0;
}

.is-anim.is-visible .fx-move-from-bottom.done {
    transform: translateY(0);
    opacity: 1;
}

.is-anim .fx-slow-move-from-bottom {
    transform: translateY(100%);
    transition: all 0.8s 0.3s cubic-bezier(0.39, 0.58, 0.31, 1.08);
    opacity: 0;
}

.is-anim.is-visible .fx-slow-move-from-bottom {
    transform: translateY(0);
    opacity: 1;
}

/* ==================================================
  22. Animations
================================================== */
/* Blaster */
@-webkit-keyframes anim--blaster {
    0% {
        opacity: 0;
        width: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        width: 100%
    }
}

@keyframes anim--blaster {
    0% {
        opacity: 0;
        width: 0
    }

    50% {
        opacity: 1
    }

    100% {
        opacity: 0;
        width: 100%
    }
}

/* Circle border */
@-webkit-keyframes anim-border__circle-over {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        stroke-dashoffset: 0
    }
}

@keyframes anim-border__circle-over {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes anim-border__circle-out {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        stroke-dashoffset: 0
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        stroke-dashoffset: -205px
    }
}

@keyframes anim-border__circle-out {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        stroke-dashoffset: 0
    }

    to {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        stroke-dashoffset: -205px
    }
}

/* Spin */
@keyframes anim__spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(-360deg)
    }
}

@-webkit-keyframes anim__spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg)
    }
}

/* Blink */
@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.5
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0.5
    }

    100% {
        opacity: 1
    }
}

.blink {
    animation: blink normal 0.5s infinite ease-in-out;
    -webkit-animation: blink normal 0.5s infinite ease-in-out;
}

/* Position Up */
@-webkit-keyframes anim-pos-up {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
        transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%)
    }

    30% {
        -webkit-transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -130%);
        transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -130%)
    }

    30.1% {
        -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
        transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%)
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
        transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%)
    }
}

@keyframes anim-pos-up {
    0% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
        transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%)
    }

    30% {
        -webkit-transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -130%);
        transform: matrix(1, -0.15, 0.15, 1, 0, 0) translate(0%, -130%)
    }

    30.1% {
        -webkit-transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%);
        transform: matrix(1, 0.15, 0.15, 1, 0, 0) translate(0%, 100%)
    }

    100% {
        -webkit-transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%);
        transform: matrix(1, 0, 0, 1, 0, 0) translate(0%, 0%)
    }
}

/* Transitions
 -------------------------------- */
.trans-03 {
    -webkit-transition: all 320ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
    transition: all 320ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
}

.trans-05 {
    -webkit-transition: all 490ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
    transition: all 490ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
}

.trans-08 {
    -webkit-transition: all 800ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
    transition: all 800ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
}

.trans-10 {
    -webkit-transition: all 1000ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
    transition: all 1000ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
}

.trans-12 {
    -webkit-transition: all 1200ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
    transition: all 1200ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
}

.trans-15 {
    -webkit-transition: all 1490ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
    transition: all 1490ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
}

.trans-20 {
    -webkit-transition: all 2000ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
    transition: all 2000ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
}

.trans-25 {
    -webkit-transition: all 2490ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
    transition: all 2490ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
}

.trans-30 {
    -webkit-transition: all 3000ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
    transition: all 3000ms cubic-bezier(0.200, 1.000, 0.210, 1.000);
}

.delay-01 {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.delay-02 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.delay-03 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.delay-04 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.delay-05 {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.delay-06 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
}

.delay-07 {
    -webkit-transition-delay: 0.7s;
    transition-delay: 0.7s;
}

.delay-08 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
}

.delay-09 {
    -webkit-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.delay-10 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
}

.delay-11 {
    -webkit-transition-delay: 1.1s;
    transition-delay: 1.1s;
}

.delay-12 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
}

.delay-13 {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.delay-14 {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.delay-15 {
    -webkit-transition-delay: 1.5s;
    transition-delay: 1.5s;
}

.delay-16 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.delay-17 {
    -webkit-transition-delay: 1.7s;
    transition-delay: 1.7s;
}

.delay-18 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.delay-19 {
    -webkit-transition-delay: 1.9s;
    transition-delay: 1.9s;
}

.delay-20 {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
}

/* ==================================================
  22. Plugins
================================================== */
/* Lightbox
 -------------------------------- */
.mfp-wrap {
    z-index: 99999999;
}

body .mfp-bg {
    background-color: #000;
    opacity: 0.9;
}

.mfp-close:after, .mfp-arrow:after {
    font-family: "icomoon";
    font-size: 24px;
    font-weight: bold;
    border: 0;
    margin-left: auto;
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    margin-top: 0;
}

.mfp-arrow {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: transparent;
    color: #fff;
    text-align: center;
    z-index: 9999;
}

body .mfp-arrow:hover {
    opacity: 1;
    color: #16a085;
}

.mfp-arrow.mfp-arrow-right:before, .mfp-arrow.mfp-arrow-left:before {
    display: none;
}

.mfp-arrow.mfp-arrow-right:after, .mfp-arrow.mfp-arrow-left:after {
    font-size: 44px;
    border: 0;
}

.mfp-arrow.mfp-arrow-right:after {
    content: "\e04b";
}

.mfp-arrow.mfp-arrow-left:after {
    content: "\e03f";
}

.mfp-close:hover:after {
    color: #16a085
}

.mfp-close:after {
    content: "\e641";
    font-family: "icomoon";
    font-size: 18px;
    font-weight: bold;
}



/**
 * Custom Styles for WooCommerce
 *
 * @author Rascals Themes
 * @category CSS
 * @version 1.0.0
 */


/* -------------------------------------------
   Breadcrumb
= ----------------------------------------- */
.woocommerce .woocommerce-breadcrumb {
    z-index: 3;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 17px;
    color: #fff;
    margin-bottom: 20px;
}

    .woocommerce .woocommerce-breadcrumb a {
        color: #ddd;
    }

    .woocommerce .woocommerce-breadcrumb i {
        margin: -2px 8px 0;
        color: #999
    }

/* -------------------------------------------
   Quanity
= ----------------------------------------- */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wc-quantity {
    width: 95px;
    height: 40px;
    position: relative;
    float: left;
    margin-right: 5px;
}

    .wc-quantity .qty {
        background: transparent;
        width: 40px;
        height: 36px;
        padding: 0 5px;
        border: none;
        font-weight: 400;
        display: block;
        margin: 0 auto !important;
        text-align: center !important;
        -moz-appearance: textfield;
        -webkit-appearance: none;
    }

    .wc-quantity .plus {
        left: 0;
    }

    .wc-quantity .plus, .wc-quantity .minus {
        background: rgb(255 255 255 / 6%);
        color: rgb(255 255 255 / 60%);
        width: 32px;
        height: 32px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        line-height: 33px;
        text-align: center;
        font-size: 18px;
        font-weight: 300;
        position: absolute;
        top: 2px;
        right: 0;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

/* -------------------------------------------
   Filters
= ----------------------------------------- */
.wc-filters {
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-bottom: 60px;
}

.wc-filter {
    margin-left: 15px;
}

.wc-filter--count {
    flex-grow: 1;
    margin: 0
}

    .wc-filter--count .woocommerce-result-count {
        margin-bottom: 0;
    }

.wc-filter--ordering .woocommerce-ordering {
    margin: 0;
    float: none;
}

.wc-filter--ordering select {
    margin-bottom: 0;
}

.wc-filter--categories {
}

.wc-filter .select-styled {
    position: relative;
    display: inline-block;
}

@media (max-width: 991.98px) {
    .wc-filters {
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .wc-filter {
        margin-left: 0;
        margin-right: 15px;
    }

    .wc-filter--count {
        flex-basis: 100%;
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .wc-filter {
        flex-basis: 100%;
        margin-bottom: 5px;
        margin-right: 0;
    }

    .wc-filter--count {
        margin-bottom: 15px;
    }
}


/* -------------------------------------------
   Cart Widget
= ----------------------------------------- */
.cart-widget-holder {
    position: relative;
    z-index: 24;
    float: left;
}

.cart-widget-button {
    position: relative;
    color: #fff;
    z-index: 5;
    top: -8px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 10;
    margin-left: 20px;
}

.is-smoothscroll .cart-widget-button {
    pointer-events: all;
}

.header--scrolled .cart-widget-button:after {
}

.cart-icon svg {
    width: 15px;
    fill: #fff;
    position: relative;
    top: 2px
}

@media (max-width: 767.98px) {
    .cart-widget-button {
        top: -15px;
        font-size: 11px;
        background-color: rgba(36, 36, 36, 0.7);
        border-radius: 50%;
    }
}

@media (max-width: 479.98px) {
    .cart-widget-button {
        top: -10px;
        width: 50px;
        height: 50px;
    }
}

.cart-widget-counter {
    position: absolute;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 18px;
    min-width: 18px;
    padding: 0 5px;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 11px;
    font-weight: 600;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 12;
}

    .cart-widget-counter:after {
        content: "";
        background-color: inherit;
        position: absolute;
        left: 0;
        top: 0;
        border-radius: 100%;
        height: 18px;
        width: 18px;
        z-index: -1;
    }

    .cart-widget-counter.cart-updated:after {
        opacity: 0;
        animation: otherAnimation 1s ease;
    }

@keyframes otherAnimation {
    0% {
        transform: scale(1.0);
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: scale(3);
    }
}

.cart-widget {
    position: absolute;
    text-align: left;
    right: -10px;
    top: 120%;
    line-height: 1.4;
    z-index: 101;
    width: 420px;
    background-color: #292929;
    -webkit-box-shadow: 0 20px 32px -8px rgba(0,0,0,.15),0 0 1px rgba(0,0,0,.05);
    box-shadow: 0 20px 32px -8px rgba(0,0,0,.15),0 0 1px rgba(0,0,0,.05);
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: opacity cubic-bezier(.4,0,.2,1) .4s;
    transition: opacity cubic-bezier(.4,0,.2,1) .4s;
    -webkit-transform-origin: 50% -50px;
    -ms-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    pointer-events: none;
}

    .cart-widget.visible {
        opacity: 1;
        visibility: visible;
        pointer-events: all;
    }

.cart-widget__close {
    padding: 0 15px 0 0
}

    .cart-widget__close .x-icon {
        width: 46px;
        height: 46px;
        line-height: 44px;
        background-color: rgb(255 255 255 / 5%);
        color: inherit;
        line-height: 56px;
        text-align: center;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        font-size: 24px;
        position: relative;
        transition: all cubic-bezier(.4,0,.2,1) .4s;
        color: #fff;
        cursor: pointer;
        outline: 0;
    }

        .cart-widget__close .x-icon:hover {
            background-color: rgba(136,136,136,.1)
        }

    .cart-widget__close svg path {
        fill: #fff;
    }

.cart-widget .widget_shopping_cart_content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    width: 100%
}

@media screen and (min-width: 1025px) and (max-width:1440px) {
    .cart-widget-holder .widget_shopping_cart_content {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px
    }
}

@media screen and (max-width: 1024px) {
    .cart-widget-holder .widget_shopping_cart_content {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 25px
    }
}

@media screen and (max-width: 768px) {
    .cart-widget-holder .widget_shopping_cart_content {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 20px
    }
}

.cart-widget__header {
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px
}

.cart-widget__title {
    color: #17161A;
    padding-left: 30px
}

    .cart-widget__title h6 {
        margin-bottom: 0
    }

@media screen and (min-width: 1025px) and (max-width:1440px) {
    .cart-widget__title {
        padding-left: 25px
    }
}

@media screen and (max-width: 1024px) {
    .cart-widget__title {
        padding-left: 25px
    }
}

.cart-widget__title h6 {
    font-size: 1.2em
}

@media screen and (max-width: 768px) {
    .cart-widget__title {
        padding-left: 20px
    }

    .cart-widget {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        position: fixed;
        left: 20px;
        right: 20px;
        top: 80px
    }
}

.widget_shopping_cart_content .mini_cart_item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 8px !important;
    border-top: 1px solid #4b4b4b;
    margin: 0;
}

    .widget_shopping_cart_content .mini_cart_item:after {
        content: '';
        display: table;
        clear: both
    }

    .widget_shopping_cart_content .mini_cart_item .font-titles {
        font-weight: 600;
        display: inline-block;
        max-width: 90%;
        line-height: 1.1
    }

.widget_shopping_cart_content .woocommerce-mini-cart {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto
}

.widget_shopping_cart_content .mini-cart-image {
    position: relative
}

    .widget_shopping_cart_content .mini-cart-image img {
        width: 70px;
        max-width: 70px;
        height: 70px;
        vertical-align: top
    }

@media screen and (max-width: 768px) {
    .widget_shopping_cart_content .mini-cart-image img {
        width: 60px;
        max-width: 60px;
        height: 60px
    }

    .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title {
        padding-right: 10px
    }
}

.widget_shopping_cart_content .mini-cart-image a.remove {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 12;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
    color: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 35px;
    text-align: center;
    border-radius: 100%;
}

.widget_shopping_cart_content .mini-cart-image:hover a.remove {
    opacity: 1;
    visibility: visible;
    background-color: rgb(0 0 0 / 70%);
    color: #fff !important;
}

.sticky-nav, .sticky-nav-image {
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s
}

.widget_shopping_cart_content .mini-cart-description {
    padding-left: 15px;
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 1.25
}

    .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px)
    }

        .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title > * {
            max-width: 100%
        }

        .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title > a {
            display: inline-block;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
            font-size: 16px
        }

.mini-cart-item-cats {
    display: block;
    font-size: .94rem;
    opacity: .8;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 0.6;
}

.sticky-nav_item, .widget_shopping_cart_content .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

.widget_shopping_cart_content .mini-cart-description .mini-cart-item-title .quantity {
    position: absolute;
    top: 0;
    right: 0;
    white-space: nowrap
}

    .widget_shopping_cart_content .mini-cart-description .mini-cart-item-title .quantity .ion {
        font-size: 13px;
        margin-right: 5px
    }

.widget_shopping_cart_content .mini-cart-price .amount, .widget_shopping_cart_content .quantity span {
    color: #fff;
}

.widget_shopping_cart_content .total {
    border-top: 1px solid #4b4b4b;
    padding: 15px 0;
    margin: 0;
}

    .widget_shopping_cart_content .total strong {
        font-weight: normal;
    }

    .widget_shopping_cart_content .total .amount {
        float: right;
    }

    .widget_shopping_cart_content .total strong,
    .widget_shopping_cart_content .total .amount {
        color: #fff;
    }

.widget_shopping_cart_content .buttons {
    margin: 0;
    text-align: left;
    position: relative;
    display: flex;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    align-content: center;
}

    .widget_shopping_cart_content .buttons a.button {
        display: inline-block;
        width: 50%;
        text-align: center;
    }

        .widget_shopping_cart_content .buttons a.button:hover {
            text-decoration: none;
            opacity: 1 !important
        }

        .widget_shopping_cart_content .buttons a.button:first-child {
            position: relative;
            margin-left: 5px;
            order: 2;
            background-color: #444;
            color: #fff;
        }

        .widget_shopping_cart_content .buttons a.button:hover:first-child {
            background-color: #666;
            color: #fff
        }

        .widget_shopping_cart_content .buttons a.button:last-child {
            position: relative;
            margin-right: 5px;
        }

.widget_shopping_cart_content .woo-cart-empty {
    padding: 0;
    max-height: 300px
}

/* -------------------------------------------
   Loader
= ----------------------------------------- */
.woocommerce .blockUI.blockOverlay {
    background: #16a085 !important;
}

/* -------------------------------------------
   Sale Badge
= ----------------------------------------- */
.wc-sale {
    position: absolute;
    left: 20px;
    top: 20px;
    padding: 2px 15px;
    background-color: #d90a2c;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border-radius: 99em;
    -webkit-box-shadow: 0 5px 5px rgba(0,0,0,.02);
    -moz-box-shadow: 0 5px 5px rgba(0,0,0,.02);
    box-shadow: 0 5px 5px rgba(0,0,0,.02);
    z-index: 5
}


/* -------------------------------------------
   Button
= ----------------------------------------- */
.wc-button,
.added_to_cart,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce div.product form.cart .button,
.woocommerce-mini-cart__buttons a,
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    display: inline-block;
    position: relative;
    text-align: center;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    transition: all 0.5s ease-out;
    width: auto;
    color: #fff;
    background-color: #16a085;
    font-size: 15px;
    font-weight: 600;
    padding: 15px 22px;
    border-radius: 99em;
    outline: 0;
    line-height: 1;
}

    .wc-button:hover,
    .added_to_cart:hover,
    .woocommerce #respond input#submit:hover,
    .woocommerce a.button:hover,
    .woocommerce button.button:hover,
    .woocommerce input.button:hover,
    .woocommerce div.product form.cart .button:hover,
    .woocommerce-mini-cart__buttons a:hover,
    .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
        color: #ffffff;
        background-color: #444;
    }

.wc-loading:before {
    content: "";
    position: relative;
    display: inline-block !important;
    vertical-align: middle;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    bottom: auto;
    left: auto;
    opacity: 1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid transparent;
    border-top: 2px solid rgba(255,255,255,.7);
    border-right: 2px solid rgba(255,255,255,.7);
    background: 0 0;
    -webkit-animation: .8s rotate cubic-bezier(.4,0,.2,1) infinite;
    animation: .8s rotate cubic-bezier(.4,0,.2,1) infinite
}

.woocommerce .theme-loader::before {
    display: none;
}

/* -------------------------------------------
   Shop / Products 
   .wcp - woocommerce product
= ----------------------------------------- */

/* Product
= -------------------------------- */
.wcp {
    position: relative;
}

/* Set columns width at 100% on small devices */
@media only screen and (max-width:479px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*=columns-] ul.products li.product,
    .woocommerce[class*=columns-] ul.products li.product {
        width: 100% !important;
    }
}

/* Thumbs
= -------------------------------- */
.wcp-thumbs {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.wcp-thumb {
    position: relative;
    z-index: 1;
}

    .wcp-thumb img {
        margin-bottom: 0 !important;
    }

.wcp-thumb--hover {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    width: 100%;
    transition: opacity 0.3s ease-out;
}

.wcp-thumbs:hover .wcp-thumb--hover {
    opacity: 1
}

/* Buttons
= -------------------------------- */
.wcp-buttons {
    z-index: 7;
}

.wcp-button {
    position: absolute;
    left: 20px;
    bottom: 20px;
    z-index: 7;
    transform: translateY(60px);
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s ease-out;
}

    .wcp-button .wc-button,
    .wcp-button .added_to_cart,
    .woocommerce a.added_to_cart {
        border: none;
        padding: 15px 22px;
    }

        .wcp-button .wc-button:hover,
        .wcp-button .added_to_cart:hover {
        }

.wcp-thumbs:hover .wcp-button {
    transform: translateY(0);
    opacity: 1;
}

/* Details
= -------------------------------- */

/* Title */
.wcp-title {
    font-size: 18px;
    margin-bottom: 0px;
}

.wcp-categories a {
    font-size: 14px
}

    .wcp-categories a:last-child:after {
        display: none;
    }

    .wcp-categories a:hover {
        color: #16a085
    }

.wcp-title a,
.wcp-categories a {
    transition: color 0.5s ease-out;
}

    .wcp-title a:hover,
    .wcp-categories a:hover {
        color: #16a085
    }

/* Ratting */
.star-rating {
}

/* Price */
.wcp-price {
    font-size: 18px;
    color: #fff;
}

    .wcp-price del {
        opacity: 0.5
    }


/* Pagination
= -------------------------------- */

.wc-pagination .page-numbers {
    font-family: 'Red Hat Display', sans-serif;
    list-style: none;
    margin: 0;
    font-size: 60px;
    font-weight: 900;
    text-transform: uppercase;
    border: none;
    line-height: normal;
    color: #666f;
    padding: 3px 10px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-pagination li {
    margin: 0 5px;
}

.wc-pagination .current,
.wc-pagination a:hover {
    color: #fff;
}

@media only screen and (max-width: 479.98px) {
    .wc-pagination .page-numbers {
        font-size: 18px;
        padding: 3px 7px;
    }
}


/* -------------------------------------------
   Single Product
   .wcs - woocommerce single product
= ----------------------------------------- */

/* Status */
.wcs-status {
    border: 1px solid #333;
    border-radius: 99em;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.1em
}

/* Title */
.wcs-title {
    font-size: 40px;
    margin-bottom: 0;
}

@media (max-width: 575.98px) {
    .wcs-title {
        font-size: 28px;
    }
}

/* Price */
.wcs-price {
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

    .wcs-price del {
        opacity: 0.5
    }

    .wcs-price ins {
        background-color: transparent
    }

/* Ratting */
.wcs-rating {
    line-height: 1;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 15px 0;
}

    .wcs-rating .star-rating {
        margin-right: 10px;
        font-size: 13px;
    }


/* Product Meta */
.wcs-meta {
    margin-bottom: 15px
}

    .wcs-meta a {
        color: 999;
    }

.wcs-meta__sku,
.wcs-meta__cats,
.wcs-meta__tags {
    display: block;
}

.wcs-meta__sku {
}

.wcs-meta__cats {
}

.wcs-meta__tags {
}

/* Short Description */
.wcs-short-description {
}

/* Add to cart */
.woocommerce div.product form.cart {
}

    .woocommerce div.product form.cart a.added_to_cart {
        padding: 15px 22px;
    }

.woocommerce div.product .wc-quantity {
    margin-right: 20px
}

/* Gallery */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
    background-color: #202020;
}


/* Variations */
.woocommerce-variation-add-to-cart button.disabled {
    opacity: 0 !important;
    visibility: hidden !important;
}

.woocommerce div.product form.cart {
    border-top: 1px solid #333;
    padding-top: 20px;
}

.light-scheme.woocommerce div.product form.cart {
    border-top: 1px solid #ddd;
}

.woocommerce div.product form.cart .variations {
    background-color: transparent;
}

    .woocommerce div.product form.cart .variations td {
        line-height: 2em;
        padding: 5px;
    }

.woocommerce-variation-price {
    border-top: 1px solid #333;
    padding-top: 20px;
    margin-bottom: 15px;
}

.woocommerce div.product form.cart .reset_variations {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.04em;
}

.woocommerce div.product form.cart .reset_variations {
    color: #ffffff
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    color: #fff;
    font-size: 28px
}


/* Tabs
= -------------------------------- */
.wc-tabs {
    padding-top: 40px;
    margin-bottom: 30px;
    clear: both;
    position: relative;
}

/* Panels */
.wc-tabs-panels {
    overflow: hidden;
    max-width: 1000%;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    width: 100vw;
    background-color: #212121;
    margin-bottom: 70px;
    clear: both;
    padding: 60px 0;
}

.woocommerce-Tabs-panel--description h2:first-child,
.woocommerce-Tabs-panel--additional_information h2:first-child {
    display: none;
}

/* Nav */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 30px 0px 0
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    overflow: hidden;
    position: relative;
    padding-left: 0;
    z-index: 2;
}

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
        background: transparent;
        z-index: 2;
        border-bottom-color: transparent;
        color: #ffffff;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs:before {
        position: absolute;
        content: " ";
        width: 100%;
        bottom: 0;
        left: 0;
        border-bottom: none;
        z-index: 1;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
        display: none;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        font-weight: 400;
        color: #ddd;
        font-size: 16px;
        padding: 0;
        border-bottom: 2px solid transparent;
    }

        .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
            color: #fff;
        }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
        padding-bottom: 10px;
        border-bottom: 2px solid #16a085;
    }


/* Attributes
= -------------------------------- */
.woocommerce table.shop_attributes {
    border-top: 1px solid #222;
    font-size: 15px;
}

    .woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th {
        line-height: 2;
        border: none;
        border-bottom: 1px solid #343434;
        border-top: 0;
        margin: 0;
        font-weight: 400;
    }

    .woocommerce table.shop_attributes .alt td, .woocommerce table.shop_attributes .alt th {
        background-color: transparent;
    }

table.shop_attributes {
    background-color: transparent;
}

    table.shop_attributes th {
        color: #fff;
        font-weight: 300;
        background-color: transparent;
    }

    table.shop_attributes td {
    }

        table.shop_attributes td p {
            color: #999;
            font-weight: 400;
        }

    table.shop_attributes td {
        padding: 0;
        width: 50%;
        border-top: 0;
        border-bottom: 1px solid #333;
        margin: 0;
        padding: 1em;
    }

/* Reviews Tab
= -------------------------------- */
.woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
    font-size: 22px
}

/* Ratting */
.woocommerce .star-rating {
    font-size: 13px;
}

    .woocommerce .star-rating:before {
        color: #fff;
    }

.woocommerce p.stars a::before {
    content: "\53";
    font-family: star;
    opacity: 1
}

.woocommerce p.stars:hover a::before {
    content: "\53";
    opacity: 1;
}

.woocommerce p.stars a:hover ~ a::before {
    content: "\53";
    opacity: 0.3;
}

.woocommerce p.stars.selected a.active::before {
    content: "\53";
    opacity: 1;
}

.woocommerce p.stars.selected a.active ~ a::before {
    content: "\53";
    opacity: 0.3;
}

.woocommerce p.stars.selected a:not(.active)::before {
    content: "\53";
    opacity: 1;
}

.woocommerce-product-rating {
    color: #fff;
}

.woocommerce-review-link,
.woocommerce-review-link span {
    color: #999;
}

    .woocommerce-review-link:hover,
    .woocommerce-review-link:hover span {
        color: #fff;
    }

.woocommerce #reviews #comments ol.commentlist {
    margin-bottom: 40px;
}

    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        padding: 0;
        width: 58px;
        height: auto;
        background: #f4f4f4;
        border: none;
        border-radius: 5px;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        margin: 20px 0 0 50px;
        border: 0;
        border-radius: 0px;
        padding: 0px 20px 20px 40px;
    }

.woocommerce-review__author {
    display: block;
    color: #fff;
    font-size: 16px;
}

.woocommerce-review__dash {
    display: none;
}

.woocommerce-review__published-date {
    color: #999;
    font-size: 15px;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p {
    font-size: 16px;
    line-height: 22px;
    color: #ccc;
}

.woocommerce #reviews h3 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 10px;
}

.comment-form-rating label {
    font-weight: 300;
}

.woocommerce .star-rating, .woocommerce p.stars a {
    color: #fff;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    color: #aaa;
}

/* Respond */
#respond #email {
    width: 100%;
}

/* -------------------------------------------
   Cart 
   .wcc - woocommerce cart
= ----------------------------------------- */

.wcc-row {
}

.wcc {
    margin-bottom: 30px;
}

/* Product */
.wcc-item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #222;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 15px 0;
}

.woo-cart_item_details, .wcc-product, .wcc-price, .wcc-quantity, .wcc-item-thumb {
    margin-right: 20px
}

.wcc-item-thumb {
    min-width: 80px;
    max-width: 80px;
    position: relative
}

@media screen and (max-width: 768px) {
    .wcc-item-thumb {
        min-width: 60px;
        max-width: 60px
    }

    .wcc-product {
        max-width: 90%
    }
}

.wcc-item-thumb img {
    vertical-align: top
}

.wcc-item-remove {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 12;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
    -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
    transition: all cubic-bezier(.4,0,.2,1) .4s;
    color: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    border-radius: 100%;
}

.wcc-item-thumb:hover .wcc-item-remove {
    opacity: 1;
    visibility: visible
}

.wcc-item-thumb a.remove {
    background-color: rgb(0 0 0 / 70%);
    color: #fff !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
}

.wcc-item-thumb:hover a.remove {
    opacity: 1;
    visibility: visible;
    background-color: rgb(0 0 0 / 70%);
    color: #fff !important;
}



.wcc-details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    position: relative;
}

.wcc-details-name {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}

.wcc-details-extra {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-end;
}

.wcc-product {
    min-width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

    .wcc-product a {
        font-weight: 500;
        display: block;
        font-size: 17px;
        line-height: 1.2;
    }

        .wcc-product a:hover {
            color: #16a085
        }

/* Attributes */
.wcc-attributes {
    font-size: 15px;
}

    .wcc-attributes p {
        font-size: .98em;
        display: inline;
        color: #ccc;
        margin: 0;
    }

        .wcc-attributes p span {
            color: #999
        }

/* Categories */
.wcc-cats {
    font-size: 15px;
}

    .wcc-cats a {
        color: #999;
        display: inline-block;
    }

        .wcc-cats a:hover {
            color: #16a085
        }


@media (max-width: 575.98px) {
    .wcc-product a {
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        overflow: hidden;
    }
}

.wcc-product .woo-c_product_category {
    display: block;
    font-size: .98em
}



.wcc-price-wrap {
    width: -webkit-calc(50% - 40px);
    width: calc(50% - 40px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.wcc-quantity {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.wcc-subtotal {
    display: block;
    color: #fff;
    min-width: 70px;
    text-align: right;
}


.woo-cart_item:first-child {
    padding-top: 0
}

.woo-cart_item:last-child {
    border-bottom: none;
    padding-bottom: 0
}

@media screen and (max-width: 768px) {


    .wcc-item {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .wcc-details {
        display: block;
    }

    .wcc-details-name {
        width: 100%;
    }

    .wcc-details-extra {
        margin-top: 10px;
        display: block;
        width: 100%;
    }

    .woo-cart_item_details, .wcc-price, .wcc-item-thumb {
        margin-right: 15px;
    }

    .wcc-quantity {
        position: absolute;
        right: 0;
        display: block;
        margin: 0
    }

    .wcc-subtotal {
        min-width: 70px;
        text-align: left;
    }


    .wcc-item-remove {
        position: absolute;
        opacity: 1;
        visibility: visible;
        left: 0;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
        -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
        transition: all cubic-bezier(.4,0,.2,1) .4s
    }

    .wcc-item-thumb a.remove {
        background-color: #181818;
    }
}

.wcc-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.woocommerce .wcc-actions button.button[name="update_cart"] {
    opacity: 1;
    color: #161616;
    padding: 15px 22px;
}

    .woocommerce .wcc-actions button.button[name="update_cart"]:disabled {
        background-color: #333;
        color: #fff;
        opacity: 0.4;
    }

    .woocommerce .wcc-actions button.button[name="update_cart"]:hover {
        background-color: #444;
        color: #ffffff
    }

@media screen and (max-width: 768px) {
    .wcc-actions {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .woocommerce .wcc-actions button.button[name="update_cart"] {
        margin-top: 20px;
        width: 100%
    }
}

.wcc-coupon {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 768px) {
    .wcc-coupon {
        margin: 0;
        width: 100%
    }

        .wcc-coupon input#coupon_code {
            padding-right: 35vw;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis
        }
}

.wcc-coupon label {
    margin-bottom: 10px
}

.wcc-coupon .coupon-code {
    background-color: #222;
    border: none;
    width: 100%;
    border-radius: 3px;
    padding: 16px 20px;
}

.wcc-coupon .btn {
    position: absolute;
    right: 0;
    bottom: 0;
    border: 0;
    background-color: #333;
    border-radius: 3px;
}

.wcc-actions-update {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.wcc-cross-sale {
    padding-top: 60px
}

@media screen and (min-width: 1025px) and (max-width:1440px) {
    .wcc-cross-sale {
        padding-top: 50px
    }
}

@media screen and (max-width: 1024px) {
    .wcc-cross-sale {
        padding-top: 40px
    }
}

@media screen and (max-width: 768px) {
    .wcc-cross-sale {
        padding-top: 30px
    }
}

.wcc-cross-sale h4.heading-md {
    font-size: 2em
}

/* Cart Total
   .wcct 
= -------------------------------- */

.wcct {
    background-color: #1b1b1b;
    padding: 25px;
    border-radius: 5px;
}

.woocommerce .wcct .cart_totals, .woocommerce-page .wcct .cart_totals {
    width: 100%;
}

.wcct table {
    background-color: transparent;
}

    .wcct table th {
        background-color: transparent;
    }

.wcct .woocommerce-shipping-destination strong {
    font-weight: normal;
    color: #fff;
}

.woocommerce .wcct a.button.alt {
    width: 100%;
}

/* -------------------------------------------
   Tables - Global
= ----------------------------------------- */

/* Reset */
.woocommerce table td, .woocommerce table th {
    border: 0;
}

.add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #222;
}

.woocommerce table.shop_table {
    border: none;
}

    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
        font-weight: normal;
    }

.woocommerce-table--order-details,
.woocommerce-table--order-details th {
    background-color: transparent;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after, .woocommerce-cart .cart-collaterals .shipping-calculator-button::after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
    display: none;
}

.woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
    border-top: 0;
}


/* -------------------------------------------
   Forms Global
= ----------------------------------------- */
.woocommerce input, .woocommerce textarea {
    -webkit-appearance: none;
    border: 1px solid #333;
    color: #ccc;
    padding: 10px 15px;
    transition: border 0.3s linear;
    font-weight: 300;
}

.woocommerce select {
    color: #fff;
    border: 1px solid #333;
    font-size: 14px;
    padding: 14px 15px;
}

.woocommerce form .form-row .required {
    color: inherit;
    font-weight: normal;
}

/* ---------------------- WIDGETS ---------------------- */

/* Product Cloud Widget */
.widget_product_tag_cloud {
    overflow: hidden
}

    .widget_product_tag_cloud .tagcloud a {
        padding: 6px 10px;
        margin: 3px;
        float: left;
        line-height: normal;
        color: #bbb;
        border: 1px solid #555;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        font-weight: 600;
        font-size: 13px !important;
        text-transform: uppercase;
    }

        .widget_product_tag_cloud .tagcloud a:before {
            content: "#";
        }

        .widget_product_tag_cloud .tagcloud a:hover {
            text-decoration: none;
            line-height: normal;
            border: 1px solid transparent;
            color: #fff;
        }

/* Cart Widget */
.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-color: rgba(255,255,255,0.3)
}

.woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
    color: #fff;
    font-weight: 400;
}

/* Products */
ul.product_list_widget li a span {
    color: #fff;
    font-weight: 400;
}

ul.product_list_widget .woocommerce-Price-amount {
    font-weight: 500;
    color: #999;
}

ul.product_list_widget del, ul.product_list_widget del .woocommerce-Price-amount {
    color: #666;
}

ul.product_list_widget ins {
    font-weight: 500;
    background-color: transparent;
    color: #999;
}

.woocommerce ul.product_list_widget li img {
    width: 50px;
}

.woocommerce ul.product_list_widget li {
    margin-bottom: 8px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding-bottom: 10px;
}

    .woocommerce ul.product_list_widget li:last-child {
        border: none;
    }

/* Search */
.woocommerce-product-search input[type="submit"] {
    display: none;
}

/* Price filter */
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #666;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #ddd;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #eee;
}

.woocommerce .widget_price_filter .price_label {
    color: #ddd;
}

    .woocommerce .widget_price_filter .price_label span {
        font-weight: 600;
    }

/* Categories */
.widget .product-categories li {
    padding: 6px 0;
    color: #333;
    line-height: 20px;
}

    .widget .product-categories li:before {
        font-family: "icomoon";
        content: "\f105";
        display: inline-block;
        color: #666;
        margin-right: 8px;
        margin-left: 0px;
    }



/* -------------------------------------------
   Related Products
= ----------------------------------------- */
.woocommerce .related h2 {
    margin-bottom: 30px;
    font-size: 24px;
}


/* -------------------------------------------
   Checkout
   .wcfc - WooCommerce Form Checkout
= ----------------------------------------- */

.wcfc {
}

/* Billing
= -------------------------------- */
.woocommerce-billing-fields h3 {
    font-size: 22px;
}

.woocommerce .woocommerce-billing-fields .form-row {
    margin-bottom: 20px;
}

.woocommerce-shipping-fields span {
    margin-left: 5px;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
    font-size: 15px;
    font-weight: normal;
}

/* Order
= -------------------------------- */

.wcfc-order {
    background-color: #222;
    padding: 25px;
    border-radius: 5px;
}

#order_review_heading {
    margin-top: 0px;
}

.woocommerce-checkout table.shop_table {
    background-color: transparent;
    margin-bottom: 20px;
    padding: 0;
}

    .woocommerce-checkout table.shop_table th,
    .woocommerce-checkout table.shop_table td {
        color: #fff;
        background-color: transparent;
        border-top: transparent;
        padding: 10px 0px;
    }

    .woocommerce-checkout table.shop_table .cart_item td {
        border-bottom: 1px solid #333
    }
/* Sub Total */
.woocommerce table.shop_table tfoot .cart-subtotal td,
.woocommerce table.shop_table tfoot .cart-subtotal th {
    border-bottom: 1px solid #333;
    padding-top: 15px;
}
/* Shiping */
.woocommerce table.shop_table tfoot .woocommerce-shipping-totals td,
.woocommerce table.shop_table tfoot .woocommerce-shipping-totals th {
    border-bottom: 1px solid #333;
}

/* Total */
.woocommerce table.shop_table tfoot .order-total td,
.woocommerce table.shop_table tfoot .order-total th {
}

.order-total .woocommerce-Price-amount.amount {
    font-weight: normal;
    color: #fff;
    font-size: 22px
}

.woocommerce-checkout table.shop_table .cart_item:last-child td {
    border-bottom: none;
}

.woocommerce-checkout td.product-name {
    width: 60%;
    max-width: 220px;
}

.woocommerce-checkout table.shop_table th.product-name,
.woocommerce-checkout table.shop_table td.product-name,
.woocommerce-checkout table.shop_table th.product-total,
.woocommerce-checkout table.shop_table td.product-total {
    color: #ccc;
}

.woocommerce-checkout table.shop_table thead th.product-total,
.woocommerce-checkout table.shop_table thead th.product-name {
    color: #fff;
}

.woocommerce-checkout td.product-name dl.variation dt,
.woocommerce-checkout td.product-name dl.variation dd {
    color: #aaa;
}

.woocommerce-checkout table.shop_table th, .woocommerce-checkout table.shop_table .cart-subtotal td, .woocommerce-checkout table.shop_table .order-total td {
    border-bottom: none;
    background-color: transparent;
    padding: 8px 0px;
    font-weight: normal;
}

.woocommerce-checkout .cart_item td {
    font-size: 14px;
}

.woocommerce-checkout td.product-name {
    font-weight: normal
}

    .woocommerce-checkout td.product-name strong {
        font-weight: normal;
    }

oocommerce-MyAccount-content .woocommerce-Price-amount.amount {
    font-size: 14px;
    font-weight: 500;
}

#payment div.payment_box {
    background: #333;
    color: #eee;
}

#payment ul li label {
    color: #fff;
}

.light-scheme #payment ul li label {
    color: #111;
}

#add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    color: #fff;
}

#payment div.payment_box:after {
    border: 8px solid #222;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#payment ul li input[type="radio"] {
    margin-right: 1em;
    margin-top: 0;
    padding-top: 5px;
    float: left;
    width: auto;
    height: 1.4em;
    width: 1.4em;
}

    #payment ul li input[type="radio"]:after {
        display: none;
    }

    #payment ul li input[type="radio"]:checked:after {
        display: none;
    }

.woocommerce-checkout #payment ul.payment_methods li input {
    margin-top: 0px;
    margin-right: 12px;
    border: none;
}

.woocommerce-checkout label {
    font-size: 16px;
    color: #fff;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    font-size: 15px;
}

#order_comments {
    min-height: 200px;
}

.woocommerce-account .woocommerce-MyAccount-content em {
    font-size: 14px;
}

/* Select 2 */
.woocommerce .select2-results__option {
    margin: 0;
}

span.select2-container--default .select2-search--dropdown .select2-search__field {
    border: none;
}

span.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #6e6e6e;
    color: #fff;
}

span.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #2b2b2b;
}

span.select2-container--default .select2-results__option[aria-selected=true],
span.select2-container--default .select2-results__option[data-selected=true] {
    background-color: #2b2b2b;
    margin: 0px;
    padding-left: 15px
}

span.select2-container--default .select2-results__option {
    margin: 0;
    padding-left: 15px;
    font-size: 15px;
}

span.select2-container--default .select2-selection--single {
    border: 1px solid #333;
    color: #fff;
    background-color: transparent;
    border-radius: 0px;
    height: 40px;
    padding-top: 5px;
}

span.select2-container .select2-dropdown {
    background-color: #191919;
    border: 1px solid #333;
    border-radius: 0px;
}

span.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ddd;
    line-height: 28px;
    font-size: 14px;
    padding-left: 15px;
}

span.select2-container .select2-choice {
    border: 1px solid #444;
    color: #444;
    border-radius: 0px;
    background-color: transparent;
    font-weight: 400;
    padding: 4px 8px;
}

span.select2-container .select2-search input {
    border: none;
    background-color: transparent;
    background-position: 20px -20px;
}

span.select2-container .select2-drop-active {
    border: 1px solid #666;
    border-top: none;
}

span.select2-container .select2-drop {
    background: #2e2e2e;
    color: #fff;
}

span.select2-container .select2-results {
    background: #252525;
}

span.select2-container .select2-dropdown-open .select2-choice {
    border-bottom-color: transparent;
    -webkit-box-shadow: none;
    border-radius: 0;
}

span.select2-container .select2-drop-active {
    border: 1px solid #444;
}

span.select2-container .select2-search {
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px
}

span.select2-container .select2-results .select2-highlighted {
    background: #666;
    color: #fff;
    border-radius: 3px;
}

/* After order
= -------------------------------- */
.woocommerce .woocommerce-table--order-details td,
.woocommerce .woocommerce-table--order-details th {
    border-bottom: 1px solid #333;
    font-size: 15px
}

.woocommerce .woocommerce-table--order-details th {
    font-size: 18px
}

.woocommerce .woocommerce-table--order-details tfoot th,
.woocommerce .woocommerce-table--order-details tfoot td {
    border-bottom: 1px solid #242424;
}

.woocommerce .woocommerce-table--order-details tfoot th {
    font-size: 15px
}

.woocommerce .woocommerce-table--order-details tfoot tr:first-child th,
.woocommerce .woocommerce-table--order-details tfoot tr:first-child td {
    padding-top: 30px;
}

.woocommerce .woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce .woocommerce-table--order-details tfoot tr:last-child td {
    border-bottom: 0;
    font-size: 24px;
}

.woocommerce .woocommerce-table--order-details .order_item:last-child td {
    border-bottom: 0
}

.woocommerce .woocommerce-table--order-details tfoot {
}

/* Address
= */
.woocommerce .woocommerce-customer-details address {
    font-style: normal;
    margin-bottom: 0;
    border: none;
    background-color: #171717;
    text-align: left;
    width: 100%;
    border-radius: 5px;
    padding: 25px 25px;
}


/* Payment
= -------------------------------- */
.order-info mark {
    color: #fff;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
    margin-top: 0px;
    background: transparent;
}

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        background-color: transparent;
        color: #fff;
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 0;
        margin: 1em 0;
        font-size: 16px;
        border-radius: 2px;
        line-height: 1.5;
    }

    #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
        border-bottom: none;
        margin-bottom: 20px;
        font-size: 15px;
        padding: 0;
    }

.woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
    border-color: #222;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before {
    display: none;
}

#add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
    padding: 0;
    font-size: 14px;
}



/* -------------------------------------------
   Messages
= ----------------------------------------- */
.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #282828;
    color: #999;
    border: none;
    list-style: none !important;
    width: auto;
    font-weight: 400;
    word-wrap: break-word;
    font-size: 15px;
    border-radius: 5px;
    padding: 20px 30px;
}

    .woocommerce-info:before {
        color: #fff;
        display: none;
    }

    .woocommerce-info a {
        color: #fff;
    }

    .woocommerce-message:before {
        color: #fff;
    }


/* -------------------------------------------
   Account
= ----------------------------------------- */
.woocommerce-account .woocommerce-MyAccount-navigation {
    margin-bottom: 40px;
}

    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
        border-radius: 5px;
        overflow: hidden;
    }

        .woocommerce-account .woocommerce-MyAccount-navigation ul li {
            margin: 0;
            max-width: 80%;
            position: relative;
        }

            .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
                display: block;
                border: 1px solid #222;
                border-bottom: 0;
                background-color: #232323;
                margin: 0;
                padding: 10px 20px;
                color: #fff;
                font-size: 16px;
            }

            .woocommerce-account .woocommerce-MyAccount-navigation ul li:last-child a {
                border-bottom: 1px solid #222;
            }

            .woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
                background-color: #16a085;
                color: #121212;
            }

            .woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
                background-color: #16a085;
                color: #121212;
            }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none;
    margin: 2em 0;
    text-align: left;
    border-radius: 0;
    padding: 0;
    background-color: transparent;
}

    .woocommerce form.login label.inline {
        margin-left: 20px;
    }

        .woocommerce form.login label.inline input[type="checkbox"] {
            display: inline-block;
            width: auto;
        }

.woocommerce form .form-row .input-checkbox {
    width: auto;
}

.woocommerce-Addresses h3 {
    font-size: 22px;
}

.woocommerce-account mark {
    color: #36f3da;
    background-color: transparent;
    font-style: normal;
}
/* Columns */
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    max-width: none;
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    max-width: none;
}


/* -------------------------------------------
   LightBox
= ----------------------------------------- */
body .pswp {
    z-index: 2100;
}

.pswp .pswp__button {
}

    .pswp .pswp__button:after,
    .pswp .pswp__button:before {
        transform: translateX(0) translateZ(0);
        background-color: transparent !important;
        opacity: 1;
    }

[data-scrollbar] {
    display: block;
    position: relative;
}

.scroll-content {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.scrollbar-track {
    position: absolute;
    opacity: 0;
    z-index: 1;
    background: rgba(222, 222, 222, .75);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: opacity 0.5s 0.5s ease-out;
    transition: opacity 0.5s 0.5s ease-out;
}

    .scrollbar-track.show,
    .scrollbar-track:hover {
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.scrollbar-track-x {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 8px;
}

.scrollbar-track-y {
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
}

.scrollbar-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, .5);
    border-radius: 4px;
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
}

@media screen and (max-height: 1024px) {
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}

@media screen and (max-height: 640px) {
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}






@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

body.wc-block-product-gallery-modal-open, body.wc-modal--open {
    overflow: hidden
}

.wc-block-grid__products .wc-block-grid__product-image {
    display: block;
    position: relative;
    text-decoration: none
}

    .wc-block-grid__products .wc-block-grid__product-image a {
        border: 0;
        box-shadow: none;
        outline: 0;
        text-decoration: none
    }

    .wc-block-grid__products .wc-block-grid__product-image img {
        height: auto;
        max-width: 100%;
        width: 100%
    }

        .wc-block-grid__products .wc-block-grid__product-image img[hidden] {
            display: none
        }

        .wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
            border: 1px solid #f2f2f2
        }

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.2;
    padding: 0
}

.wc-block-grid__product-price {
    display: block
}

    .wc-block-grid__product-price .wc-block-grid__product-price__regular {
        margin-right: .5em
    }

.wc-block-grid__product-add-to-cart.wp-block-button {
    white-space: normal;
    word-break: break-word
}

    .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
        display: inline-flex;
        font-size: 1em;
        justify-content: center;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center;
        white-space: normal;
        word-break: break-word
    }

        .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
            opacity: .25
        }

        .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
            content: "î€—";
            display: inline-block;
            font-family: WooCommerce;
            height: auto;
            margin-left: .5em;
            width: auto
        }

        .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
            animation: spin 2s linear infinite;
            content: "î€±";
            display: inline-block;
            font-family: WooCommerce;
            height: auto;
            margin-left: .5em;
            width: auto
        }

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0
}

.wc-block-grid__product-rating {
    display: block
}

    .wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
        font-family: WooCommerce;
        font-size: 1em;
        font-weight: 400;
        height: 1.618em;
        line-height: 1.618;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        text-align: left;
        width: 5.3em
    }

        .wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
            content: "SSSSS";
            left: 0;
            opacity: .5;
            position: absolute;
            right: 0;
            top: 0;
            white-space: nowrap
        }

        .wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
            left: 0;
            overflow: hidden;
            padding-top: 1.5em;
            position: absolute;
            right: 0;
            top: 0
        }

            .wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
                color: inherit;
                content: "SSSSS";
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                white-space: nowrap
            }

.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 4px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    left: auto;
    padding: .25em .75em;
    position: absolute;
    right: 4px;
    text-align: center;
    text-transform: uppercase;
    top: 4px;
    width: auto;
    z-index: 9
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
    display: inline-block;
    position: relative
}

    .wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
        margin: 0 0 12px
    }

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif
}

    .theme-twentynineteen .wc-block-grid__product-title:before {
        display: none
    }

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
    color: #cd2653;
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: 1em
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: .9em
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em
}

    .theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
        line-height: 1
    }

.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.theme-twentytwenty .wc-block-active-filters__title, .theme-twentytwenty .wc-block-attribute-filter__title, .theme-twentytwenty .wc-block-price-filter__title, .theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all, .theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em
    }
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
    display: block;
    margin-top: 12px
}

.theme-twentytwentytwo .wc-block-components-product-price ins, .theme-twentytwentytwo .wc-block-grid__product-price ins {
    text-decoration: none
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    word-wrap: normal !important;
    border: 0;
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px
}

    .screen-reader-text:focus {
        clip: auto !important;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip-path: none;
        color: #2b2d2f;
        display: block;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000
    }

.wp-block-group.woocommerce.product .up-sells.upsells.products {
    max-width: var(--wp--style--global--wide-size)
}

@keyframes spinner__animation {
    0% {
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes loading__animation {
    to {
        transform: translateX(100%)
    }
}

.wc-block-components-notice-banner {
    align-content: flex-start;
    align-items: stretch;
    background-color: #fff;
    border: 1px solid;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2f2f2f;
    display: flex;
    font-size: .875em;
    font-weight: 400;
    gap: 12px;
    line-height: 1.5;
    margin: 16px 0;
    padding: 16px !important
}

    .wc-block-components-notice-banner > .wc-block-components-notice-banner__content {
        -ms-grid-row-align: center;
        align-self: center;
        flex-basis: 100%;
        padding-right: 16px;
        white-space: normal
    }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
            padding-right: 0
        }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
            font-weight: 600;
            margin: 0 0 8px
        }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul {
            margin: 0 0 0 24px;
            padding: 0
        }

            .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content ul li:after {
                clear: both;
                content: "";
                display: block
            }

        .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward {
            -moz-appearance: none;
            appearance: none;
            background: transparent !important;
            border: 0;
            color: #2f2f2f !important;
            float: right;
            margin: 0;
            opacity: .7;
            padding: 0 !important;
            text-decoration-line: underline;
            text-underline-position: under;
            transition: all .2s ease-in-out
        }

            .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:active, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner > .wc-block-components-notice-banner__content .wc-forward:hover {
                opacity: 1;
                text-decoration: none
            }

    .wc-block-components-notice-banner > svg {
        fill: #fff;
        background-color: #2f2f2f;
        border-radius: 50%;
        flex-grow: 0;
        flex-shrink: 0;
        height: 100%;
        padding: 2px
    }

    .wc-block-components-notice-banner > .wc-block-components-button {
        background: transparent none !important;
        border: 0 !important;
        box-shadow: none !important;
        color: #2f2f2f !important;
        flex: 0 0 16px;
        height: 16px !important;
        margin: 6px 0 0 auto !important;
        min-height: auto !important;
        min-width: 0 !important;
        opacity: .6;
        outline: none !important;
        padding: 0 !important;
        width: 16px !important
    }

        .wc-block-components-notice-banner > .wc-block-components-button > svg {
            margin: 0 !important
        }

        .wc-block-components-notice-banner > .wc-block-components-button:active, .wc-block-components-notice-banner > .wc-block-components-button:focus, .wc-block-components-notice-banner > .wc-block-components-button:hover {
            opacity: 1
        }

    .wc-block-components-notice-banner.is-error {
        background-color: #fff0f0;
        border-color: #cc1818
    }

        .wc-block-components-notice-banner.is-error > svg {
            background-color: #cc1818;
            transform: rotate(180deg)
        }

    .wc-block-components-notice-banner.is-warning {
        background-color: #fffbf4;
        border-color: #f0b849
    }

        .wc-block-components-notice-banner.is-warning > svg {
            background-color: #f0b849;
            transform: rotate(180deg)
        }

    .wc-block-components-notice-banner.is-success {
        background-color: #f4fff7;
        border-color: #4ab866
    }

        .wc-block-components-notice-banner.is-success > svg {
            background-color: #4ab866
        }

    .wc-block-components-notice-banner.is-info {
        background-color: #f4f8ff;
        border-color: #007cba
    }

        .wc-block-components-notice-banner.is-info > svg {
            background-color: #007cba
        }

.woocommerce.wc-block-store-notices.alignwide {
    max-width: var(--wp--style--global--wide-size)
}


/* ==================================================
   WPML LAnguage Switcher
================================================== */
.wpml-switcher {
    display: inline-block;
}

.wpml-switcher__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 3px;
    margin-left: 100px;
}

    .wpml-switcher__list li {
        display: inline-block;
        line-height: 100%;
        font-size: 11px;
        margin: 0;
        text-transform: uppercase;
        font-weight: 600;
        color: #fff;
    }

        .wpml-switcher__list li:after {
            content: "";
            display: inline-block;
            height: 1px;
            width: 10px;
            margin: 0 10px 3px;
            background-color: #fff;
            border: none;
        }

        .wpml-switcher__list li:last-child:after {
            display: none;
        }

.wpml-switcher__active span {
    padding-bottom: 1px;
    border-bottom: 1px solid #fff;
}

@media only screen and (max-width: 1024px) {
    .wpml-switcher {
        width: 100%;
    }

    .wpml-switcher__list {
        margin-left: 0;
        text-align: center;
    }
}

/* ==================================================
   Fonts
================================================== */
.glitch-slider__text, .custom-menu ul li a {
    font-family: 'Red Hat Display', sans-serif;
}

/* ==================================================
  FullScreen Template 
================================================== */
.content--fullscreen .custom-menu {
    position: absolute;
    left: 80px;
    top: 20vh;
    z-index: 3;
    text-align: left;
    font-size: 44px;
}

.custom-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .custom-menu ul li {
        padding: 0;
        display: inline-block;
        margin: 0 40px 0 0;
        font-weight: 800;
    }

        .custom-menu ul li a {
            display: block;
            position: relative
        }

.is-anim .custom-menu ul li {
    transform: translateY(100px);
    transition: all 0.3s ease;
    opacity: 0;
}

.is-anim.is-visible .custom-menu ul li {
    transform: translateY(0);
    opacity: 1;
}

.is-anim .custom-menu ul li:nth-child(1) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.is-anim .custom-menu ul li:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.is-anim .custom-menu ul li:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.is-anim .custom-menu ul li:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.is-anim .custom-menu ul li:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

@media only screen and (max-width: 1024px) {
    .content--fullscreen .custom-menu {
        text-align: center;
        left: 0px;
        padding: 0px 80px;
        font-size: 36px
    }
}

@media only screen and (max-width: 768px) {
    .content--fullscreen .custom-menu {
        text-align: center;
        left: 0px;
        top: 0;
        padding: 0px 40px;
        font-size: 35px;
        ddisplay: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .custom-menu ul li {
        margin: 0;
        display: block;
    }
}

@media only screen and (max-width:479px) {
    .content--fullscreen .custom-menu {
        text-align: center;
    }
}


/* ==================================================
  Glitch Slider 
================================================== */
.is-scroll-mask .content--albums-slider {
    height: 100vh;
    -webkit-mask-image: linear-gradient(180deg, transparent .88rem, #000 20%, #000 80%, transparent);
    mask-image: linear-gradient(180deg, transparent .88rem, #000 20%, #000 80%, transparent);
}

.glitch-slider {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    overflow: hidden;
}

.glitch-slider__text {
    position: absolute;
    bottom: 20vh;
    left: calc(2rem + 20vw);
    z-index: 10;
    font-size: calc(0.1rem + 3.5vw);
    -webkit-transform-origin: top;
    transform-origin: top;
    line-height: 1.2;
    color: #fff;
    font-weight: 800;
    z-index: 1;
}

.glitch-slider__text-inner {
    pointer-events: none;
}

.glitch-slider__text-line {
    overflow: hidden;
    position: relative;
}

.glitch-slider-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.glitch-slider__inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.glitch-slider__bullets {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

.glitch-slider-bullet {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 1rem 0;
}

    .glitch-slider-bullet > * {
        pointer-events: none;
    }

.glitch-slider-bullet__text {
    color: #fff;
    font-size: 0.65rem;
    margin-right: 1rem;
}

.glitch-slider-bullet__line {
    background-color: #fff;
    height: 1px;
    width: 1rem;
}

.glitch-slider__arrows {
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 10;
}

    .glitch-slider__arrows a {
        display: block;
    }

        .glitch-slider__arrows a:last-child {
            transform: rotate(180deg)
        }

.glitch-slider canvas {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.is-mobile .glitch-slider canvas {
    /*  display:none; */
}

.glitch-slide {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    z-index: 5;
}

.glitch-slide__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}

.glitch-slide__img {
    position: relative;
    height: 50vh;
    width: 50vh;
    padding: 0;
    margin: 0;
    min-width: 12.5rem;
    -webkit-transform-origin: top;
    transform-origin: top;
}

    .glitch-slide__img:first-child {
        top: -1.5rem;
    }

    .glitch-slide__img:last-child {
        bottom: -1.5rem;
    }

    .glitch-slide__img img {
        display: block;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }

@media only screen and (max-width: 1024px) {
    .glitch-slider__text {
        left: calc(2rem + 4vw);
        font-size: calc(0.1rem + 4vw);
        font-weight: 800;
        bottom: 23vh;
    }
}

@media only screen and (max-width: 768px) {
    .glitch-slider__arrows {
        left: 40px;
    }
}

@media only screen and (max-width: 479px) {
    .glitch-slide__img {
        width: 250px;
        height: 250px;
        min-width: auto;
    }

    .glitch-slider-bullet__line {
        width: 0.5rem;
    }

    .glitch-slider__arrows {
        left: 5px;
    }
}

@media only screen and (max-width: 320px) {
    .glitch-slide__img {
        width: 200px;
        height: 200px;
        min-width: auto;
    }
}

/* ==================================================
  Mailbox   
================================================== */
.mailbox {
}

    .mailbox input::-webkit-input-placeholder, .mailbox textarea::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 1);
        font-weight: 600;
        font-size: 14px
    }

    .mailbox input:-moz-placeholder, .mailbox textarea:-moz-placeholder {
        color: rgba(255, 255, 255, 1);
        font-weight: 600;
        font-size: 14px
    }

    .mailbox .wpcf7-form-control-wrap {
        display: inline;
        line-height: 0;
        vertical-align: bottom;
        overflow: hidden;
    }

    .mailbox input, .mailbox textarea {
        -webkit-appearance: none;
        border: none;
        color: #fff;
        padding: 20px 20px;
        transition: border 0.3s linear;
        font-weight: 300;
        width: 100%;
        overflow: hidden;
    }

    .mailbox textarea {
        height: 200px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    }

.mailbox__name {
    width: 50%;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: inline-block;
}

.mailbox__email {
    width: 50%;
    display: inline-block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.mailbox__message {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.mailbox__submit {
    margin-top: 40px
}

/* ==================================================
  Music Album 
================================================== */
.album {
    position: relative;
}

/* Center */
.album-center {
    margin: auto;
    max-width: 600px;
    display: block
}

    .album-center .album__cover {
        margin: 0 auto 40px auto;
    }

    .album-center .content-title__inner {
        text-align: center;
    }

    .album-center .album-buttons {
        text-align: center;
        align-items: center;
        justify-content: center;
    }

/* Left */
.album-left {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
}

    .album-left .album__cover {
        max-width: 550px;
        width: auto;
        padding-right: 80px;
        position: relative;
    }

    .album-left .album__content {
        height: auto;
        overflow: hidden;
        max-width: 700px;
    }

.album__content .content-title {
    margin-bottom: 40px;
}

@media only screen and (max-width: 1200px) {
    .album-left .album__cover {
        min-width: 300px;
        padding-right: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .album-left .album__cover {
        min-width: 100px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    .album {
        margin: auto;
        max-width: 600px;
        display: block
    }

        .album .album__cover {
            margin-bottom: 40px;
            padding-right: 0;
            max-width: 100%;
        }

            .album .album__cover img {
                width: 100%;
            }
}

.album .rt-album-cover-wrap {
    position: relative;
    z-index: 1;
}

.is-anim:not(.is-fx-load) .album .rt-album-cover-wrap {
    opacity: 0;
    transition: all 0.8s 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}

    .is-anim:not(.is-fx-load) .album .rt-album-cover-wrap.done {
        opacity: 1;
    }

.is-anim:not(.is-fx-load) .album-left .rt-album-cover-wrap {
    transform: translateX(-100%);
}

    .is-anim:not(.is-fx-load) .album-left .rt-album-cover-wrap.done {
        transform: translateX(0);
    }

.is-anim:not(.is-fx-load) .album-center .rt-album-cover-wrap {
    transform: translateY(100px);
}

    .is-anim:not(.is-fx-load) .album-center .rt-album-cover-wrap.done {
        transform: translateY(0);
    }

.album .rt-album-cover {
    display: inline-block;
    position: relative;
    transition: all 0.5s cubic-bezier(0.39, 0.58, 0.57, 1);
    transform-origin: 50% 50%;
    overflow: hidden;
}

    .album .rt-album-cover.is-player-playing, .album .rt-album-cover.is-player-paused, .album .rt-album-cover.is-player-loading {
    }

    .album .rt-album-cover.is-player-playing {
        /*      animation: spin 8s linear infinite; */
    }

@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ==================================================
  Albums 
================================================== */
/* Albums Layout
 -------------------------------- */
.albums-grid .scroll-item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: left;
    margin-bottom: 40px;
}

.grid-albums2 .scroll-item {
    width: 47.5%;
}

    .grid-albums2 .scroll-item:nth-child(2n+2) {
        margin-left: calc(5% - 5px);
    }

.grid-albums3 .scroll-item {
    width: 30%;
}

    .grid-albums3 .scroll-item:nth-child(3n+2) {
        margin-left: calc(5% - 5px);
    }

    .grid-albums3 .scroll-item:nth-child(3n+3) {
        margin-left: calc(5% - 5px);
    }

/* MQ */
@media only screen and (max-width: 768px) {
    .albums-grid .scroll-item {
        width: 100%;
    }

    .grid-albums2 .scroll-item:nth-child(2n+2), .grid-albums3 .scroll-item:nth-child(3n+2), .grid-albums3 .scroll-item:nth-child(3n+3) {
        margin-left: 0
    }
}

.content--horizontal.is-title .grid-albums-horizontal {
}

.grid-albums-horizontal .scroll-item {
    margin-bottom: 0;
    max-width: 400px;
    margin-right: 60px;
}

.scroll-content .content--horizontal .grid-albums-horizontal .scroll-item img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
}

@media only screen and (max-width: 479px) {
    .scroll-content .content--horizontal .grid-albums-horizontal .scroll-item img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
    }

    .content--horizontal .grid-albums-horizontal .scroll-item {
        max-width: 280px;
    }
}

/*  - 1 - Album Module
  -------------------------------- */
.mod-album-1 {
    z-index: 1;
    margin-bottom: 120px;
}

    .mod-album-1 .mod__inner {
        z-index: 1;
        max-width: 1300px;
        padding-left: 80px;
        padding-right: 80px;
        margin: 0 auto;
        text-align: center;
    }

    .mod-album-1 .mod__img {
        margin-top: 30px;
    }

        .mod-album-1 .mod__img a {
            display: inline-block;
            overflow: hidden;
            position: relative;
        }

    .mod-album-1 .mod__title {
        font-size: 50px;
        line-height: 1.1em;
        margin-bottom: 0px;
        max-width: 1000px
    }

/* Media Query */
@media only screen and (max-width: 1280px) {
    .mod-album-1 .mod__title {
        font-size: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    .mod-album-1 .mod__title {
        font-size: 30px;
    }

    .mod-album-1 .mod__top {
        padding-left: 40px;
        padding-right: 40px;
    }

    .mod-album-1 .mod__inner {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media only screen and (max-width: 479px) {
    .mod-album-1 {
        margin-bottom: 40px;
    }

        .mod-album-1 .mod__title {
            font-size: 24px;
            line-height: 140%;
        }

        .mod-album-1 .mod__top {
            padding-left: 20px;
            padding-right: 20px;
        }

        .mod-album-1 .mod__inner {
            padding-left: 0px;
            padding-right: 0px;
        }
}

/*  - 2 - Album Module
  -------------------------------- */
.mod-album-2 {
    z-index: 1;
}

    .mod-album-2 .mod__inner {
        z-index: 1;
    }

    .mod-album-2 .mod__img .image {
    }

    .mod-album-2 .mod-title {
        position: absolute;
        left: 20px;
        bottom: 10px;
        z-index: 3;
    }

    .mod-album-2 .mod-title__h {
        font-size: 16px;
    }

/* ==================================================
   Album Buttons
================================================== */
.album-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 30px;
    flex-wrap: wrap;
    position: relative;
}

.album-button {
    color: white;
    min-height: 50px;
    font-size: 13px;
    line-height: 18px;
    letter-spacing: .04em;
    text-decoration: none;
    position: relative;
    background: #2b2b2b;
    padding-right: 20px;
    margin-right: 15px;
    margin-bottom: 10px;
    border-radius: 8px;
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition overflow: hidden;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.album-button__disabled {
    padding-left: 20px;
}

.album-button__custom {
    padding-left: 20px;
}

    .album-button__custom img {
        max-width: 30px;
        margin-right: 15px
    }

.album-button__icon {
    display: inline-block;
    min-width: 60px;
    text-align: center;
    font-size: 20px
}

.album-button:hover {
    background-color: #16a085;
}

@media only screen and (max-width: 768px) {
    .album-button {
        min-width: 200px
    }
}

@media only screen and (max-width: 479px) {
    .album-button {
        min-width: 100%
    }
}

/* Anim */
.is-anim:not(.elementor-editor-active) .album-buttons .album-button {
    opacity: 0;
    transform: translateY(100px);
}


/* ==================================================
   Lightbox
================================================== */
.lightbox__content {
    display: none;
}

.lightbox__inner {
    max-width: 1200px;
    padding: 20px;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
}

    .lightbox__inner iframe {
        margin-bottom: 0;
    }

    .lightbox__inner img {
        max-height: 90vh;
        max-width: 90vw;
    }

.lightbox__title {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 1024px) {
    .lightbox__video iframe {
        width: 700px;
        height: 400px
    }
}

@media only screen and (max-width: 768px) {
    .lightbox__video iframe {
        width: 500px;
        height: 300px
    }
}

@media only screen and (max-width: 520px) {
    .lightbox__video iframe {
        width: 100%;
        height: 200px
    }
}

/* ==================================================
   Gallery
================================================== */
.gallery-grid {
}

.scroll-item, .gallery__item {
    display: inline-block;
    position: relative;
    vertical-align: top;
    text-align: left;
}

.gallery--v1 .scroll-item {
    width: 47.5%;
    margin-bottom: 100px;
}

    .gallery--v1 .scroll-item:nth-child(2n+2) {
        margin-top: 100px;
        margin-bottom: -100px;
        margin-left: calc(5% - 5px);
    }

.gallery--v2 .scroll-item {
    width: 30%;
    margin-bottom: 40px;
}

    .gallery--v2 .scroll-item:nth-child(3n+2) {
        margin-top: 100px;
        margin-bottom: -100px;
        margin-left: calc(5% - 5px);
    }

    .gallery--v2 .scroll-item:nth-child(3n+3) {
        margin-top: 50px;
        margin-bottom: -100px;
        margin-left: calc(5% - 5px);
    }

.gallery--v3 .scroll-item {
    width: 47.5%;
    margin-bottom: 40px;
}

    .gallery--v3 .scroll-item:nth-child(2n+2) {
        margin-left: calc(5% - 5px);
    }

.gallery--v4 .scroll-item {
    width: 31%;
    margin-bottom: 30px;
}

    .gallery--v4 .scroll-item:nth-child(3n+2) {
        margin-left: calc(3% - 5px);
    }

    .gallery--v4 .scroll-item:nth-child(3n+3) {
        margin-left: calc(3% - 5px);
    }

/* Horizontal */
.gallery--h1 .gallery__item:nth-child(2n+2) {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0;
}

.gallery--h1 .gallery__item {
    width: auto;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
}

.gallery--h2 .gallery__item {
    width: auto;
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 0;
}

.content--horizontal .gallery--h2 .gallery__item img {
    max-height: 65vh;
}

.gallery--h3 .gallery__item {
}

.gallery--h3 .scroll-item__innner {
    margin: 15px;
}

.gallery--h3 .scroll-item {
    width: auto;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .gallery--h3 .scroll-item:nth-child(2n+2) .scroll-item__innner {
        width: 100%;
        height: 100%;
        display: flex;
        position: relative;
        flex-direction: column;
    }

    .gallery--h3 .scroll-item:nth-child(2n+2) .gallery__item:first-child {
        margin-bottom: 20px
    }

    .gallery--h3 .scroll-item:nth-child(2n+2) .gallery__item img {
        max-height: 31.4vh;
    }

.content--horizontal .gallery--h3 .gallery__item img {
    max-height: 66vh;
}

.content--horizontal.is-title .gallery--h3 .scroll-item:nth-child(2n+2) .gallery__item img {
    max-height: 20.4vh;
}

.content--horizontal.is-title .gallery--h3 .gallery__item img {
    max-height: 43.8vh;
}

.content--horizontal.is-title .scroll-item img {
    max-height: 40vh;
}

@media only screen and (max-width: 1024px) {
    .gallery--v1 .scroll-item, .gallery--v2 .scroll-item, .gallery--v3 .scroll-item, .gallery--v4 .scroll-item {
        width: 100%;
        margin-bottom: 30px;
    }

        .gallery--v1 .scroll-item:nth-child(2n+2), .gallery--v2 .scroll-item:nth-child(3n+2), .gallery--v2 .scroll-item:nth-child(3n+3), .gallery--v3 .scroll-item:nth-child(2n+2), .gallery--v4 .scroll-item:nth-child(3n+2), .gallery--v4 .scroll-item:nth-child(3n+3) {
            margin-top: 0px;
            margin-bottom: 30px;
            margin-left: 0;
        }
}

@media only screen and (max-width: 479px) {
    .fs-scroll--h .gallery--v1 .gallery__item img {
        height: auto;
        width: auto;
    }

    .gallery--h3 .scroll-item:nth-child(2n+2) .gallery__item img {
        max-height: 23vh;
    }

    .content--horizontal .gallery--h3 .gallery__item img {
        max-height: 50vh;
    }
}

/* ==================================================
   Details
================================================== */
.details-list ul {
    list-style: none;
    margin: 0;
    padding-bottom: 30px;
}

.details-list li {
    margin: 0;
    margin-bottom: 12px;
    padding-bottom: 12px;
    position: relative;
    overflow: hidden;
    color: #BBB;
    line-height: 130%;
    display: flex;
    border-bottom: 1px solid rgba(255,255,255,0.1);
}

    .details-list li, .details-list li span {
        -webkit-transition: color .2s ease-out;
        -moz-transition: color .2s ease-out;
        -ms-transition: color .2s ease-out;
        -o-transition: color .2s ease-out;
        transition: color .2s ease-out;
    }

        .details-list li:last-child {
            border-bottom: 0;
        }

.details-list__name {
    min-width: 100px;
    color: #fff;
}

.details-list__data {
}

.details-list li:hover {
    color: #fff;
}

.details-list li a {
    color: #bbb
}

    .details-list li a:hover {
        color: #fff
    }

/* ==================================================
   Events
================================================== */
/* Tickets status */
.btn.ticket-status-sold, .btn.ticket-status-cancelled {
    background-color: #333;
}

/* List
  -------------------------------- */
.events-list .event-list-item, .events-list .event-list-item article {
    transition: all 600ms cubic-bezier(0.125, 0.71, 0.495, 0.99);
}

.is-anim .events-list .event-list-item article {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px)
}

.is-anim.is-visible .event-list-item.is-waypoint.done article {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.no-mobile .events-list.is-hover .event-list-item:not(.is-active) {
    opacity: 0.1
}

/* Event Module 1
  -------------------------------- */
.mod-event-1 .mod__thumb {
    display: none;
}

.mod-event-1 .event__thumb img {
    max-width: 80px;
}

.mod-event-1 .mod__click {
    display: block;
    position: relative;
    padding-bottom: 20px;
    overflow: visible
}

.mod-event-1 .mod__event-date {
    font-size: 16px;
    font-weight: 400;
    padding-right: 20px;
    color: rgba(255, 255, 255, 0.71);
}

.mod-event-1 .mod__event-name {
    width: 100%;
    font-size: 56px;
    line-height: 110%;
}

.mod-event-1 .mod__event-location {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.46);
}

.mod-event-1 .wp_event_type-past-events {
}

@media only screen and (max-width: 1024px) {
    .mod-event-1 .mod__event-name {
        font-size: 38px;
    }

    .mod-event-1 .mod__event-date, .mod-event-1 .mod__event-location {
        font-size: 14px
    }

    .mod-event-1 .mod__click {
        padding-bottom: 20px
    }
}

@media only screen and (max-width: 479px) {
    .mod-event-1 .mod__event-name {
        font-size: 23px;
    }

    .mod-event-1 .mod__event-date, .mod-event-1 .mod__event-location {
        font-size: 13px
    }

    .mod-event-1 .mod__click {
        padding-bottom: 10px
    }
}

/* ==================================================
  Audio
================================================== */

/* AUdio Player
  -------------------------------- */
.audio-player {
    margin-bottom: 30px;
    overflow: hidden;
    z-index: 1;
    position: relative;
}

.audio-player__item {
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}

/* Anim */
.is-anim:not(.elementor-editor-active) .audio-player__item {
    opacity: 0;
    transform: translateY(100px);
}

.audio-player .audio-player__item:first-child {
    border-top: 0
}

.audio-player__item:hover, .audio-player__item.is-player-playing, .audio-player__item.is-player-paused {
    background-color: #16a085;
}

.audio-player__item:hover, .audio-player__item.is-player-playing {
}

.audio-player__track {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.audio-player__item.is-player-loading .audio-player__track {
    pointer-events: none;
}

.audio-player__state {
    display: table-cell;
    width: 40px;
    height: 50px;
    min-height: 55px;
    text-align: center;
    position: relative;
    font-family: "icomoon";
    cursor: pointer;
    font-size: 16px;
    margin-right: 10px;
    vertical-align: middle;
    color: #fff;
}

    .audio-player__state:hover, .audio-player__item.is-player-playing .audio-player__state, .audio-player__item.is-player-paused .audio-player__state {
        color: #fff;
    }

    .audio-player__state:after {
        content: "\e645";
    }

.audio-player__item.is-player-playing .audio-player__state:after {
    content: "\e646";
}

.audio-player__item.is-broken-track {
    pointer-events: none;
    opacity: 0.5 !important;
}

    .audio-player__item.is-broken-track .player-meta__title:before {
        content: "[ERROR] "
    }

    .audio-player__item.is-broken-track .audio-player__state:after {
        content: "\e641";
        font-family: "icomoon";
    }

.audio-player__state, .audio-player__state img, .audio-player__ctrl, .audio-player__item {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .audio-player__item.spl-simple-track {
    }

/* Meta data */
.player-meta {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 10px 10px 12px;
    position: relative;
}

.player-meta__nr {
    width: 25px;
    display: inline-block;
    display: none;
}

.player-meta__title {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    display: block;
    margin-bottom: 1px;
}

.player-meta__desc {
    font-size: 12px;
    /*     margin-left:25px; */
    font-weight: 400;
    color: rgba(255, 255, 255, 0.62);
    display: block;
    margin-bottom: 1px;
}

    .player-meta__desc a {
        color: #999;
    }

        .player-meta__desc a:hover {
            color: #fff
        }

/* Buttons */
.audio-player__buttons {
    font-size: 11px;
    font-weight: 400;
    display: table-cell;
    letter-spacing: 0.07em;
    text-align: right;
    vertical-align: middle;
    padding-right: 5px;
    z-index: 1;
}

    .audio-player__buttons a {
        color: #fff;
        display: inline-block;
        margin: 2px 4px 0px 0;
        position: relative;
        line-height: 100%;
        border-bottom: 1px solid #fff;
        position: relative;
        z-index: 2;
    }

/* Row */
.audio-player__row {
    width: 100%;
    display: table;
    position: relative;
}

/* Progress content */
.audio-player__ctrl {
    display: block;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
    max-height: 0;
    background-color: #313131;
}

/* Waveform */
.site .audio-ctrl__waveform {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    height: 44px;
    opacity: 0.6
}

.audio-player__item.is-player-playing .audio-player__ctrl, .audio-player__item.is-player-paused .audio-player__ctrl {
    max-height: 36px;
}

.audio-ctrl__elapsed, .audio-ctrl__total {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    z-index: 10;
    top: 6px;
    pointer-events: none;
}

.audio-ctrl__elapsed {
    left: 10px;
}

.audio-ctrl__total {
    right: 10px;
}

.audio-ctrl__progress {
    border-top: 1px solid rgba(0, 0, 0, 0.18);
    position: relative;
    width: 100%;
    height: 36px;
    display: block;
    cursor: ew-resize;
    cursor: -moz-grab;
    cursor: grab;
    z-index: 2;
}

.audio-ctrl__position {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 36px;
}

.audio-ctrl__position {
    width: 0%;
    background-color: rgba(0, 0, 0, 0.34);
    opacity: 1;
}

    .audio-ctrl__position:after {
        content: "";
        height: 36px;
        width: 1px;
        background-color: #fff;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 2;
        opacity: 0.5;
    }

.audio-player__item.has-number .audio-player__state {
    font-family: inherit;
}

    .audio-player__item.has-number .audio-player__state:after {
        content: attr(data-nr);
        font-size: 18px;
    }

    .audio-player__item.has-number .audio-player__state:hover:after {
        content: "\e645";
        font-family: "icomoon";
    }

.audio-player__item.is-player-playing.has-number .audio-player__state:after {
    content: "\e646";
    font-family: "icomoon";
}

.audio-player__item.is-player-loading .audio-player__loader {
    display: block;
}

.audio-player__item.is-broken-track.has-number .audio-player__state:after {
    content: "\e641";
    font-family: "icomoon";
}

.audio-player__loader, .bg-player__loader {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: rotate 1s ease infinite;
    position: absolute;
    left: 4px;
    display: none;
}

@keyframes rotate {
    0% {
        transform: rotateZ(-360deg)
    }

    100% {
        transform: rotateZ(0deg)
    }
}

@keyframes rotate2 {
    0% {
        transform: rotateZ(360deg)
    }

    100% {
        transform: rotateZ(0deg)
    }
}

/* Background Player 
 -------------------------------- */
.bg-player {
    position: relative;
    float: left;
    top: -10px;
    color: #fff;
    font-weight: 800;
    font-size: 12px;
    mix-blend-mode: exclusion;
    z-index: 4;
    transition: top 0.3s ease;
    margin-left: 20px;
}

.is-smoothscroll .bg-player {
    pointer-events: all;
}

.bg-player__loader {
    left: 0;
    top: 0;
    width: 58px;
    height: 58px
}

.bg-player.is-player-loading .bg-player__loader {
    display: block;
}

.bg-player__inner {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.bg-player__eq {
    width: 22px;
    height: 14px;
    cursor: pointer;
    position: relative;
}

    .bg-player__eq .eq-bar {
        width: 2px;
        height: 6px;
    }

.eq-bar {
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    transition: all 300ms cubic-bezier(0.4, 0, 0, 1);
}

.bg-player.is-player-playing .eq-bar {
    background-color: #fff
}

.bg-player__eq .eq-bar1 {
    left: 0;
}

.bg-player__eq .eq-bar2 {
    left: 4px;
}

.bg-player__eq .eq-bar3 {
    left: 8px;
}

.bg-player__eq .eq-bar4 {
    left: 12px;
}

.bg-player__eq .eq-bar5 {
    left: 16px;
}

.bg-player__eq .eq-bar6 {
    right: 0;
}

.bg-player.is-player-playing .eq-bar1 {
    animation: anim__eq-bar .3s alternate infinite;
}

.bg-player.is-player-playing .eq-bar2 {
    animation: anim__eq-bar .4s alternate infinite;
}

.bg-player.is-player-playing .eq-bar3 {
    animation: anim__eq-bar .38s alternate infinite;
}

.bg-player.is-player-playing .eq-bar4 {
    animation: anim__eq-bar .34s alternate infinite;
}

.bg-player.is-player-playing .eq-bar5 {
    animation: anim__eq-bar .44s alternate infinite;
}

.bg-player.is-player-playing .eq-bar6 {
    animation: anim__eq-bar .48s alternate infinite;
}

@keyframes anim__eq-bar {
    0% {
        height: 6px;
    }

    100% {
        height: 14px;
    }
}

/* Page holder */
.rascals-player-audio {
    display: none;
}

/* MQ */
@media only screen and (max-width: 768px) {
    .bg-player {
        top: -15px;
        font-size: 11px;
        background-color: rgba(36, 36, 36, 0.7);
        border-radius: 50%;
    }

    .bg-player__inner {
        width: 60px;
        height: 60px;
    }
}

@media only screen and (max-width: 479px) {
    .bg-player {
        top: -10px;
        font-size: 11px;
        background-color: rgba(36, 36, 36, 0.7);
        border-radius: 50%;
    }

    .bg-player__inner {
        width: 50px;
        height: 50px;
    }

    .bg-player__loader {
        width: 50px;
        height: 50px
    }
}
