﻿img.wp-smiley, img.emoji {
    background: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
    display: inline !important;
    height: 1em !important;
    margin: 0 .07em !important;
    padding: 0 !important;
    vertical-align: -.1em !important;
    width: 1em !important;
}

.elementor-editor-active .gutter-sizer {
    display: none
}

.elementor-editor-active.logged-in .wrapper {
    padding-top: 150px
}

.background-enabled.elementor-editor-active.logged-in .wrapper {
    padding-top: 30px
}

@media (max-width:1199px) {
    .elementor-editor-active .section.started.section-title .started-content .h-subtitle, .elementor-editor-active .section.started.section-title .started-content .typed-subtitle, .elementor-editor-active .section.started.section-title .started-content .typed-bread {
        left: 50%;
        padding-left: 35px;
    }
}

@charset "UTF-8";

#start-resizable-editor-section {
    display: none
}

.wp-block-audio {
    margin: 0 0 1em
}

    .wp-block-audio figcaption {
        margin-bottom: 1em;
        margin-top: .5em;
    }

    .wp-block-audio audio {
        min-width: 300px;
        width: 100%;
    }

.wp-block-button__link {
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    overflow-wrap: break-word;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
}

    .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
        color: #fff
    }

    .wp-block-button__link.aligncenter {
        text-align: center
    }

    .wp-block-button__link.alignright {
        text-align: right
    }

.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% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - .5em)
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: calc(100% - .5em)
}

    .wp-block-buttons > .wp-block-button.wp-block-button__width-100:only-child {
        margin-right: 0;
        width: 100%
    }

@supports (column-gap:0.5em) {
    .wp-block-buttons.is-content-justification-right > .wp-block-button.wp-block-button, .wp-block-buttons > .wp-block-button.wp-block-button {
        margin-left: 0;
        margin-right: 0;
    }

    .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
        width: calc(25% - .375em)
    }

    .wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
        width: calc(50% - .25em)
    }

    .wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
        width: calc(75% - .125em)
    }

    .wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
        flex-basis: 100%;
        width: auto;
    }
}

.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
}

.is-style-outline > .wp-block-button__link, .wp-block-button__link.is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em
}

    .is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
        color: currentColor
    }

    .is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
        background-color: transparent
    }

.wp-block-buttons {
    column-gap: .5em;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

    .wp-block-buttons.is-vertical {
        flex-direction: column
    }

        .wp-block-buttons.is-vertical > .wp-block-button {
            margin-right: 0
        }

            .wp-block-buttons.is-vertical > .wp-block-button:last-child {
                margin-bottom: 0
            }

    .wp-block-buttons > .wp-block-button {
        display: inline-block;
        margin-bottom: .5em;
        margin-left: 0;
        margin-right: .5em;
    }

        .wp-block-buttons > .wp-block-button:last-child {
            margin-right: 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 > .wp-block-button {
            margin-left: .5em;
            margin-right: 0
        }

            .wp-block-buttons.is-content-justification-right > .wp-block-button:first-child {
                margin-left: 0
            }

        .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.alignleft .wp-block-button {
        margin-left: 0;
        margin-right: .5em
    }

        .wp-block-buttons.alignleft .wp-block-button:last-child {
            margin-right: 0
        }

    .wp-block-buttons.alignright .wp-block-button {
        margin-left: .5em;
        margin-right: 0;
    }

        .wp-block-buttons.alignright .wp-block-button:first-child {
            margin-left: 0
        }

    .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-bottom: .5em;
        margin-left: auto;
        margin-right: auto;
        width: 100%
    }

.wp-block-button.aligncenter, .wp-block-calendar {
    text-align: center
}

    .wp-block-calendar tbody td, .wp-block-calendar th {
        border: 1px solid #ddd;
        padding: .25em;
    }

    .wp-block-calendar tfoot td {
        border: none
    }

    .wp-block-calendar table {
        border-collapse: collapse;
        width: 100%;
    }

        .wp-block-calendar table th {
            background: #ddd;
            font-weight: 400;
        }

    .wp-block-calendar a {
        text-decoration: underline
    }

    .wp-block-calendar table caption, .wp-block-calendar table tbody {
        color: #40464d
    }

.wp-block-categories.alignleft {
    margin-right: 2em
}

.wp-block-categories.alignright {
    margin-left: 2em
}

.wp-block-code code {
    display: block;
    overflow-wrap: break-word;
    white-space: pre-wrap;
}

.wp-block-columns {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.75em;
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap
    }
}

.wp-block-columns.has-background {
    padding: 1.25em 2.375em
}

.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
}

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

@media (max-width:599px) {
    .wp-block-column {
        flex-basis: 100% !important
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - 1em) !important;
        flex-grow: 0
    }

    .wp-block-column:nth-child(2n) {
        margin-left: 2em
    }
}

@media (min-width:782px) {
    .wp-block-column {
        flex-basis: 0;
        flex-grow: 1
    }

        .wp-block-column[style*=flex-basis] {
            flex-grow: 0
        }

        .wp-block-column:not(:first-child) {
            margin-left: 2em
        }
}

.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-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
    width: 100%
}

.wp-block-cover, .wp-block-cover-image {
    align-items: center;
    background-position: 50%;
    background-size: cover;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    min-height: 430px;
    padding: 1em;
    position: relative;
    width: 100%;
}

    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: fixed
    }

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto
}

.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-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
    background-color: inherit;
    content: "";
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__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__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    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:after, .wp-block-cover:after {
    content: "";
    display: block;
    font-size: 0;
    min-height: inherit
}

@supports (position:sticky) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none
    }
}

.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-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    color: #fff;
    width: 100%;
    z-index: 1;
}

.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit
}

.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;
    width: auto
}

.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    -o-object-fit: cover;
    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-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-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.25;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
    z-index: 1;
}

.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 {
    margin: 0 0 1em
}

    .wp-block-embed 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 {
    margin-bottom: 1.5em
}

    .wp-block-file.aligncenter {
        text-align: center
    }

    .wp-block-file.alignright {
        text-align: right
    }

    .wp-block-file .wp-block-file__embed {
        margin-bottom: 1em
    }

    .wp-block-file .wp-block-file__button {
        background: #32373c;
        border-radius: 2em;
        color: #fff;
        font-size: .8em;
        padding: .5em 1em
    }

    .wp-block-file a.wp-block-file__button {
        text-decoration: none
    }

        .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
            box-shadow: none;
            color: #fff;
            opacity: .85;
            text-decoration: none
        }

    .wp-block-file * + .wp-block-file__button {
        margin-left: .75em
    }

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
        align-self: flex-start;
        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 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
            margin-right: 0
        }

        .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
            height: 100%;
            margin: 0;
        }

@supports (position:sticky) {
    .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
        align-items: flex-end;
        display: flex;
        justify-content: flex-start
    }
}

.blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%
}

@supports (position:sticky) {
    .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
    background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
    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%;
}

    .blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
        display: inline
    }

.blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
    flex-grow: 1
}

.blocks-gallery-grid.is-cropped .blocks-gallery-image, .blocks-gallery-grid.is-cropped .blocks-gallery-item, .wp-block-gallery.is-cropped .blocks-gallery-image, .wp-block-gallery.is-cropped .blocks-gallery-item {
    align-self: inherit
}

    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        width: 100%
    }

@supports (position:sticky) {
    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        -o-object-fit: cover;
        flex: 1;
        height: 100%;
        object-fit: cover
    }
}

.blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
    margin-right: 0;
    width: 100%;
}

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(33.33333% - .66667em);
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(25% - .75em);
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(20% - .8em);
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(16.66667% - .83333em);
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(14.28571% - .85714em);
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        margin-right: 1em;
        width: calc(12.5% - .875em);
    }

        .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
            margin-right: 0
        }
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center
}

.wp-block-group {
    box-sizing: border-box
}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
    padding: 1.25em 2.375em
}

.wp-block-image {
    margin: 0 0 1em
}

    .wp-block-image img {
        max-width: 100%
    }

    .wp-block-image:not(.is-style-rounded) img {
        border-radius: inherit
    }

    .wp-block-image.aligncenter {
        text-align: center
    }

    .wp-block-image.alignfull img, .wp-block-image.alignwide img {
        width: 100%
    }

    .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 {
            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 figcaption {
        margin-bottom: 1em;
        margin-top: .5em;
    }

    .wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded 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 {
        -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>');
        -webkit-mask-position: center;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        border-radius: 0;
        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;
        mask-position: center;
        mask-repeat: no-repeat;
        mask-size: contain;
    }
}

.wp-block-image figure {
    margin: 0
}

ol.wp-block-latest-comments {
    margin-left: 0
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    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
    }

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    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-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;
    padding-left: 0
}

    .wp-block-latest-posts.wp-block-latest-posts__list li {
        clear: both
    }

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0
}

    .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
        }
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    color: #555;
    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 {
    margin-right: 1em
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center
}

.block-editor-image-alignment-control__row .components-base-control__field {
    align-items: center;
    display: flex;
    justify-content: space-between;
}

    .block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
        margin-bottom: 0
    }

ol.has-background, ul.has-background {
    padding: 1.25em 2.375em
}

.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 img, .wp-block-media-text__media video {
    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 {
        border: 0;
        clip: rect(0,0,0,0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

@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
}

    .wp-block-navigation ul, .wp-block-navigation ul li {
        list-style: none;
        padding: 0
    }

    .wp-block-navigation .wp-block-navigation-link, .wp-block-navigation .wp-block-pages-list__item {
        align-items: center;
        display: flex;
        position: relative
    }

        .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__container:empty, .wp-block-navigation .wp-block-pages-list__item .wp-block-navigation-link__container:empty {
            display: none
        }

    .wp-block-navigation .wp-block-navigation-link__content, .wp-block-navigation .wp-block-pages-list__item__link {
        color: inherit;
        display: block
    }

    .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__container, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-navigation-link__content:focus, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:active, .wp-block-navigation[style*=text-decoration] .wp-block-pages-list__item__link:focus {
        text-decoration: inherit
    }

    .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-navigation-link__content:focus, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-pages-list__item__link:focus {
        text-decoration: none
    }

    .wp-block-navigation .wp-block-navigation-link__submenu-icon, .wp-block-navigation .wp-block-page-list__submenu-icon {
        height: inherit
    }

        .wp-block-navigation .wp-block-navigation-link__submenu-icon svg, .wp-block-navigation .wp-block-page-list__submenu-icon svg {
            stroke: currentColor
        }

    .wp-block-navigation .wp-block-navigation-link .wp-block-navigation-link__content.wp-block-navigation-link__content.wp-block-navigation-link__content, .wp-block-navigation .wp-block-pages-list__item .wp-block-pages-list__item__link {
        padding: 0
    }

    .wp-block-navigation .has-child > .wp-block-navigation-link__content, .wp-block-navigation .has-child > .wp-block-pages-list__item__link {
        margin-right: .5em
    }

    .wp-block-navigation .has-child .submenu-container, .wp-block-navigation .has-child .wp-block-navigation-link__container {
        align-items: normal;
        background-color: inherit;
        color: inherit;
        display: none;
        flex-direction: column;
        min-width: 200px;
        opacity: 0;
        position: absolute;
        transition: opacity .1s linear;
        visibility: hidden;
        z-index: 2;
    }

        .wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-navigation-link__content, .wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-pages-list__item__link, .wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-navigation-link__content, .wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-pages-list__item__link, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-navigation-link__content, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-pages-list__item__link, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-navigation-link__content, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-pages-list__item__link {
            flex-grow: 1
        }

        .wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .submenu-container > .wp-block-navigation-link > .wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .submenu-container > .wp-block-pages-list__item > .wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-navigation-link > .wp-block-page-list__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-navigation-link__submenu-icon, .wp-block-navigation .has-child .wp-block-navigation-link__container > .wp-block-pages-list__item > .wp-block-page-list__submenu-icon {
            padding-right: .5em
        }

@media (min-width:782px) {
    .wp-block-navigation .has-child .submenu-container .submenu-container:before, .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container:before, .wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container:before, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container:before {
        background: transparent;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: 100%;
        width: .5em;
    }

    .wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__submenu-icon svg, .wp-block-navigation .has-child .submenu-container .wp-block-page-list__submenu-icon svg, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__submenu-icon svg, .wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-page-list__submenu-icon svg {
        transform: rotate(-90deg)
    }
}

.wp-block-navigation .has-child:hover > .wp-block-navigation-link__container {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.wp-block-navigation .has-child:focus-within > .wp-block-navigation-link__container {
    display: flex;
    opacity: 1;
    visibility: visible;
}

.wp-block-navigation .has-child:hover {
    cursor: pointer
}

    .wp-block-navigation .has-child:hover > .submenu-container {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

.wp-block-navigation .has-child:focus-within {
    cursor: pointer
}

    .wp-block-navigation .has-child:focus-within > .submenu-container {
        display: flex;
        opacity: 1;
        visibility: visible;
    }

.wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container {
    left: auto;
    right: 0
}

    .wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right > .submenu-container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-right > .wp-block-navigation__container .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .submenu-container > .has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: auto;
        right: 100%
    }

.wp-block-navigation.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-link, .wp-block-navigation.wp-block-navigation .wp-block-page-list, .wp-block-navigation.wp-block-navigation .wp-block-page-list > .wp-block-pages-list__item {
    margin: 0 2em 0 0
}

    .wp-block-navigation.wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-link:last-child, .wp-block-navigation.wp-block-navigation .wp-block-page-list:last-child, .wp-block-navigation.wp-block-navigation .wp-block-page-list > .wp-block-pages-list__item:last-child {
        margin-right: 0
    }

.wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container > .wp-block-navigation-link, .wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list, .wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list > .wp-block-pages-list__item {
    margin: 0 .5em 0 0
}

    .wp-block-navigation.wp-block-navigation.has-background .wp-block-navigation__container .wp-block-navigation-link__content, .wp-block-navigation.wp-block-navigation.has-background .wp-block-page-list .wp-block-pages-list__item__link {
        padding: .5em 1em
    }

.wp-block-navigation.wp-block-navigation .has-child .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container {
    left: -1em;
    top: 100%
}

    .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item {
        margin: 0
    }

    .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__content, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-pages-list__item__link, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__content, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-pages-list__item__link {
        padding: .5em 1em
    }

    .wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: -1px
    }

@media (min-width:782px) {
    .wp-block-navigation.wp-block-navigation .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: 100%;
        top: -1px
    }
}

.wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container {
    left: 0;
    top: 100%
}

    .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: 0
    }

@media (min-width:782px) {
    .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .submenu-container .wp-block-navigation-link__container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .submenu-container, .wp-block-navigation.wp-block-navigation.has-background .has-child .wp-block-navigation-link__container .wp-block-navigation-link__container {
        left: 100%;
        top: 0
    }
}

.wp-block-navigation:not(.has-background) .submenu-container, .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-navigation-link__container {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    color: #000;
}

.wp-block-navigation__container {
    align-items: center;
    list-style: none;
    margin: 0;
    padding-left: 0
}

    .wp-block-navigation__container .is-responsive {
        display: none
    }

@media (min-width:600px) {
    .wp-block-navigation__container {
        display: flex;
        flex-wrap: wrap
    }

    .is-vertical .wp-block-navigation__container {
        align-items: flex-start;
        display: block;
        flex-direction: column;
    }
}

.items-justified-center .wp-block-navigation__container {
    justify-content: center
}

.items-justified-right .wp-block-navigation__container {
    justify-content: flex-end
}

.items-justified-space-between .wp-block-navigation__container {
    justify-content: space-between
}

.is-vertical.items-justified-center > ul {
    align-items: center
}

.is-vertical.items-justified-right > ul {
    align-items: flex-end
}

    .is-vertical.items-justified-right > ul .wp-block-navigation-link, .is-vertical.items-justified-right > ul .wp-block-pages-list__item {
        justify-content: flex-end;
        margin-right: 0;
    }

.wp-block-navigation__responsive-container {
    align-items: flex-start;
    bottom: 0;
    display: none;
    justify-content: flex-start;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}

    .wp-block-navigation__responsive-container.is-menu-open {
        background-color: inherit;
        display: flex;
        flex-direction: column;
        overflow: auto;
        padding: 24px;
        z-index: 100000;
    }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container {
            align-items: flex-start;
            display: flex;
            flex-direction: column;
            line-height: 48px;
            margin-left: auto;
            margin-right: auto;
            padding: 0
        }

            .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container .wp-block-page-list {
                flex-direction: column
            }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link .wp-block-navigation-link__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item .submenu-container {
            background: transparent !important
        }

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.is-menu-open) {
        background-color: inherit;
        display: flex;
        flex-direction: row;
        position: relative;
    }

        .wp-block-navigation__responsive-container:not(.is-menu-open) .wp-block-navigation__responsive-container-close {
            display: none
        }

    .wp-block-navigation__responsive-container.is-menu-open .submenu-container.submenu-container.submenu-container.submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container.wp-block-navigation-link__container {
        left: 0
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    background: transparent;
    border: none;
    color: currentColor;
    cursor: pointer;
    margin: 0;
    padding: 0;
    vertical-align: middle;
}

    .wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
        display: block;
        fill: currentColor;
        height: 24px;
        pointer-events: none;
        width: 24px;
    }

.wp-block-navigation__responsive-container-open {
    display: flex
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open {
        display: none
    }
}

.items-justified-left .wp-block-navigation__responsive-container-open {
    margin-left: 0;
    margin-right: auto
}

.items-justified-center .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: auto
}

.items-justified-right .wp-block-navigation__responsive-container-open {
    margin-left: auto;
    margin-right: 0
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 2
}

.wp-block-navigation__responsive-close {
    width: 100%
}

.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 {
    height: 100%;
    width: 100%;
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link__submenu-icon, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list__submenu-icon {
    display: none
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .submenu-container, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .has-child .wp-block-navigation-link__container {
    border: none;
    opacity: 1;
    padding: 0 0 0 32px;
    position: relative;
    visibility: visible;
}

.wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-link, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-pages-list__item {
    align-items: flex-start;
    flex-direction: column;
}

html.has-modal-open {
    overflow: hidden
}

.wp-block-navigation .wp-block-navigation-link__label {
    overflow-wrap: break-word;
    word-break: normal;
}

.wp-block-navigation .wp-block-home-link__content {
    color: inherit;
    display: block;
    padding: .5em 1em
}

.wp-block-navigation[style*=text-decoration] .wp-block-home-link, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
    text-decoration: inherit
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
    text-decoration: none
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.15);
    color: #000;
}

    .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
        top: -1px
    }

.wp-block-navigation .wp-block-page-list {
    background-color: inherit;
    display: flex;
    flex-wrap: wrap;
}

.wp-block-navigation .wp-block-pages-list__item {
    background-color: inherit
}

.wp-block-navigation .wp-block-page-list__submenu-icon {
    display: none
}

.is-open .wp-block-navigation__container .wp-block-page-list, .is-vertical .wp-block-navigation__container .wp-block-page-list, .wp-block-navigation .show-submenu-icons .wp-block-page-list__submenu-icon {
    display: block
}

@media (min-width:480px) {
    .is-open .wp-block-navigation__container .wp-block-page-list {
        display: flex
    }
}

.items-justified-space-between .wp-block-page-list {
    display: contents
}

.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;
}

p.has-drop-cap.has-background {
    overflow: hidden
}

p.has-background {
    padding: 1.25em 2.375em
}

p.has-text-color a {
    color: inherit
}

.wp-block-post-author {
    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 {
    font-weight: 700;
    margin: 0
}

.wp-block-post-comments .commentlist {
    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: .875em;
            line-height: 1.8;
            margin: .36em 0 1.4em
        }

    .wp-block-post-comments .commentlist .children {
        list-style: none;
        margin: 0;
        padding: 0
    }

.wp-block-post-comments .comment-author {
    line-height: 1.5;
    margin-left: -3.25em
}

    .wp-block-post-comments .comment-author .avatar {
        border-radius: 1.5em;
        display: block;
        float: left;
        height: 2.5em;
        margin-right: .75em;
        width: 2.5em
    }

    .wp-block-post-comments .comment-author cite {
        font-style: normal
    }

.wp-block-post-comments .comment-meta {
    line-height: 1.5;
    margin-left: -3.25em
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .75em
}

.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
}

.wp-block-post-comments .comment-form-comment textarea {
    box-sizing: border-box;
    width: 100%
}

.wp-block-post-comments .reply {
    font-size: .75em;
    margin-bottom: 1.4em
}

.wp-block-post-comments input, .wp-block-post-comments textarea {
    border: 1px solid #949494
}

.wp-block-post-comments-form input[type=submit] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    overflow-wrap: break-word;
    text-align: center;
}

.wp-block-post-excerpt__more-link, .wp-block-post-title a {
    display: inline-block
}

.wp-block-preformatted {
    white-space: pre-wrap
}

    .wp-block-preformatted.has-background {
        padding: 1.25em 2.375em
    }

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center
}

    .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright {
        max-width: 420px
    }

        .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p {
            font-size: 1.25em
        }

    .wp-block-pullquote p {
        font-size: 1.75em;
        line-height: 1.6
    }

    .wp-block-pullquote cite, .wp-block-pullquote footer {
        position: relative
    }

    .wp-block-pullquote .has-text-color a {
        color: inherit
    }

    .wp-block-pullquote:not(.is-style-solid-color) {
        background: none
    }

    .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%;
            text-align: left;
        }

            .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, .wp-block-query-loop {
    list-style: none;
    max-width: 100%;
    padding: 0
}

    .wp-block-post-template li, .wp-block-query-loop li {
        clear: both
    }

    .wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

        .wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
            margin: 0 0 1.25em;
            width: 100%
        }

@media (min-width:600px) {
    .wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
        margin-right: 1.25em
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em)
    }

        .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li:nth-child(2n) {
            margin-right: 0
        }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li, .wp-block-query-loop.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-3 > li:nth-child(3n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li:nth-child(3n) {
            margin-right: 0
        }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em)
    }

        .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li:nth-child(4n) {
            margin-right: 0
        }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em)
    }

        .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li:nth-child(5n) {
            margin-right: 0
        }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em)
    }

        .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n), .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li:nth-child(6n) {
            margin-right: 0
        }
}

.wp-block-query-pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

    .wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
        display: inline-block;
        margin-bottom: .5em;
        margin-right: .5em;
    }

        .wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
            margin-right: 0
        }

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    margin-bottom: 1em;
    padding: 0 1em
}

    .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
        font-size: 1.5em;
        font-style: italic;
        line-height: 1.6
    }

    .wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
        font-size: 1.125em;
        text-align: right
    }

.wp-block-rss.wp-block-rss {
    box-sizing: border-box
}

.wp-block-rss.alignleft {
    margin-right: 2em
}

.wp-block-rss.alignright {
    margin-left: 2em
}

.wp-block-rss.is-grid {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
}

    .wp-block-rss.is-grid li {
        margin: 0 1em 1em 0;
        width: 100%
    }

@media (min-width:600px) {
    .wp-block-rss.columns-2 li {
        width: calc(50% - 1em)
    }

    .wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em)
    }

    .wp-block-rss.columns-4 li {
        width: calc(25% - 1em)
    }

    .wp-block-rss.columns-5 li {
        width: calc(20% - 1em)
    }

    .wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em)
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    color: #555;
    display: block;
    font-size: .8125em
}

.wp-block-search .wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    color: #32373c;
    margin-left: .625em;
    padding: .375em .625em;
    word-break: normal
}

    .wp-block-search .wp-block-search__button.has-icon {
        line-height: 0
    }

    .wp-block-search .wp-block-search__button svg {
        min-height: 1.5em;
        min-width: 1.5em;
    }

.wp-block-search .wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%
}

.wp-block-search .wp-block-search__label {
    width: 100%
}

.wp-block-search .wp-block-search__input {
    border: 1px solid #949494;
    flex-grow: 1;
    min-width: 3em;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    border: 1px solid #949494;
    padding: 4px;
}

    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
        border: none;
        border-radius: 0;
        padding: 0 0 0 .25em
    }

        .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
            outline: none
        }

    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
        padding: .125em .5em
    }

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto
}

.wp-block-separator {
    border-bottom: 1px solid;
    border-top: 1px solid;
}

    .wp-block-separator.is-style-wide {
        border-bottom-width: 1px
    }

    .wp-block-separator.is-style-dots {
        background: none !important;
        border: none;
        height: auto;
        line-height: 1;
        text-align: center;
        width: none;
    }

        .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-site-logo {
    line-height: 0
}

    .wp-block-site-logo a {
        display: inline-block
    }

    .wp-block-site-logo.is-default-size img {
        height: auto;
        width: 120px;
    }

    .wp-block-site-logo .aligncenter {
        display: table
    }

    .wp-block-site-logo.is-style-rounded img {
        border-radius: 9999px
    }

.wp-block-social-links {
    display: flex;
    flex-wrap: wrap;
    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.wp-social-link.wp-social-link {
        margin: 4px 8px 4px 0
    }

    .wp-block-social-links .wp-social-link a {
        padding: .25em
    }

    .wp-block-social-links .wp-social-link svg {
        height: 1em;
        width: 1em;
    }

    .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 {
    display: block;
    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-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
    padding: 4px
}

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422
}

.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
}

    .wp-block-social-links.is-style-pill-shape .wp-social-link a {
        padding-left: .66667em;
        padding-right: .66667em
    }

.wp-block-spacer {
    clear: both
}

.wp-block-tag-cloud.aligncenter {
    text-align: center
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em
}

.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto
}

    .wp-block-table table {
        border-collapse: collapse;
        width: 100%
    }

    .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: transparent;
        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: transparent
        }

    .wp-block-table .has-border-color > *, .wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr {
        border-color: inherit
    }

    .wp-block-table table[style*=border-style] > *, .wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr {
        border-style: inherit
    }

    .wp-block-table table[style*=border-width] > *, .wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr {
        border-width: inherit
    }

.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 {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap
}

.wp-block-video {
    margin: 0 0 1em
}

    .wp-block-video video {
        width: 100%
    }

@supports (position:sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video figcaption {
    margin-bottom: 1em;
    margin-top: .5em;
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0
}

    .wp-block-post-featured-image a {
        display: inline-block
    }

    .wp-block-post-featured-image img {
        height: auto;
        max-width: 100%;
    }

    .wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
        width: 100%
    }

:root .has-pale-pink-background-color {
    background-color: #f78da7
}

:root .has-vivid-red-background-color {
    background-color: #cf2e2e
}

:root .has-luminous-vivid-orange-background-color {
    background-color: #ff6900
}

:root .has-luminous-vivid-amber-background-color {
    background-color: #fcb900
}

:root .has-light-green-cyan-background-color {
    background-color: #7bdcb5
}

:root .has-vivid-green-cyan-background-color {
    background-color: #00d084
}

:root .has-pale-cyan-blue-background-color {
    background-color: #8ed1fc
}

:root .has-vivid-cyan-blue-background-color {
    background-color: #0693e3
}

:root .has-vivid-purple-background-color {
    background-color: #9b51e0
}

:root .has-white-background-color {
    background-color: #fff
}

:root .has-very-light-gray-background-color {
    background-color: #eee
}

:root .has-cyan-bluish-gray-background-color {
    background-color: #abb8c3
}

:root .has-very-dark-gray-background-color {
    background-color: #313131
}

:root .has-black-background-color {
    background-color: #000
}

:root .has-pale-pink-color {
    color: #f78da7
}

:root .has-vivid-red-color {
    color: #cf2e2e
}

:root .has-luminous-vivid-orange-color {
    color: #ff6900
}

:root .has-luminous-vivid-amber-color {
    color: #fcb900
}

:root .has-light-green-cyan-color {
    color: #7bdcb5
}

:root .has-vivid-green-cyan-color {
    color: #00d084
}

:root .has-pale-cyan-blue-color {
    color: #8ed1fc
}

:root .has-vivid-cyan-blue-color {
    color: #0693e3
}

:root .has-vivid-purple-color {
    color: #9b51e0
}

:root .has-white-color {
    color: #fff
}

:root .has-very-light-gray-color {
    color: #eee
}

:root .has-cyan-bluish-gray-color {
    color: #abb8c3
}

:root .has-very-dark-gray-color {
    color: #313131
}

:root .has-black-color {
    color: #000
}

:root .has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: linear-gradient(135deg,#0693e3,#9b51e0)
}

:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
    background: linear-gradient(135deg,#00d084,#0693e3)
}

:root .has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: linear-gradient(135deg,#7adcb4,#00d082)
}

:root .has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: linear-gradient(135deg,#fcb900,#ff6900)
}

:root .has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: linear-gradient(135deg,#ff6900,#cf2e2e)
}

:root .has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: linear-gradient(135deg,#eee,#a9b8c3)
}

:root .has-cool-to-warm-spectrum-gradient-background {
    background: linear-gradient(135deg,#4aeadc,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c)
}

:root .has-blush-light-purple-gradient-background {
    background: linear-gradient(135deg,#ffceec,#9896f0)
}

:root .has-blush-bordeaux-gradient-background {
    background: linear-gradient(135deg,#fecda5,#fe2d2d 50%,#6b003e)
}

:root .has-purple-crush-gradient-background {
    background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)
}

:root .has-luminous-dusk-gradient-background {
    background: linear-gradient(135deg,#ffcb70,#c751c0 50%,#4158d0)
}

:root .has-hazy-dawn-gradient-background {
    background: linear-gradient(135deg,#faaca8,#dad0ec)
}

:root .has-pale-ocean-gradient-background {
    background: linear-gradient(135deg,#fff5cb,#b6e3d4 50%,#33a7b5)
}

:root .has-electric-grass-gradient-background {
    background: linear-gradient(135deg,#caf880,#71ce7e)
}

: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-small-font-size {
    font-size: .8125em
}

.has-normal-font-size, .has-regular-font-size {
    font-size: 1em
}

.has-medium-font-size {
    font-size: 1.25em
}

.has-large-font-size {
    font-size: 2.25em
}

.has-huge-font-size, .has-larger-font-size {
    font-size: 2.625em
}

.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 {
    -webkit-clip-path: inset(50%);
    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 {
        -webkit-clip-path: none;
        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
    }

.components-custom-select-control {
    position: relative
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 8px
}

.components-custom-select-control__button {
    border: 1px solid #757575;
    border-radius: 2px;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left
}

    .components-custom-select-control__button.components-custom-select-control__button {
        padding-right: 24px
    }

    .components-custom-select-control__button:focus:not(:disabled) {
        border-color: var(--wp-admin-theme-color);
        box-shadow: 0 0 0 .5px var(--wp-admin-theme-color)
    }

    .components-custom-select-control__button .components-custom-select-control__button-icon {
        height: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0
    }

.components-custom-select-control__menu {
    background-color: #fff;
    max-height: 400px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 1000000
}

    .components-custom-select-control__menu:focus {
        border: 1px solid #1e1e1e;
        border-radius: 2px;
        outline: none;
        transition: none
    }

.components-custom-select-control__item {
    align-items: center;
    cursor: default;
    display: flex;
    list-style-type: none;
    padding: 10px 5px 10px 25px;
}

    .components-custom-select-control__item.is-highlighted {
        background: #ddd
    }

.components-custom-select-control__item-icon {
    margin-left: -20px;
    margin-right: 0
}

.components-spinner {
    background-color: #949494;
    border-radius: 100%;
    display: inline-block;
    height: 18px;
    margin: 5px 11px 0;
    opacity: .7;
    position: relative;
    width: 18px;
}

    .components-spinner:before {
        -webkit-animation: components-spinner__animation 1s linear infinite;
        animation: components-spinner__animation 1s linear infinite;
        background-color: #fff;
        border-radius: 100%;
        content: "";
        height: 4px;
        left: 3px;
        position: absolute;
        top: 3px;
        transform-origin: 6px 6px;
        width: 4px;
    }

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

    to {
        transform: rotate(1turn)
    }
}

@keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.components-snackbar {
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    max-width: 600px;
    padding: 16px 24px;
    width: 100%;
}

@media(min-width:600px) {
    .components-snackbar {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.components-snackbar:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color)
}

.components-snackbar__action.components-button {
    color: #fff;
    flex-shrink: 0;
    height: auto;
    line-height: 1.4;
    margin-left: 32px;
    padding: 0
}

    .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
        background-color: transparent;
        text-decoration: underline;
    }

        .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
            box-shadow: none;
            color: #fff;
            outline: 1px dotted #fff
        }

        .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
            color: var(--wp-admin-theme-color)
        }

.components-snackbar__content {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    line-height: 1.4
}

.components-snackbar-list {
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    z-index: 100000;
}

.components-snackbar-list__notice-container {
    padding-top: 8px;
    position: relative;
}

.wc-block-link-button {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline;
}

    .wc-block-link-button, .wc-block-link-button:active, .wc-block-link-button:focus, .wc-block-link-button:hover {
        background: 0 0
    }

.wc-block-suspense-placeholder {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
}

    .wc-block-suspense-placeholder > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-suspense-placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-suspense-placeholder:after {
    content: " "
}

.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;
        width: 100%
    }

        .wc-block-grid__products .wc-block-grid__product-image img[hidden] {
            display: none
        }

.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.2em;
    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: 0 auto !important;
        padding: .5em 1em;
        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 {
            -webkit-animation: spin 2s linear infinite;
            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: star;
        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 {
            color: #aaa;
            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: #000;
                content: "SSSSS";
                left: 0;
                position: absolute;
                right: 0;
                top: 0;
                white-space: nowrap
            }

.wc-block-grid__product-onsale {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    padding: .25em .75em;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9;
}

.wc-block-grid__product .wc-block-grid__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: #000;
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: 1.2em
}

.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-grid__product-onsale {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1
}

.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
}

@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
    }
}

.screen-reader-text {
    -webkit-clip-path: inset(50%);
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

    .screen-reader-text:focus {
        -webkit-clip-path: none;
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        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
    }

.wc-block-components-product-add-to-cart-attribute-picker {
    flex-basis: 100%;
    margin: 0;
}

    .wc-block-components-product-add-to-cart-attribute-picker label {
        display: block;
        font-size: 1em
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
        position: relative
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
        margin: 0 0 .75em
    }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
            min-height: 1.75em;
            min-width: 60%;
        }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
            margin-bottom: 24px
        }

            .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
                border-color: #cc1818
            }

                .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
                    outline-color: #cc1818
                }

.wc-block-components-product-add-to-cart {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
}

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
        margin: 0 0 .75em
    }

        .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
            display: block
        }

            .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text > svg {
                fill: currentColor;
                height: 1.5em;
                margin: -.25em 0 -.25em .5em;
                vertical-align: top;
                width: 1.5em;
            }

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 2px;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
        color: #43454b;
        flex-basis: 5em;
        margin: 0 1em .75em 0;
        padding: .618em;
        text-align: center
    }

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
}

    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button > *, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0
}

.wp-block-button.wc-block-components-product-button {
    margin-bottom: 12px;
    margin-top: 0;
    white-space: normal;
    word-break: break-word;
}

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        display: inline-flex;
        justify-content: center;
        margin: 0 auto;
        white-space: normal;
        word-break: break-word;
    }

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        border: 0 !important;
        box-shadow: none;
        color: var(--global--color-primary,#e0e0e0) !important;
        max-width: 100%;
        min-height: 3em;
        min-width: 8em;
        outline: 0 !important;
        pointer-events: none;
    }

        .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder > * {
            visibility: hidden
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    max-width: 100%;
    min-height: 3em;
    min-width: 8em;
    outline: 0 !important;
    pointer-events: none;
}

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    border-color: var(--button--color-background);
    color: var(--button--color-text);
}

.wc-block-components-product-category-list {
    margin-bottom: .75em;
    margin-top: 0;
}

    .wc-block-components-product-category-list ul {
        display: inline;
        margin: 0;
        padding: 0;
    }

        .wc-block-components-product-category-list ul li {
            display: inline;
            list-style: none
        }

            .wc-block-components-product-category-list ul li:after {
                content: ", "
            }

            .wc-block-components-product-category-list ul li:last-child:after {
                content: ""
            }

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image {
    display: block;
    margin-bottom: 12px;
    margin-top: 0;
    position: relative;
    text-decoration: none;
}

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a {
        border: 0;
        box-shadow: none;
        outline: 0;
        text-decoration: none;
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
        vertical-align: middle;
        width: 100%
    }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .wc-block-components-product-image img[hidden] {
            display: none
        }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
        left: 4px;
        margin: 0;
        position: absolute;
        right: auto;
        top: 4px;
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
        left: 50%;
        margin: 0;
        position: absolute;
        right: auto;
        top: 4px;
        transform: translateX(-50%);
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
        left: auto;
        margin: 0;
        position: absolute;
        right: 4px;
        top: 4px;
    }

.is-loading .wc-block-components-product-image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
}

    .is-loading .wc-block-components-product-image > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-rating {
    display: block;
    margin-bottom: 12px;
    margin-top: 0;
}

.wc-block-components-product-rating__stars {
    font-family: star;
    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-components-product-rating__stars:before {
        color: #aaa;
        content: "SSSSS";
        left: 0;
        opacity: .5;
        position: absolute;
        right: 0;
        top: 0;
        white-space: nowrap
    }

    .wc-block-components-product-rating__stars span {
        left: 0;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
        right: 0;
        top: 0;
    }

        .wc-block-components-product-rating__stars span:before {
            color: #000;
            content: "SSSSS";
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
            white-space: nowrap
        }

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0
}

.wc-block-components-product-sale-badge {
    background: #fff;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    display: inline-block;
    font-size: .875em;
    font-weight: 600;
    margin: 0 auto 12px;
    padding: .25em .75em;
    position: static;
    text-align: center;
    text-transform: uppercase;
    width: auto;
    z-index: 9;
}

.wc-block-components-product-sku {
    display: block;
    font-size: .875em;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase;
}

.wc-block-components-product-stock-indicator {
    display: block;
    font-size: .875em;
    margin-bottom: .75em;
    margin-top: 0;
}

.wc-block-components-product-stock-indicator--in-stock {
    color: #4ab866
}

.wc-block-components-product-stock-indicator--out-of-stock {
    color: #cc1818
}

.wc-block-components-product-stock-indicator--available-on-backorder, .wc-block-components-product-stock-indicator--low-stock {
    color: #f0b849
}

.wc-block-components-product-summary {
    margin-bottom: 12px;
    margin-top: 0;
}

.is-loading .wc-block-components-product-summary:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    content: ".";
    display: block;
    height: 6em;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
    width: 100%;
}

    .is-loading .wc-block-components-product-summary:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-product-tag-list {
    margin-bottom: .75em;
    margin-top: 0;
}

    .wc-block-components-product-tag-list ul {
        display: inline;
        margin: 0;
        padding: 0;
    }

        .wc-block-components-product-tag-list ul li {
            display: inline;
            list-style: none
        }

            .wc-block-components-product-tag-list ul li:after {
                content: ", "
            }

            .wc-block-components-product-tag-list ul li:last-child:after {
                content: ""
            }

.wc-block-components-product-title {
    margin-bottom: 12px;
    margin-top: 0;
}

.wc-block-grid .wc-block-components-product-title {
    color: inherit;
    display: block;
    font-size: inherit;
    font-weight: 700;
    line-height: 1.5;
    padding: 0;
}

.is-loading .wc-block-components-product-title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    content: ".";
    display: inline-block;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
    width: 7em
}

    .is-loading .wc-block-components-product-title:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em
}

.wc-block-components-product-title--align-left {
    text-align: left
}

.wc-block-components-product-title--align-center {
    text-align: center
}

.wc-block-components-product-title--align-right {
    text-align: right
}

.wc-block-components-error {
    align-items: center;
    background-color: #f0f0f0;
    border-left: 4px solid #ddd;
    color: #757575;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 36px 16px;
}

.wc-block-components-error__header {
    font-size: 2em;
    font-weight: 700;
    margin: 0
}

.wc-block-components-error__image {
    max-width: 25%
}

.wc-block-components-error__text {
    margin: 0
}

.wc-block-components-error__message {
    font-style: italic;
    margin: 1em 0 0;
}

@media(min-width:481px) {
    .wc-block-components-error {
        flex-direction: row
    }

    .wc-block-components-error__image + .wc-block-components-error__content {
        margin-left: 24px
    }
}

.wc-block-components-button:not(.is-link) {
    align-items: center;
    background-color: #1e1e1e;
    color: inherit;
    color: #fff;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 700;
    justify-content: center;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    min-height: 3em;
    padding: 0 1em;
    position: relative;
    text-align: center;
    text-decoration: inherit;
    text-decoration: none;
    text-transform: inherit;
    text-transform: none;
}

    .wc-block-components-button:not(.is-link):active, .wc-block-components-button:not(.is-link):disabled, .wc-block-components-button:not(.is-link):focus, .wc-block-components-button:not(.is-link):hover {
        background-color: #1e1e1e;
        color: #fff
    }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
        display: block
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
            fill: currentColor
        }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__spinner {
        box-sizing: content-box;
        color: inherit;
        height: 1em;
        height: 100%;
        left: 0;
        margin-top: -.5em;
        position: absolute;
        top: 50%;
        width: 1em;
        width: 100%;
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__spinner:after {
            -webkit-animation: wc-block-components-button__spinner__animation 1s linear infinite;
            -webkit-backface-visibility: hidden;
            animation: wc-block-components-button__spinner__animation 1s linear infinite;
            backface-visibility: hidden;
            border: .2em solid;
            border-left: .2em solid transparent;
            border-radius: 50%;
            box-sizing: border-box;
            content: " ";
            display: inline-block;
            height: 1em;
            margin: 0 auto;
            transform: translateZ(0) scale(.5);
            transform-origin: 50% 50%;
            width: 1em;
        }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__spinner + .wc-block-components-button__text {
            visibility: hidden
        }

@-webkit-keyframes wc-block-components-button__spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

@keyframes wc-block-components-button__spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.wc-block-components-form {
    counter-reset: checkout-step
}

    .wc-block-components-form .wc-block-components-checkout-step {
        background: 0 0;
        border: none;
        margin: 0;
        padding: 0 0 0 36px;
        position: relative;
    }

.is-large .wc-block-components-form .wc-block-components-checkout-step {
    padding-right: 24px
}

.wc-block-components-form .wc-block-components-checkout-step .wc-block-components-checkout-step__heading:after {
    border-left: 1px solid;
    bottom: -1em;
    content: "";
    left: -18px;
    opacity: .3;
    position: absolute;
    top: 2.5em;
}

.wc-block-components-checkout-step--disabled {
    opacity: .6
}

.wc-block-components-checkout-step__container {
    position: relative
}

.wc-block-components-checkout-step__content {
    padding-bottom: 1.5em
}

.wc-block-components-checkout-step__heading {
    align-content: center;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 1em;
    justify-content: space-between;
    margin: .75em 0 1em;
    position: relative;
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading {
    margin-top: 0
}

.wc-block-components-checkout-step__title {
    margin: 0 12px 0 0
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em
}

    .wc-block-components-checkout-step__heading-content a {
        color: inherit;
        font-weight: 700;
    }

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    background: 0 0;
    border: 0;
    border-radius: 0;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "."/"";
    counter-increment: checkout-step;
    left: -18px;
    margin: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    transform: translateX(-50%);
    vertical-align: baseline;
    width: 36px;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    border-left: 1px solid;
    content: "";
    height: 100%;
    left: -18px;
    opacity: .3;
    position: absolute;
    top: 0
}

.wc-block-components-order-summary__content {
    display: table;
    width: 100%
}

.wc-block-components-order-summary-item {
    display: flex;
    font-size: .875em;
    padding-bottom: 1px;
    padding-top: 16px;
    position: relative;
    width: 100%
}

    .wc-block-components-order-summary-item:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .wc-block-components-order-summary-item:first-child {
        padding-top: 0
    }

    .wc-block-components-order-summary-item:last-child > div {
        padding-bottom: 0
    }

    .wc-block-components-order-summary-item:last-child:after {
        display: none
    }

    .wc-block-components-order-summary-item .wc-block-components-product-metadata {
        font-size: 1em
    }

.wc-block-components-order-summary-item__description, .wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top
}

.wc-block-components-order-summary-item__image {
    padding-bottom: 16px;
    position: relative;
    width: 48px;
}

    .wc-block-components-order-summary-item__image > img {
        max-width: 48px;
        width: 48px;
    }

.wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    justify-content: center;
    line-height: 1;
    min-height: 20px;
    min-width: 20px;
    padding: 0 .4em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
    white-space: nowrap;
    z-index: 1
}

.wc-block-components-order-summary-item__description {
    padding-bottom: 16px;
    padding-left: 24px;
    padding-right: 12px;
}

    .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary-item__description p {
        line-height: 1.375;
        margin-top: 4px
    }

.wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-left: auto;
    text-align: right
}

.wc-block-components-order-summary-item__individual-prices {
    display: block
}

.wc-block-components-payment-method-icons {
    display: block;
    margin: 0 0 14px;
    text-align: center;
}

    .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
        display: inline-block;
        height: 24px;
        margin: 0 4px 2px;
        padding: 0;
        vertical-align: middle;
        width: auto;
    }

.wc-block-components-payment-method-icons--align-left {
    text-align: left
}

    .wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
        margin-left: 0;
        margin-right: 8px
    }

.wc-block-components-payment-method-icons--align-right {
    text-align: right
}

    .wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
        margin-left: 8px;
        margin-right: 0;
    }

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon, .is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle
}

    .wc-block-components-payment-method-label--with-icon > img, .wc-block-components-payment-method-label--with-icon > svg {
        margin: -2px 4px 0 0;
        vertical-align: middle;
    }

.is-mobile .wc-block-components-payment-method-label--with-icon > img, .is-mobile .wc-block-components-payment-method-label--with-icon > svg, .is-small .wc-block-components-payment-method-label--with-icon > img, .is-small .wc-block-components-payment-method-label--with-icon > svg {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkout-policies, .wc-block-components-checkout-policies {
    font-size: .75em;
    line-height: 1;
    list-style: none outside;
    margin: 24px 0;
    text-align: center;
}

.wc-block-components-checkout-policies__item {
    display: inline-block;
    list-style: none outside;
    margin: 0;
    padding: 0 .25em;
}

    .wc-block-components-checkout-policies__item:not(:first-child) {
        border-left: 1px solid #ccc
    }

    .wc-block-components-checkout-policies__item > a {
        color: inherit;
        padding: 0 .25em
    }

.wc-block-components-product-badge {
    border: 1px solid;
    border-radius: 2px;
    display: inline-block;
    font-size: .75em;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0
}

    .wc-block-components-product-details.wc-block-components-product-details:last-of-type {
        margin-bottom: 0
    }

    .wc-block-components-product-details.wc-block-components-product-details li {
        margin-left: 0
    }

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
    display: inline-block
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700
}

.wc-block-components-product-metadata {
    font-size: .75em
}

    .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
        margin: .25em 0
    }

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none
}

    .wc-block-components-checkout-return-to-cart-button svg {
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0
}

.wc-block-components-shipping-calculator-address__button {
    margin-top: 1.5em;
    width: 100%;
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .75em;
    padding-top: .75em
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content {
    padding-bottom: 0
}

.wc-block-components-shipping-rates-control__package .wc-block-components-radio-control, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
    padding-bottom: 1em
}

    .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout {
        padding-bottom: 0
    }

.wc-block-components-shipping-rates-control__package-items {
    display: block;
    font-size: .875em;
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-shipping-rates-control__package-item {
    -ms-word-break: break-all;
    display: inline-block;
    margin: 0;
    overflow-wrap: anywhere;
    padding: 0;
    word-break: break-word;
}

    .wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
        content: ", ";
        white-space: pre
    }

.wc-block-components-totals-coupon__form {
    display: flex;
    margin-bottom: .5em;
    width: 100%
}

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
        flex-grow: 1;
        margin-bottom: 0;
        margin-top: 0;
    }

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
        flex-shrink: 0;
        height: 3em;
        margin-left: 8px;
        padding-left: 24px;
        padding-right: 24px;
        white-space: nowrap
    }

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
    color: #4ab866
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
    margin-bottom: 16px
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    flex-basis: 100%;
    text-align: left
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin: 0 0 .75em
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline;
}

    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0;
        opacity: .8
    }

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: inherit;
    text-decoration: underline;
    text-shadow: none;
    text-transform: inherit;
    vertical-align: baseline;
}

    .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0
    }

.wc-block-components-checkbox {
    align-items: center;
    color: inherit;
    display: flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    height: 1em;
    letter-spacing: inherit;
    line-height: inherit;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit;
}

    .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background-color: #fff;
        border: 2px solid #50575e;
        border-radius: 2px;
        font-size: 1em;
        height: 1.5em;
        margin: 0;
        min-height: 24px;
        min-width: 24px;
        overflow: hidden;
        position: static;
        vertical-align: middle;
        width: 1.5em;
    }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
            background: #fff;
            border-color: #50575e
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after, .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
            content: ""
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked) + .wc-block-components-checkbox__mark {
            display: none
        }

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.6);
}

    .has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
        background: rgba(0,0,0,.1);
        border-color: hsla(0,0%,100%,.6)
    }

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    height: 1.125em;
    left: .1875em;
    position: absolute;
    top: -.125em;
    width: 1.125em;
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff
}

.wc-block-components-checkbox .wc-block-components-checkbox__label {
    padding-left: 16px;
    vertical-align: middle
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-checkbox__mark {
        display: none
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox], .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative
}

    .theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked, .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
        background-color: #fff;
        border-color: var(--form--border-color)
    }

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none
}

.editor-styles-wrapper .wc-block-components-checkbox-list, .wc-block-components-checkbox-list {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

    .editor-styles-wrapper .wc-block-components-checkbox-list li, .wc-block-components-checkbox-list li {
        list-style: none outside;
        margin: 0 0 4px;
        padding: 0;
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button, .editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button, .wc-block-components-checkbox-list li.show-less button, .wc-block-components-checkbox-list li.show-more button {
            background: 0 0;
            border: none;
            cursor: pointer;
            padding: 0;
            text-decoration: underline;
        }

    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        border: 0 !important;
        box-shadow: none;
        color: var(--global--color-primary,#e0e0e0) !important;
        max-width: 100%;
        outline: 0 !important;
        pointer-events: none;
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *, .wc-block-components-checkbox-list.is-loading li > * {
            visibility: hidden
        }

@media screen and (prefers-reduced-motion:reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-chip {
    align-items: center;
    border: 0;
    border-radius: 0;
    color: inherit;
    display: inline-flex;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    line-height: 1;
    margin: 0 .365em .365em 0;
    max-width: 100%;
    padding: .125em .5em .25em;
    text-decoration: inherit;
    text-transform: inherit;
}

    .wc-block-components-chip, .wc-block-components-chip:active, .wc-block-components-chip:focus, .wc-block-components-chip:hover {
        background: #e0e0e0;
        color: #1e1e1e
    }

        .wc-block-components-chip.wc-block-components-chip--radius-small {
            border-radius: 3px
        }

        .wc-block-components-chip.wc-block-components-chip--radius-medium {
            border-radius: .433em
        }

        .wc-block-components-chip.wc-block-components-chip--radius-large {
            border-radius: 2em;
            padding-left: .75em;
            padding-right: .75em
        }

        .wc-block-components-chip .wc-block-components-chip__text {
            flex-grow: 1
        }

        .wc-block-components-chip.is-removable {
            padding-right: .5em
        }

            .wc-block-components-chip.is-removable .wc-block-components-chip__text {
                padding-right: .25em
            }

        .wc-block-components-chip .wc-block-components-chip__remove {
            -moz-appearance: none;
            -webkit-appearance: none;
            appearance: none;
            background: 0 0;
            border: 0;
            font-size: .75em;
            padding: 0
        }

        .wc-block-components-chip .wc-block-components-chip__remove-icon {
            vertical-align: middle
        }

.wc-block-components-chip__remove:focus, .wc-block-components-chip__remove:hover, button.wc-block-components-chip:focus > .wc-block-components-chip__remove, button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
    fill: #cc1818
}

.wc-block-components-chip__remove:disabled, button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
    cursor: not-allowed;
    fill: #949494;
}

.wc-block-components-country-input {
    margin-top: 1.5em
}

.wc-block-components-dropdown-selector {
    max-width: 300px;
    position: relative;
    width: 100%
}

.wc-block-components-dropdown-selector__input-wrapper {
    align-items: center;
    background: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    padding: 2px 8px
}

.is-disabled .wc-block-components-dropdown-selector__input-wrapper {
    background-color: #e0e0e0
}

.is-multiple.has-checked > .wc-block-components-dropdown-selector__input-wrapper {
    padding: 2px 4px
}

.is-open > .wc-block-components-dropdown-selector__input-wrapper {
    border-radius: 4px 4px 0 0
}

.wc-block-components-dropdown-selector__input {
    font-size: .875em;
    line-height: 1.2857142857;
    margin: .1875em 0;
    min-width: 0;
    padding: .1875em 0
}

.is-single .wc-block-components-dropdown-selector__input {
    width: 100%
}

    .is-single .wc-block-components-dropdown-selector__input:active, .is-single .wc-block-components-dropdown-selector__input:focus, .is-single .wc-block-components-dropdown-selector__input:hover {
        outline: 0
    }

.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
    margin-bottom: 1.5px;
    margin-top: 1.5px
}

.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input {
    -webkit-clip-path: inset(50%);
    border: 0;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.is-multiple .wc-block-components-dropdown-selector__input {
    flex: 1;
    min-width: 0
}

.is-multiple .wc-block-components-dropdown-selector__input, .is-single .wc-block-components-dropdown-selector__input:first-child {
    background: 0 0;
    border: 0
}

    .is-multiple .wc-block-components-dropdown-selector__input:active, .is-multiple .wc-block-components-dropdown-selector__input:focus, .is-multiple .wc-block-components-dropdown-selector__input:hover, .is-single .wc-block-components-dropdown-selector__input:first-child:active, .is-single .wc-block-components-dropdown-selector__input:first-child:focus, .is-single .wc-block-components-dropdown-selector__input:first-child:hover {
        outline: 0
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none
}

    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover {
        background-color: transparent;
        text-decoration: none
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value {
    align-items: center;
    color: #757575;
    display: inline-flex;
    font-size: .875em;
    margin: .1875em 0;
    padding: .1875em 0;
    width: 100%
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
    flex-grow: 1;
    line-height: 1.2857142857;
    padding: 0;
    text-align: left
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    display: inline-block;
    line-height: 1;
    padding: 0 0 0 .3em
}

    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove > svg {
        display: block
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
    font-size: .875em;
    line-height: 1.2857142857;
    margin-bottom: .1875em;
    margin-top: .1875em;
}

.wc-block-components-dropdown-selector__list {
    background-color: #fff;
    left: 0;
    margin: -1px 0 0;
    max-height: 300px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1
}

    .wc-block-components-dropdown-selector__list:not(:empty) {
        border: 1px solid #9f9f9f
    }

.wc-block-components-dropdown-selector__list-item {
    color: #757575;
    cursor: default;
    font-size: .875em;
    list-style: none;
    margin: 0;
    padding: 0 4px
}

    .wc-block-components-dropdown-selector__list-item.is-selected {
        background-color: #ddd
    }

    .wc-block-components-dropdown-selector__list-item.is-highlighted, .wc-block-components-dropdown-selector__list-item:active, .wc-block-components-dropdown-selector__list-item:focus, .wc-block-components-dropdown-selector__list-item:hover {
        background-color: #00669e;
        color: #fff
    }

.wc-block-components-filter-submit-button {
    display: block;
    margin-left: auto;
    white-space: nowrap
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%
}

.wc-block-components-loading-mask {
    min-height: 34px;
    position: relative;
}

    .wc-block-components-loading-mask .components-spinner {
        left: 50%;
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%)
    }

.wc-block-components-loading-mask__children {
    opacity: .5
}

.wc-block-components-pagination {
    margin: 0 auto 16px
}

.wc-block-components-pagination__ellipsis, .wc-block-components-pagination__page {
    color: #333;
    display: inline-block;
    font-size: 1em;
    font-weight: 400
}

.wc-block-components-pagination__page {
    border-color: transparent;
    min-width: 2.2em;
    padding: .3em .6em;
}

@media(max-width:782px) {
    .wc-block-components-pagination__page {
        min-width: 1.6em;
        padding: .1em .2em;
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent
}

.wc-block-components-pagination__ellipsis {
    padding: .3em
}

@media(max-width:782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important
}

    .wc-block-components-pagination__page--active[disabled]:focus, .wc-block-components-pagination__page--active[disabled]:hover {
        background-color: inherit;
        color: #333;
        opacity: 1 !important
    }

.wc-block-components-price-slider {
    margin-bottom: 24px
}

    .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
        justify-content: flex-end
    }

        .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
            margin-left: 0;
            margin-right: 10px
        }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        border: 0 !important;
        box-shadow: none;
        color: var(--global--color-primary,#e0e0e0) !important;
        max-width: 100%;
        outline: 0 !important;
        pointer-events: none;
    }

        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none
}

.wc-block-components-price-slider__range-input-wrapper {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    background: #e1e1e1;
    border: 0;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    clear: both;
    height: 9px;
    margin: 15px 0;
    outline: none;
    padding: 0;
    position: relative;
}

.wc-block-components-price-slider__range-input-progress {
    background: var(--track-background);
    height: 9px;
    left: 0;
    position: absolute;
    top: 0;
    --track-background: linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    width: 100%;
}

.wc-block-components-price-slider__controls {
    display: flex
}

    .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
        border-radius: 4px;
        margin: 0;
        max-width: 100px;
        min-width: 0;
        width: auto;
    }

        .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
            margin-right: 10px
        }

        .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
            margin-left: auto
        }

.wc-block-components-price-slider__range-input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: 0 0;
    border: 0;
    display: block;
    height: 0;
    left: 0;
    margin: 0;
    outline: none;
    outline: none !important;
    padding: 0;
    pointer-events: none;
    position: relative;
    position: absolute;
    top: 0;
    width: 100%;
}

    .wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        cursor: default;
        height: 1px;
        outline: 0;
    }

    .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
        -moz-appearance: none;
        -webkit-appearance: none;
        -webkit-transition: transform .2s ease-in-out;
        appearance: none;
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E_2523clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-position: 0 0;
        border: 0;
        cursor: pointer;
        height: 23px;
        margin: -6px 0 0;
        padding: 0;
        pointer-events: auto;
        transition: transform .2s ease-in-out;
        vertical-align: top;
        width: 28px;
        z-index: 20;
    }

        .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1)
        }

    .wc-block-components-price-slider__range-input::-webkit-slider-progress {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: 0 0;
        border: 0;
        margin: 0;
        outline: none;
        padding: 0;
    }

    .wc-block-components-price-slider__range-input::-moz-focus-outer {
        border: 0
    }

    .wc-block-components-price-slider__range-input::-moz-range-track {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        cursor: default;
        height: 1px;
        outline: 0;
    }

    .wc-block-components-price-slider__range-input::-moz-range-progress {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: 0 0;
        border: 0;
        margin: 0;
        outline: none;
        padding: 0;
    }

    .wc-block-components-price-slider__range-input::-moz-range-thumb {
        -moz-appearance: none;
        -moz-transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E_2523clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-position: 0 0;
        border: 0;
        cursor: pointer;
        height: 23px;
        margin: 0;
        padding: 0;
        pointer-events: auto;
        transition: transform .2s ease-in-out;
        vertical-align: top;
        width: 28px;
        z-index: 20;
    }

        .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1)
        }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        -moz-appearance: none;
        -ms-transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
        background-color: transparent;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E_2523clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        background-position: 0 0;
        border: 0;
        cursor: pointer;
        height: 23px;
        margin: 0;
        padding: 0;
        pointer-events: auto;
        transition: transform .2s ease-in-out;
        vertical-align: top;
        width: 28px;
        z-index: 20;
    }

        .wc-block-components-price-slider__range-input::-ms-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1)
        }

    .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
        background-position-y: -23px;
        transform: scale(1.1)
    }

    .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
        background-position-y: -23px;
        transform: scale(1.1)
    }

    .wc-block-components-price-slider__range-input:focus::-ms-thumb {
        background-position-y: -23px;
        transform: scale(1.1)
    }

    .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
        z-index: 21
    }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
            background-position-x: left;
            margin-left: -2px;
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
            background-position-x: left;
            transform: translate(-2px,4px)
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
            background-position-x: left
        }

    .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
        z-index: 20
    }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
            background-position-x: right;
            margin-left: 2px
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
            background-position-x: right;
            transform: translate(2px,4px)
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
            background-position-x: right
        }

.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background: linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color: #af7dd1;
    background: var(--track-background)
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        top: 7px;
        width: 100%;
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

        .wc-block-components-price-slider__range-input::-ms-track {
            background: 0 0;
            border-color: transparent;
            border-width: 7px 0;
            color: transparent
        }

        .wc-block-components-price-slider__range-input::-ms-fill-lower {
            background: #e1e1e1;
            box-shadow: inset 0 0 0 1px #b8b8b8
        }

        .wc-block-components-price-slider__range-input::-ms-fill-upper {
            background: 0 0
        }

        .wc-block-components-price-slider__range-input::-ms-tooltip {
            display: none
        }

        .wc-block-components-price-slider__range-input::-ms-thumb {
            pointer-events: auto;
            transform: translate(1px);
        }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        border: 0 !important;
        box-shadow: none;
        color: var(--global--color-primary,#e0e0e0) !important;
        max-width: 100%;
        outline: 0 !important;
        pointer-events: none;
    }

        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }
}

@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

@supports(-ms-ime-align:auto) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        top: 7px;
        width: 100%;
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto
    }

        .wc-block-components-price-slider__range-input::-ms-track {
            background: 0 0;
            border-color: transparent;
            border-width: 7px 0;
            color: transparent
        }

        .wc-block-components-price-slider__range-input::-ms-fill-lower {
            background: #e1e1e1;
            box-shadow: inset 0 0 0 1px #b8b8b8
        }

        .wc-block-components-price-slider__range-input::-ms-fill-upper {
            background: 0 0
        }

        .wc-block-components-price-slider__range-input::-ms-tooltip {
            display: none
        }

        .wc-block-components-price-slider__range-input::-ms-thumb {
            pointer-events: auto;
            transform: translate(1px);
        }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        border: 0 !important;
        box-shadow: none;
        color: var(--global--color-primary,#e0e0e0) !important;
        max-width: 100%;
        outline: 0 !important;
        pointer-events: none;
    }

        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden
        }

    @media screen and (prefers-reduced-motion:reduce) {
        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none
        }
    }

    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none
    }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    background: 0 0;
    border: 3px solid;
    box-sizing: border-box
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    --range-color: currentColor;
    margin: -3px
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
    background: 0 0;
    margin: -3px;
    width: calc(100% + 6px)
}

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
        filter: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
        margin-top: -9px
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
        transform: translate(2px,1px)
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
        transform: translate(-2px,1px)
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
        border-color: transparent !important
    }

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
        border: 0;
        height: auto;
        height: 50px;
        position: relative;
    }

    .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
        display: none
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input {
        height: 100%;
        margin: 0;
        width: 100%
    }
}

.wc-block-components-product-sort-select {
    margin-bottom: 24px;
    text-align: left
}

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

    to {
        transform: rotate(1turn)
    }
}

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

    to {
        transform: rotate(1turn)
    }
}

.wc-block-grid {
    text-align: center
}

.wc-block-grid__no-products {
    padding: 40px;
    text-align: center;
    width: 100%
}

    .wc-block-grid__no-products .wc-block-grid__no-products-image {
        color: inherit;
        display: block;
        margin: 0 auto 1em;
        max-width: 150px;
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-title {
        display: block;
        font-weight: 700;
        margin: 0;
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-description {
        display: block;
        margin: .25em 0 1em
    }

.wc-block-grid__products {
    background-clip: padding-box;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px 16px;
    padding: 0;
}

.wc-block-grid__product {
    border-bottom: 16px solid transparent;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    box-sizing: border-box;
    float: none;
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
    width: auto;
}

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product, .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column
}

    .theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child, .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
        margin-bottom: 0;
        margin-top: auto;
        padding-bottom: 12px
    }

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product, .wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.33333%;
    max-width: 33.3333333333%
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.66667%;
    max-width: 16.6666666667%
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.28571%;
    max-width: 14.2857142857%
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em
}

@media(max-width:480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        padding: 0
    }
}

@media(min-width:481px)and (max-width:600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        margin: 0 0 24px;
        max-width: 50%;
        padding: 0;
    }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px
        }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px
        }

            .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) .wc-block-grid__product-onsale {
                left: 8px
            }
}

.wc-block-components-product-name {
    -ms-word-break: break-all;
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: left
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: right
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em
}

.is-loading .wc-block-components-product-price:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    content: ".";
    display: inline-block;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
    width: 5em
}

    .is-loading .wc-block-components-product-price:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-components-quantity-selector {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-sizing: content-box;
    display: flex;
    margin: 0 0 .25em;
    width: 107px;
}

.has-dark-controls .wc-block-components-quantity-selector {
    background-color: transparent;
    border-color: hsla(0,0%,100%,.4)
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    -moz-appearance: textfield;
    background: 0 0;
    border: 0;
    box-shadow: none;
    color: #000;
    flex: 1 1 auto;
    font-size: 1em;
    line-height: 1;
    margin: 0;
    min-width: 40px;
    order: 2;
    padding: .4em 0;
    text-align: center;
    vertical-align: middle;
}

    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
        background: #f0f0f0;
        outline: 1px solid #ddd
    }

    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
        color: #949494
    }

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    background: 0 0;
    color: #fff;
}

    .has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
        background: 0 0
    }

    .has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
        color: hsla(0,0%,100%,.3)
    }

.wc-block-components-quantity-selector input::-webkit-inner-spin-button, .wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    background: none transparent;
    border: 0;
    box-shadow: none;
    color: #1e1e1e;
    cursor: pointer;
    font-size: 1em;
    font-style: normal;
    margin: 0;
    min-width: 30px;
    padding: 0;
    text-align: center;
    text-decoration: none
}

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
        outline: 2px solid #ddd
    }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
        background: none transparent;
        border: 0;
        box-shadow: none;
        color: #1e1e1e;
        margin: 0;
        padding: 0;
    }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:focus {
            outline: 2px solid #ddd
        }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
        background: none transparent;
        border: 0;
        box-shadow: none;
        color: #949494;
        cursor: default;
        margin: 0;
        padding: 0;
    }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled:focus {
            outline: 2px solid #ddd
        }

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    color: #fff
}

    .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
        color: hsla(0,0%,100%,.3)
    }

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
    order: 1
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
    order: 3
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent
}

.wc-block-components-radio-control__option {
    color: inherit;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 1em 0;
    padding: 0 0 0 2.5em;
    position: relative;
    text-decoration: inherit;
    text-transform: inherit;
}

    .wc-block-components-radio-control__option:first-child {
        margin-top: 0
    }

    .wc-block-components-radio-control__option:last-child {
        margin-bottom: 0
    }

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none
}

.wc-block-components-radio-control__description-group, .wc-block-components-radio-control__label-group {
    display: table-row
}

    .wc-block-components-radio-control__description-group > span, .wc-block-components-radio-control__label-group > span {
        display: table-cell
    }

    .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
        min-width: 50%;
        text-align: right;
    }

.wc-block-components-radio-control__label, .wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem,24px)
}

.wc-block-components-radio-control__description, .wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    display: inline-block;
    height: 1.5em;
    left: 0;
    min-height: 24px;
    min-width: 24px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5em;
}

    .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #000;
        border-radius: 50%;
        content: "";
        display: block;
        height: .75em;
        left: 50%;
        margin: 0;
        min-height: 12px;
        min-width: 12px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: .75em
    }

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.6);
}

    .has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #fff
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px
}

    .theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background-color: var(--form--color-text)
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none
}

.is-loading .wc-block-components-review-list-item__text {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    display: block;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
    width: 60%
}

    .is-loading .wc-block-components-review-list-item__text > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__text:after {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    font-size: 1em;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
    width: 80px
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
    content: " "
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product, .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
    display: none
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    height: 1em;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
    width: 120px
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
    content: " "
}

.editor-styles-wrapper .wc-block-components-review-list-item__item, .wc-block-components-review-list-item__item {
    list-style: none;
    margin: 0 0 48px;
}

.wc-block-components-review-list-item__info {
    -ms-grid-columns: 1fr;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr;
    margin-bottom: 24px
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1
}

.has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: 64px 1fr;
    grid-template-columns: 64px 1fr
}

.has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2
}

.wc-block-components-review-list-item__image {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    align-items: center;
    display: flex;
    grid-column: 1;
    grid-row: 1/3;
    height: 48px;
    justify-content: center;
    position: relative;
    width: 48px
}

    .wc-block-components-review-list-item__image > img {
        display: block;
        height: auto;
        max-height: 100%;
        max-width: 100%;
        width: auto
    }

.wc-block-components-review-list-item__verified {
    bottom: -7px;
    height: 21px;
    line-height: 21px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    right: -7px;
    text-indent: 21px;
    width: 21px;
}

    .wc-block-components-review-list-item__verified:before {
        background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E_2523a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
        content: "";
        display: block;
        height: 21px;
        width: 21px;
    }

.wc-block-components-review-list-item__meta {
    align-items: center;
    display: flex;
    flex-flow: row wrap
}

    .wc-block-components-review-list-item__meta:after {
        content: "";
        flex-basis: 100%;
        order: 3;
    }

.wc-block-components-review-list-item__author, .wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    margin-right: 8px;
    order: 1;
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
        color: grey;
        font-weight: 400;
        order: 4
    }

.wc-block-components-review-list-item__published-date {
    color: grey;
    order: 5
}

.wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    border-right: 1px solid #ddd;
    content: "";
    display: inline-block;
    height: 1em;
    margin-right: 8px;
    vertical-align: middle
}

.wc-block-components-review-list-item__author:first-child + .wc-block-components-review-list-item__published-date:before, .wc-block-components-review-list-item__rating + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    display: none
}

.wc-block-components-review-list-item__rating {
    order: 2
}

    .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
        display: inline-block;
        font-family: star;
        font-size: 1em;
        font-weight: 400;
        height: 1.618em;
        line-height: 1.618;
        overflow: hidden;
        position: relative;
        top: 0;
        vertical-align: top;
        width: 5.3em;
    }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
            content: "SSSSS";
            float: left;
            left: 0;
            opacity: .25;
            position: absolute;
            top: 0;
        }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
            float: left;
            left: 0;
            overflow: hidden;
            padding-top: 1.5em;
            position: absolute;
            top: 0;
        }

            .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
                color: #e6a237;
                content: "SSSSS";
                left: 0;
                position: absolute;
                top: 0;
            }

.editor-styles .wc-block-components-review-list, .wc-block-components-review-list {
    margin: 0
}

.wc-block-components-review-sort-select {
    text-align: right
}

.wc-block-components-form .wc-block-components-select, .wc-block-components-select {
    height: 3em;
    position: relative
}

    .wc-block-components-form .wc-block-components-select label.components-custom-select-control__label, .wc-block-components-select label.components-custom-select-control__label {
        color: inherit;
        color: #757575;
        font-family: inherit;
        font-size: inherit;
        font-size: 1em;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        line-height: 1.375;
        margin: 0 0 0 17px;
        max-width: calc(100% - 32px);
        overflow: hidden;
        position: absolute;
        text-decoration: inherit;
        text-overflow: ellipsis;
        text-transform: inherit;
        transform: translateY(.75em);
        transform-origin: top left;
        transition: all .2s ease;
        white-space: nowrap;
        z-index: 1;
    }

.has-dark-controls .wc-block-components-form .wc-block-components-select label.components-custom-select-control__label, .has-dark-controls .wc-block-components-select label.components-custom-select-control__label {
    color: hsla(0,0%,100%,.6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-form .wc-block-components-select label.components-custom-select-control__label, .wc-block-components-select label.components-custom-select-control__label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-select.is-active label, .wc-block-components-select.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button, .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:active, .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:focus, .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:hover, .wc-block-components-select.has-error .components-custom-select-control__button, .wc-block-components-select.has-error .components-custom-select-control__button:active, .wc-block-components-select.has-error .components-custom-select-control__button:focus, .wc-block-components-select.has-error .components-custom-select-control__button:hover {
    border-color: #cc1818
}

    .wc-block-components-form .wc-block-components-select.has-error .components-custom-select-control__button:focus, .wc-block-components-select.has-error .components-custom-select-control__button:focus {
        outline: 1px dotted #cc1818;
        outline-offset: 2px
    }

.wc-block-components-form .wc-block-components-select.has-error label, .wc-block-components-select.has-error label {
    color: #cc1818
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__button, .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:hover, .wc-block-components-select .components-custom-select-control__button, .wc-block-components-select .components-custom-select-control__button:active, .wc-block-components-select .components-custom-select-control__button:focus, .wc-block-components-select .components-custom-select-control__button:hover {
    background: #fff;
    border-radius: 4px;
    box-shadow: none;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    font-weight: 400;
    height: 3em;
    letter-spacing: inherit;
    line-height: 1;
    opacity: 1;
    overflow: hidden;
    padding: 1.5em 16px .25em;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap;
    width: 100%;
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:active, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:focus, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button:hover, .has-dark-controls .wc-block-components-select .components-custom-select-control__button, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:active, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:focus, .has-dark-controls .wc-block-components-select .components-custom-select-control__button:hover {
    background: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__button-icon, .wc-block-components-select .components-custom-select-control__button-icon {
    right: 12px
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__button-icon, .has-dark-controls .wc-block-components-select .components-custom-select-control__button-icon {
    fill: #fff
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__menu, .wc-block-components-select .components-custom-select-control__menu {
    background-color: #fff;
    color: #2b2d2f;
    margin: 0;
    max-height: 300px;
    overflow: auto;
}

    .wc-block-components-form .wc-block-components-select .components-custom-select-control__menu:empty, .wc-block-components-select .components-custom-select-control__menu:empty {
        display: none
    }

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__menu, .has-dark-controls .wc-block-components-select .components-custom-select-control__menu {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__item, .wc-block-components-select .components-custom-select-control__item {
    font-size: 1em;
    margin-left: 0;
    padding-left: 16px
}

.has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item.is-highlighted, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item:focus, .has-dark-controls .wc-block-components-form .wc-block-components-select .components-custom-select-control__item:hover, .has-dark-controls .wc-block-components-select .components-custom-select-control__item.is-highlighted, .has-dark-controls .wc-block-components-select .components-custom-select-control__item:focus, .has-dark-controls .wc-block-components-select .components-custom-select-control__item:hover {
    background-color: rgba(0,0,0,.4)
}

.wc-block-components-form .wc-block-components-select .components-custom-select-control__item-icon, .wc-block-components-select .components-custom-select-control__item-icon {
    display: none
}

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .components-custom-select-control__button {
    background-color: #fff;
    color: #2b2d2f
}

.theme-twentytwentyone.is-dark-theme .has-dark-controls .components-custom-select-control__item {
    color: #fff
}

.theme-twentytwentyone.is-dark-theme .components-custom-select-control__item {
    color: #2b2d2f
}

.theme-twentyseventeen.theme-twentyseventeen.theme-twentyseventeen .components-custom-select-control__button {
    background-color: #fff;
    color: #2b2d2f
}

.theme-twentyseventeen.theme-twentyseventeen.theme-twentyseventeen .has-dark-controls .components-custom-select-control__button {
    background-color: #1e1e1e;
    color: #fff
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative
}

    .wc-block-components-sidebar-layout .wc-block-components-main {
        box-sizing: border-box;
        margin: 0;
        padding-right: 3.7735849057%;
        width: 65%
    }

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2.2641509434%;
    width: 35%
}

    .wc-block-components-sidebar .wc-block-components-panel > h2 {
        border: 0;
        border-radius: 0;
        font-size: 1em;
        margin: 0;
        padding: 0;
        vertical-align: baseline
    }

.is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px
}

    .is-medium.wc-block-components-sidebar-layout .wc-block-components-main, .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-small.wc-block-components-sidebar-layout .wc-block-components-main, .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
        padding: 0;
        width: 100%
    }

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px
}

.wc-block-components-sidebar .wc-block-components-panel > h2 {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit
}

    .wc-block-components-sidebar .wc-block-components-panel > h2 .wc-block-components-panel__button {
        font-weight: 400
    }

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel > h2 {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline
}

.wc-block-components-sort-select {
    margin-bottom: 12px
}

.wc-block-components-sort-select__label {
    display: inline-block;
    font-weight: 400;
    margin-right: 12px;
}

.wc-block-components-sort-select__select {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.wc-block-components-state-input {
    margin-top: 1.5em
}

.wc-block-components-tabs .wc-block-components-tabs__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
}

    .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item {
        background: 0 0;
        border: none;
        border-radius: 0;
        box-shadow: inset 0 -1px currentColor;
        color: inherit;
        flex: auto;
        outline-offset: -1px;
        padding: 12px 16px;
        text-align: center;
        transition: box-shadow .1s linear;
    }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item.is-active {
            box-shadow: inset 0 -3px currentColor;
            font-weight: 600;
            position: relative
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:focus {
            outline: 1px dotted currentColor;
            outline-offset: -1px;
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:active, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:hover {
            background: 0 0
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content {
            display: inline-block;
            font-size: 1em;
            font-weight: 700;
            line-height: 1;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
        }

            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > img, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > svg {
                height: 1.2em;
                margin: .2em 0 -.2em;
                vertical-align: middle;
            }

            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
                margin: .2em 0 -.2em
            }

                .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
                    height: 1.2em;
                    vertical-align: middle
                }

.wc-block-components-tabs .wc-block-components-tabs__content {
    padding: 16px 0;
    text-transform: none
}

.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
    margin-top: 1.5em;
    position: relative;
    white-space: nowrap
}

    .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
        color: inherit;
        color: #757575;
        cursor: text;
        font-family: inherit;
        font-size: inherit;
        font-size: 1em;
        font-style: inherit;
        font-weight: inherit;
        left: 0;
        letter-spacing: inherit;
        line-height: inherit;
        line-height: 1.375;
        margin: 0 0 0 17px;
        max-width: calc(100% - 32px);
        overflow: hidden;
        position: absolute;
        text-decoration: inherit;
        text-overflow: ellipsis;
        text-transform: inherit;
        top: 0;
        transform: translateY(.75em);
        transform-origin: top left;
        transition: transform .2s ease;
    }

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label, .has-dark-controls .wc-block-components-text-input label {
    color: hsla(0,0%,100%,.6)
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
        transition: none
    }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-text-input input:-webkit-autofill + label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75)
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    box-sizing: border-box;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    height: 3em;
    line-height: 1.375;
    margin: 0;
    min-height: 0;
    padding: .75em 16px;
    width: 100%;
}

    .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {
        background-color: #fff;
        color: #2b2d2f
    }

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url], .has-dark-controls .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

    .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .has-dark-controls .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-text-input input[type=number]:focus, .has-dark-controls .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-text-input input[type=url]:focus {
        background-color: rgba(0,0,0,.1);
        color: #fff
    }

.wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=number] {
    -moz-appearance: textfield
}

    .wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button, .wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button, .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button, .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0
    }

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0 .25em 16px
}

.wc-block-components-form .wc-block-components-text-input.has-error input, .wc-block-components-form .wc-block-components-text-input.has-error input:active, .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-form .wc-block-components-text-input.has-error input:hover, .wc-block-components-text-input.has-error input, .wc-block-components-text-input.has-error input:active, .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818
}

    .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:focus {
        outline: 1px dotted #cc1818;
        outline-offset: 2px
    }

.wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label {
    color: #cc1818
}

.wc-block-components-form .wc-block-components-text-input:only-child, .wc-block-components-text-input:only-child {
    margin-top: 0
}

.wc-block-components-textarea {
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    font-size: 1em;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff
}

    .has-dark-controls .wc-block-components-textarea::-moz-placeholder {
        color: hsla(0,0%,100%,.6)
    }

    .has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
        color: hsla(0,0%,100%,.6)
    }

    .has-dark-controls .wc-block-components-textarea::placeholder {
        color: hsla(0,0%,100%,.6)
    }

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    color: #fff
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title, .wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    font-size: 1.25em;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    word-break: break-word
}

.wc-block-components-notices {
    display: block;
    margin-bottom: 2em
}

    .wc-block-components-notices .wc-block-components-notices__notice {
        display: flex;
        flex-wrap: nowrap;
        margin: 0;
    }

        .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
            background: transparent none;
            border: 0;
            color: currentColor;
            margin: 0 0 0 auto;
            outline: 0;
            padding: 0;
        }

            .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
                fill: currentColor;
                vertical-align: text-top
            }

        .wc-block-components-notices .wc-block-components-notices__notice + .wc-block-components-notices__notice {
            margin-top: 1em
        }

.wc-block-components-notices__snackbar {
    bottom: 20px;
    left: 16px;
    position: fixed;
    width: auto
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar {
        bottom: auto;
        left: 0;
        position: fixed;
        top: 10px;
    }
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-left: 10px;
        margin-right: 10px
    }
}

.wc-block-components-validation-error {
    color: #cc1818;
    font-size: .75em;
    max-width: 100%;
    position: absolute;
    top: calc(100% - 1px);
    white-space: normal
}

    .wc-block-components-validation-error > p {
        align-items: center;
        display: flex;
        line-height: 12px;
        margin: 0;
        min-height: 24px;
        padding: 0
    }

.wc-block-components-select + .wc-block-components-validation-error {
    margin-bottom: 24px
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px
}

.wc-block-cart__submit {
    position: relative
}

.wc-block-cart__submit-container {
    padding-bottom: 16px
}

.wc-block-cart__submit-button {
    margin: 0 0 16px;
    width: 100%;
}

    .wc-block-cart__submit-button:last-child {
        margin-bottom: 0
    }

.is-medium .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky), .is-mobile .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky), .is-small .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky) {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0
}

@media(min-width:783px) {
    .wc-block-cart__submit-container--sticky {
        display: none
    }
}

@media(max-width:782px) {
    .wc-block-cart__submit-container--sticky {
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999
    }

        .wc-block-cart__submit-container--sticky:before {
            box-shadow: 0 -10px 20px 10px currentColor;
            color: hsla(0,0%,80%,.5);
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0
        }
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
    font-size: inherit
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
    margin-top: 0
}

table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
    background: none !important;
    border: 0;
    margin: 0
}

.editor-styles-wrapper table.wc-block-cart-items, table.wc-block-cart-items {
    width: 100%
}

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
        font-size: .75em;
        text-transform: uppercase
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
            width: 100px
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
            visibility: hidden
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
            text-align: right;
            width: 100px;
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
        margin: 0;
        width: 100%;
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        background: 0 0;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        color: inherit;
        display: inline;
        font-family: inherit;
        font-size: inherit;
        font-size: .75em;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        margin: 0;
        padding: 0;
        text-decoration: inherit;
        text-decoration: underline;
        text-shadow: none;
        text-transform: inherit;
        text-transform: none;
        vertical-align: baseline;
        white-space: nowrap
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
            background: 0 0
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        display: block;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        font-size: 1em;
        line-height: inherit;
        text-align: right;
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
        margin-bottom: .75em
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled, table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
        opacity: .5;
        pointer-events: none;
        transition: opacity .2s ease
    }

.wc-block-cart .wc-block-components-totals-footer-item, .wc-block-cart .wc-block-components-totals-taxes {
    margin: 0;
    padding: .75em 0;
    position: relative;
}

    .wc-block-cart .wc-block-components-totals-footer-item:after, .wc-block-cart .wc-block-components-totals-taxes:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-cart .wc-block-components-totals-footer-item {
    position: relative
}

    .wc-block-cart .wc-block-components-totals-footer-item:after {
        border-style: solid;
        border-width: 1px 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    display: inline-block;
    max-width: 100%;
    min-width: 84px;
    outline: 0 !important;
    pointer-events: none;
}

    .wc-block-cart--is-loading h2 span > *, .wc-block-cart--is-loading th span > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading h2 span:after, .wc-block-cart--is-loading th span:after {
    content: " "
}

.wc-block-cart--is-loading h2 span {
    min-width: 33%
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > * > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image > *, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__price, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    display: inline-block;
    max-width: 100%;
    min-width: 84px;
    outline: 0 !important;
    pointer-events: none;
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-name:after {
    content: " "
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product-metadata {
    margin-top: .25em;
    min-width: 8em
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__remove-link {
    visibility: hidden
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image a {
    display: block
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price {
    display: block;
    margin-top: .25em;
    max-width: 3em;
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__individual-price:after {
        content: " "
    }

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total > div, .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total > span {
    display: none
}

.wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price {
    display: block
}

    .wc-block-cart--is-loading .wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-cart-item__price:after {
        content: " "
    }

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    max-width: 100%;
    min-height: 460px;
    outline: 0 !important;
    pointer-events: none;
}

    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
}

    .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
        margin-top: 4px
    }

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small .wc-block-cart-item__total .wc-block-components-sale-badge, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none
}

.is-medium table.wc-block-cart-items td, .is-mobile table.wc-block-cart-items td, .is-small table.wc-block-cart-items td {
    padding: 0
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    -ms-grid-columns: 80px 132px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 80px 132px;
    padding: 16px 0;
    position: relative;
}

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row:after, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:after, .is-small table.wc-block-cart-items .wc-block-cart-items__row:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        -ms-grid-column: 1;
        -ms-grid-row: 1;
        grid-column-start: 1;
        grid-row-start: 1;
        padding-right: 16px
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
        -ms-grid-column: 2;
        -ms-grid-column-align: stretch;
        -ms-grid-column-span: 2;
        -ms-grid-row: 1;
        grid-column-end: 4;
        grid-column-start: 2;
        grid-row-start: 1;
        justify-self: stretch;
        padding: 0 16px 16px 0
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
        -ms-grid-column: 1;
        -ms-grid-row: 2;
        -ms-grid-row-align: end;
        align-self: end;
        grid-column-start: 1;
        grid-row-start: 2;
        padding-right: 16px;
        padding-top: 16px;
        vertical-align: bottom;
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        -ms-grid-row: 1;
        grid-row-start: 1
    }

        .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
            display: inline-block
        }

.is-large.wc-block-cart .wc-block-cart-items {
    position: relative
}

    .is-large.wc-block-cart .wc-block-cart-items:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .is-large.wc-block-cart .wc-block-cart-items th {
        padding: .25rem 16px .25rem 0;
        white-space: nowrap
    }

    .is-large.wc-block-cart .wc-block-cart-items td {
        padding: 16px 0 16px 16px;
        position: relative;
        vertical-align: top
    }

        .is-large.wc-block-cart .wc-block-cart-items td:after {
            border-style: solid;
            border-width: 1px 0 0;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0
        }

    .is-large.wc-block-cart .wc-block-cart-items th:last-child {
        padding-right: 0
    }

    .is-large.wc-block-cart .wc-block-cart-items td:last-child {
        padding-right: 16px
    }

.is-large.wc-block-cart .wc-block-components-radio-control__input {
    left: 0
}

.is-large.wc-block-cart .wc-block-cart__totals-title {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: inherit;
    display: inline;
    display: block;
    font-family: inherit;
    font-size: inherit;
    font-size: .75em;
    font-style: inherit;
    font-weight: inherit;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: inherit;
    margin: 0;
    padding: .25rem 0;
    position: relative;
    text-align: right;
    text-decoration: inherit;
    text-transform: inherit;
    text-transform: uppercase;
    vertical-align: baseline;
}

    .is-large.wc-block-cart .wc-block-cart__totals-title:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
    padding-left: 16px;
    padding-right: 16px
}

.is-large.wc-block-cart .wc-block-cart__payment-options {
    padding: 16px
}

.wp-block-woocommerce-cart.is-loading {
    display: none
}

.wp-block-woocommerce-cart {
    margin-bottom: 3em
}

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px
}

    .components-placeholder.wc-block-checkout__no-shipping-placeholder * {
        pointer-events: all
    }

    .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
        display: block
    }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
            background-color: #1e1e1e;
            color: #fff
        }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
            display: block;
            margin: .25em 0 1em
        }

.wc-block-checkout__add-note {
    margin: 1.5em 0 1.5em 9px
}

.is-medium .wc-block-checkout__add-note, .is-mobile .wc-block-checkout__add-note, .is-small .wc-block-checkout__add-note {
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 0;
    position: relative;
}

    .is-medium .wc-block-checkout__add-note:after, .is-mobile .wc-block-checkout__add-note:after, .is-small .wc-block-checkout__add-note:after {
        border-style: solid;
        border-width: 1px 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 16px
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
    padding-left: 0
}

.wc-block-checkout__form {
    margin: 0;
    max-width: 100%
}

.wc-block-checkout__create-account, .wc-block-checkout__use-address-for-billing {
    margin-top: 1.5em
}

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    margin: 0;
    padding: .75em 0 .75em 2.5em;
    position: relative;
}

    .wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-left: -6px;
    margin-right: -6px
}

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
        clear: both;
        content: "";
        display: block
    }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
        float: left;
        margin-left: 6px;
        margin-right: 6px;
        position: relative;
        width: calc(50% - 12px)
    }

        .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
            margin-top: 0
        }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
        width: calc(100% - 12px)
    }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
        clear: both
    }

.wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
    top: -96px
}

.wc-block-checkout__sidebar .wc-block-components-product-name {
    color: inherit;
    display: block;
    flex-basis: 0;
    flex-grow: 1;
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item, .wc-block-checkout__sidebar .wc-block-components-totals-taxes {
    margin: 0;
    padding: .75em 0;
    position: relative;
}

    .wc-block-checkout__sidebar .wc-block-components-totals-footer-item:after, .wc-block-checkout__sidebar .wc-block-components-totals-taxes:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-checkout__actions {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-left: 9px
}

    .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
        height: auto;
        padding: 1em;
        width: 50%;
    }

        .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
            line-height: 24px
        }

            .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text > svg {
                fill: #fff;
                vertical-align: top
            }

.wc-block-checkout--is-loading .wc-block-checkout__actions button, .wc-block-checkout--is-loading .wc-block-components-express-payment {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
}

    .wc-block-checkout--is-loading .wc-block-checkout__actions button > *, .wc-block-checkout--is-loading .wc-block-components-express-payment > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__actions button, .wc-block-checkout--is-loading .wc-block-components-express-payment {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__actions button:after, .wc-block-checkout--is-loading .wc-block-components-express-payment:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-components-express-payment {
    min-height: 150px
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
    width: 150px
}

    .wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-components-express-payment-continue-rule > span:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    display: block;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
    width: 10em
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    border-radius: 50%;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    display: block;
    height: 100%;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
    width: 1.5em
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__title:before:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__container:after {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    display: block;
    max-width: 100%;
    min-height: 100px;
    outline: 0 !important;
    pointer-events: none;
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step__content > span:after {
    content: " "
}

.wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    max-width: 100%;
    outline: 0 !important;
    pointer-events: none;
}

    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after > *, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:after, .wc-block-checkout--is-loading .wc-block-checkout__form .wc-block-components-checkout-step:before {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    border: 0 !important;
    box-shadow: none;
    color: var(--global--color-primary,#e0e0e0) !important;
    max-width: 100%;
    min-height: 460px;
    outline: 0 !important;
    pointer-events: none;
}

    .wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card > * {
        visibility: hidden
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card {
        -webkit-animation: none;
        animation: none
    }
}

.wc-block-checkout--is-loading .wc-block-checkout__sidebar .components-card:after {
    content: " "
}

.wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: none
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-checkout--skeleton {
    display: flex
}

.wc-block-checkout-empty, .wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%
}

    .wc-block-checkout-empty .wc-block-checkout-empty__image, .wc-block-checkout-empty .wc-block-checkout-error__image, .wc-block-checkout-error .wc-block-checkout-empty__image, .wc-block-checkout-error .wc-block-checkout-error__image {
        color: inherit;
        display: block;
        margin: 0 auto 1em;
        max-width: 150px;
    }

    .wc-block-checkout-empty .wc-block-checkout-empty__title, .wc-block-checkout-empty .wc-block-checkout-error__title, .wc-block-checkout-error .wc-block-checkout-empty__title, .wc-block-checkout-error .wc-block-checkout-error__title {
        display: block;
        font-weight: 700;
        margin: 0;
    }

    .wc-block-checkout-empty .wc-block-checkout-empty__description, .wc-block-checkout-empty .wc-block-checkout-error__description, .wc-block-checkout-error .wc-block-checkout-empty__description, .wc-block-checkout-error .wc-block-checkout-error__description {
        display: block;
        margin: .25em 0 1em
    }

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%
}

.is-medium .wc-block-checkout__main, .is-mobile .wc-block-checkout__main, .is-small .wc-block-checkout__main {
    order: 1
}

.is-medium .wc-block-checkout__sidebar, .is-mobile .wc-block-checkout__sidebar, .is-small .wc-block-checkout__sidebar {
    margin-bottom: 40px;
    order: 0
}

.is-large .wc-block-checkout__actions {
    margin-right: 24px;
    padding-top: 1.5em;
    position: relative;
}

    .is-large .wc-block-checkout__actions:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

.wc-block-components-express-payment {
    margin: auto;
    position: relative
}

    .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        list-style: none;
        margin: 0;
        overflow: hidden;
        padding: 0;
        text-align: center;
        width: 100%;
    }

        .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li {
            margin: 0
        }

            .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li > img {
                height: 48px;
                width: 100%;
            }

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
    display: flex;
    flex-direction: row;
    left: 0;
    position: absolute;
    right: 0;
    top: -5px;
    vertical-align: middle
}

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
        border-left: 1px solid;
        border-radius: 5px 0 0;
        border-top: 1px solid;
        content: "";
        display: block;
        height: 4px;
        margin-right: 12px;
        opacity: .3;
        pointer-events: none;
        width: 22px
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
        border-radius: 0 5px 0 0;
        border-right: 1px solid;
        border-top: 1px solid;
        content: "";
        display: block;
        flex-grow: 1;
        height: 4px;
        margin-left: 12px;
        opacity: .3;
        pointer-events: none;
    }

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
    flex-grow: 0;
    transform: translateY(-50%)
}

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
    margin-top: calc(.75em + 5px);
    padding: 1.5em 35px 1em;
    position: relative;
}

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
        border-radius: 0 0 5px 5px;
        border-style: solid;
        border-width: 0 1px 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content > p {
        margin-bottom: 1em
    }

.wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li {
    display: inline-block;
    width: 50%
}

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(2n) {
        padding-left: 8px
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(odd) {
        padding-right: 8px
    }

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%
}

    .wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li:last-child {
        padding-bottom: 0
    }

.wc-block-components-express-payment-continue-rule {
    align-items: center;
    display: flex;
    margin: 24px 0;
    padding: 0 36px;
    text-align: center;
}

    .wc-block-components-express-payment-continue-rule:before {
        margin-right: 10px
    }

    .wc-block-components-express-payment-continue-rule:after {
        margin-left: 10px
    }

    .wc-block-components-express-payment-continue-rule:after, .wc-block-components-express-payment-continue-rule:before {
        border-bottom: 1px solid;
        content: " ";
        flex: 1;
        opacity: .3
    }

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-left: 12px;
    padding-right: 12px
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
    margin-bottom: 16px
}

    .components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
        pointer-events: all
    }

    .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
        display: block
    }

        .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
            background-color: #1e1e1e;
            color: #fff
        }

        .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
            display: block;
            margin: .25em 0 1em
        }

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin-bottom: 16px
}

.wc-block-card-elements {
    display: flex;
    width: 100%
}

    .wc-block-card-elements .wc-block-components-validation-error {
        position: static
    }

.wc-block-gateway-container {
    margin-bottom: 1.5em;
    position: relative;
    white-space: nowrap
}

    .wc-block-gateway-container.wc-card-number-element {
        flex-basis: 15em;
        flex-grow: 1;
        min-width: min(15em,60%)
    }

    .wc-block-gateway-container.wc-card-expiry-element {
        flex-basis: 7em;
        margin-left: 12px;
        min-width: min(7em,calc(24% - 12px))
    }

    .wc-block-gateway-container.wc-card-cvc-element {
        flex-basis: 7em;
        margin-left: 12px;
        min-width: min(5em,calc(16% - 12px))
    }

    .wc-block-gateway-container .wc-block-gateway-input {
        background-color: #fff;
        border: 1px solid #50575e;
        border-radius: 4px;
        box-sizing: border-box;
        color: #2b2d2f;
        cursor: text;
        font-family: inherit;
        font-size: 1em;
        height: 3em;
        line-height: 1.375;
        margin: 0;
        padding: .75em 0 .75em 16px;
        width: 100%;
    }

        .wc-block-gateway-container .wc-block-gateway-input:focus, .wc-block-gateway-container:focus {
            background-color: #fff
        }

    .wc-block-gateway-container label {
        color: inherit;
        color: #757575;
        cursor: text;
        font-family: inherit;
        font-size: inherit;
        font-size: 1em;
        font-style: inherit;
        font-weight: inherit;
        left: 0;
        letter-spacing: inherit;
        line-height: inherit;
        line-height: 1.375;
        margin: 0 0 0 17px;
        max-width: calc(100% - 24px);
        overflow: hidden;
        position: absolute;
        text-decoration: inherit;
        text-overflow: ellipsis;
        text-transform: inherit;
        top: 0;
        transform: translateY(.75em);
        transform-origin: top left;
        transition: transform .2s ease;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-gateway-container label {
        transition: none
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-left: calc(24px + 1.5em)
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty) + label {
    margin-left: 16px;
    transform: translateY(4px) scale(.75)
}

.wc-block-gateway-container.wc-inline-card-element + .wc-block-components-validation-error {
    margin-top: -24px;
    position: static;
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 0 .25em 16px
}

    .wc-block-gateway-container .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) + label {
        transform: translateY(4px) scale(.75)
    }

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #cc1818
}

    .wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
        outline-color: #cc1818
    }

    .wc-block-gateway-container .wc-block-gateway-input.has-error + label {
        color: #cc1818
    }

.is-large .wc-card-cvc-element .wc-block-components-validation-error > p, .is-large .wc-card-expiry-element .wc-block-components-validation-error > p, .is-medium .wc-card-cvc-element .wc-block-components-validation-error > p, .is-medium .wc-card-expiry-element .wc-block-components-validation-error > p {
    line-height: 16px;
    padding-top: 4px
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error > p, .is-mobile .wc-card-expiry-element .wc-block-components-validation-error > p, .is-small .wc-card-cvc-element .wc-block-components-validation-error > p, .is-small .wc-card-expiry-element .wc-block-components-validation-error > p {
    min-height: 28px
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all
}

.is-mobile .wc-block-card-elements, .is-small .wc-block-card-elements {
    flex-wrap: wrap
}

.is-mobile .wc-block-gateway-container.wc-card-number-element, .is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element, .is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element, .is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-left: 56px
}

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
        content: none
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
        left: 16px
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
        margin: 0;
        padding-bottom: 1em;
        padding-top: 1em
    }

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
    font-weight: 700
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    position: relative
}

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
        border-style: solid;
        border-width: 1px 1px 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
        border-width: 1px
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
        border-width: 0
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
        height: 24px
    }

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-left: 16px
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: none
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    height: 28px;
    padding-top: 14px;
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 16px 1em
}

    .wc-block-components-radio-control-accordion-content:empty {
        display: none
    }

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0
}

.wc-block-components-panel.has-border {
    position: relative
}

    .wc-block-components-panel.has-border:after {
        border-style: solid;
        border-width: 1px 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0
    }

    .wc-block-components-panel.has-border + .wc-block-components-panel.has-border:after {
        border-top-width: 0
    }

.wc-block-components-panel__button {
    border: 0;
    border-radius: 0;
    height: auto;
    line-height: 1;
    margin: .375em 0;
    padding: .375em 32px .375em 0;
    position: relative;
    text-align: left;
    vertical-align: baseline;
    width: 100%;
    word-break: break-word
}

    .wc-block-components-panel__button, .wc-block-components-panel__button:active, .wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover {
        background: 0 0;
        box-shadow: none;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
    }

        .wc-block-components-panel__button > .wc-block-components-panel__button-icon {
            fill: currentColor;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: auto
        }

.wc-block-components-panel__content {
    padding-bottom: 1em
}

    .wc-block-components-panel__content[hidden] {
        display: none
    }

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
    background-color: inherit;
    color: inherit
}

.theme-twentyseventeen .wc-block-components-panel__button, .theme-twentytwenty .wc-block-components-panel__button {
    background: none transparent;
    color: inherit
}

    .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
        background: none transparent
    }

.wc-block-components-totals-item {
    display: flex;
    flex-wrap: wrap;
    margin: .75em 0;
    width: 100%
}

.wc-block-components-totals-item__label {
    flex-grow: 1
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%
}

.wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate {
    margin: 4px 0
}

    .wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate:first-child {
        margin-top: 0
    }

    .wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate:last-child {
        margin-bottom: 0
    }

.wc-block-product-categories {
    margin-bottom: 1em
}

    .wc-block-product-categories.is-dropdown {
        display: flex
    }

    .wc-block-product-categories select {
        margin-right: .5em
    }

.wc-block-product-categories-list--has-images {
    list-style: none outside
}

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
        clear: both;
        list-style: none outside;
        margin: 4px 0 4px 60px;
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
            margin: 4px 0 0
        }

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
        border: 1px solid #eee;
        display: inline-block;
        margin: 0 .5em 0 -60px;
        max-width: 50px;
        padding: 0;
        position: relative;
        vertical-align: middle;
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
            display: block;
            height: auto;
            margin: 0;
            max-width: 100%;
            padding: 0
        }

.wc-block-product-categories-list-item-count:before {
    content: " ("
}

.wc-block-product-categories-list-item-count:after {
    content: ")"
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    background: currentColor;
    display: inline-block;
    height: 1em;
    min-width: 200px;
    opacity: .2;
    width: 50%;
}

.wc-block-product-categories__button {
    align-items: center;
    display: flex;
    margin: 0;
    overflow: hidden;
    padding: 0 .5em;
    position: relative;
}

    .wc-block-product-categories__button svg {
        fill: currentColor;
        outline: none
    }

.rtl .wc-block-product-categories__button svg {
    transform: rotate(180deg)
}

.wc-block-product-categories__button:active {
    color: currentColor
}

.wc-block-product-categories__button:disabled, .wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

    .wc-block-product-categories__button:disabled:focus, .wc-block-product-categories__button[aria-disabled=true]:focus {
        box-shadow: none
    }

.wc-block-featured-product {
    background-color: #1e1e1e;
    background-position: 50%;
    background-size: cover;
    margin: 0 0 1.5em;
    position: relative;
    width: 100%;
}

    .wc-block-featured-product, .wc-block-featured-product .wc-block-featured-product__wrapper {
        align-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

        .wc-block-featured-product .wc-block-featured-product__wrapper {
            height: 100%;
            overflow: hidden;
        }

        .wc-block-featured-product.has-left-content {
            justify-content: flex-start
        }

            .wc-block-featured-product.has-left-content .wc-block-featured-product__description, .wc-block-featured-product.has-left-content .wc-block-featured-product__price, .wc-block-featured-product.has-left-content .wc-block-featured-product__title, .wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
                margin-left: 0;
                text-align: left
            }

        .wc-block-featured-product.has-right-content {
            justify-content: flex-end
        }

            .wc-block-featured-product.has-right-content .wc-block-featured-product__description, .wc-block-featured-product.has-right-content .wc-block-featured-product__price, .wc-block-featured-product.has-right-content .wc-block-featured-product__title, .wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
                margin-right: 0;
                text-align: right
            }

        .wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
            color: #fff;
            line-height: 1.25;
            margin-bottom: 0;
            text-align: center
        }

            .wc-block-featured-product .wc-block-featured-product__description a, .wc-block-featured-product .wc-block-featured-product__description a:active, .wc-block-featured-product .wc-block-featured-product__description a:focus, .wc-block-featured-product .wc-block-featured-product__description a:hover, .wc-block-featured-product .wc-block-featured-product__price a, .wc-block-featured-product .wc-block-featured-product__price a:active, .wc-block-featured-product .wc-block-featured-product__price a:focus, .wc-block-featured-product .wc-block-featured-product__price a:hover, .wc-block-featured-product .wc-block-featured-product__title a, .wc-block-featured-product .wc-block-featured-product__title a:active, .wc-block-featured-product .wc-block-featured-product__title a:focus, .wc-block-featured-product .wc-block-featured-product__title a:hover, .wc-block-featured-product .wc-block-featured-product__variation a, .wc-block-featured-product .wc-block-featured-product__variation a:active, .wc-block-featured-product .wc-block-featured-product__variation a:focus, .wc-block-featured-product .wc-block-featured-product__variation a:hover {
                color: #fff
            }

        .wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__link, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
            padding: 16px 48px 0;
            width: 100%;
            z-index: 1
        }

        .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
            border: 0;
            margin-top: 0;
        }

            .wc-block-featured-product .wc-block-featured-product__title:before, .wc-block-featured-product .wc-block-featured-product__variation:before {
                display: none
            }

        .wc-block-featured-product .wc-block-featured-product__variation {
            font-style: italic;
            padding-top: 0
        }

        .wc-block-featured-product .wc-block-featured-product__description p {
            line-height: 1.5em;
            margin: 0;
        }

        .wc-block-featured-product .wp-block-button.aligncenter {
            text-align: center
        }

        .wc-block-featured-product.has-background-dim:before {
            background-color: inherit;
            bottom: 0;
            content: "";
            left: 0;
            opacity: .5;
            position: absolute;
            right: 0;
            top: 0;
            z-index: 1
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-10:before {
            opacity: .1
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-20:before {
            opacity: .2
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-30:before {
            opacity: .3
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-40:before {
            opacity: .4
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-50:before {
            opacity: .5
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-60:before {
            opacity: .6
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-70:before {
            opacity: .7
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-80:before {
            opacity: .8
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-90:before {
            opacity: .9
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-100:before {
            opacity: 1
        }

        .wc-block-featured-product.alignleft, .wc-block-featured-product.alignright {
            max-width: 290px;
            width: 100%
        }

        .wc-block-featured-product:after {
            content: "";
            display: block;
            font-size: 0;
            min-height: inherit
        }

@supports(position:sticky) {
    .wc-block-featured-product:after {
        content: none
    }
}

.wc-block-featured-product.aligncenter, .wc-block-featured-product.alignleft, .wc-block-featured-product.alignright, .wc-block-product-search .wc-block-product-search__fields {
    display: flex
}

.wc-block-product-search .wc-block-product-search__field {
    flex-grow: 1;
    line-height: 1.8;
    padding: 6px 8px;
}

.wc-block-product-search .wc-block-product-search__button {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin: 0 0 0 6px;
    overflow: hidden;
    padding: 0 .5em;
    position: relative;
}

    .wc-block-product-search .wc-block-product-search__button svg {
        fill: currentColor;
        outline: none
    }

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(180deg)
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor
}

.wc-block-product-search .wc-block-product-search__button:disabled, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3
}

    .wc-block-product-search .wc-block-product-search__button:disabled:focus, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
        box-shadow: none
    }

.wc-block-featured-category {
    align-content: center;
    align-items: center;
    background-color: #1e1e1e;
    background-position: 50%;
    background-size: cover;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 1.5em;
    position: relative;
    width: 100%;
}

    .wc-block-featured-category .wc-block-featured-category__wrapper {
        align-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        height: 100%;
        justify-content: center;
        overflow: hidden;
    }

    .wc-block-featured-category.has-left-content {
        justify-content: flex-start
    }

        .wc-block-featured-category.has-left-content .wc-block-featured-category__description, .wc-block-featured-category.has-left-content .wc-block-featured-category__price, .wc-block-featured-category.has-left-content .wc-block-featured-category__title {
            margin-left: 0;
            text-align: left
        }

    .wc-block-featured-category.has-right-content {
        justify-content: flex-end
    }

        .wc-block-featured-category.has-right-content .wc-block-featured-category__description, .wc-block-featured-category.has-right-content .wc-block-featured-category__price, .wc-block-featured-category.has-right-content .wc-block-featured-category__title {
            margin-right: 0;
            text-align: right
        }

    .wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
        color: #fff;
        line-height: 1.25;
        margin-bottom: 0;
        text-align: center
    }

        .wc-block-featured-category .wc-block-featured-category__description a, .wc-block-featured-category .wc-block-featured-category__description a:active, .wc-block-featured-category .wc-block-featured-category__description a:focus, .wc-block-featured-category .wc-block-featured-category__description a:hover, .wc-block-featured-category .wc-block-featured-category__price a, .wc-block-featured-category .wc-block-featured-category__price a:active, .wc-block-featured-category .wc-block-featured-category__price a:focus, .wc-block-featured-category .wc-block-featured-category__price a:hover, .wc-block-featured-category .wc-block-featured-category__title a, .wc-block-featured-category .wc-block-featured-category__title a:active, .wc-block-featured-category .wc-block-featured-category__title a:focus, .wc-block-featured-category .wc-block-featured-category__title a:hover {
            color: #fff
        }

    .wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__link, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
        padding: 0 48px 16px;
        width: 100%;
        z-index: 1
    }

    .wc-block-featured-category .wc-block-featured-category__title {
        margin-top: 0
    }

        .wc-block-featured-category .wc-block-featured-category__title:before {
            display: none
        }

    .wc-block-featured-category .wc-block-featured-category__description p {
        margin: 0
    }

    .wc-block-featured-category .wp-block-button.aligncenter {
        text-align: center
    }

    .wc-block-featured-category.has-background-dim:before {
        background-color: inherit;
        bottom: 0;
        content: "";
        left: 0;
        opacity: .5;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 1
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-10:before {
        opacity: .1
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-20:before {
        opacity: .2
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-30:before {
        opacity: .3
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-40:before {
        opacity: .4
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-50:before {
        opacity: .5
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-60:before {
        opacity: .6
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-70:before {
        opacity: .7
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-80:before {
        opacity: .8
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-90:before {
        opacity: .9
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-100:before {
        opacity: 1
    }

    .wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
        max-width: 290px;
        width: 100%
    }

    .wc-block-featured-category:after {
        content: "";
        display: block;
        font-size: 0;
        min-height: inherit
    }

@supports(position:sticky) {
    .wc-block-featured-category:after {
        content: none
    }
}

.wc-block-featured-category.aligncenter, .wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
    display: flex
}

.wc-block-attribute-filter {
    margin-bottom: 24px
}

    .wc-block-attribute-filter .wc-block-attribute-filter-list-count:before {
        content: " ("
    }

    .wc-block-attribute-filter .wc-block-attribute-filter-list-count:after {
        content: ")"
    }

    .wc-block-attribute-filter .wc-block-attribute-filter-list {
        margin: 0
    }

        .wc-block-attribute-filter .wc-block-attribute-filter-list li {
            text-decoration: underline
        }

            .wc-block-attribute-filter .wc-block-attribute-filter-list li label {
                cursor: pointer
            }

            .wc-block-attribute-filter .wc-block-attribute-filter-list li input {
                cursor: pointer;
                display: inline-block
            }

        .wc-block-attribute-filter .wc-block-attribute-filter-list .wc-block-attribute-filter-list-count {
            float: right
        }

    .wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count, .wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count {
        opacity: .6
    }

    .wc-block-attribute-filter .wc-block-attribute-filter__button {
        margin-top: 8px
    }

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7
    }

    50% {
        opacity: 1
    }

    to {
        opacity: .7
    }
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden
}

    .wc-block-active-filters .wc-block-active-filters__clear-all {
        border: none;
        cursor: pointer;
        float: right;
        font-size: 1em;
        padding: 0;
        text-decoration: underline;
    }

        .wc-block-active-filters .wc-block-active-filters__clear-all, .wc-block-active-filters .wc-block-active-filters__clear-all:active, .wc-block-active-filters .wc-block-active-filters__clear-all:focus, .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
            background: 0 0;
            color: inherit
        }

    .wc-block-active-filters .wc-block-active-filters__list {
        clear: both;
        list-style: none outside;
        margin: 0 0 4px;
        padding: 0;
    }

        .wc-block-active-filters .wc-block-active-filters__list li {
            clear: both;
            list-style: none outside;
            margin: 0;
            padding: 0;
        }

            .wc-block-active-filters .wc-block-active-filters__list li ul {
                list-style: none outside;
                margin: 0;
                padding: 0;
            }

            .wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
                margin: 0
            }

    .wc-block-active-filters .wc-block-active-filters__list-item-type {
        display: block;
        font-size: .75em;
        letter-spacing: .1em;
        margin: 16px 0 0;
        text-transform: uppercase;
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-operator {
        font-style: italic;
        font-weight: 400;
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-name {
        display: block;
        font-weight: 700;
        padding: 0 16px 0 0;
        position: relative;
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-remove {
        -moz-appearance: none;
        -webkit-appearance: none;
        appearance: none;
        background: 0 0;
        border: 0;
        color: currentColor;
        height: 16px;
        margin: -8px 0 0;
        padding: 0;
        position: absolute;
        right: 0;
        top: 50%;
        width: 16px;
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips li, .wc-block-active-filters .wc-block-active-filters__list--chips ul {
        display: inline
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
        display: none
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
        font-size: .875em;
        margin-bottom: .1875em;
        margin-top: .1875em;
    }

.wpcf7 .screen-reader-response {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.wpcf7 form .wpcf7-response-output {
    border: 2px solid #00a0d2;
    margin: 2em .5em 1em;
    padding: .2em 1em;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #ffb900
}

.wpcf7-form-control-wrap {
    position: relative
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    display: block;
    font-size: 1em;
    font-weight: 400;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    background: #fff;
    border: 1px solid #dc3232;
    left: 1em;
    padding: .2em .8em;
    position: relative;
    top: -2ex;
    width: 24em;
    z-index: 100;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

.wpcf7-list-item-label:before, .wpcf7-list-item-label:after {
    content: " "
}

.wpcf7 .ajax-loader {
    background-color: #23282d;
    border: none;
    border-radius: 100%;
    display: inline-block;
    height: 24px;
    margin: 0 24px;
    opacity: .75;
    padding: 0;
    position: relative;
    visibility: hidden;
    width: 24px;
}

.wpcf7 form.submitting .ajax-loader {
    visibility: visible
}

.wpcf7 .ajax-loader:before {
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-name: spin;
    animation-timing-function: linear;
    background-color: #fbfbfc;
    border: none;
    border-radius: 100%;
    content: '';
    height: 6px;
    left: 4px;
    position: absolute;
    top: 4px;
    transform-origin: 8px 8px;
    width: 6px;
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7 .ajax-loader:before {
        animation-duration: 2s;
        animation-name: blink;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blink {
    from {
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.wpcf7 input[type=file] {
    cursor: pointer
}

    .wpcf7 input[type=file]:disabled {
        cursor: default
    }

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    direction: ltr
}

@charset "UTF-8";

:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: #fff;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%
}

    .woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before {
        content: " ";
        display: table
    }

    .woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
        clear: both
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: left;
        width: 48%
    }

    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: right;
        width: 48%
    }

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%
}

.woocommerce #content div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:before, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:before, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before {
    content: " ";
    display: table
}

.woocommerce #content div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after {
    clear: both
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: left;
    margin-bottom: 1em;
    margin-right: 3.8%;
    width: 30.75%;
}

    .woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
        margin-right: 0
    }

    .woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
        clear: both
    }

.woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
    float: none;
    margin-right: 0;
    width: 100%;
}

.woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%
}

.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%
}

.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    clear: none;
    float: right;
    width: 48%;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: both
}

    .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
        content: " ";
        display: table
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
        clear: both
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
        display: inline-block
    }

.woocommerce #content div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before {
    content: " ";
    display: table
}

.woocommerce #content div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after {
    clear: both
}

.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto
}

.woocommerce ul.products, .woocommerce-page ul.products {
    clear: both
}

    .woocommerce ul.products:after, .woocommerce ul.products:before, .woocommerce-page ul.products:after, .woocommerce-page ul.products:before {
        content: " ";
        display: table
    }

    .woocommerce ul.products:after, .woocommerce-page ul.products:after {
        clear: both
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        float: left;
        margin: 0 3.8% 2.992em 0;
        margin-left: 0;
        padding: 0;
        position: relative;
        width: 22.05%;
    }

    .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
        clear: both
    }

    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
        margin-right: 0
    }

    .woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
        margin-right: 0;
        width: 100%;
    }

    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
        width: 48%
    }

    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 30.75%
    }

    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        width: 16.95%
    }

    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
        width: 13.5%
    }

.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
    margin-right: 0;
    width: 100%;
}

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
    width: 48%
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 30.75%
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 16.95%
}

.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
    width: 13.5%
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right
}

.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: auto
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right
}

    .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
        width: 80px
    }

    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        float: left
    }

        .woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
            display: none
        }

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%
}

    .woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before, .woocommerce-page .cart-collaterals:after, .woocommerce-page .cart-collaterals:before {
        content: " ";
        display: table
    }

    .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
        clear: both
    }

    .woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
        float: left;
        width: 30.75%;
    }

    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
        float: left;
        width: 48%;
    }

        .woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
            float: none
        }

            .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
                width: 48%
            }

    .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
        clear: right;
        float: right;
        width: 48%;
    }

        .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before {
            content: " ";
            display: table
        }

        .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
            clear: both
        }

        .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
            width: 47%
        }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
        width: 48%
    }

.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table
}

.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
    clear: both
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto
}

.woocommerce form .form-row:after, .woocommerce form .form-row:before, .woocommerce-page form .form-row:after, .woocommerce-page form .form-row:before {
    content: " ";
    display: table
}

.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
    clear: both
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block
}

    .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
        display: inline
    }

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    overflow: visible;
    width: 47%;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-box-pack: center;
    display: -webkit-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative
}

    .woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {
        padding-right: 2.5rem
    }

    .woocommerce form .password-input input::-ms-reveal, .woocommerce-page form .password-input input::-ms-reveal {
        display: none
    }

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    cursor: pointer;
    position: absolute;
    right: .7em;
    top: .7em;
}

    .woocommerce form .show-password-input:after, .woocommerce-page form .show-password-input:after {
        -webkit-font-smoothing: antialiased;
        content: "";
        font-family: WooCommerce;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        margin-left: .618em;
        speak: never;
        text-decoration: none;
        text-transform: none;
    }

    .woocommerce form .show-password-input.display-password:after, .woocommerce-page form .show-password-input.display-password:after {
        color: #585858
    }

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: auto
}

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
    float: left;
    padding: 0 1em 0 0;
    text-align: left;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right
}

.woocommerce .woocommerce-billing-fields:after, .woocommerce .woocommerce-billing-fields:before, .woocommerce .woocommerce-shipping-fields:after, .woocommerce .woocommerce-shipping-fields:before, .woocommerce-page .woocommerce-billing-fields:after, .woocommerce-page .woocommerce-billing-fields:before, .woocommerce-page .woocommerce-shipping-fields:after, .woocommerce-page .woocommerce-shipping-fields:before {
    content: " ";
    display: table
}

.woocommerce .woocommerce-billing-fields:after, .woocommerce .woocommerce-shipping-fields:after, .woocommerce-page .woocommerce-billing-fields:after, .woocommerce-page .woocommerce-shipping-fields:after {
    clear: both
}

.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em
}

.woocommerce .woocommerce-oembed, .woocommerce-page .woocommerce-oembed {
    position: relative
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    float: right;
    margin: 0 7.6%;
    width: 58.4%;
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    float: left;
    margin: 0 7.6%;
    width: 58.4%;
}

.twentyfourteen .tfwc {
    margin: 0 auto;
    max-width: 474px;
    padding: 12px 10px 0;
}

    .twentyfourteen .tfwc .product .entry-summary {
        margin: 0 0 1.618em !important;
        padding: 0 !important;
    }

    .twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
        margin-top: 0
    }

@media screen and (min-width:673px) {
    .twentyfourteen .tfwc {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfwc {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (min-width:1110px) {
    .twentyfourteen .tfwc {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto
    }
}

.twentyfifteen .t15wc {
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.15);
    margin-bottom: 7.6923%;
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
}

    .twentyfifteen .t15wc .page-title {
        margin-left: 0
    }

@media screen and (min-width:38.75em) {
    .twentyfifteen .t15wc {
        margin-left: 7.6923%;
        margin-right: 7.6923%;
        margin-top: 8.3333%
    }
}

@media screen and (min-width:59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important
    }
}

.twentysixteen .site-main {
    margin-left: 7.6923%;
    margin-right: 7.6923%;
}

.twentysixteen .entry-summary {
    margin-left: 0;
    margin-right: 0;
}

#content .twentysixteen div.product div.images, #content .twentysixteen div.product div.summary {
    width: 46.42857%
}

@media screen and (min-width:44.375em) {
    .twentysixteen .site-main {
        margin-right: 23.0769%
    }
}

@media screen and (min-width:56.875em) {
    .twentysixteen .site-main {
        margin-left: 0;
        margin-right: 0;
    }

    .no-sidebar .twentysixteen .site-main {
        margin-left: 15%;
        margin-right: 15%;
    }

    .no-sidebar .twentysixteen .entry-summary {
        margin-left: 0;
        margin-right: 0;
    }
}

.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
    float: right
}

.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
    float: left
}

@charset "UTF-8";

:root {
    --woocommerce: #a46497;
    --wc-green: #7ad03a;
    --wc-red: #a00;
    --wc-orange: #ffba00;
    --wc-blue: #2ea2cc;
    --wc-primary: #a46497;
    --wc-primary-text: #fff;
    --wc-secondary: #ebe9eb;
    --wc-secondary-text: #515151;
    --wc-highlight: #77a464;
    --wc-highligh-text: #fff;
    --wc-content-bg: #fff;
    --wc-subtext: #767676
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@font-face {
    font-family: star;
    font-style: normal;
    font-weight: 400;
    src: url(../../../plugins/woocommerce/assets/fonts/star.eot);
    src: url(../../../plugins/woocommerce/assets/fonts/star.eot@#iefix) format("embedded-opentype"),url(../../../plugins/woocommerce/assets/fonts/star.woff) format("woff"),url(../../../plugins/woocommerce/assets/fonts/star.ttf) format("truetype"),url(../../../plugins/woocommerce/assets/fonts/star.svg#star) format("svg");
}

@font-face {
    font-family: WooCommerce;
    font-style: normal;
    font-weight: 400;
    src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot);
    src: url(../../../plugins/woocommerce/assets/fonts/WooCommerce.eot@#iefix) format("embedded-opentype"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"),url(../../../plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
}

.woocommerce-store-notice, p.demo_store {
    background-color: #a46497;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    color: #fff;
    display: none;
    font-size: 1em;
    left: 0;
    margin: 0;
    padding: 1em 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 99998;
}

    .woocommerce-store-notice a, p.demo_store a {
        color: #fff;
        text-decoration: underline
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.admin-bar p.demo_store {
    top: 32px
}

.clear {
    clear: both
}

.woocommerce .blockUI.blockOverlay {
    position: relative
}

    .woocommerce .blockUI.blockOverlay:before {
        -webkit-animation: spin 1s ease-in-out infinite;
        animation: spin 1s ease-in-out infinite;
        background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
        background-size: cover;
        color: rgba(0,0,0,.75);
        content: "";
        display: block;
        font-size: 2em;
        height: 1em;
        left: 50%;
        line-height: 1;
        margin-left: -.5em;
        margin-top: -.5em;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 1em;
    }

.woocommerce .loader:before {
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../../plugins/woocommerce/assets/images/icons/loader.svg) center center;
    background-size: cover;
    color: rgba(0,0,0,.75);
    content: "";
    display: block;
    font-size: 2em;
    height: 1em;
    left: 50%;
    line-height: 1;
    margin-left: -.5em;
    margin-top: -.5em;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 1em;
}

.woocommerce a.remove {
    border: 0;
    border-radius: 100%;
    color: red !important;
    display: block;
    font-size: 1.5em;
    font-weight: 700;
    height: 1em;
    line-height: 1;
    text-align: center;
    text-decoration: none;
    width: 1em;
}

    .woocommerce a.remove:hover {
        background: red;
        color: #fff !important;
    }

.woocommerce small.note {
    color: #767676;
    display: block;
    font-size: .857em;
    margin-top: 10px
}

.woocommerce .woocommerce-breadcrumb {
    color: #767676;
    font-size: .92em;
    margin: 0 0 1em;
    padding: 0;
}

    .woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-breadcrumb:before {
        content: " ";
        display: table
    }

    .woocommerce .woocommerce-breadcrumb:after {
        clear: both
    }

    .woocommerce .woocommerce-breadcrumb a {
        color: #767676
    }

.woocommerce .quantity .qty {
    text-align: center;
    width: 3.631em;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative
}

    .woocommerce div.product .product_title {
        clear: none;
        margin-top: 0;
        padding: 0
    }

    .woocommerce div.product p.price, .woocommerce div.product span.price {
        color: #77a464;
        font-size: 1.25em
    }

        .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
            background: inherit;
            display: inline-block;
            font-weight: 700;
        }

        .woocommerce div.product p.price del, .woocommerce div.product span.price del {
            display: inline-block;
            opacity: .5;
        }

    .woocommerce div.product p.stock {
        font-size: .92em
    }

    .woocommerce div.product .stock {
        color: #77a464
    }

    .woocommerce div.product .out-of-stock {
        color: red
    }

    .woocommerce div.product .woocommerce-product-rating {
        margin-bottom: 1.618em
    }

    .woocommerce div.product div.images {
        margin-bottom: 2em
    }

        .woocommerce div.product div.images img {
            box-shadow: none;
            display: block;
            height: auto;
            width: 100%;
        }

        .woocommerce div.product div.images div.thumbnails {
            padding-top: 1em
        }

        .woocommerce div.product div.images.woocommerce-product-gallery {
            position: relative
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
            -webkit-transition: all cubic-bezier(.795,-.035,0,1) .5s;
            margin: 0;
            padding: 0;
            transition: all cubic-bezier(.795,-.035,0,1) .5s;
        }

            .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
                background-color: #fff;
                opacity: 0
            }

        .woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
            border: 1px solid #f2f2f2
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
            display: inline-block;
            width: 25%;
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
            background: #fff;
            border-radius: 100%;
            box-sizing: content-box;
            font-size: 2em;
            height: 36px;
            position: absolute;
            right: .5em;
            text-indent: -9999px;
            top: .5em;
            width: 36px;
            z-index: 9;
        }

            .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
                border: 2px solid #000;
                border-radius: 100%;
                box-sizing: content-box;
                content: "";
                display: block;
                height: 10px;
                left: 9px;
                position: absolute;
                top: 9px;
                width: 10px;
            }

            .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
                -ms-transform: rotate(-45deg);
                -webkit-transform: rotate(-45deg);
                background: #000;
                border-radius: 6px;
                box-sizing: content-box;
                content: "";
                display: block;
                height: 8px;
                left: 22px;
                position: absolute;
                top: 19px;
                transform: rotate(-45deg);
                width: 2px;
            }

        .woocommerce div.product div.images .flex-control-thumbs {
            margin: 0;
            overflow: hidden;
            padding: 0;
            zoom: 1;
        }

            .woocommerce div.product div.images .flex-control-thumbs li {
                float: left;
                list-style: none;
                margin: 0;
                width: 25%;
            }

                .woocommerce div.product div.images .flex-control-thumbs li img {
                    cursor: pointer;
                    margin: 0;
                    opacity: .5;
                }

                    .woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
                        opacity: 1
                    }

    .woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: left
    }

    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: left
    }

    .woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: left
    }

    .woocommerce div.product div.summary {
        margin-bottom: 2em
    }

    .woocommerce div.product div.social {
        margin: 0 0 1em;
        text-align: right;
    }

        .woocommerce div.product div.social span {
            margin: 0 0 0 2px
        }

            .woocommerce div.product div.social span span {
                margin: 0
            }

            .woocommerce div.product div.social span .stButton .chicklets {
                padding-left: 16px;
                width: 0
            }

        .woocommerce div.product div.social iframe {
            float: left;
            margin-top: 3px
        }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        list-style: none;
        margin: 0 0 1.618em;
        overflow: hidden;
        padding: 0 0 0 1em;
        position: relative
    }

        .woocommerce div.product .woocommerce-tabs ul.tabs li {
            background-color: #ebe9eb;
            border: 1px solid #d3ced2;
            border-radius: 4px 4px 0 0;
            display: inline-block;
            margin: 0 -5px;
            padding: 0 1em;
            position: relative;
            z-index: 0;
        }

            .woocommerce div.product .woocommerce-tabs ul.tabs li a {
                color: #515151;
                display: inline-block;
                font-weight: 700;
                padding: .5em 0;
                text-decoration: none
            }

                .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
                    color: #6b6a6b;
                    text-decoration: none;
                }

            .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
                background: #fff;
                border-bottom-color: #fff;
                z-index: 2;
            }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
                    color: inherit;
                    text-shadow: inherit
                }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
                    box-shadow: 2px 2px 0 #fff
                }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
                    box-shadow: -2px 2px 0 #fff
                }

            .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
                border: 1px solid #d3ced2;
                bottom: -1px;
                box-sizing: border-box;
                content: " ";
                height: 5px;
                position: absolute;
                width: 5px;
            }

            .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
                border-bottom-right-radius: 4px;
                border-width: 0 1px 1px 0;
                box-shadow: 2px 2px 0 #ebe9eb;
                left: -5px;
            }

            .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
                border-bottom-left-radius: 4px;
                border-width: 0 0 1px 1px;
                box-shadow: -2px 2px 0 #ebe9eb;
                right: -5px;
            }

        .woocommerce div.product .woocommerce-tabs ul.tabs:before {
            border-bottom: 1px solid #d3ced2;
            bottom: 0;
            content: " ";
            left: 0;
            position: absolute;
            width: 100%;
            z-index: 1
        }

    .woocommerce div.product .woocommerce-tabs .panel {
        margin: 0 0 2em;
        padding: 0
    }

    .woocommerce div.product p.cart {
        margin-bottom: 2em
    }

        .woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before {
            content: " ";
            display: table
        }

        .woocommerce div.product p.cart:after {
            clear: both
        }

    .woocommerce div.product form.cart {
        margin-bottom: 2em
    }

        .woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before {
            content: " ";
            display: table
        }

        .woocommerce div.product form.cart:after {
            clear: both
        }

        .woocommerce div.product form.cart div.quantity {
            float: left;
            margin: 0 4px 0 0
        }

        .woocommerce div.product form.cart table {
            border-width: 0 0 1px
        }

            .woocommerce div.product form.cart table td {
                padding-left: 0
            }

            .woocommerce div.product form.cart table div.quantity {
                float: none;
                margin: 0
            }

            .woocommerce div.product form.cart table small.stock {
                display: block;
                float: none
            }

        .woocommerce div.product form.cart .variations {
            border: 0;
            margin-bottom: 1em;
            width: 100%
        }

            .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
                border: 0;
                line-height: 2em;
                vertical-align: top;
            }

            .woocommerce div.product form.cart .variations label {
                font-weight: 700
            }

            .woocommerce div.product form.cart .variations select {
                display: inline-block;
                margin-right: 1em;
                max-width: 100%;
                min-width: 75%;
            }

            .woocommerce div.product form.cart .variations td.label {
                padding-right: 1em
            }

        .woocommerce div.product form.cart .woocommerce-variation-description p {
            margin-bottom: 1em
        }

        .woocommerce div.product form.cart .reset_variations {
            font-size: .83em;
            visibility: hidden;
        }

        .woocommerce div.product form.cart .wc-no-matching-variations {
            display: none
        }

        .woocommerce div.product form.cart .button {
            float: left;
            vertical-align: middle;
        }

        .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
            padding-left: 1em;
            padding-right: 1em;
        }

        .woocommerce div.product form.cart .group_table td {
            border: 0;
            padding-bottom: .5em;
            vertical-align: top;
        }

            .woocommerce div.product form.cart .group_table td:first-child {
                text-align: center;
                width: 4em;
            }

        .woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
            -ms-transform: scale(1.5,1.5);
            -webkit-transform: scale(1.5,1.5);
            display: inline-block;
            margin: 0 auto;
            transform: scale(1.5,1.5);
            width: auto;
        }

.woocommerce span.onsale {
    background-color: #77a464;
    border-radius: 100%;
    color: #fff;
    font-size: 1em;
    font-size: .857em;
    font-weight: 700;
    left: -.5em;
    line-height: 3.236;
    margin: 0;
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    position: absolute;
    text-align: center;
    top: -.5em;
    z-index: 9
}

.woocommerce .products ul, .woocommerce ul.products {
    clear: both;
    list-style: none outside;
    margin: 0 0 1em;
    padding: 0;
}

    .woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before {
        content: " ";
        display: table
    }

    .woocommerce .products ul:after, .woocommerce ul.products:after {
        clear: both
    }

    .woocommerce .products ul li, .woocommerce ul.products li {
        list-style: none outside
    }

        .woocommerce ul.products li.product .onsale {
            left: auto;
            margin: -.5em -.5em 0 0;
            right: 0;
            top: 0;
        }

        .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
            font-size: 1em;
            margin: 0;
            padding: .5em 0;
        }

        .woocommerce ul.products li.product a {
            text-decoration: none
        }

            .woocommerce ul.products li.product a img {
                box-shadow: none;
                display: block;
                height: auto;
                margin: 0 0 1em;
                width: 100%;
            }

        .woocommerce ul.products li.product strong {
            display: block
        }

        .woocommerce ul.products li.product .woocommerce-placeholder {
            border: 1px solid #f2f2f2
        }

        .woocommerce ul.products li.product .star-rating {
            font-size: .857em
        }

        .woocommerce ul.products li.product .button {
            margin-top: 1em
        }

        .woocommerce ul.products li.product .price {
            color: #77a464;
            display: block;
            font-size: .857em;
            font-weight: 400;
            margin-bottom: .5em;
        }

            .woocommerce ul.products li.product .price del {
                color: inherit;
                display: inline-block;
                opacity: .5;
            }

            .woocommerce ul.products li.product .price ins {
                background: 0 0;
                display: inline-block;
                font-weight: 700;
            }

            .woocommerce ul.products li.product .price .from {
                color: rgba(132,132,132,.5);
                font-size: .67em;
                margin: -2px 0 0;
                text-transform: uppercase;
            }

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em
}

    .woocommerce .woocommerce-ordering select {
        vertical-align: top
    }

.woocommerce nav.woocommerce-pagination {
    text-align: center
}

    .woocommerce nav.woocommerce-pagination ul {
        border: 1px solid #d3ced2;
        border-right: 0;
        clear: both;
        display: inline-block;
        margin: 1px;
        padding: 0;
        white-space: nowrap;
    }

        .woocommerce nav.woocommerce-pagination ul li {
            border-right: 1px solid #d3ced2;
            display: inline;
            float: left;
            margin: 0;
            overflow: hidden;
            padding: 0;
        }

            .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
                display: block;
                font-size: 1em;
                font-weight: 400;
                line-height: 1;
                margin: 0;
                min-width: 1em;
                padding: 0;
                padding: .5em;
                text-decoration: none;
            }

                .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
                    background: #ebe9eb;
                    color: #8a7e88
                }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    background-color: #ebe9eb;
    background-image: none;
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #515151;
    cursor: pointer;
    display: inline-block;
    font-size: 100%;
    font-weight: 700;
    left: auto;
    line-height: 1;
    margin: 0;
    overflow: visible;
    padding: .618em 1em;
    position: relative;
    text-decoration: none;
    text-shadow: none
}

    .woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
        opacity: .25;
        padding-right: 2.618em
    }

        .woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
            content: "\e01c";
            font-family: WooCommerce;
            font-weight: 400;
            position: absolute;
            right: 1em;
            top: .618em;
            vertical-align: top;
        }

    .woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {
        content: "\e017";
        font-family: WooCommerce;
        margin-left: .53em;
        vertical-align: bottom
    }

    .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
        background-color: #dfdcde;
        background-image: none;
        color: #515151;
        text-decoration: none;
    }

    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        -webkit-font-smoothing: antialiased;
        background-color: #a46497;
        color: #fff;
    }

        .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
            background-color: #96588a;
            color: #fff
        }

        .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
            background-color: #a46497;
            color: #fff
        }

    .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
        color: inherit;
        cursor: not-allowed;
        opacity: .5;
        padding: .618em 1em
    }

        .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
            background-color: #ebe9eb;
            color: inherit;
        }

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none
}

.woocommerce a.added_to_cart {
    display: inline-block;
    padding-top: .5em;
}

.woocommerce #reviews h2 small {
    color: #767676;
    float: right;
    font-size: 15px;
    margin: 10px 0 0
}

    .woocommerce #reviews h2 small a {
        color: #767676;
        text-decoration: none;
    }

.woocommerce #reviews h3 {
    margin: 0
}

.woocommerce #reviews #respond {
    border: 0;
    margin: 0;
    padding: 0
}

.woocommerce #reviews #comment {
    height: 75px
}

.woocommerce #reviews #comments .add_review:after, .woocommerce #reviews #comments .add_review:before {
    content: " ";
    display: table
}

.woocommerce #reviews #comments .add_review:after {
    clear: both
}

.woocommerce #reviews #comments h2 {
    clear: none
}

.woocommerce #reviews #comments ol.commentlist {
    background: 0 0;
    list-style: none;
    margin: 0;
    width: 100%;
}

    .woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before {
        content: " ";
        display: table
    }

    .woocommerce #reviews #comments ol.commentlist:after {
        clear: both
    }

    .woocommerce #reviews #comments ol.commentlist li {
        background: 0;
        border: 0;
        border: 0;
        margin: 0 0 20px;
        padding: 0;
        position: relative;
    }

        .woocommerce #reviews #comments ol.commentlist li .meta {
            color: #767676;
            font-size: .75em
        }

        .woocommerce #reviews #comments ol.commentlist li img.avatar {
            background: #ebe9eb;
            border: 1px solid #e4e1e3;
            box-shadow: none;
            float: left;
            height: auto;
            left: 0;
            margin: 0;
            padding: 3px;
            position: absolute;
            top: 0;
            width: 32px;
        }

        .woocommerce #reviews #comments ol.commentlist li .comment-text {
            border: 1px solid #e4e1e3;
            border-radius: 4px;
            margin: 0 0 0 50px;
            padding: 1em 1em 0
        }

            .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before {
                content: " ";
                display: table
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
                clear: both
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text p {
                margin: 0 0 1em
            }

                .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
                    font-size: .83em
                }

    .woocommerce #reviews #comments ol.commentlist ul.children {
        list-style: none outside;
        margin: 20px 0 0 50px
    }

        .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
            display: none
        }

    .woocommerce #reviews #comments ol.commentlist #respond {
        border: 1px solid #e4e1e3;
        border-radius: 4px;
        margin: 20px 0 0 50px;
        padding: 1em 1em 0;
    }

.woocommerce #reviews #comments .commentlist > li:before {
    content: ""
}

.woocommerce .star-rating {
    float: right;
    font-family: star;
    font-size: 1em;
    height: 1em;
    line-height: 1;
    overflow: hidden;
    position: relative;
    width: 5.4em;
}

    .woocommerce .star-rating:before {
        color: #d3ced2;
        content: "\73\73\73\73\73";
        float: left;
        left: 0;
        position: absolute;
        top: 0;
    }

    .woocommerce .star-rating span {
        float: left;
        left: 0;
        overflow: hidden;
        padding-top: 1.5em;
        position: absolute;
        top: 0;
    }

        .woocommerce .star-rating span:before {
            content: "\53\53\53\53\53";
            left: 0;
            position: absolute;
            top: 0;
        }

.woocommerce .woocommerce-product-rating {
    display: block;
    line-height: 2;
}

    .woocommerce .woocommerce-product-rating:after, .woocommerce .woocommerce-product-rating:before {
        content: " ";
        display: table
    }

    .woocommerce .woocommerce-product-rating:after {
        clear: both
    }

    .woocommerce .woocommerce-product-rating .star-rating {
        float: left;
        margin: .5em 4px 0 0;
    }

.woocommerce .products .star-rating {
    display: block;
    float: none;
    margin: 0 0 .5em;
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0
}

.woocommerce #review_form #respond {
    background: transparent none;
    border: 0;
    margin: 0;
    padding: 0;
    position: static;
    width: auto;
}

    .woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before {
        content: " ";
        display: table
    }

    .woocommerce #review_form #respond:after {
        clear: both
    }

    .woocommerce #review_form #respond p {
        margin: 0 0 10px
    }

    .woocommerce #review_form #respond .form-submit input {
        left: auto
    }

    .woocommerce #review_form #respond textarea {
        box-sizing: border-box;
        width: 100%
    }

.woocommerce p.stars a {
    display: inline-block;
    height: 1em;
    position: relative;
    text-decoration: none;
    text-indent: -999em;
    width: 1em;
}

    .woocommerce p.stars a:before {
        content: "\e021";
        display: block;
        font-family: WooCommerce;
        height: 1em;
        left: 0;
        line-height: 1;
        position: absolute;
        text-indent: 0;
        top: 0;
        width: 1em;
    }

    .woocommerce p.stars a:hover ~ a:before {
        content: "\e021"
    }

.woocommerce p.stars:hover a:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active:before {
    content: "\e020"
}

.woocommerce p.stars.selected a.active ~ a:before {
    content: "\e021"
}

.woocommerce p.stars.selected a:not(.active):before {
    content: "\e020"
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%
}

    .woocommerce table.shop_attributes th {
        border-bottom: 1px dotted rgba(0,0,0,.1);
        border-top: 0;
        font-weight: 700;
        line-height: 1.5;
        margin: 0;
        padding: 8px;
        width: 150px;
    }

    .woocommerce table.shop_attributes td {
        border-bottom: 1px dotted rgba(0,0,0,.1);
        border-top: 0;
        font-style: italic;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

        .woocommerce table.shop_attributes td p {
            margin: 0;
            padding: 8px 0
        }

    .woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
        background: rgba(0,0,0,.025)
    }

.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    border-collapse: separate;
    border-radius: 5px;
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
}

    .woocommerce table.shop_table th {
        font-weight: 700;
        line-height: 1.5em;
        padding: 9px 12px;
    }

    .woocommerce table.shop_table td {
        border-top: 1px solid rgba(0,0,0,.1);
        line-height: 1.5em;
        padding: 9px 12px;
        vertical-align: middle;
    }

        .woocommerce table.shop_table td small {
            font-weight: 400
        }

        .woocommerce table.shop_table td del {
            font-weight: 400
        }

    .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
        border-top: 0
    }

    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
        border-top: 1px solid rgba(0,0,0,.1);
        font-weight: 700;
    }

.woocommerce table.my_account_orders {
    font-size: .85em
}

    .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
        padding: 4px 8px;
        vertical-align: middle
    }

    .woocommerce table.my_account_orders .button {
        white-space: nowrap
    }

.woocommerce table.woocommerce-MyAccount-downloads td, .woocommerce table.woocommerce-MyAccount-downloads th {
    text-align: center;
    vertical-align: top;
}

    .woocommerce table.woocommerce-MyAccount-downloads td:first-child, .woocommerce table.woocommerce-MyAccount-downloads th:first-child {
        text-align: left
    }

    .woocommerce table.woocommerce-MyAccount-downloads td:last-child, .woocommerce table.woocommerce-MyAccount-downloads th:last-child {
        text-align: left
    }

    .woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before, .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
        content: "\2193";
        display: inline-block
    }

.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
    list-style: none outside
}

    .woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
        clear: both;
        display: inline-block;
        float: left;
        list-style: none outside;
        margin-right: .25em;
    }

    .woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
        margin: 0
    }

    .woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
        margin-bottom: 0
    }

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em
}

.woocommerce td.product-quantity {
    min-width: 80px
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

    .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
        list-style: none;
        margin: 0;
        padding: 4px 0;
    }

        .woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before {
            content: " ";
            display: table
        }

        .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after {
            clear: both
        }

        .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
            display: block;
            font-weight: 700
        }

        .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
            box-shadow: none;
            float: right;
            height: auto;
            margin-left: 4px;
            width: 32px;
        }

        .woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
            border-left: 2px solid rgba(0,0,0,.1);
            margin: 0;
            padding-left: 1em;
        }

            .woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {
                content: " ";
                display: table
            }

            .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after {
                clear: both
            }

            .woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
                display: inline-block;
                float: left;
                margin-bottom: 1em
            }

            .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
                clear: left;
                font-weight: 700;
                margin: 0 4px 0 0;
                padding: 0 0 .25em;
            }

            .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
                padding: 0 0 .25em
            }

                .woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
                    margin-bottom: 0
                }

        .woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
            float: none
        }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0
}

    .woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
        display: inline-block;
        min-width: 40px;
    }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    padding-top: 0;
    position: relative;
}

    .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
        left: 0;
        position: absolute;
        top: 0;
    }

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table
}

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:after {
    clear: both
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    margin-bottom: 5px;
    margin-right: 5px;
}

.woocommerce form .form-row {
    margin: 0 0 6px;
    padding: 3px;
}

    .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
        -webkit-transition: opacity .5s .5s ease;
        opacity: 0;
        transition: opacity .5s .5s ease;
    }

    .woocommerce form .form-row label {
        line-height: 2
    }

        .woocommerce form .form-row label.hidden {
            visibility: hidden
        }

        .woocommerce form .form-row label.inline {
            display: inline
        }

    .woocommerce form .form-row .woocommerce-input-wrapper .description {
        background: #1e85be;
        border-radius: 3px;
        clear: both;
        color: #fff;
        display: none;
        margin: .5em 0 0;
        padding: 1em;
        position: relative
    }

        .woocommerce form .form-row .woocommerce-input-wrapper .description a {
            border: 0;
            box-shadow: none;
            color: #fff;
            text-decoration: underline;
        }

        .woocommerce form .form-row .woocommerce-input-wrapper .description:before {
            -ms-transform: translateX(-50%) rotate(180deg);
            -webkit-transform: translateX(-50%) rotate(180deg);
            border-color: #1e85be transparent transparent;
            border-style: solid;
            border-width: 4px 6px 0;
            content: "";
            display: block;
            left: 50%;
            margin-top: -4px;
            position: absolute;
            top: 0;
            transform: translateX(-50%) rotate(180deg);
            z-index: 100;
        }

    .woocommerce form .form-row select {
        cursor: pointer;
        margin: 0
    }

    .woocommerce form .form-row .required {
        border: 0 !important;
        color: red;
        font-weight: 700;
        text-decoration: none;
        visibility: hidden
    }

    .woocommerce form .form-row .optional {
        visibility: visible
    }

    .woocommerce form .form-row .input-checkbox {
        display: inline;
        margin: -2px 8px 0 0;
        text-align: center;
        vertical-align: middle
    }

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        box-sizing: border-box;
        line-height: normal;
        margin: 0;
        outline: 0;
        width: 100%;
    }

    .woocommerce form .form-row textarea {
        box-shadow: none;
        display: block;
        height: 4em;
        line-height: 1.5;
    }

    .woocommerce form .form-row .select2-container {
        line-height: 2em;
        width: 100%;
    }

    .woocommerce form .form-row.woocommerce-invalid label {
        color: #a00
    }

    .woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
        border-color: #a00
    }

    .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: #6dc22e
    }

    .woocommerce form .form-row ::-webkit-input-placeholder {
        line-height: normal
    }

    .woocommerce form .form-row :-moz-placeholder {
        line-height: normal
    }

    .woocommerce form .form-row :-ms-input-placeholder {
        line-height: normal
    }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    border-radius: 5px;
    margin: 2em 0;
    padding: 20px;
    text-align: left;
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0
}

    .woocommerce ul#shipping_method li {
        line-height: 1.5em;
        list-style: none outside;
        margin: 0 0 .5em;
    }

        .woocommerce ul#shipping_method li input {
            margin: 3px .4375em 0 0;
            vertical-align: top
        }

        .woocommerce ul#shipping_method li label {
            display: inline
        }

    .woocommerce ul#shipping_method .amount {
        font-weight: 700
    }

.woocommerce p.woocommerce-shipping-contents {
    margin: 0
}

.woocommerce ul.order_details {
    list-style: none;
    margin: 0 0 3em;
}

    .woocommerce ul.order_details:after, .woocommerce ul.order_details:before {
        content: " ";
        display: table
    }

    .woocommerce ul.order_details:after {
        clear: both
    }

    .woocommerce ul.order_details li {
        border-right: 1px dashed #d3ced2;
        float: left;
        font-size: .715em;
        line-height: 1;
        list-style-type: none;
        margin-left: 0;
        margin-right: 2em;
        padding-left: 0;
        padding-right: 2em;
        text-transform: uppercase;
    }

        .woocommerce ul.order_details li strong {
            display: block;
            font-size: 1.4em;
            line-height: 1.5;
            text-transform: none;
        }

        .woocommerce ul.order_details li:last-of-type {
            border: none
        }

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em
}

    .woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
        margin-bottom: 0
    }

    .woocommerce .woocommerce-customer-details address {
        border: 1px solid rgba(0,0,0,.1);
        border-bottom-width: 2px;
        border-radius: 5px;
        border-right-width: 2px;
        font-style: normal;
        margin-bottom: 0;
        padding: 6px 12px;
        text-align: left;
        width: 100%;
    }

    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
        margin-bottom: 0;
        padding-left: 1.5em
    }

        .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
            -webkit-font-smoothing: antialiased;
            content: "";
            font-family: WooCommerce;
            font-variant: normal;
            font-weight: 400;
            line-height: 1;
            line-height: 1.75;
            margin-left: -1.5em;
            margin-right: .618em;
            position: absolute;
            speak: never;
            text-decoration: none;
            text-transform: none;
        }

        .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
            -webkit-font-smoothing: antialiased;
            content: "";
            font-family: WooCommerce;
            font-variant: normal;
            font-weight: 400;
            line-height: 1;
            line-height: 1.75;
            margin-left: -1.5em;
            margin-right: .618em;
            position: absolute;
            speak: never;
            text-decoration: none;
            text-transform: none;
        }

.woocommerce .woocommerce-widget-layered-nav-list {
    border: 0;
    list-style: none outside;
    margin: 0;
    padding: 0;
}

    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
        list-style: none;
        padding: 0 0 1px;
    }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
            content: " ";
            display: table
        }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
            clear: both
        }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
            padding: 1px 0
        }

    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
        -webkit-font-smoothing: antialiased;
        color: #a00;
        content: "";
        font-family: WooCommerce;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        margin-right: .618em;
        speak: never;
        text-decoration: none;
        text-transform: none;
    }

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em
}

.woocommerce .widget_layered_nav_filters ul {
    border: 0;
    list-style: none outside;
    margin: 0;
    overflow: hidden;
    padding: 0;
    zoom: 1
}

    .woocommerce .widget_layered_nav_filters ul li {
        float: left;
        list-style: none;
        padding: 0 1em 1px 1px;
    }

        .woocommerce .widget_layered_nav_filters ul li a {
            text-decoration: none
        }

            .woocommerce .widget_layered_nav_filters ul li a:before {
                -webkit-font-smoothing: antialiased;
                color: #a00;
                content: "";
                font-family: WooCommerce;
                font-variant: normal;
                font-weight: 400;
                line-height: 1;
                margin-right: .618em;
                margin-right: .5em;
                speak: never;
                text-decoration: none;
                text-transform: none;
                vertical-align: inherit;
            }

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em
}

.woocommerce .widget_price_filter .price_slider_amount {
    font-size: .8751em;
    line-height: 2.4;
    text-align: right;
}

    .woocommerce .widget_price_filter .price_slider_amount .button {
        float: left;
        font-size: 1.15em;
    }

.woocommerce .widget_price_filter .ui-slider {
    margin-left: .5em;
    margin-right: .5em;
    position: relative;
    text-align: left;
}

    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
        background-color: #a46497;
        border-radius: 1em;
        cursor: ew-resize;
        height: 1em;
        margin-left: -.5em;
        outline: 0;
        position: absolute;
        top: -.3em;
        width: 1em;
        z-index: 2;
    }

    .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
        background-color: #a46497;
        border: 0;
        border-radius: 1em;
        display: block;
        font-size: .7em;
        position: absolute;
        z-index: 1;
    }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #462940;
    border: 0;
    border-radius: 1em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em
}

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        height: 100%;
        top: 0;
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px
    }

.woocommerce .widget_rating_filter ul {
    border: 0;
    list-style: none outside;
    margin: 0;
    padding: 0;
}

    .woocommerce .widget_rating_filter ul li {
        list-style: none;
        padding: 0 0 1px;
    }

        .woocommerce .widget_rating_filter ul li:after, .woocommerce .widget_rating_filter ul li:before {
            content: " ";
            display: table
        }

        .woocommerce .widget_rating_filter ul li:after {
            clear: both
        }

        .woocommerce .widget_rating_filter ul li a {
            padding: 1px 0;
            text-decoration: none
        }

        .woocommerce .widget_rating_filter ul li .star-rating {
            display: inline-block;
            float: none;
        }

        .woocommerce .widget_rating_filter ul li.chosen a:before {
            -webkit-font-smoothing: antialiased;
            color: #a00;
            content: "";
            font-family: WooCommerce;
            font-variant: normal;
            font-weight: 400;
            line-height: 1;
            margin-right: .618em;
            speak: never;
            text-decoration: none;
            text-transform: none;
        }

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block
}

.woocommerce-no-js form.woocommerce-form-coupon, .woocommerce-no-js form.woocommerce-form-login {
    display: block !important
}

.woocommerce-no-js .showcoupon, .woocommerce-no-js .woocommerce-form-coupon-toggle, .woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: #f7f6f7;
    border-top: 3px solid #a46497;
    color: #515151;
    list-style: none outside;
    margin: 0 0 2em;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
    word-wrap: break-word
}

    .woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before {
        content: " ";
        display: table
    }

    .woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
        clear: both
    }

    .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
        content: "\e028";
        display: inline-block;
        font-family: WooCommerce;
        left: 1.5em;
        position: absolute;
        top: 1em;
    }

    .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
        float: right
    }

    .woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
        list-style: none outside !important;
        margin-left: 0 !important;
        padding-left: 0 !important;
    }

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed
}

.woocommerce-message {
    border-top-color: #8fae1b
}

    .woocommerce-message:before {
        color: #8fae1b;
        content: "\e015";
    }

.woocommerce-info {
    border-top-color: #1e85be
}

    .woocommerce-info:before {
        color: #1e85be
    }

.woocommerce-error {
    border-top-color: #b81c23
}

    .woocommerce-error:before {
        color: #b81c23;
        content: "\e016";
    }

.woocommerce-account .woocommerce:after, .woocommerce-account .woocommerce:before {
    content: " ";
    display: table
}

.woocommerce-account .woocommerce:after {
    clear: both
}

.woocommerce-account .addresses .title:after, .woocommerce-account .addresses .title:before {
    content: " ";
    display: table
}

.woocommerce-account .addresses .title:after {
    clear: both
}

.woocommerce-account .addresses .title h3 {
    float: left
}

.woocommerce-account .addresses .title .edit {
    float: right
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0
}

    .woocommerce-account ul.digital-downloads li {
        list-style: none;
        margin-left: 0;
        padding-left: 0
    }

        .woocommerce-account ul.digital-downloads li:before {
            -webkit-font-smoothing: antialiased;
            content: "";
            font-family: WooCommerce;
            font-variant: normal;
            font-weight: 400;
            line-height: 1;
            margin-right: .618em;
            speak: never;
            text-decoration: none;
            text-transform: none;
        }

        .woocommerce-account ul.digital-downloads li .count {
            float: right
        }

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    box-shadow: none;
    width: 32px;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle
}

    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
        border: 1px solid #d3ced2;
        box-sizing: border-box;
        float: left;
        margin: 0 4px 0 0;
        outline: 0;
        padding: 6px 6px 5px;
    }

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0
}

    #add_payment_method .wc-proceed-to-checkout:after, #add_payment_method .wc-proceed-to-checkout:before, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:before, .woocommerce-checkout .wc-proceed-to-checkout:after, .woocommerce-checkout .wc-proceed-to-checkout:before {
        content: " ";
        display: table
    }

    #add_payment_method .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-checkout .wc-proceed-to-checkout:after {
        clear: both
    }

    #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
        display: block;
        font-size: 1.25em;
        margin-bottom: 1em;
        padding: 1em;
        text-align: center;
    }

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    display: inline-block;
    float: none;
    margin-top: .5em;
}

    #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 {
        -webkit-font-smoothing: antialiased;
        content: "";
        font-family: WooCommerce;
        font-variant: normal;
        font-weight: 400;
        line-height: 1;
        margin-left: .618em;
        speak: never;
        text-decoration: none;
        text-transform: none;
    }

#add_payment_method .cart-collaterals .shipping-calculator-form, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0
}

#add_payment_method .cart-collaterals .cart_totals p small, .woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0
}

    #add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
        border-top: 0
    }

    #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
        width: 35%
    }

    #add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
        border-left: 0;
        border-right: 0;
        line-height: 1.5em;
        vertical-align: top;
    }

    #add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
        color: #767676
    }

    #add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select {
        width: 100%
    }

#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464
}

#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 #ebe9eb
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product, .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    clear: none;
    float: left;
}

#add_payment_method .checkout .col-2 .notes, .woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes {
    clear: left
}

#add_payment_method .checkout .col-2 .form-row-first, .woocommerce-cart .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left
}

#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
    color: #767676;
    font-size: 11px;
    font-weight: 400
}

#add_payment_method .checkout div.shipping-address, .woocommerce-cart .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address {
    clear: left;
    padding: 0;
    width: 100%
}

#add_payment_method .checkout .shipping_address, .woocommerce-cart .checkout .shipping_address, .woocommerce-checkout .checkout .shipping_address {
    clear: both
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px
}

    #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
        border-bottom: 1px solid #d3ced2;
        list-style: none outside;
        margin: 0;
        padding: 1em;
        text-align: left;
    }

        #add_payment_method #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:before, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
            content: " ";
            display: table
        }

        #add_payment_method #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:after {
            clear: both
        }

        #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
            font-weight: 400;
            line-height: 2;
            margin: 0;
            text-align: left;
        }

            #add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
                margin: 0 1em 0 0
            }

            #add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
                box-shadow: none;
                margin: -2px 0 0 .5em;
                padding: 0;
                position: relative;
                vertical-align: middle;
            }

                #add_payment_method #payment ul.payment_methods li img + img, .woocommerce-cart #payment ul.payment_methods li img + img, .woocommerce-checkout #payment ul.payment_methods li img + img {
                    margin-left: 2px
                }

            #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
                content: " ";
                display: table
            }

            #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
                clear: both
            }

    #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
        padding: 1em
    }

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        background-color: #dfdcde;
        border-radius: 2px;
        box-sizing: border-box;
        color: #515151;
        font-size: .92em;
        line-height: 1.5;
        margin: 1em 0;
        padding: 1em;
        position: relative;
        width: 100%;
    }

        #add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
            border-color: #c7c1c6;
            border-top-color: #bbb3b9
        }

        #add_payment_method #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
            color: #bbb3b9
        }

        #add_payment_method #payment div.payment_box :-moz-placeholder, .woocommerce-cart #payment div.payment_box :-moz-placeholder, .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
            color: #bbb3b9
        }

        #add_payment_method #payment div.payment_box :-ms-input-placeholder, .woocommerce-cart #payment div.payment_box :-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
            color: #bbb3b9
        }

        #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
            list-style: none outside;
            margin: 0
        }

            #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
                margin: 0 0 .5em
            }

                #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
                    cursor: pointer
                }

            #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
                margin: -3px 1em 0 0;
                position: relative;
                vertical-align: middle;
            }

        #add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
            border: 0;
            margin: 1em 0 0;
            padding: 0;
        }

        #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
            background-position: right .618em center;
            background-repeat: no-repeat;
            background-size: 32px 20px;
            font-size: 1.5em;
            padding: 8px;
        }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
                background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
                background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
                background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
                background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
                background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
                background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
                background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
                background-image: url(../../../plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)
            }

        #add_payment_method #payment div.payment_box span.help, .woocommerce-cart #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help {
            color: #767676;
            font-size: .857em;
            font-weight: 400
        }

        #add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
            margin: 0 0 1em
        }

        #add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
            margin-bottom: 0
        }

        #add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
            border: 1em solid #dfdcde;
            border-left-color: transparent;
            border-right-color: transparent;
            border-top-color: transparent;
            content: "";
            display: block;
            left: 0;
            margin: -1em 0 0 2em;
            position: absolute;
            top: -.75em;
        }

    #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 {
        float: right;
        font-size: .83em;
        line-height: 52px;
    }

    #add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
        max-height: 52px;
        vertical-align: middle
    }

.woocommerce-terms-and-conditions {
    background: rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px
}

.woocommerce-password-strength {
    font-size: 1em;
    font-weight: 600;
    padding: 3px .5em;
    text-align: center;
}

    .woocommerce-password-strength.strong {
        background-color: #c1e1b9;
        border-color: #83c373
    }

    .woocommerce-password-strength.short {
        background-color: #f1adad;
        border-color: #e35b5b
    }

    .woocommerce-password-strength.bad {
        background-color: #fbc5a9;
        border-color: #f78b53
    }

    .woocommerce-password-strength.good {
        background-color: #ffe399;
        border-color: #ffc733
    }

.woocommerce-password-hint {
    display: block;
    margin: .5em 0 0;
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0
}

.single-product .twentythirteen p.stars {
    clear: both
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit
}

.woocommerce form .form-row .required {
    visibility: visible
}

html {
    margin-right: 0 !important
}

body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    background: #101010;
    border: none;
    color: #bbb;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    text-rendering: optimizeLegibility
}

    body.scroll_hidden {
        height: 100vh;
        overflow: hidden;
    }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.clear {
    clear: both
}

.cursor-follower {
    -webkit-transition: transform .7s cubic-bezier(.02,1.2,.8,1);
    height: 26px;
    pointer-events: none;
    position: absolute;
    transition: transform .7s cubic-bezier(.02,1.2,.8,1);
    width: 26px;
    z-index: 1111;
}

.cursor-follower-inner {
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    background: #4bffa5;
    border-radius: 100%;
    height: 26px;
    margin: -13px 0 0 -13px;
    opacity: .4;
    position: absolute;
    width: 26px;
}

.admin-bar .cursor-follower {
    margin-top: -32px
}

.cursor-follower.hide {
    opacity: 0 !important
}

@media (max-width:1199px) {
    .cursor-follower {
        display: none
    }
}

.preloader {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 11111
}

    .preloader .spinner {
        height: 100%;
        left: 50%;
        position: absolute;
        top: 0;
        width: 1px;
    }

        .preloader .spinner .double-bounce1, .preloader .spinner .double-bounce2 {
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            width: 100%;
        }

        .preloader .spinner .double-bounce2 {
            -webkit-animation: loading 1s infinite ease-in-out;
            animation: loading 1s infinite ease-in-out;
            background: rgba(255,255,255,.5);
            height: 0;
        }

.container {
    margin: 0;
    overflow: hidden;
    position: relative;
}

    .container:before {
        pointer-events: none;
        z-index: 12
    }

.lines {
    font-size: 0;
    height: 100vh;
    left: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1111
}

    .lines.no-lines .line-col:before {
        opacity: 0
    }

    .lines .content {
        left: 50%;
        margin-left: -712px;
        position: absolute;
        top: 0;
        width: 1424px
    }

    .lines .line-col {
        display: inline-block;
        height: 100vh;
        position: relative;
        vertical-align: top;
        width: 20%;
    }

        .lines .line-col:first-child:before {
            background: 0 0
        }

        .lines .line-col:first-child:after {
            left: auto;
            right: 0;
            width: 1000%
        }

        .lines .line-col:first-child .line {
            display: none
        }

        .lines .line-col:last-child:after {
            left: 0;
            right: auto;
            width: 1000%
        }

        .lines .line-col:nth-child(1):before {
            -o-transition-delay: 1.9s;
            -webkit-transition-delay: 1.9s;
            transition-delay: 1.9s
        }

        .lines .line-col:nth-child(1):after {
            -o-transition-delay: .7s;
            -webkit-transition-delay: .7s;
            bottom: auto;
            top: 0;
            transition-delay: .7s
        }

        .lines .line-col:nth-child(2):before {
            -o-transition-delay: 1.7s;
            -webkit-transition-delay: 1.7s;
            transition-delay: 1.7s
        }

        .lines .line-col:nth-child(2):after {
            -o-transition-delay: .5s;
            -webkit-transition-delay: .5s;
            bottom: 0;
            top: auto;
            transition-delay: .5s
        }

        .lines .line-col:nth-child(3):before {
            -o-transition-delay: 1.2s;
            -webkit-transition-delay: 1.2s;
            transition-delay: 1.2s
        }

        .lines .line-col:nth-child(3):after {
            -o-transition-delay: 0s;
            -webkit-transition-delay: 0s;
            bottom: auto;
            top: 0;
            transition-delay: 0s
        }

        .lines .line-col:nth-child(4):before {
            -o-transition-delay: 1.5s;
            -webkit-transition-delay: 1.5s;
            transition-delay: 1.5s
        }

        .lines .line-col:nth-child(4):after {
            -o-transition-delay: .3s;
            -webkit-transition-delay: .3s;
            bottom: 0;
            top: auto;
            transition-delay: .3s
        }

        .lines .line-col:nth-child(5):before {
            -o-transition-delay: 2s;
            -webkit-transition-delay: 2s;
            transition-delay: 2s
        }

        .lines .line-col:nth-child(5):after {
            -o-transition-delay: .8s;
            -webkit-transition-delay: .8s;
            bottom: auto;
            top: 0;
            transition-delay: .8s
        }

        .lines .line-col:before {
            -moz-transition: height .65s cubic-bezier(.165,.85,.45,1) 0s;
            -o-transition: height .65s cubic-bezier(.165,.85,.45,1) 0s;
            -webkit-transition: height .65s cubic-bezier(.165,.85,.45,1) 0s;
            background: rgba(255,255,255,.1);
            content: '';
            height: 0;
            left: 0;
            position: absolute;
            top: 0;
            transition: height .65s cubic-bezier(.165,.85,.45,1) 0s;
            width: 1px;
        }

        .lines .line-col:after {
            -moz-transition: height .65s cubic-bezier(.165,.85,.45,1) 0s;
            -o-transition: height .65s cubic-bezier(.165,.85,.45,1) 0s;
            -webkit-transition: height .65s cubic-bezier(.165,.85,.45,1) 0s;
            background: #1e1e1e;
            content: '';
            height: 100%;
            left: 0;
            position: absolute;
            top: 0;
            transition: height .65s cubic-bezier(.165,.85,.45,1) 0s;
            width: 100%;
            z-index: 12;
        }

    .lines.finish .line-col:before {
        height: 100%
    }

    .lines.finish .line-col:after {
        height: 0
    }

    .lines.ready {
        z-index: 11
    }

.wrapper {
    position: relative
}

.breadcrumbs {
    margin: 0
}

.lines-off .lines .line-col:before {
    display: none
}

.lines-on .lines .line-col:before {
    display: block
}

@media (max-width:1199px) {
    .lines .line-col {
        width: 33.333%
    }

        .lines .line-col:nth-child(4), .lines .line-col:nth-child(5) {
            display: none
        }
}

@media (max-width:720px) {
    .lines .line-col {
        width: 50%
    }

        .lines .line-col:nth-child(3), .lines .line-col:nth-child(4), .lines .line-col:nth-child(5) {
            display: none
        }
}

.cols {
    position: relative
}

    .cols .col.col-sm {
        float: left;
        width: 25%
    }

@media (max-width:720px) {
    .cols .col.col-sm {
        width: 100%
    }
}

.cols .col.col-lg {
    float: left;
    width: 75%
}

@media (max-width:720px) {
    .cols .col.col-lg {
        width: 100%
    }
}

.cols .col.col-md {
    float: left;
    width: 50%
}

@media (max-width:720px) {
    .cols .col.col-md {
        width: 100%
    }
}

.cols:after {
    clear: both;
    content: '';
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-weight: 700;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 30px;
}

h1 {
    font-size: 34px
}

h2 {
    font-size: 30px
}

h3 {
    font-size: 26px
}

h4 {
    font-size: 22px
}

h5 {
    font-size: 18px
}

h6 {
    font-size: 14px
}

p {
    font-size: 16px;
    margin: 20px 0;
    padding: 0;
}

strong {
    font-weight: 700
}

@media screen and (max-width:720px) {
    h1, h2, h3, h4, h5, h6 {
        margin-top: 20px
    }

    h1 {
        font-size: 24px
    }

    h2 {
        font-size: 20px
    }

    h3 {
        font-size: 18px
    }

    h4 {
        font-size: 16px
    }

    h5 {
        font-size: 14px
    }

    h6 {
        font-size: 13px
    }

    p {
        margin: 20px 0
    }
}

a {
    color: #eee;
    outline: none;
    text-decoration: underline;
}

    a:hover {
        color: #4bffa5;
        text-decoration: none;
    }

.ink {
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -moz-transform: scale(0);
    -moz-transition: transform 2s cubic-bezier(.165,.85,.45,1) 0s;
    -o-transform: scale(0);
    -o-transition: transform 2s cubic-bezier(.165,.85,.45,1) 0s;
    -webkit-border-radius: 100%;
    -webkit-transform: scale(0);
    -webkit-transition: transform 2s cubic-bezier(.165,.85,.45,1) 0s;
    background: #4bffa5;
    border-radius: 100%;
    display: block;
    position: absolute;
    transform: scale(0);
    transition: transform 2s cubic-bezier(.165,.85,.45,1) 0s;
}

    .ink.ink-animate {
        -moz-transform: scale(3);
        -o-transform: scale(3);
        -webkit-transform: scale(3);
        transform: scale(3);
    }

.hover-animated .circle {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
}

.bts-center {
    text-align: center
}

.bts-list {
    font-size: 0px
}

    .bts-list .btn {
        margin-right: 20px;
        margin-top: 20px
    }

        .bts-list .btn:last-child {
            margin-right: 0
        }

a.btn, .btn, .single-post-text input[type=submit] {
    -moz-transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
    -o-transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
    -webkit-transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
    background: 0 0;
    border: 2px solid #4bffa5;
    color: #4bffa5;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
    vertical-align: middle;
}

    a.btn .lnk, .btn .lnk {
        display: block;
        padding: 0 30px;
        pointer-events: none;
        position: relative;
        z-index: 2;
    }

    a.btn:hover, .btn:hover {
        color: #101010
    }

.wp-block-button {
    margin: 0 0 15px
}

.wp-block-button__link, a.wp-block-button__link {
    background-color: #4bffa5;
    color: #101010
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid #4bffa5;
    color: #4bffa5
}

    .is-style-outline .wp-block-button__link:hover {
        background: #4bffa5;
        color: #101010
    }

.wp-block-button__link:hover, a.wp-block-button__link:hover {
    color: #101010
}

hr.wp-block-separator {
    border: none;
    border-bottom: 1px solid #333
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #333
}

.wp-block-table.is-style-stripes {
    border-bottom-color: #333
}

@media screen and (max-width:720px) {
    a.btn, .btn, .single-post-text input[type=submit] {
        font-size: 14px
    }
}

form.post-password-form {
    margin: 0 auto;
    max-width: 400px;
    text-align: center
}

    form.post-password-form label {
        display: block
    }

    form.post-password-form input {
        text-align: center
    }

input, textarea, button {
    -khtml-border-radius: 0%;
    -moz-border-radius: 0%;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-border-radius: 0%;
    -webkit-transition: all .3s ease 0s;
    background: 0 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-radius: 0;
    color: #eee;
    display: block;
    font-family: "Roboto";
    font-size: 16px;
    height: 50px;
    margin-bottom: 30px;
    outline: 0;
    padding: 0;
    resize: none;
    transition: all .3s ease 0s;
    width: 100%;
}

    input:focus, textarea:focus, button:focus {
        border-bottom: 1px solid #eee;
        color: #eee;
    }

textarea {
    height: 120px;
    padding: 0;
    padding-top: 15px
}

button {
    border-bottom: 1px solid #eee;
    color: #eee;
    cursor: pointer;
    display: inline-block;
    padding: 0 30px;
    text-align: left;
    vertical-align: top;
    width: auto;
}

    button:hover {
        background: #4bffa5
    }

    button.hover-animated {
        padding: 0
    }

        button.hover-animated:hover {
            background: 0 0
        }

label, legend {
    display: inline-block;
    font-family: "Roboto";
    font-size: 16px;
    padding-bottom: 10px;
}

fieldset {
    border-width: 0;
    padding: 0
}

input[type=checkbox], input[type=radio] {
    display: inline
}

::-webkit-input-placeholder {
    color: #999
}

:-moz-placeholder {
    color: #999
}

::-moz-placeholder {
    color: #999
}

:-ms-input-placeholder {
    color: #999
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
    color: #eee
}

input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
    color: #eee
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
    color: #eee
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
    color: #eee
}

input.error, textarea.error, input.wpcf7-not-valid, textarea.wpcf7-not-valid {
    border-bottom: 1px solid red !important
}

label.error, .wpcf7-not-valid-tip {
    display: none !important
}

input.error::-moz-placeholder, textarea.error::-moz-placeholder, input.wpcf7-not-valid::-moz-placeholder, textarea.wpcf7-not-valid::-moz-placeholder {
    color: red
}

input.error:-moz-placeholder, textarea.error:-moz-placeholder, input.wpcf7-not-valid:-moz-placeholder, textarea.wpcf7-not-valid:-moz-placeholder {
    color: red
}

input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder, input.wpcf7-not-valid:-ms-input-placeholder, textarea.wpcf7-not-valid:-ms-input-placeholder {
    color: red
}

input.error::-webkit-input-placeholder, textarea.error::-webkit-input-placeholder, input.wpcf7-not-valid::-webkit-input-placeholder, textarea.wpcf7-not-valid::-webkit-input-placeholder {
    color: red
}

div.wpcf7-response-output {
    margin: 0
}

input[type=checkbox], input[type=radio] {
    display: inline
}

input[type=checkbox], input[type=radio] {
    height: auto;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

input[type=checkbox] {
    -webkit-appearance: checkbox
}

input[type=radio] {
    -webkit-appearance: radio
}

input[type=text], input[type=email], input[type=tel], input[type=password], input[type=submit], textarea, button {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

input[type=file] {
    border: none;
    height: auto;
    margin-bottom: 10px;
}

select {
    background: #333;
    border: none;
    color: #eee;
    height: 30px;
    margin-bottom: 10px;
    width: 100%;
}

.content-sidebar select, .wp-block-archives-dropdown select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    background-color: transparent;
    background-image: url(../../../themes/sitemy/assets/images/arrow.svg);
    background-position: calc(100% - 15px) 50%;
    background-repeat: no-repeat;
    background-size: 11px;
    border: 0;
    border: 1px solid #333;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    height: 36px;
    padding-left: 15px;
    padding-right: 30px;
    width: 100%;
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0
}

ul {
    list-style: disc;
    list-style-position: inside;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-right: 0;
}

ol {
    list-style: decimal;
    list-style-position: inside;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-left: 0;
}

    ul ul, ol ol, ul ol, ol ul {
        margin-bottom: 15px;
        margin-left: 15px;
        margin-top: 15px;
    }

img {
    max-width: 100%
}

.single-post-text img + figure {
    margin-top: 20px
}

.content-sidebar img {
    height: auto
}

.widget.widget_text p {
    font-size: 14px;
    margin: 0 0 15px;
}

.wp-caption-text, .wp-block-image figcaption, .wp-block-video figcaption, .wp-block-embed figcaption {
    font-size: 14px;
    font-style: italic;
    margin: 0;
    max-width: 100%;
    opacity: .8;
    padding: 5px 10px 0;
    text-align: center;
}

code {
    color: #4bffa5;
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    max-width: 100%;
    overflow: auto;
    padding: 0 4px;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap
}

pre {
    font-size: 14px;
    margin: 20px 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    white-space: pre;
}

mark, ins {
    background: #333;
    text-decoration: none
}

table {
    background: 0 0;
    border: 1px solid #333;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

.content-sidebar table caption {
    background: #333;
    border-bottom: none;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 0;
}

.content-sidebar th {
    border: none;
    font-size: 12px;
    font-weight: 700;
    padding: 5px 0;
    text-align: center;
    text-transform: uppercase
}

.content-sidebar td {
    background: 0 0;
    border: none;
    border: 1px solid #333;
    font-size: 12px;
    padding: 5px 0;
    text-align: center;
}

.content-sidebar tfoot td {
    border: none
}

.content-sidebar td.pad {
    background: 0 0
}

.content-sidebar td#today {
    background: #4bffa5;
    color: #000 !important;
    font-weight: 700
}

.single-post-text table {
    background: 0 0;
    border: 1px solid #333;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
}

.single-post-text th {
    border: 1px solid #333;
    font-size: 16px;
    font-weight: 700;
    padding: 10px 20px;
    text-align: left
}

.single-post-text td {
    background: 0 0;
    border: none;
    border: 1px solid #333;
    font-size: 16px;
    padding: 10px 20px;
}

    .single-post-text td#today {
        background: #4bffa5;
        color: #000 !important;
        font-weight: 700
    }

dt {
    font-weight: 700;
    margin-bottom: 5px;
}

dd {
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 0;
}

@media screen and (max-width:720px) {
    .single-post-text th {
        font-size: 14px;
        padding: 10px;
    }

    .single-post-text td {
        font-size: 14px;
        padding: 10px;
    }
}

.align-center {
    text-align: center !important
}

.align-right {
    text-align: right !important
}

.align-left {
    text-align: left !important
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.pull-none {
    float: none !important
}

.alignright {
    float: right !important;
    margin-bottom: 10px !important;
    margin-left: 20px !important;
    max-width: 50% !important
}

.alignleft {
    float: left !important;
    margin-bottom: 10px !important;
    margin-right: 20px !important;
    max-width: 50% !important
}

.aligncenter {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

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

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

.centrize {
    display: table;
    height: 100%;
    left: 0;
    position: relative;
    table-layout: fixed;
    top: 0;
    z-index: 2
}

.vertical-center {
    display: table-cell;
    vertical-align: middle
}

.text-uppercase {
    text-transform: uppercase
}

.text-lowercase {
    text-transform: lowercase
}

.text-capitalize {
    text-transform: capitalize
}

.text-regular {
    font-weight: 400
}

.text-bold {
    font-weight: 700
}

.text-italic {
    font-style: italic
}

blockquote {
    font-family: "Roboto"
}

@-webkit-keyframes loading {
    0% {
        bottom: auto;
        height: 0;
        top: 0;
    }

    50% {
        bottom: auto;
        height: 100%;
        top: 0;
    }

    51% {
        bottom: auto;
        height: 100%;
        top: 0;
    }

    52% {
        bottom: 0;
        height: 100%;
        top: auto;
    }

    100% {
        bottom: 0;
        height: 0;
        top: auto;
    }
}

@keyframes loading {
    0% {
        bottom: auto;
        height: 0;
        top: 0;
    }

    50% {
        bottom: auto;
        height: 100%;
        top: 0;
    }

    51% {
        bottom: auto;
        height: 100%;
        top: 0;
    }

    52% {
        bottom: 0;
        height: 100%;
        top: auto;
    }

    100% {
        bottom: 0;
        height: 0;
        top: auto;
    }
}

@keyframes mouse-anim {
    0% {
        top: 0
    }

    50% {
        top: 10px
    }

    100% {
        top: 0
    }
}

.header {
    -moz-transition: all .7s cubic-bezier(.165,.85,.45,1);
    -o-transition: all .7s cubic-bezier(.165,.85,.45,1);
    -webkit-transition: all .7s cubic-bezier(.165,.85,.45,1);
    left: 0;
    padding: 50px;
    position: fixed;
    top: 0;
    transition: all .7s cubic-bezier(.165,.85,.45,1);
    width: 100%;
    z-index: 100;
}

    .header.fixed {
        background: #101010;
        padding-bottom: 30px;
        padding-top: 30px;
        top: 0;
    }

.admin-bar .header {
    top: 32px
}

.header:after {
    clear: both;
    content: '';
    display: block;
    position: relative;
}

.header .head-top {
    position: relative
}

.header .menu-btn {
    height: 20px;
    margin: 0 auto;
    position: relative;
    width: 30px;
}

    .header .menu-btn:before, .header .menu-btn:after {
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        background: #fff;
        content: '';
        height: 2px;
        left: 0;
        position: absolute;
        top: 0;
        transition: all .3s ease 0s;
        width: 100%;
    }

    .header .menu-btn:after {
        bottom: 0;
        top: auto;
    }

    .header .menu-btn span {
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        background: #fff;
        height: 2px;
        left: 0;
        margin-top: -1px;
        position: absolute;
        top: 50%;
        transition: all .3s ease 0s;
        width: 100%;
    }

.header .logo {
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: rgba(255,255,255,.5);
    font-size: 16px;
    font-weight: 600;
    line-height: 2.5;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
}

    .header .logo img {
        display: block;
        height: auto;
        max-height: 60px;
        max-width: 100%;
        width: auto;
    }

    .header .logo a {
        color: rgba(255,255,255,.65);
        display: inline-block;
        text-decoration: none;
    }

    .header .logo strong {
        color: #fff
    }

    .header .logo .mask-desc {
        display: block;
        font-size: 12px;
        line-height: 2px;
    }

.header .top-menu {
    text-align: right
}

    .header .top-menu .menu-top-menu-container {
        display: inline-block
    }

    .header .top-menu ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .header .top-menu ul li {
            display: inline-block;
            margin-left: 40px;
            position: relative;
            vertical-align: top;
        }

            .header .top-menu ul li a {
                -moz-transition: color .7s cubic-bezier(.165,.85,.45,1);
                -o-transition: color .7s cubic-bezier(.165,.85,.45,1);
                -webkit-transition: color .7s cubic-bezier(.165,.85,.45,1);
                color: #fff;
                display: block;
                font-size: 1em;
                font-weight: 600;
                line-height: 2.5;
                opacity: .65;
                overflow: hidden;
                position: relative;
                text-decoration: none;
                transition: color .7s cubic-bezier(.165,.85,.45,1);
            }

            .header .top-menu ul li:hover > .sub-menu, .header .top-menu ul li:hover > .children {
                opacity: 1;
                pointer-events: auto
            }

            .header .top-menu ul li:hover > a, .header .top-menu ul li.current-menu-item > a, .header .top-menu ul li.current-menu-parent > a {
                opacity: 1
            }

            .header .top-menu ul li.menu-item-has-children > a .mask-lnk:after {
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                content: "\f078";
                display: inline-block;
                display: inline-block;
                font-family: 'Font Awesome 5 Free';
                font-size: .8em;
                font-style: normal;
                font-variant: normal;
                font-weight: 900;
                line-height: 1;
                margin-left: 5px;
                position: relative;
                text-rendering: auto;
                top: 0;
            }

.header .top-menu-nav .sub-menu, .header .top-menu-nav .children {
    -khtml-box-shadow: 0 5px 50px rgba(0,0,0,.1);
    -moz-box-shadow: 0 5px 50px rgba(0,0,0,.1);
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-box-shadow: 0 5px 50px rgba(0,0,0,.1);
    -webkit-transition: all .3s ease 0s;
    background: #1e1e1e;
    box-shadow: 0 5px 50px rgba(0,0,0,.1);
    left: 0;
    opacity: 0;
    padding: 10px 0;
    pointer-events: none;
    position: absolute;
    text-align: left;
    top: 40px;
    transition: all .3s ease 0s;
    width: 190px;
    z-index: 50;
}

.header .top-menu ul li:last-child .sub-menu, .header .top-menu-nav .children {
    left: auto;
    right: 0;
}

    .header .top-menu-nav .sub-menu:before, .header .top-menu-nav .children:before {
        border: 6px solid transparent;
        border-bottom: 6px solid #1e1e1e;
        content: '';
        left: 10px;
        position: absolute;
        top: -12px;
    }

    .header .top-menu ul li:last-child .sub-menu:before, .header .top-menu-nav .children:before {
        left: auto;
        right: 10px;
    }

    .header .top-menu-nav .sub-menu li, .header .top-menu-nav .children li {
        border-bottom: 1px solid rgba(255,255,255,.1);
        display: block;
        height: auto;
        margin-left: 0;
        padding: 8px 20px;
    }

        .header .top-menu-nav .sub-menu li:last-child, .header .top-menu-nav .children li:last-child {
            border-bottom: none
        }

        .header .top-menu-nav .sub-menu li a, .header .top-menu-nav .children li a {
            color: #fff;
            display: block;
            font-size: 12px;
            line-height: 2;
            margin-top: 0;
            opacity: .5;
        }

        .header .top-menu-nav .sub-menu li .sub-menu, .header .top-menu-nav .children li .children {
            background: #242424;
            left: 100%;
            top: -10px;
        }

            .header .top-menu-nav .sub-menu li .sub-menu:before, .header .top-menu-nav .children li .children:before {
                border: 6px solid transparent;
                border-bottom: 6px solid transparent;
                border-right: 6px solid #242424;
                content: '';
                left: -12px;
                position: absolute;
                top: 26px;
            }

.background-enabled .header .top-menu ul li.current-menu-item > a {
    opacity: 1
}

.hover-masks .mask-lnk, .hover-masks-logo .mask-lnk {
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    -webkit-transition: transform .7s cubic-bezier(.165,.85,.45,1);
    display: block;
    left: 0;
    position: relative;
    top: 0;
    transform: translateY(0%);
    transition: transform .7s cubic-bezier(.165,.85,.45,1);
    width: 100%;
}

    .hover-masks .mask-lnk.mask-lnk-hover, .hover-masks-logo .mask-lnk.mask-lnk-hover {
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        -webkit-transform: translateY(100%);
        position: absolute;
        transform: translateY(100%);
    }

.hover-masks a:hover .mask-lnk:nth-child(1), .hover-masks-logo a:hover .mask-lnk:nth-child(1) {
    -moz-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.hover-masks a:hover .mask-lnk.mask-lnk-hover, .hover-masks-logo a:hover .mask-lnk.mask-lnk-hover {
    -moz-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
}

.header.active {
    -webkit-overflow-scrolling: touch;
    background: #101010;
    height: 100%;
    overflow-y: scroll;
    padding-top: 4vw;
    top: 0;
}

    .header.active .menu-btn:before {
        opacity: 0
    }

    .header.active .menu-btn:after {
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        bottom: 9px !important;
        transform: rotate(-45deg);
    }

    .header.active .menu-btn span {
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .header.active .top-menu {
        height: auto;
        opacity: 1;
        visibility: visible
    }

        .header.active .top-menu ul > li > ul li a {
            line-height: 20px
        }

@media (max-width:1199px) {
    .header .logo {
        -moz-transform: translateY(0%);
        -o-transform: translateY(0%);
        -webkit-transform: translateY(0%);
        position: relative;
        top: 0;
        transform: translateY(0%);
    }

    .header .menu-btn {
        -moz-transform: translateY(50%);
        -o-transform: translateY(50%);
        -webkit-transform: translateY(50%);
        display: block;
        transform: translateY(50%);
    }

    .header .top-menu-nav {
        display: block
    }

    .header .top-menu {
        -moz-transition: opacity .35s cubic-bezier(.165,.85,.45,1);
        -o-transition: opacity .35s cubic-bezier(.165,.85,.45,1);
        -webkit-transition: opacity .35s cubic-bezier(.165,.85,.45,1);
        float: none;
        height: 0;
        left: 0;
        margin-left: 0;
        margin-right: 0;
        margin-top: 0;
        opacity: 0;
        position: relative;
        text-align: center;
        top: 0;
        transition: opacity .35s cubic-bezier(.165,.85,.45,1);
        visibility: hidden;
        width: auto;
    }

    .header.active .top-menu {
        line-height: normal;
        margin-top: 40px;
    }

    .header .top-menu .menu-top-menu-container {
        display: block
    }

    .header .top-menu {
        line-height: normal
    }

        .header .top-menu ul li {
            border-bottom: 1px solid rgba(255,255,255,.1);
            display: block;
            margin-left: 0;
            padding: 2px 0;
        }

        .header .top-menu .top-menu-nav > ul > li:first-child, .header .top-menu .top-menu-nav .menu-all-pages-container > ul > li:first-child {
            border-top: 1px solid rgba(255,255,255,.1)
        }

    .header .top-menu-nav .sub-menu, .header .top-menu-nav .children {
        display: none;
        left: 0;
        margin: 5px 0 20px;
        opacity: 0;
        pointer-events: none;
        position: relative;
        text-align: center;
        top: 0;
        visibility: hidden;
        width: auto;
    }

    .header.active .top-menu-nav .sub-menu, .header.active .top-menu-nav .children {
        -webkit-transition: none;
        opacity: 1;
        pointer-events: auto;
        transition: none;
        visibility: visible;
    }

    .header .top-menu-nav .sub-menu:before, .header .top-menu-nav .children:before {
        left: 50%;
        margin-left: -6px;
    }

    .header .top-menu-nav .sub-menu li .sub-menu, .header .top-menu-nav .children li .children {
        -khtml-box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        background: #242424;
        box-shadow: none;
        left: 0;
        margin: 0 -20px;
        top: 8px;
    }

        .header .top-menu-nav .sub-menu li .sub-menu:before, .header .top-menu-nav .children li .children:before {
            border: 6px solid transparent;
            border-bottom: 6px solid #242424;
            border-right: 6px solid transparent;
            left: 50%;
            top: -12px;
        }

    .header .top-menu ul li:last-child .sub-menu:before, .header .top-menu-nav .children:before {
        left: auto;
        margin-left: 0;
        margin-right: -6px;
        right: 50%;
    }

    .header .menu-btn {
        display: block;
        float: right
    }

    .header .top-menu ul li a {
        display: inline-block;
        vertical-align: top
    }

    .header .top-menu ul li.menu-item-has-children > a {
        margin: 0 40px
    }

        .header .top-menu ul li.menu-item-has-children > a .mask-lnk:after {
            display: none
        }

    .header .top-menu ul li.menu-item-has-children .open-lnk {
        align-items: center;
        display: flex;
        height: 44px;
        justify-content: center;
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
    }

        .header .top-menu ul li.menu-item-has-children .open-lnk:before {
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            content: "\f067";
            display: inline-block;
            font-family: 'Font Awesome 5 Free';
            font-size: 12px;
            font-style: normal;
            font-variant: normal;
            font-weight: 900;
            height: auto;
            left: 0;
            line-height: 18px;
            position: relative;
            text-rendering: auto;
            top: 0;
            width: auto;
        }

    .header .top-menu ul li.active.menu-item-has-children > .open-lnk:before {
        content: "\f068"
    }

    .header .top-menu ul li ul li.menu-item-has-children .open-lnk {
        height: 20px;
        top: 8px;
    }
}

@media (max-width:720px) {
    .header {
        margin: 0;
        padding: 0 30px;
        top: 30px
    }

    .admin-bar .header {
        padding-top: 20px;
        top: 46px;
    }

        .admin-bar .header.fixed {
            padding-bottom: 20px;
            padding-top: 20px;
            top: 0;
        }

    .header .logo {
        max-width: 240px;
        padding: 0;
    }

    .header.active .top-menu {
        padding-bottom: 30px
    }

    .wp-block-media-text {
        display: block
    }

        .wp-block-media-text .wp-block-media-text__content {
            padding: 0
        }
}

.section {
    margin: 0 auto;
    max-width: 855px;
    padding-bottom: 70px;
    padding-top: 70px;
    position: relative;
    z-index: 12;
}

    .section:first-child {
        padding-top: 150px
    }

section.elementor-element .section:first-child {
    padding-top: 70px
}

body .elementor-widget-wrap .elementor-inner-section {
    margin: 0 auto;
    max-width: 855px;
    padding-bottom: 70px;
    padding-top: 70px;
    width: 100%;
    z-index: 12
}

body .section.resume-widget {
    padding: 0;
    padding-top: 0 !important;
    width: auto
}

.section .content {
    direction:rtl;
    position: relative;
}

    .section .content .description-col {
        width: auto
    }

        .section .content .description-col .title, .section .content .details-col .title {
            margin-left: 0
        }

        .section .content .description-col .details-list li {
            display: inline-block;
            vertical-align: top;
            width: 30%
        }

    .section .content .portfolio-cols {
        display: flex
    }

        .section .content .portfolio-cols .description-col {
            width: 78%
        }

            .section .content .portfolio-cols .description-col .details-list li {
                display: block;
                width: auto
            }

        .section .content .portfolio-cols .details-col {
            padding-left: 50px;
            width: 24%
        }

.description-col > *:last-child {
    margin-bottom: 0
}

.section .content-box {
    background: #101010;
    border: 1px solid rgba(255,255,255,.1);
    font-size: 16px;
    margin-right: -1px;
    padding: 35px;
}

    .section .content-box .single-post-text > *:first-child {
        margin-top: 0
    }

    .section .content-box .single-post-text > *:last-child {
        margin-bottom: 0
    }

.section .title {
    margin: 0 35px 35px 0;
    position: relative;
}

    .section .title .title_inner {
        -moz-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        -webkit-transition: all .3s ease 0s;
        color: #fff;
        display: inline-block;
        font-size: 24px;
        font-weight: 600;
        position: relative;
        transition: all .3s ease 0s;
        vertical-align: top;
    }

.section .comment-respond .title .title_inner {
    display: block
}

@media (max-width:920px) {
    .section {
        max-width: 670px
    }
}

@media (max-width:720px) {
    .section {
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
    }

    body .elementor-widget-wrap .elementor-inner-section {
        padding-bottom: 50px;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
    }

    .section .title {
        margin: 0 0 30px
    }
}

.section.started {
    height: 100vh;
    margin: 0;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 11
}

    .section.started.personal {
        z-index: 12
    }

        .section.started.personal .started-content {
            max-width: 100%
        }

    .section.started .started-content .logo {
        -webkit-clip-path: polygon(31% 0,100% 25%,61% 100%,0 93%);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        clip-path: polygon(31% 0,100% 25%,61% 100%,0 93%);
        display: inline-block;
        height: 600px;
        left: -300px;
        position: relative;
        top: -100px;
        width: 740px;
    }

    .section.started .started-content .h-title {
        -ms-word-wrap: break-word;
        bottom: 50px;
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        left: calc(20% + 35px);
        margin: 0;
        max-width: 560px;
        position: absolute;
        word-break: break-word;
        word-wrap: break-word
    }

    .section.started.personal .started-content .h-title {
        max-width: 29vw
    }

    .section.started .started-content .h-title strong, .section.started .started-content .h-title b {
        color: #4bffa5
    }

    .section.started .started-content .h-subtitles {
        font-size: 38px;
        height: 38px;
        opacity: 0
    }

        .section.started .started-content .h-subtitles.ready {
            opacity: 1
        }

    .section.started .started-content .h-subtitle, .section.started .started-content .typed-subtitle, .section.started .started-content .typed-bread {
        color: #fff;
        display: block;
        font-size: 90px;
        font-weight: 500;
        left: 0;
        line-height: 90px;
        margin-top: -45px;
        position: absolute;
        text-align: center;
        top: 50%;
        width: 100%;
    }

        .section.started .started-content .h-subtitle strong, .section.started .started-content .typed-subtitle strong {
            color: #4bffa5
        }

    .section.started.layout-creative {
        height: auto !important;
        margin: 0 auto;
        margin-bottom: 0;
        padding-bottom: 70px;
        padding-left: 20%;
        padding-right: 20%;
        padding-top: 20% !important;
        width: auto;
    }

        .section.started.layout-creative .started-content {
            display: block;
            padding-left: 0;
            padding-right: 0;
            text-align: left
        }

    .section.started .started-content {
        margin: 0 auto;
        max-width: 855px;
        padding-left: 0;
        padding-right: 0;
    }

    .section.started.layout-creative .started-content .h-title {
        bottom: auto;
        font-family: "Roboto";
        font-size: 44px;
        font-weight: 500;
        left: 0;
        letter-spacing: 0em;
        line-height: 1.3;
        margin: 0 0 7px 33px;
        max-width: 800px;
        padding-right: 0;
        position: relative;
        text-transform: none;
        top: 0;
    }

    .section.started.layout-creative .started-content .h-subtitle, .section.started.layout-creative .started-content .typed-subtitle, .section.started.layout-creative .started-content .typed-bread, .section.started.layout-creative .started-content .typed-cursor {
        color: #999;
        font-size: 18px;
        line-height: 40px;
        margin-left: 35px;
        margin-top: 0;
        position: relative;
        text-align: left;
    }

    .section.started.layout-creative .started-content .h-subtitle, .section.started.layout-creative .started-content .typed-subtitle {
        top: 0
    }

        .section.started.layout-creative .started-content .h-subtitle p {
            font-size: 18px;
            line-height: 40px
        }

    .section.started.personal {
        text-align: center
    }

        .section.started.personal .started-content .h-title {
            bottom: auto;
            font-size: 1.35vw;
            left: 50%;
            margin-left: -85px;
            margin-top: 85px;
            position: absolute;
            text-align: left;
            top: 50%;
            width: 29vw;
        }

        .section.started.personal .started-content .typed-subtitle, .section.started.personal .started-content .typed-bread {
            bottom: 50px;
            font-size: 6vw;
            left: 20%;
            line-height: .9;
            margin-top: 0;
            text-align: left;
            top: auto;
        }

    .section.started.section-title .started-content .h-title {
        bottom: 0;
        font-size: 90px;
        font-weight: 600;
        left: 0;
        line-height: 1.2;
        margin-top: 0;
        max-width: 100%;
        position: relative;
        text-align: center;
        top: 0;
    }

    .section.started.section-title .started-content .h-subtitles {
        height: auto
    }

    .section.started.section-title .started-content .h-subtitle, .section.started.section-title .started-content .typed-subtitle, .section.started.section-title .started-content .typed-bread {
        bottom: 50px;
        font-size: 20px;
        font-weight: 400;
        left: 84%;
        line-height: 1.5;
        margin-left: -427px;
        max-width: 855px;
        padding-left: 35px;
        position: absolute;
        text-align: left;
        top: auto;
        width: auto;
    }

        .section.started.section-title .started-content .h-subtitle p {
            font-size: 20px;
            line-height: 1.5;
            margin: 0;
        }

    .section.started .mouse_btn {
        bottom: 7%;
        color: #4bffa5;
        font-size: 24px;
        height: 40px;
        left: 50%;
        margin-left: -10px;
        position: absolute;
        text-align: center;
        width: 20px;
        z-index: 2
    }

        .section.started .mouse_btn .icon {
            animation: mouse-anim 1s ease-out 0s infinite;
            position: relative;
            top: 0;
        }

    .section.started .swiper-nav {
        bottom: 120px;
        height: 24px;
        left: calc(20% + 35px);
        position: absolute;
        width: 66px;
        z-index: 3
    }

        .section.started .swiper-nav .swiper-button-prev, .section.started .swiper-nav .swiper-button-next {
            -moz-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            -webkit-transition: all .3s ease 0s;
            background: 0 0;
            color: #fff;
            font-size: 22px;
            height: 20px;
            margin-top: -10px;
            text-decoration: none;
            transition: all .3s ease 0s;
            width: 20px;
        }

    .section.started.section-title .started-content .typed-bread, .section.started.layout-creative .started-content .typed-bread {
        color: rgba(255,255,255,.5);
        font-size: 16px;
        font-weight: 400;
        line-height: 1.9;
        opacity: 1;
        top: auto;
    }

        .section.started.section-title .started-content .typed-bread a, .section.started.layout-creative .started-content .typed-bread a {
            color: #fff;
            font-weight: 500;
            opacity: 1;
            text-decoration: none;
        }

    .section.started .started-content .typed-cursor, .section.started.layout-creative .mouse_btn, .section.started.layout-post-creative .mouse_btn {
        display: none !important
    }

    .section.started .swiper-button-prev, .section.started .swiper-container-rtl .swiper-button-next {
        left: 0;
        right: auto
    }

    .section.started .swiper-button-next, .section.started .swiper-container-rtl .swiper-button-prev {
        left: auto;
        right: 0
    }

.started-carousel {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

    .started-carousel .swiper-container, .started-carousel .swiper-wrapper {
        height: 100%
    }

    .started-carousel .swiper-slide {
        opacity: 1 !important
    }

        .started-carousel .swiper-slide.first {
            z-index: 2
        }

    .started-carousel .main-img {
        -moz-transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
        -o-transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
        -webkit-clip-path: polygon(0 0,20% 0,20% 0,40% 0,40% 0,60% 0,60% 0,80% 0,80% 0,100% 0,100% 0,100% 100%,100% 100%,80% 100%,80% 100%,60% 100%,60% 100%,40% 100%,40% 100%,20% 100%,20% 100%,0 100%);
        -webkit-transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        clip-path: polygon(0 0,20% 0,20% 0,40% 0,40% 0,60% 0,60% 0,80% 0,80% 0,100% 0,100% 0,100% 100%,100% 100%,80% 100%,80% 100%,60% 100%,60% 100%,40% 100%,40% 100%,20% 100%,20% 100%,0 100%);
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
        width: 100%;
    }

    .started-carousel .swiper-slide.swiper-clip-active .main-img {
        -webkit-clip-path: polygon(0 0,20% 0,20% 100%,40% 100%,40% 0,60% 0,60% 100%,80% 100%,80% 0,100% 0,100% 0,100% 100%,100% 0%,80% 0%,80% 100%,60% 100%,60% 0%,40% 0%,40% 100%,20% 100%,20% 0%,0 0%);
        clip-path: polygon(0 0,20% 0,20% 100%,40% 100%,40% 0,60% 0,60% 100%,80% 100%,80% 0,100% 0,100% 0,100% 100%,100% 0%,80% 0%,80% 100%,60% 100%,60% 0%,40% 0%,40% 100%,20% 100%,20% 0%,0 0%);
    }

.section.started .mouse_btn {
    left: calc(22% + 35px);
    margin-right: 0;
    right: auto;
}

@media (min-width:1200px) {
    .section.started .started-content .logo {
        height: 80vh;
        left: -18.5vw;
        top: -11.5vh;
        width: 56vw;
    }

    .section.started.personal .started-content .h-title {
        bottom: auto;
        left: 50vw;
        margin-left: 0;
        margin-top: 0;
        top: 60vh;
    }
}

@media (max-width:1199px) {
    .section.started.layout-creative, .section.started.layout-post-creative {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 35vw !important;
    }

    .section.started .started-content .h-title {
        left: 50px
    }

        .section.started .started-content .h-title br {
            display: none
        }

    .section.started .started-content .h-subtitle, .section.started .started-content .typed-subtitle, .section.started .started-content .typed-bread {
        font-size: 60px;
        line-height: 70px;
        margin-top: -35px;
    }

    .section.started.section-title .started-content .h-subtitle, .section.started.section-title .started-content .typed-subtitle, .section.started.section-title .started-content .typed-bread {
        left: 50px;
        padding-left: 0;
    }

    .section.started.personal .started-content .typed-subtitle, .section.started.personal .started-content .typed-bread {
        left: 50px;
        width: auto
    }

    .section.started .swiper-nav {
        left: 50px
    }

    .section.started .started-content .logo {
        height: 560px;
        left: -150px;
        top: -50px;
        width: 640px;
    }

    .section.started.personal .started-content .h-title {
        font-size: 20px;
        margin-left: 15px;
        margin-top: 115px;
        max-width: 320px;
        width: 320px;
    }

    .section.started.layout-creative .started-content .h-title, .section.started.layout-creative .started-content .h-subtitle, .section.started.layout-creative .started-content .typed-subtitle, .section.started.layout-creative .started-content .typed-bread, .section.started.layout-creative .started-content .typed-cursor {
        margin-left: 0
    }

    .section.started .mouse_btn {
        left: auto;
        margin-left: 0;
        right: 120px;
    }
}

@media (max-width:720px) {
    .section.started {
        padding: 0 30px
    }

        .section.started.layout-creative, .section.started.layout-post-creative {
            padding-bottom: 30px;
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 50vw !important;
        }

        .section.started .started-content .h-title {
            bottom: 30px;
            font-size: 17px;
            left: 0;
            padding-right: 50px;
        }

        .section.started .started-content .h-subtitle, .section.started .started-content .typed-subtitle, .section.started .started-content .typed-bread {
            font-size: 30px;
            line-height: 40px;
            margin-top: -20px;
        }

        .section.started.section-title .started-content .h-title {
            font-size: 38px;
            padding-left: 0;
            padding-right: 0;
        }

        .section.started.section-title .started-content .typed-bread, .section.started.layout-creative .started-content .typed-bread {
            font-size: 14px
        }

        .section.started.layout-creative .started-content .h-title, .section.started.layout-post-creative .started-content .h-title {
            font-size: 23px
        }

        .section.started .started-content .logo {
            -webkit-clip-path: polygon(25% 0,100% 25%,80% 100%,0 85%);
            clip-path: polygon(25% 0,100% 25%,80% 100%,0 85%);
            height: 62vh;
            left: -30px;
            position: absolute;
            top: 0;
            width: 110vw;
        }

        .section.started.personal .started-content .h-title {
            bottom: 0;
            left: 0;
            margin-left: 0;
            margin-top: 0;
            padding-bottom: 70px;
            top: auto;
            width: 100%;
        }

        .section.started.personal .started-content .typed-subtitle, .section.started.personal .started-content .typed-bread {
            bottom: 30px;
            font-size: 20px;
            left: 0;
            line-height: 30px;
            padding-right: 50px;
        }

        .section.started .swiper-nav {
            left: 30px
        }

        .section.started .mouse_btn {
            bottom: 50px;
            margin-left: 0;
            margin-right: -10px;
            right: 50%;
        }

        .section.started.section-title .started-content .h-subtitle, .section.started.section-title .started-content .typed-subtitle, .section.started.section-title .started-content .typed-bread {
            left: 0
        }

        .section.started + .section, .section.started.layout-creative + .section {
            margin-top: 0
        }
}

@media (max-width:340px) {
    .section.started .swiper-nav {
        bottom: 145px
    }
}

@media screen and (orientation:landscape) and (min-device-width:319px) and (max-device-width:1199px) {
    .section.started .started-content .logo {
        -webkit-clip-path: none;
        clip-path: none;
        height: 100%;
        left: -30px;
        position: absolute;
        right: -30px;
        top: 0;
        width: auto;
    }

    .section.started.personal .started-content .h-title {
        bottom: 50px;
        left: 50px;
        margin-left: 0;
        margin-right: 50px;
        margin-top: 0;
        top: auto;
        width: auto;
    }

    .section.started.personal .started-content .typed-subtitle, .section.started.personal .started-content .typed-bread {
        display: none
    }

    .section.started .swiper-nav {
        bottom: 120px
    }
}

@media screen and (orientation:landscape) and (min-device-width:319px) and (max-device-width:670px) {
    .section.started.personal .started-content .h-title {
        bottom: 30px;
        left: 0;
        margin-right: 30px
    }

    .section.started .swiper-nav {
        bottom: 100px
    }
}

.section.about .image {
    float: left;
    font-size: 0;
    width: 160px;
}

    .section.about .image img {
        height: auto;
        width: 100%;
    }

.section.about .desc {
    margin-left: 195px
}

    .section.about .desc .single-post-text:after {
        display: none
    }

    .section.about .desc p {
        word-break: break-word
    }

        .section.about .desc p:first-child {
            margin-top: 0
        }

.info-list {
    margin-bottom: 20px
}

    .info-list ul {
        list-style: none;
        margin: 0;
        padding: 0
    }

        .info-list ul li {
            display: inline-block;
            margin: 0 0 6px;
            vertical-align: top;
            width: 48%;
        }

            .info-list ul li strong {
                color: #4bffa5;
                font-weight: 400;
            }

@media (max-width:1199px) {
    .section.about .image {
        margin-bottom: 25px;
        margin-right: 0;
        width: 120px;
    }

    .section.about .desc {
        margin-left: 145px
    }
}

@media (max-width:720px) {
    .section.about .image {
        float: none;
        margin: 0 auto 20px auto;
        text-align: center;
        width: 100px;
    }

    .section.about .desc {
        margin-left: 0;
        text-align: center
    }

    .info-list ul li {
        width: 100%
    }
}

.section .col:nth-child(odd) {
    padding-right: 35px
}

.section .col:nth-child(even) {
    padding-left: 35px
}

    .section .col:nth-child(even) .content-box {
        margin-right: -1px
    }

.elementor-row .elementor-inner-column:nth-child(odd), .elementor-container .elementor-inner-column:nth-child(odd) {
    padding-right: 35px
}

.elementor-row .elementor-inner-column:nth-child(even), .elementor-container .elementor-inner-column:nth-child(even) {
    padding-left: 35px
}

    .elementor-row .elementor-inner-column:nth-child(even) .content-box, .elementor-container .elementor-inner-column:nth-child(even) .content-box {
        margin-right: -1px
    }

.resume-items .resume-item {
    margin: 70px 0 0;
    position: relative;
}

    .resume-items .resume-item:first-child {
        margin: 0
    }

    .resume-items .resume-item .date {
        color: #999;
        display: inline-block;
        font-size: 12px;
        margin: 0 0 5px;
        position: relative;
    }

    .resume-items .resume-item .name {
        color: #eee;
        font-weight: 500;
        margin: 0 0 15px;
    }

    .resume-items .resume-item.active .date {
        color: #4bffa5;
        font-weight: 600
    }

@media (max-width:1199px) {
    .section .col:nth-child(odd) {
        padding-right: 20px
    }

    .section .col:nth-child(even) {
        padding-left: 20px
    }

    .elementor-row .elementor-inner-column:nth-child(odd), .elementor-container .elementor-inner-column:nth-child(odd) {
        padding-right: 20px
    }

    .elementor-row .elementor-inner-column:nth-child(even), .elementor-container .elementor-inner-column:nth-child(even) {
        padding-left: 20px
    }

    .resume-items .resume-item {
        margin: 40px 0 0
    }
}

@media (max-width:720px) {
    .section .col:nth-child(odd) {
        margin-bottom: 40px;
        padding-right: 0;
    }

    .section .col:nth-child(even) {
        padding-left: 0
    }

    .elementor-row .elementor-inner-column:nth-child(odd), .elementor-container .elementor-inner-column:nth-child(odd) {
        padding-right: 0
    }

    .elementor-row .elementor-inner-column:nth-child(even), .elementor-container .elementor-inner-column:nth-child(even) {
        padding-left: 0
    }
}

.skills ul {
    font-size: 0;
    list-style: none;
    margin: -35px 0 0;
    padding: 0;
}

    .skills ul li {
        padding: 35px 0 0;
        position: relative;
    }

        .skills ul li:after {
            display: none
        }

        .skills ul li:last-child {
            padding-bottom: 0
        }

        .skills ul li .name {
            color: #eee;
            font-size: 16px;
            font-weight: 500;
            margin: 0 0 10px;
            position: relative;
        }

        .skills ul li .progress {
            background: rgba(255,255,255,.1);
            display: block;
            height: 4px;
            position: relative;
            width: 100%;
        }

            .skills ul li .progress .percentage {
                -moz-transition: all .3s ease 0s;
                -o-transition: all .3s ease 0s;
                -webkit-transition: all .3s ease 0s;
                background: #4bffa5;
                height: 4px;
                left: 0;
                position: absolute;
                top: 0;
                transition: all .3s ease 0s;
                width: 0;
            }

                .skills ul li .progress .percentage .percent {
                    font-size: 16px;
                    font-weight: 400;
                    position: absolute;
                    right: 0;
                    top: -34px;
                }

.skills.list ul {
    margin: 0 -35px
}

    .skills.list ul li {
        display: inline-block;
        padding-bottom: 0;
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 0;
        vertical-align: top;
        width: 50%
    }

        .skills.list ul li .name {
            padding-left: 35px;
            position: relative
        }

            .skills.list ul li .name:before {
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                color: #4bffa5;
                content: "\f00c";
                display: inline-block;
                display: inline-block;
                font-family: 'Font Awesome 5 Free';
                font-style: normal;
                font-variant: normal;
                font-weight: 900;
                left: 0;
                line-height: 1;
                position: absolute;
                text-rendering: auto;
                top: 3px;
            }

        .skills.list ul li .progress {
            display: none
        }

.skills.dotted ul {
    margin-left: -35px;
    margin-right: -35px
}

    .skills.dotted ul li {
        display: inline-block;
        padding-left: 35px;
        padding-right: 35px;
        vertical-align: top;
        width: 50%;
    }

        .skills.dotted ul li .progress {
            background: 0 0 !important;
            height: 14px;
        }

            .skills.dotted ul li .progress .percentage {
                background: 0 0 !important;
                height: 14px;
                overflow: hidden;
                position: relative;
                top: 0;
                z-index: 2
            }

            .skills.dotted ul li .progress .dg, .skills.dotted ul li .progress .da {
                display: flex;
                height: 14px;
                justify-content: space-between;
                left: 0;
                position: absolute;
                top: 0;
                width: 100%;
            }

                .skills.dotted ul li .progress .dg span, .skills.dotted ul li .progress .da span {
                    -khtml-border-radius: 14px;
                    -moz-border-radius: 14px;
                    -webkit-border-radius: 14px;
                    background: rgba(255,255,255,.1);
                    border-radius: 14px;
                    display: block;
                    height: 14px;
                    width: 14px;
                }

            .skills.dotted ul li .progress .da {
                top: 0
            }

                .skills.dotted ul li .progress .da span {
                    background: #4bffa5
                }

.skills.circles ul li {
    display: inline-block;
    margin-top: 35px;
    padding: 0 0 60px;
    vertical-align: top;
    width: 25%
}

    .skills.circles ul li:last-child {
        padding-bottom: 40px
    }

    .skills.circles ul li .name {
        left: 50%;
        margin: 0 0 0 -45px;
        position: absolute;
        text-align: center;
        top: 105px;
        width: 90px;
    }

    .skills.circles ul li .progress {
        -khtml-border-radius: 90px;
        -moz-border-radius: 90px;
        -webkit-border-radius: 90px;
        background: #282828;
        border-radius: 90px;
        font-size: 90px;
        height: 90px;
        margin: 0 auto;
        position: relative;
        width: 90px;
    }

        .skills.circles ul li .progress:after {
            -khtml-border-radius: 50%;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            background-color: #101010;
            border-radius: 50%;
            content: '';
            display: block;
            height: .82em;
            left: .09em;
            position: absolute;
            top: .09em;
            width: .82em;
        }

        .skills.circles ul li .progress span {
            font-size: 16px;
            height: 100%;
            left: 0;
            line-height: 90px;
            position: absolute;
            text-align: center;
            top: 0;
            white-space: nowrap;
            width: 100%;
            width: 100%;
            z-index: 2
        }

        .skills.circles ul li .progress .percentage {
            display: none
        }

        .skills.circles ul li .progress .slice {
            -webkit-clip: rect(0em,1em,1em,.5em);
            clip: rect(0em,1em,1em,.5em);
            height: 1em;
            position: absolute;
            width: 1em;
        }

.skills.circles .progress.p51 .slice, .skills.circles .progress.p52 .slice, .skills.circles .progress.p53 .slice, .skills.circles .progress.p54 .slice, .skills.circles .progress.p55 .slice, .skills.circles .progress.p56 .slice, .skills.circles .progress.p57 .slice, .skills.circles .progress.p58 .slice, .skills.circles .progress.p59 .slice, .skills.circles .progress.p60 .slice, .skills.circles .progress.p61 .slice, .skills.circles .progress.p62 .slice, .skills.circles .progress.p63 .slice, .skills.circles .progress.p64 .slice, .skills.circles .progress.p65 .slice, .skills.circles .progress.p66 .slice, .skills.circles .progress.p67 .slice, .skills.circles .progress.p68 .slice, .skills.circles .progress.p69 .slice, .skills.circles .progress.p70 .slice, .skills.circles .progress.p71 .slice, .skills.circles .progress.p72 .slice, .skills.circles .progress.p73 .slice, .skills.circles .progress.p74 .slice, .skills.circles .progress.p75 .slice, .skills.circles .progress.p76 .slice, .skills.circles .progress.p77 .slice, .skills.circles .progress.p78 .slice, .skills.circles .progress.p79 .slice, .skills.circles .progress.p80 .slice, .skills.circles .progress.p81 .slice, .skills.circles .progress.p82 .slice, .skills.circles .progress.p83 .slice, .skills.circles .progress.p84 .slice, .skills.circles .progress.p85 .slice, .skills.circles .progress.p86 .slice, .skills.circles .progress.p87 .slice, .skills.circles .progress.p88 .slice, .skills.circles .progress.p89 .slice, .skills.circles .progress.p90 .slice, .skills.circles .progress.p91 .slice, .skills.circles .progress.p92 .slice, .skills.circles .progress.p93 .slice, .skills.circles .progress.p94 .slice, .skills.circles .progress.p95 .slice, .skills.circles .progress.p96 .slice, .skills.circles .progress.p97 .slice, .skills.circles .progress.p98 .slice, .skills.circles .progress.p99 .slice, .skills.circles .progress.p100 .slice {
    -webkit-clip: rect(auto,auto,auto,auto);
    clip: rect(auto,auto,auto,auto);
}

.skills.circles .progress .bar, .skills.circles .progress.p51 .fill, .skills.circles .progress.p52 .fill, .skills.circles .progress.p53 .fill, .skills.circles .progress.p54 .fill, .skills.circles .progress.p55 .fill, .skills.circles .progress.p56 .fill, .skills.circles .progress.p57 .fill, .skills.circles .progress.p58 .fill, .skills.circles .progress.p59 .fill, .skills.circles .progress.p60 .fill, .skills.circles .progress.p61 .fill, .skills.circles .progress.p62 .fill, .skills.circles .progress.p63 .fill, .skills.circles .progress.p64 .fill, .skills.circles .progress.p65 .fill, .skills.circles .progress.p66 .fill, .skills.circles .progress.p67 .fill, .skills.circles .progress.p68 .fill, .skills.circles .progress.p69 .fill, .skills.circles .progress.p70 .fill, .skills.circles .progress.p71 .fill, .skills.circles .progress.p72 .fill, .skills.circles .progress.p73 .fill, .skills.circles .progress.p74 .fill, .skills.circles .progress.p75 .fill, .skills.circles .progress.p76 .fill, .skills.circles .progress.p77 .fill, .skills.circles .progress.p78 .fill, .skills.circles .progress.p79 .fill, .skills.circles .progress.p80 .fill, .skills.circles .progress.p81 .fill, .skills.circles .progress.p82 .fill, .skills.circles .progress.p83 .fill, .skills.circles .progress.p84 .fill, .skills.circles .progress.p85 .fill, .skills.circles .progress.p86 .fill, .skills.circles .progress.p87 .fill, .skills.circles .progress.p88 .fill, .skills.circles .progress.p89 .fill, .skills.circles .progress.p90 .fill, .skills.circles .progress.p91 .fill, .skills.circles .progress.p92 .fill, .skills.circles .progress.p93 .fill, .skills.circles .progress.p94 .fill, .skills.circles .progress.p95 .fill, .skills.circles .progress.p96 .fill, .skills.circles .progress.p97 .fill, .skills.circles .progress.p98 .fill, .skills.circles .progress.p99 .fill, .skills.circles .progress.p100 .fill {
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-border-radius: 50%;
    -webkit-clip: rect(0em,.5em,1em,0em);
    -webkit-transform: rotate(0deg);
    border: .09em solid #4bffa5;
    border-radius: 50%;
    clip: rect(0em,.5em,1em,0em);
    height: .82em;
    position: absolute;
    transform: rotate(0deg);
    width: .82em;
}

.skills.circles .progress.p51 .bar:after, .skills.circles .progress.p51 .fill, .skills.circles .progress.p52 .bar:after, .skills.circles .progress.p52 .fill, .skills.circles .progress.p53 .bar:after, .skills.circles .progress.p53 .fill, .skills.circles .progress.p54 .bar:after, .skills.circles .progress.p54 .fill, .skills.circles .progress.p55 .bar:after, .skills.circles .progress.p55 .fill, .skills.circles .progress.p56 .bar:after, .skills.circles .progress.p56 .fill, .skills.circles .progress.p57 .bar:after, .skills.circles .progress.p57 .fill, .skills.circles .progress.p58 .bar:after, .skills.circles .progress.p58 .fill, .skills.circles .progress.p59 .bar:after, .skills.circles .progress.p59 .fill, .skills.circles .progress.p60 .bar:after, .skills.circles .progress.p60 .fill, .skills.circles .progress.p61 .bar:after, .skills.circles .progress.p61 .fill, .skills.circles .progress.p62 .bar:after, .skills.circles .progress.p62 .fill, .skills.circles .progress.p63 .bar:after, .skills.circles .progress.p63 .fill, .skills.circles .progress.p64 .bar:after, .skills.circles .progress.p64 .fill, .skills.circles .progress.p65 .bar:after, .skills.circles .progress.p65 .fill, .skills.circles .progress.p66 .bar:after, .skills.circles .progress.p66 .fill, .skills.circles .progress.p67 .bar:after, .skills.circles .progress.p67 .fill, .skills.circles .progress.p68 .bar:after, .skills.circles .progress.p68 .fill, .skills.circles .progress.p69 .bar:after, .skills.circles .progress.p69 .fill, .skills.circles .progress.p70 .bar:after, .skills.circles .progress.p70 .fill, .skills.circles .progress.p71 .bar:after, .skills.circles .progress.p71 .fill, .skills.circles .progress.p72 .bar:after, .skills.circles .progress.p72 .fill, .skills.circles .progress.p73 .bar:after, .skills.circles .progress.p73 .fill, .skills.circles .progress.p74 .bar:after, .skills.circles .progress.p74 .fill, .skills.circles .progress.p75 .bar:after, .skills.circles .progress.p75 .fill, .skills.circles .progress.p76 .bar:after, .skills.circles .progress.p76 .fill, .skills.circles .progress.p77 .bar:after, .skills.circles .progress.p77 .fill, .skills.circles .progress.p78 .bar:after, .skills.circles .progress.p78 .fill, .skills.circles .progress.p79 .bar:after, .skills.circles .progress.p79 .fill, .skills.circles .progress.p80 .bar:after, .skills.circles .progress.p80 .fill, .skills.circles .progress.p81 .bar:after, .skills.circles .progress.p81 .fill, .skills.circles .progress.p82 .bar:after, .skills.circles .progress.p82 .fill, .skills.circles .progress.p83 .bar:after, .skills.circles .progress.p83 .fill, .skills.circles .progress.p84 .bar:after, .skills.circles .progress.p84 .fill, .skills.circles .progress.p85 .bar:after, .skills.circles .progress.p85 .fill, .skills.circles .progress.p86 .bar:after, .skills.circles .progress.p86 .fill, .skills.circles .progress.p87 .bar:after, .skills.circles .progress.p87 .fill, .skills.circles .progress.p88 .bar:after, .skills.circles .progress.p88 .fill, .skills.circles .progress.p89 .bar:after, .skills.circles .progress.p89 .fill, .skills.circles .progress.p90 .bar:after, .skills.circles .progress.p90 .fill, .skills.circles .progress.p91 .bar:after, .skills.circles .progress.p91 .fill, .skills.circles .progress.p92 .bar:after, .skills.circles .progress.p92 .fill, .skills.circles .progress.p93 .bar:after, .skills.circles .progress.p93 .fill, .skills.circles .progress.p94 .bar:after, .skills.circles .progress.p94 .fill, .skills.circles .progress.p95 .bar:after, .skills.circles .progress.p95 .fill, .skills.circles .progress.p96 .bar:after, .skills.circles .progress.p96 .fill, .skills.circles .progress.p97 .bar:after, .skills.circles .progress.p97 .fill, .skills.circles .progress.p98 .bar:after, .skills.circles .progress.p98 .fill, .skills.circles .progress.p99 .bar:after, .skills.circles .progress.p99 .fill, .skills.circles .progress.p100 .bar:after, .skills.circles .progress.p100 .fill {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.skills.circles .progress *, .skills.circles .progress *:before, .skills.circles .progress *:after {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.skills.circles .progress.p1 .bar {
    -moz-transform: rotate(3.6deg);
    -o-transform: rotate(3.6deg);
    -webkit-transform: rotate(3.6deg);
    transform: rotate(3.6deg);
}

.skills.circles .progress.p2 .bar {
    -moz-transform: rotate(7.2deg);
    -o-transform: rotate(7.2deg);
    -webkit-transform: rotate(7.2deg);
    transform: rotate(7.2deg);
}

.skills.circles .progress.p3 .bar {
    -moz-transform: rotate(10.8deg);
    -o-transform: rotate(10.8deg);
    -webkit-transform: rotate(10.8deg);
    transform: rotate(10.8deg);
}

.skills.circles .progress.p4 .bar {
    -moz-transform: rotate(14.4deg);
    -o-transform: rotate(14.4deg);
    -webkit-transform: rotate(14.4deg);
    transform: rotate(14.4deg);
}

.skills.circles .progress.p5 .bar {
    -moz-transform: rotate(18deg);
    -o-transform: rotate(18deg);
    -webkit-transform: rotate(18deg);
    transform: rotate(18deg);
}

.skills.circles .progress.p6 .bar {
    -moz-transform: rotate(21.6deg);
    -o-transform: rotate(21.6deg);
    -webkit-transform: rotate(21.6deg);
    transform: rotate(21.6deg);
}

.skills.circles .progress.p7 .bar {
    -moz-transform: rotate(25.2deg);
    -o-transform: rotate(25.2deg);
    -webkit-transform: rotate(25.2deg);
    transform: rotate(25.2deg);
}

.skills.circles .progress.p8 .bar {
    -moz-transform: rotate(28.8deg);
    -o-transform: rotate(28.8deg);
    -webkit-transform: rotate(28.8deg);
    transform: rotate(28.8deg);
}

.skills.circles .progress.p9 .bar {
    -moz-transform: rotate(32.4deg);
    -o-transform: rotate(32.4deg);
    -webkit-transform: rotate(32.4deg);
    transform: rotate(32.4deg);
}

.skills.circles .progress.p10 .bar {
    -moz-transform: rotate(36deg);
    -o-transform: rotate(36deg);
    -webkit-transform: rotate(36deg);
    transform: rotate(36deg);
}

.skills.circles .progress.p11 .bar {
    -moz-transform: rotate(39.6deg);
    -o-transform: rotate(39.6deg);
    -webkit-transform: rotate(39.6deg);
    transform: rotate(39.6deg);
}

.skills.circles .progress.p12 .bar {
    -moz-transform: rotate(43.2deg);
    -o-transform: rotate(43.2deg);
    -webkit-transform: rotate(43.2deg);
    transform: rotate(43.2deg);
}

.skills.circles .progress.p13 .bar {
    -moz-transform: rotate(46.8deg);
    -o-transform: rotate(46.8deg);
    -webkit-transform: rotate(46.8deg);
    transform: rotate(46.8deg);
}

.skills.circles .progress.p14 .bar {
    -moz-transform: rotate(50.4deg);
    -o-transform: rotate(50.4deg);
    -webkit-transform: rotate(50.4deg);
    transform: rotate(50.4deg);
}

.skills.circles .progress.p15 .bar {
    -moz-transform: rotate(54deg);
    -o-transform: rotate(54deg);
    -webkit-transform: rotate(54deg);
    transform: rotate(54deg);
}

.skills.circles .progress.p16 .bar {
    -moz-transform: rotate(57.6deg);
    -o-transform: rotate(57.6deg);
    -webkit-transform: rotate(57.6deg);
    transform: rotate(57.6deg);
}

.skills.circles .progress.p17 .bar {
    -moz-transform: rotate(61.2deg);
    -o-transform: rotate(61.2deg);
    -webkit-transform: rotate(61.2deg);
    transform: rotate(61.2deg);
}

.skills.circles .progress.p18 .bar {
    -moz-transform: rotate(64.8deg);
    -o-transform: rotate(64.8deg);
    -webkit-transform: rotate(64.8deg);
    transform: rotate(64.8deg);
}

.skills.circles .progress.p19 .bar {
    -moz-transform: rotate(68.4deg);
    -o-transform: rotate(68.4deg);
    -webkit-transform: rotate(68.4deg);
    transform: rotate(68.4deg);
}

.skills.circles .progress.p20 .bar {
    -moz-transform: rotate(72deg);
    -o-transform: rotate(72deg);
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
}

.skills.circles .progress.p21 .bar {
    -moz-transform: rotate(75.6deg);
    -o-transform: rotate(75.6deg);
    -webkit-transform: rotate(75.6deg);
    transform: rotate(75.6deg);
}

.skills.circles .progress.p22 .bar {
    -moz-transform: rotate(79.2deg);
    -o-transform: rotate(79.2deg);
    -webkit-transform: rotate(79.2deg);
    transform: rotate(79.2deg);
}

.skills.circles .progress.p23 .bar {
    -moz-transform: rotate(82.8deg);
    -o-transform: rotate(82.8deg);
    -webkit-transform: rotate(82.8deg);
    transform: rotate(82.8deg);
}

.skills.circles .progress.p24 .bar {
    -moz-transform: rotate(86.4deg);
    -o-transform: rotate(86.4deg);
    -webkit-transform: rotate(86.4deg);
    transform: rotate(86.4deg);
}

.skills.circles .progress.p25 .bar {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.skills.circles .progress.p26 .bar {
    -moz-transform: rotate(93.6deg);
    -o-transform: rotate(93.6deg);
    -webkit-transform: rotate(93.6deg);
    transform: rotate(93.6deg);
}

.skills.circles .progress.p27 .bar {
    -moz-transform: rotate(97.2deg);
    -o-transform: rotate(97.2deg);
    -webkit-transform: rotate(97.2deg);
    transform: rotate(97.2deg);
}

.skills.circles .progress.p28 .bar {
    -moz-transform: rotate(100.8deg);
    -o-transform: rotate(100.8deg);
    -webkit-transform: rotate(100.8deg);
    transform: rotate(100.8deg);
}

.skills.circles .progress.p29 .bar {
    -moz-transform: rotate(104.4deg);
    -o-transform: rotate(104.4deg);
    -webkit-transform: rotate(104.4deg);
    transform: rotate(104.4deg);
}

.skills.circles .progress.p30 .bar {
    -moz-transform: rotate(108deg);
    -o-transform: rotate(108deg);
    -webkit-transform: rotate(108deg);
    transform: rotate(108deg);
}

.skills.circles .progress.p31 .bar {
    -moz-transform: rotate(111.6deg);
    -o-transform: rotate(111.6deg);
    -webkit-transform: rotate(111.6deg);
    transform: rotate(111.6deg);
}

.skills.circles .progress.p32 .bar {
    -moz-transform: rotate(115.2deg);
    -o-transform: rotate(115.2deg);
    -webkit-transform: rotate(115.2deg);
    transform: rotate(115.2deg);
}

.skills.circles .progress.p33 .bar {
    -moz-transform: rotate(118.8deg);
    -o-transform: rotate(118.8deg);
    -webkit-transform: rotate(118.8deg);
    transform: rotate(118.8deg);
}

.skills.circles .progress.p34 .bar {
    -moz-transform: rotate(122.4deg);
    -o-transform: rotate(122.4deg);
    -webkit-transform: rotate(122.4deg);
    transform: rotate(122.4deg);
}

.skills.circles .progress.p35 .bar {
    -moz-transform: rotate(126deg);
    -o-transform: rotate(126deg);
    -webkit-transform: rotate(126deg);
    transform: rotate(126deg);
}

.skills.circles .progress.p36 .bar {
    -moz-transform: rotate(129.6deg);
    -o-transform: rotate(129.6deg);
    -webkit-transform: rotate(129.6deg);
    transform: rotate(129.6deg);
}

.skills.circles .progress.p37 .bar {
    -moz-transform: rotate(133.2deg);
    -o-transform: rotate(133.2deg);
    -webkit-transform: rotate(133.2deg);
    transform: rotate(133.2deg);
}

.skills.circles .progress.p38 .bar {
    -moz-transform: rotate(136.8deg);
    -o-transform: rotate(136.8deg);
    -webkit-transform: rotate(136.8deg);
    transform: rotate(136.8deg);
}

.skills.circles .progress.p39 .bar {
    -moz-transform: rotate(140.4deg);
    -o-transform: rotate(140.4deg);
    -webkit-transform: rotate(140.4deg);
    transform: rotate(140.4deg);
}

.skills.circles .progress.p40 .bar {
    -moz-transform: rotate(144deg);
    -o-transform: rotate(144deg);
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
}

.skills.circles .progress.p41 .bar {
    -moz-transform: rotate(147.6deg);
    -o-transform: rotate(147.6deg);
    -webkit-transform: rotate(147.6deg);
    transform: rotate(147.6deg);
}

.skills.circles .progress.p42 .bar {
    -moz-transform: rotate(151.2deg);
    -o-transform: rotate(151.2deg);
    -webkit-transform: rotate(151.2deg);
    transform: rotate(151.2deg);
}

.skills.circles .progress.p43 .bar {
    -moz-transform: rotate(154.8deg);
    -o-transform: rotate(154.8deg);
    -webkit-transform: rotate(154.8deg);
    transform: rotate(154.8deg);
}

.skills.circles .progress.p44 .bar {
    -moz-transform: rotate(158.4deg);
    -o-transform: rotate(158.4deg);
    -webkit-transform: rotate(158.4deg);
    transform: rotate(158.4deg);
}

.skills.circles .progress.p45 .bar {
    -moz-transform: rotate(162deg);
    -o-transform: rotate(162deg);
    -webkit-transform: rotate(162deg);
    transform: rotate(162deg);
}

.skills.circles .progress.p46 .bar {
    -moz-transform: rotate(165.6deg);
    -o-transform: rotate(165.6deg);
    -webkit-transform: rotate(165.6deg);
    transform: rotate(165.6deg);
}

.skills.circles .progress.p47 .bar {
    -moz-transform: rotate(169.2deg);
    -o-transform: rotate(169.2deg);
    -webkit-transform: rotate(169.2deg);
    transform: rotate(169.2deg);
}

.skills.circles .progress.p48 .bar {
    -moz-transform: rotate(172.8deg);
    -o-transform: rotate(172.8deg);
    -webkit-transform: rotate(172.8deg);
    transform: rotate(172.8deg);
}

.skills.circles .progress.p49 .bar {
    -moz-transform: rotate(176.4deg);
    -o-transform: rotate(176.4deg);
    -webkit-transform: rotate(176.4deg);
    transform: rotate(176.4deg);
}

.skills.circles .progress.p50 .bar {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.skills.circles .progress.p51 .bar {
    -moz-transform: rotate(183.6deg);
    -o-transform: rotate(183.6deg);
    -webkit-transform: rotate(183.6deg);
    transform: rotate(183.6deg);
}

.skills.circles .progress.p52 .bar {
    -moz-transform: rotate(187.2deg);
    -o-transform: rotate(187.2deg);
    -webkit-transform: rotate(187.2deg);
    transform: rotate(187.2deg);
}

.skills.circles .progress.p53 .bar {
    -moz-transform: rotate(190.8deg);
    -o-transform: rotate(190.8deg);
    -webkit-transform: rotate(190.8deg);
    transform: rotate(190.8deg);
}

.skills.circles .progress.p54 .bar {
    -moz-transform: rotate(194.4deg);
    -o-transform: rotate(194.4deg);
    -webkit-transform: rotate(194.4deg);
    transform: rotate(194.4deg);
}

.skills.circles .progress.p55 .bar {
    -moz-transform: rotate(198deg);
    -o-transform: rotate(198deg);
    -webkit-transform: rotate(198deg);
    transform: rotate(198deg);
}

.skills.circles .progress.p56 .bar {
    -moz-transform: rotate(201.6deg);
    -o-transform: rotate(201.6deg);
    -webkit-transform: rotate(201.6deg);
    transform: rotate(201.6deg);
}

.skills.circles .progress.p57 .bar {
    -moz-transform: rotate(205.2deg);
    -o-transform: rotate(205.2deg);
    -webkit-transform: rotate(205.2deg);
    transform: rotate(205.2deg);
}

.skills.circles .progress.p58 .bar {
    -moz-transform: rotate(208.8deg);
    -o-transform: rotate(208.8deg);
    -webkit-transform: rotate(208.8deg);
    transform: rotate(208.8deg);
}

.skills.circles .progress.p59 .bar {
    -moz-transform: rotate(212.4deg);
    -o-transform: rotate(212.4deg);
    -webkit-transform: rotate(212.4deg);
    transform: rotate(212.4deg);
}

.skills.circles .progress.p60 .bar {
    -moz-transform: rotate(216deg);
    -o-transform: rotate(216deg);
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
}

.skills.circles .progress.p61 .bar {
    -moz-transform: rotate(219.6deg);
    -o-transform: rotate(219.6deg);
    -webkit-transform: rotate(219.6deg);
    transform: rotate(219.6deg);
}

.skills.circles .progress.p62 .bar {
    -moz-transform: rotate(223.2deg);
    -o-transform: rotate(223.2deg);
    -webkit-transform: rotate(223.2deg);
    transform: rotate(223.2deg);
}

.skills.circles .progress.p63 .bar {
    -moz-transform: rotate(226.8deg);
    -o-transform: rotate(226.8deg);
    -webkit-transform: rotate(226.8deg);
    transform: rotate(226.8deg);
}

.skills.circles .progress.p64 .bar {
    -moz-transform: rotate(230.4deg);
    -o-transform: rotate(230.4deg);
    -webkit-transform: rotate(230.4deg);
    transform: rotate(230.4deg);
}

.skills.circles .progress.p65 .bar {
    -moz-transform: rotate(234deg);
    -o-transform: rotate(234deg);
    -webkit-transform: rotate(234deg);
    transform: rotate(234deg);
}

.skills.circles .progress.p66 .bar {
    -moz-transform: rotate(237.6deg);
    -o-transform: rotate(237.6deg);
    -webkit-transform: rotate(237.6deg);
    transform: rotate(237.6deg);
}

.skills.circles .progress.p67 .bar {
    -moz-transform: rotate(241.2deg);
    -o-transform: rotate(241.2deg);
    -webkit-transform: rotate(241.2deg);
    transform: rotate(241.2deg);
}

.skills.circles .progress.p68 .bar {
    -moz-transform: rotate(244.8deg);
    -o-transform: rotate(244.8deg);
    -webkit-transform: rotate(244.8deg);
    transform: rotate(244.8deg);
}

.skills.circles .progress.p69 .bar {
    -moz-transform: rotate(248.4deg);
    -o-transform: rotate(248.4deg);
    -webkit-transform: rotate(248.4deg);
    transform: rotate(248.4deg);
}

.skills.circles .progress.p70 .bar {
    -moz-transform: rotate(252deg);
    -o-transform: rotate(252deg);
    -webkit-transform: rotate(252deg);
    transform: rotate(252deg);
}

.skills.circles .progress.p71 .bar {
    -moz-transform: rotate(255.6deg);
    -o-transform: rotate(255.6deg);
    -webkit-transform: rotate(255.6deg);
    transform: rotate(255.6deg);
}

.skills.circles .progress.p72 .bar {
    -moz-transform: rotate(259.2deg);
    -o-transform: rotate(259.2deg);
    -webkit-transform: rotate(259.2deg);
    transform: rotate(259.2deg);
}

.skills.circles .progress.p73 .bar {
    -moz-transform: rotate(262.8deg);
    -o-transform: rotate(262.8deg);
    -webkit-transform: rotate(262.8deg);
    transform: rotate(262.8deg);
}

.skills.circles .progress.p74 .bar {
    -moz-transform: rotate(266.4deg);
    -o-transform: rotate(266.4deg);
    -webkit-transform: rotate(266.4deg);
    transform: rotate(266.4deg);
}

.skills.circles .progress.p75 .bar {
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.skills.circles .progress.p76 .bar {
    -moz-transform: rotate(273.6deg);
    -o-transform: rotate(273.6deg);
    -webkit-transform: rotate(273.6deg);
    transform: rotate(273.6deg);
}

.skills.circles .progress.p77 .bar {
    -moz-transform: rotate(277.2deg);
    -o-transform: rotate(277.2deg);
    -webkit-transform: rotate(277.2deg);
    transform: rotate(277.2deg);
}

.skills.circles .progress.p78 .bar {
    -moz-transform: rotate(280.8deg);
    -o-transform: rotate(280.8deg);
    -webkit-transform: rotate(280.8deg);
    transform: rotate(280.8deg);
}

.skills.circles .progress.p79 .bar {
    -moz-transform: rotate(284.4deg);
    -o-transform: rotate(284.4deg);
    -webkit-transform: rotate(284.4deg);
    transform: rotate(284.4deg);
}

.skills.circles .progress.p80 .bar {
    -moz-transform: rotate(288deg);
    -o-transform: rotate(288deg);
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
}

.skills.circles .progress.p81 .bar {
    -moz-transform: rotate(291.6deg);
    -o-transform: rotate(291.6deg);
    -webkit-transform: rotate(291.6deg);
    transform: rotate(291.6deg);
}

.skills.circles .progress.p82 .bar {
    -moz-transform: rotate(295.2deg);
    -o-transform: rotate(295.2deg);
    -webkit-transform: rotate(295.2deg);
    transform: rotate(295.2deg);
}

.skills.circles .progress.p83 .bar {
    -moz-transform: rotate(298.8deg);
    -o-transform: rotate(298.8deg);
    -webkit-transform: rotate(298.8deg);
    transform: rotate(298.8deg);
}

.skills.circles .progress.p84 .bar {
    -moz-transform: rotate(302.4deg);
    -o-transform: rotate(302.4deg);
    -webkit-transform: rotate(302.4deg);
    transform: rotate(302.4deg);
}

.skills.circles .progress.p85 .bar {
    -moz-transform: rotate(306deg);
    -o-transform: rotate(306deg);
    -webkit-transform: rotate(306deg);
    transform: rotate(306deg);
}

.skills.circles .progress.p86 .bar {
    -moz-transform: rotate(309.6deg);
    -o-transform: rotate(309.6deg);
    -webkit-transform: rotate(309.6deg);
    transform: rotate(309.6deg);
}

.skills.circles .progress.p87 .bar {
    -moz-transform: rotate(313.2deg);
    -o-transform: rotate(313.2deg);
    -webkit-transform: rotate(313.2deg);
    transform: rotate(313.2deg);
}

.skills.circles .progress.p88 .bar {
    -moz-transform: rotate(316.8deg);
    -o-transform: rotate(316.8deg);
    -webkit-transform: rotate(316.8deg);
    transform: rotate(316.8deg);
}

.skills.circles .progress.p89 .bar {
    -moz-transform: rotate(320.4deg);
    -o-transform: rotate(320.4deg);
    -webkit-transform: rotate(320.4deg);
    transform: rotate(320.4deg);
}

.skills.circles .progress.p90 .bar {
    -moz-transform: rotate(324deg);
    -o-transform: rotate(324deg);
    -webkit-transform: rotate(324deg);
    transform: rotate(324deg);
}

.skills.circles .progress.p91 .bar {
    -moz-transform: rotate(327.6deg);
    -o-transform: rotate(327.6deg);
    -webkit-transform: rotate(327.6deg);
    transform: rotate(327.6deg);
}

.skills.circles .progress.p92 .bar {
    -moz-transform: rotate(331.2deg);
    -o-transform: rotate(331.2deg);
    -webkit-transform: rotate(331.2deg);
    transform: rotate(331.2deg);
}

.skills.circles .progress.p93 .bar {
    -moz-transform: rotate(334.8deg);
    -o-transform: rotate(334.8deg);
    -webkit-transform: rotate(334.8deg);
    transform: rotate(334.8deg);
}

.skills.circles .progress.p94 .bar {
    -moz-transform: rotate(338.4deg);
    -o-transform: rotate(338.4deg);
    -webkit-transform: rotate(338.4deg);
    transform: rotate(338.4deg);
}

.skills.circles .progress.p95 .bar {
    -moz-transform: rotate(342deg);
    -o-transform: rotate(342deg);
    -webkit-transform: rotate(342deg);
    transform: rotate(342deg);
}

.skills.circles .progress.p96 .bar {
    -moz-transform: rotate(345.6deg);
    -o-transform: rotate(345.6deg);
    -webkit-transform: rotate(345.6deg);
    transform: rotate(345.6deg);
}

.skills.circles .progress.p97 .bar {
    -moz-transform: rotate(349.2deg);
    -o-transform: rotate(349.2deg);
    -webkit-transform: rotate(349.2deg);
    transform: rotate(349.2deg);
}

.skills.circles .progress.p98 .bar {
    -moz-transform: rotate(352.8deg);
    -o-transform: rotate(352.8deg);
    -webkit-transform: rotate(352.8deg);
    transform: rotate(352.8deg);
}

.skills.circles .progress.p99 .bar {
    -moz-transform: rotate(356.4deg);
    -o-transform: rotate(356.4deg);
    -webkit-transform: rotate(356.4deg);
    transform: rotate(356.4deg);
}

.skills.circles .progress.p100 .bar {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

@media (min-width:1700px) {
    .skills.list ul li {
        width: 33.333%
    }
}

@media (max-width:720px) {
    .skills ul {
        margin: -20px 0 0
    }

        .skills ul li {
            padding: 20px 0 0
        }

    .skills.dotted ul li {
        width: 100%
    }

    .skills.circles ul li {
        width: 50%
    }

    .skills.list ul li {
        width: 100%
    }

        .skills.list ul li:last-child, .skills.list ul li:last-child .name {
            margin-bottom: 0
        }
}

.clients-items {
    font-size: 0;
    margin: -35px -35px 0;
}

    .clients-items .clients-col {
        display: inline-block;
        padding: 35px 35px 0;
        vertical-align: top;
        width: 25%
    }

.clients-item {
    -moz-transition: opacity 1s cubic-bezier(.165,.85,.45,1) 0s;
    -o-transition: opacity 1s cubic-bezier(.165,.85,.45,1) 0s;
    -webkit-transition: opacity 1s cubic-bezier(.165,.85,.45,1) 0s;
    align-items: center;
    display: flex;
    height: 100px;
    justify-content: center;
    opacity: .4;
    text-align: center;
    transition: opacity 1s cubic-bezier(.165,.85,.45,1) 0s;
    width: 100%;
}

    .clients-item a {
        text-decoration: none
    }

    .clients-item img {
        max-height: 100px;
        max-width: 100%;
    }

    .clients-item:hover {
        opacity: 1
    }

@media (max-width:720px) {
    .clients-items {
        margin: -20px -20px 0
    }

        .clients-items .clients-col {
            padding: 20px 20px 0;
            width: 50%
        }
}

.service-items {
    font-size: 0;
    margin-top: -70px;
    text-align: center
}

    .service-items .service-col {
        display: inline-block;
        margin-top: 70px;
        vertical-align: top;
        width: 50%
    }

        .service-items .service-col:nth-child(odd) .content-box {
            margin-left: 35px
        }

        .service-items .service-col:nth-child(even) .content-box {
            margin-right: 35px
        }

    .service-items .service-item .icon {
        color: #4bffa5;
        font-size: 36px;
        line-height: normal;
    }

    .service-items .service-item .name {
        color: #eee;
        font-weight: 500;
        margin: 15px 0;
    }

    .service-items .service-item .text p {
        margin: 0
    }

@media (max-width:1199px) {
    .service-items {
        margin-top: -40px
    }

        .service-items .service-col {
            margin-top: 40px
        }

            .service-items .service-col:nth-child(odd) .content-box {
                margin-left: 20px
            }

            .service-items .service-col:nth-child(even) .content-box {
                margin-right: 20px
            }
}

@media (max-width:720px) {
    .service-items .service-col {
        width: 100%
    }

        .service-items .service-col:nth-child(odd) .content-box {
            margin-left: 0
        }

        .service-items .service-col:nth-child(even) .content-box {
            margin-right: 0
        }
}

.section.works {
    padding-bottom: 0
}

    .section.works .filter-menu {
        margin-bottom: 70px
    }

    .section.works .filters {
        margin-top: -10px
    }

        .section.works .filters input {
            display: none
        }

        .section.works .filters .btn-group {
            display: inline-block;
            vertical-align: top
        }

        .section.works .filters label {
            -moz-transition: color .7s cubic-bezier(.165,.85,.45,1);
            -o-transition: color .7s cubic-bezier(.165,.85,.45,1);
            -webkit-transition: color .7s cubic-bezier(.165,.85,.45,1);
            color: #eee;
            cursor: pointer;
            display: inline-block;
            font-size: 16px;
            font-weight: 400;
            margin-right: 25px;
            margin-top: 10px;
            padding-bottom: 0;
            position: relative;
            transition: color .7s cubic-bezier(.165,.85,.45,1);
            vertical-align: top;
        }

            .section.works .filters label.glitch-effect {
                color: #4bffa5
            }

.box-items {
    font-size: 0px;
    margin-left: -50px;
    margin-right: -50px;
    position: relative;
}

    .box-items .box-item {
        float: left;
        font-size: 13px;
        margin: 0;
        padding: 0 50px 100px;
        position: relative;
        text-align: center;
        width: 50%;
    }

        .box-items .box-item .image {
            overflow: hidden;
            position: relative;
        }

            .box-items .box-item .image a {
                display: block;
                font-size: 0
            }

                .box-items .box-item .image a img {
                    height: auto;
                    position: relative;
                    top: 0;
                    width: 100%;
                }

        .box-items .box-item .info {
            display: block;
            height: 100%;
            left: 0;
            position: absolute;
            text-align: center;
            top: 0;
            width: 100%;
        }

            .box-items .box-item .info .icon {
                -moz-transform: translateY(-15px);
                -moz-transition: all .7s cubic-bezier(.165,.85,.45,1) 0s;
                -o-transform: translateY(-15px);
                -o-transition: all .7s cubic-bezier(.165,.85,.45,1) 0s;
                -webkit-transform: translateY(-15px);
                -webkit-transition: all .7s cubic-bezier(.165,.85,.45,1) 0s;
                color: #101010;
                display: inline-block;
                font-size: 24px;
                height: 24px;
                left: 50%;
                margin: -12px 0 0 -12px;
                opacity: 0;
                position: absolute;
                text-align: center;
                top: 50%;
                transform: translateY(-15px);
                transition: all .7s cubic-bezier(.165,.85,.45,1) 0s;
                width: 24px;
            }

        .box-items .box-item .desc {
            display: block;
            padding: 20px 20px 0;
            position: relative;
        }

        .box-items .box-item .name {
            -moz-transition: all .7s cubic-bezier(.165,.85,.45,1) 0s;
            -o-transition: all .7s cubic-bezier(.165,.85,.45,1) 0s;
            -webkit-transition: all .7s cubic-bezier(.165,.85,.45,1) 0s;
            color: #eee;
            display: block;
            font-size: 24px;
            font-weight: 600;
            text-decoration: none;
            transition: all .7s cubic-bezier(.165,.85,.45,1) 0s;
            word-wrap: break-word;
        }

            .box-items .box-item .name:hover {
                color: #4bffa5
            }

        .box-items .box-item .image:hover .icon {
            -moz-transform: translateY(0px);
            -moz-transition: all .7s cubic-bezier(.165,.85,.45,1) .35s;
            -o-transform: translateY(0px);
            -o-transition: all .7s cubic-bezier(.165,.85,.45,1) .35s;
            -webkit-transform: translateY(0px);
            -webkit-transition: all .7s cubic-bezier(.165,.85,.45,1) .35s;
            opacity: 1;
            transform: translateY(0px);
            transition: all .7s cubic-bezier(.165,.85,.45,1) .35s;
        }

        .box-items .box-item .category, .box-items .box-item .date {
            color: #bbb;
            display: block;
            font-size: 14px;
            margin: 0;
            opacity: .65
        }

            .box-items .box-item .date a {
                text-decoration: none
            }

.single-post-text .details-list li {
    font-size: 13px;
    margin-bottom: 20px;
    padding-left: 0;
    text-transform: uppercase
}

    .single-post-text .details-list li:before {
        display: none
    }

    .single-post-text .details-list li strong {
        color: #eee;
        display: block;
        font-weight: 500;
        margin-bottom: 5px;
    }

.single-post-text table {
    border: 1px solid #333
}

.blog-items {
    float: left;
    width: 66.666%
}

.no-sidebar .blog-items {
    float: none;
    width: auto
}

.blog-items.cols {
    float: none;
    font-size: 0;
    margin-left: -50px;
    margin-right: -50px;
    width: auto;
}

    .blog-items.cols .blog-col {
        display: inline-block;
        font-size: 16px;
        padding: 0 50px;
        vertical-align: top;
        width: 50%;
    }

        .blog-items.cols .blog-col .blog-item.content-box {
            background: none !important;
            border: none !important;
            padding: 0 !important;
            text-align: center
        }

        .blog-items.cols .blog-col .blog-item .image {
            margin-bottom: 30px
        }

            .blog-items.cols .blog-col .blog-item .image img {
                margin-bottom: 0
            }

.blog-items .blog-item {
    margin-bottom: 70px
}

    .blog-items .blog-item .image {
        overflow: hidden;
        position: relative;
    }

        .blog-items .blog-item .image a {
            display: block;
            font-size: 0
        }

            .blog-items .blog-item .image a img {
                height: auto;
                margin-bottom: 30px;
                max-width: 100%;
                position: relative;
                top: 0
            }

    .blog-items .blog-item .desc {
        display: block;
        position: relative;
    }

        .blog-items .blog-item .desc .name {
            -moz-transition: all .7s cubic-bezier(.165,.85,.45,1) 0s;
            -o-transition: all .7s cubic-bezier(.165,.85,.45,1) 0s;
            -webkit-transition: all .7s cubic-bezier(.165,.85,.45,1) 0s;
            color: #fff;
            display: block;
            font-size: 24px;
            font-weight: 600;
            text-decoration: none;
            transition: all .7s cubic-bezier(.165,.85,.45,1) 0s;
            word-wrap: break-word;
        }

            .blog-items .blog-item .desc .name:hover {
                color: #4bffa5
            }

    .blog-items .blog-item .category, .blog-items .blog-item .date {
        color: #bbb;
        font-size: 14px;
        margin: 0 0 5px;
        opacity: .65
    }

        .blog-items .blog-item .category a, .blog-items .blog-item .date a {
            color: #bbb;
            text-decoration: none
        }

    .blog-items .blog-item .single-post-text {
        margin-top: 15px
    }

        .blog-items .blog-item .single-post-text p {
            margin-bottom: 0;
            margin-top: 0;
        }

@media (max-width:1199px) {
    .section.works .filter-menu {
        margin-bottom: 40px
    }

    .section .content-box {
        padding: 25px
    }

    .box-items {
        margin-left: -20px;
        margin-right: -20px
    }

        .box-items .box-item {
            padding: 0 20px 40px;
            width: 50%;
        }

    .section .content .portfolio-cols {
        display: block
    }

        .section .content .portfolio-cols .description-col {
            width: 100%
        }

        .section .content .portfolio-cols .details-col {
            padding: 40px 0 0;
            width: 100%
        }

    .section.works .filters label {
        margin-right: 15px
    }

    .blog-items {
        width: 68.5%
    }
}

@media (max-width:720px) {
    .section.works .filters label {
        font-size: 14px
    }

    .box-items {
        margin-left: 0;
        margin-right: 0
    }

        .box-items .box-item {
            float: none;
            padding-left: 0;
            padding-right: 0;
            width: 100%
        }

            .box-items .box-item:last-child {
                padding-bottom: 0
            }

    .blog-items {
        float: none;
        width: 100%
    }

        .blog-items.cols .blog-col {
            width: 100%
        }
}

.section.contacts .alert-success {
    display: none
}

    .section.contacts .alert-success p {
        color: #eee;
        font-size: 16px;
        margin: 0;
    }

.map {
    height: 110vh;
    left: 0;
    position: absolute;
    top: -5vh;
    width: 100vw;
}

.pricing-items {
    font-size: 0;
    margin: 0 -35px;
}

    .pricing-items .pricing-col {
        display: inline-block;
        padding: 0 35px;
        vertical-align: top;
        width: 50%
    }

.pricing-item {
    position: relative;
    text-align: center
}

    .pricing-item .icon {
        color: #4bffa5;
        font-size: 36px;
        line-height: normal;
    }

    .pricing-item .name {
        color: #eee;
        font-weight: 500;
        margin: 15px 0;
    }

    .pricing-item .amount {
        margin: 30px 0
    }

        .pricing-item .amount .number {
            color: #eee;
            display: inline-block;
            font-size: 48px;
            font-weight: 600;
            line-height: 24px;
            margin: 0;
            position: relative;
            vertical-align: middle;
        }

            .pricing-item .amount .number .dollar, .pricing-item .amount .number .period {
                color: #999;
                display: inline-block;
                font-size: 14px;
                font-weight: 400;
                left: -15px;
                line-height: 14px;
                position: absolute;
                top: -5px;
                vertical-align: top;
            }

            .pricing-item .amount .number .period {
                bottom: -5px;
                left: auto;
                right: -55px;
                text-align: left;
                top: auto;
                white-space: nowrap;
                width: 50px;
            }

    .pricing-item .feature-list {
        margin-bottom: 30px
    }

        .pricing-item .feature-list ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .pricing-item .feature-list ul li {
                margin: 10px 0
            }

                .pricing-item .feature-list ul li:last-child {
                    border-bottom: none;
                    margin-bottom: 0;
                }

                .pricing-item .feature-list ul li.disable, .pricing-item .feature-list ul li em {
                    font-style: normal;
                    opacity: .5;
                    text-decoration: line-through;
                }

                .pricing-item .feature-list ul li strong {
                    -khtml-border-radius: 2px;
                    -moz-border-radius: 2px;
                    -webkit-border-radius: 2px;
                    background: #4bffa5;
                    border-radius: 2px;
                    color: #101010;
                    display: inline-block;
                    font-size: 12px;
                    font-weight: 300;
                    margin: 0 0 0 5px;
                    padding: 0 5px;
                    vertical-align: middle;
                }

@media (max-width:720px) {
    .pricing-items .pricing-col {
        margin-bottom: 40px;
        width: 100%
    }

        .pricing-items .pricing-col:last-child {
            margin-bottom: 0
        }
}

.team-items {
    font-size: 0;
    margin: 0 -35px;
}

    .team-items .team-col {
        display: inline-block;
        padding: 0 35px;
        vertical-align: top;
        width: 50%
    }

.team-item {
    position: relative;
    text-align: center
}

    .team-item .image {
        font-size: 0
    }

        .team-item .image img {
            height: auto;
            max-width: 100%;
        }

    .team-item .name {
        color: #eee;
        font-weight: 500;
        margin: 30px 0 5px;
    }

    .team-item .category {
        color: #999;
        display: inline-block;
        margin: 0 0 5px;
        position: relative;
    }

    .team-item .soc a {
        -moz-transition: all .7s cubic-bezier(.165,.85,.45,1);
        -o-transition: all .7s cubic-bezier(.165,.85,.45,1);
        -webkit-transition: all .7s cubic-bezier(.165,.85,.45,1);
        color: #bbb;
        display: inline-block;
        margin: 0 5px;
        text-align: center;
        transition: all .7s cubic-bezier(.165,.85,.45,1);
        vertical-align: top;
    }

        .team-item .soc a .icon {
            color: #bbb;
            font-size: 14px;
        }

        .team-item .soc a:hover {
            color: #fff;
            opacity: 1
        }

            .team-item .soc a:hover .icon {
                color: #fff
            }

@media (max-width:720px) {
    .team-items .team-col {
        margin-bottom: 40px;
        width: 100%
    }

        .team-items .team-col:last-child {
            margin-bottom: 0
        }
}

.reviews-carousel .content-box {
    margin-right: 0
}

.reviews-carousel .swiper-nav .swiper-button-prev, .reviews-carousel .swiper-nav .swiper-button-next {
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    background: 0 0;
    color: #fff;
    font-size: 22px;
    height: 20px;
    left: 0;
    margin-left: 15px;
    margin-top: 0;
    position: relative;
    right: auto;
    text-decoration: none;
    top: 0;
    transition: all .3s ease 0s;
    width: 20px;
}

.reviews-carousel {
    position: relative;
    width: calc(100% + 1px)
}

.team-carousel {
    position: relative;
    width: 100%
}

    .reviews-carousel .swiper-nav, .team-carousel .swiper-nav {
        font-size: 0;
        height: 24px;
        left: auto;
        position: absolute;
        right: 35px;
        top: -58px;
        z-index: 3
    }

        .reviews-carousel .swiper-nav .swiper-button-prev, .reviews-carousel .swiper-nav .swiper-button-next, .team-carousel .swiper-nav .swiper-button-prev, .team-carousel .swiper-nav .swiper-button-next {
            -moz-transition: all .3s ease 0s;
            -o-transition: all .3s ease 0s;
            -webkit-transition: all .3s ease 0s;
            background: 0 0;
            font-size: 22px;
            height: 24px;
            left: 0;
            line-height: 24px;
            margin-right: 8px;
            margin-top: 0;
            position: relative;
            right: auto;
            text-align: center;
            text-decoration: none;
            top: 0;
            transition: all .3s ease 0s;
            width: 20px;
        }

        .reviews-carousel .swiper-nav .swiper-button-next, .team-carousel .swiper-nav .swiper-button-next {
            margin-left: 8px;
            margin-right: 0
        }

        .reviews-carousel .swiper-nav .swiper-pagination, .team-carousel .swiper-nav .swiper-pagination {
            display: inline-block;
            position: relative;
            top: 9px;
            vertical-align: top
        }

.swiper-nav .swiper-pagination .swiper-pagination-bullet, .swiper-nav .swiper-pagination .swiper-pagination-bullet {
    background: rgba(255,255,255,.15);
    opacity: 1
}

.reviews-carousel .swiper-nav .swiper-pagination .swiper-pagination-bullet, .team-carousel .swiper-nav .swiper-pagination .swiper-pagination-bullet {
    height: 6px;
    margin: 0 4px;
    width: 6px;
}

    .reviews-carousel .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .team-carousel .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #4bffa5
    }

.reviews-item {
    position: relative
}

    .reviews-item .image {
        float: left;
        font-size: 0;
        margin-bottom: 15px;
        margin-right: 15px;
        width: 70px;
    }

        .reviews-item .image img {
            -khtml-border-radius: 100%;
            -moz-border-radius: 100%;
            -webkit-border-radius: 100%;
            border-radius: 100%;
            height: auto;
            width: 100%;
        }

    .reviews-item .info {
        margin-left: 85px;
        margin-top: 10px;
    }

    .reviews-item .name {
        color: #eee;
        font-weight: 500;
        margin: 0 0 5px;
    }

    .reviews-item .company {
        color: #999;
        font-size: 14px;
    }

    .reviews-item .text {
        clear: both
    }

@media (max-width:720px) {
    .reviews-carousel .swiper-nav {
        right: 0
    }
}

.started-content .date {
    border: 1px solid #4bffa5;
    color: #4bffa5;
    display: inline-block;
    font-size: 11px;
    font-weight: 500;
    height: 20px;
    line-height: 18px;
    margin: 0 0 10px;
    padding: 0 5px;
}

.single-post-text, .comment-text {
    word-wrap: break-word
}

.comment-text {
    display: flex;
    flex-direction: column
}

    .single-post-text > *:first-child, .comment-text > *:first-child {
        margin-top: 0
    }

    .single-post-text > *:last-child, .comment-text > *:last-child {
        margin-bottom: 0
    }

.single-post-text:after {
    clear: both;
    content: '';
    display: block;
    position: relative;
}

.single-post-text .content-box *, .comment-text .content-box * {
    margin-top: 0
}

.single-post-text img, .comment-text img {
    height: auto;
    max-width: 100%;
}

.single-post-text p a, .comment-text p a {
    color: #4bffa5
}

    .single-post-text p a:hover, .comment-text p a:hover {
        text-decoration: underline
    }

blockquote {
    border-right: 2px solid #4bffa5;
    color: #aaa;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    margin: 25px 0;
    padding: 0 20px 0 0;
}

    blockquote code {
        display: inline;
        padding: 2px;
    }

iframe, object {
    max-width: 100%
}

.single-post-text ul, .comment-text ul {
    list-style: none
}

.single-post-text ol, .comment-text ol {
    list-style-position: inside
}

    .single-post-text ul > li, .single-post-text ol > li, .comment-text ul > li, .comment-text ol > li {
        font-weight: 400;
        margin: 5px 0;
        padding: 0 14px 0 0;
        position: relative;
    }

    .single-post-text ol > li, .comment-text ol > li {
        font-size: 14px;
        font-weight: 400;
        margin: 5px 0;
        padding: 0;
        position: relative;
    }

.single-post-text ul > li:before, .comment-text ul > li:before {
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #4bffa5;
    border-radius: 4px;
    content: '';
    height: 4px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 11px;
    width: 4px;
}

.wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
    padding: 0
}

    .wp-block-gallery .blocks-gallery-image:before, .wp-block-gallery .blocks-gallery-item:before {
        display: none
    }

.single-post-text figure, .comment-text figure {
    margin: 0 0 20px;
    max-width: 100%;
    overflow: auto
}

    .single-post-text figure .wp-caption-text, .comment-text figure .wp-caption-text, .gallery-caption, .bypostauthor {
        font-style: italic
    }

.gallery {
    margin: 30px -10px
}

.single-post-text .gallery {
    margin-bottom: 0
}

.gallery .gallery-item {
    display: inline-block;
    margin: 0;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

    .gallery .gallery-item img {
        height: auto;
        max-width: 100%;
    }

.gallery.gallery-columns-1 .gallery-item {
    width: 100%
}

.gallery.gallery-columns-2 .gallery-item {
    width: 50%
}

.gallery.gallery-columns-3 .gallery-item {
    width: 33.333%
}

.gallery.gallery-columns-4 .gallery-item {
    width: 25%
}

.gallery.gallery-columns-5 .gallery-item {
    width: 20%
}

.gallery.gallery-columns-6 .gallery-item {
    width: 16.666%
}

.gallery.gallery-columns-7 .gallery-item {
    width: 14.28%
}

.gallery.gallery-columns-8 .gallery-item {
    width: 12.5%
}

.gallery.gallery-columns-9 .gallery-item {
    width: 11.111%
}

.post-comments {
    margin-top: 60px
}

    .post-comments .comments, .post-comments .children {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .post-comments .post-comment {
        border-top: 1px solid rgba(255,255,255,.1);
        padding: 20px 0;
    }

        .post-comments .post-comment:first-child {
            border-top: none;
            padding-top: 0;
        }

        .post-comments .post-comment .image {
            float: right;
            height: 80px;
            width: 80px;
        }

            .post-comments .post-comment .image img {
                height: 100%;
                width: 100%;
            }

        .post-comments .post-comment .desc {
            margin-right: 100px;
            position: relative
        }

            .post-comments .post-comment .desc .name {
                color: #eee;
                font-weight: 600;
                margin: 0 0 15px;
                padding: 0;
            }

            .post-comments .post-comment .desc p:first-child {
                margin-top: 0
            }

            .post-comments .post-comment .desc p:last-child {
                margin-top: 0
            }

.post-comment.trackback .image, .post-comment.pingback .image {
    display: none !important
}

.post-comment.trackback .desc, .post-comment.pingback .desc {
    margin-left: 0 !important
}

.post-text-bottom {
    margin: 35px 0 0
}

    .post-text-bottom .share-btn {
        display: inline-block;
        font-size: 16px;
        margin-left: 7px;
        margin-right: 7px;
        position: relative;
        top: 1px;
    }

.social-share a {
    -moz-transition: all .7s cubic-bezier(.165,.85,.45,1);
    -o-transition: all .7s cubic-bezier(.165,.85,.45,1);
    -webkit-transition: all .7s cubic-bezier(.165,.85,.45,1);
    color: #bbb;
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    transition: all .7s cubic-bezier(.165,.85,.45,1);
    vertical-align: top;
}

    .social-share a:last-child {
        margin-right: 0
    }

    .social-share a .icon {
        color: #bbb;
        font-size: 16px;
    }

    .social-share a:hover {
        color: #fff;
        opacity: 1
    }

        .social-share a:hover .icon {
            color: #fff
        }

.post-text-bottom span.cat-links a {
    color: #4bffa5
}

    .post-text-bottom span.cat-links a:hover {
        text-decoration: none
    }

.post-text-bottom .tags-links {
    display: block;
    margin: 15px 0;
}

    .post-text-bottom .tags-links *:nth-child(1) {
        margin-left: 5px
    }

    .post-text-bottom .tags-links a, .post-text-bottom .tags-links span, .content-sidebar .tagcloud a {
        border: 1px solid #4bffa5;
        color: #4bffa5;
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        height: 22px;
        line-height: 19px;
        margin: 0 10px 8px 0;
        padding: 0 7px;
        text-decoration: none;
    }

.content-sidebar .tagcloud a {
    font-size: 14px !important;
    margin: 0 5px 5px 0;
}

.post-comments ul.children {
    border-top: none;
    padding: 20px 20px 0 100px;
}

    .post-comments ul.children ul.children {
        border-top: none;
        padding: 20px 0 0 40px;
    }

.comment-info {
    padding: 15px 0 0
}

    .comment-info span.comment-time {
        font-size: 14px;
        opacity: .65
    }

    .comment-info span.comment-date {
        font-size: 14px;
        opacity: .65
    }

    .comment-info span.comment-reply {
        left: 0;
        position: absolute;
        top: 0;
    }

a.comment-reply-link {
    font-size: 14px;
    text-decoration: none
}

.comment-reply-link:after {
    content: '';
    content: '\f064';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-size: 12px;
    font-weight: 900;
    line-height: 14px;
    margin-right: 8px;
    opacity: .5;
    vertical-align: middle;
}

.form-comment {
    margin-top: 70px
}

    .form-comment .comment-respond {
        margin-top: 0
    }

.comment-respond {
    margin-top: 40px;
    position: relative;
}

    .comment-respond .title_inner small {
        display: block;
        font-size: 14px;
        left: 0;
        position: absolute;
        right: auto;
        top: 10px;
        white-space: nowrap
    }

        .comment-respond .title_inner small a {
            opacity: .65;
            text-decoration: none;
        }

            .comment-respond .title_inner small a:hover {
                opacity: 1
            }

@media (max-width:480px) {
    .comment-respond .title_inner small {
        left: 0;
        position: relative;
        top: 0;
    }

    .section .content .description-col .details-list li {
        width: 100%
    }
}

.section .pager, .page-links, .nav-links {
    clear: both;
    padding: 0;
    position: relative;
    text-align: center
}

.section.works .pager {
    padding-bottom: 70px
}

.nav-links {
    margin-top: 70px;
    min-height: 24px
}

.page-links {
    margin-top: 30px;
    min-height: 24px
}

    .page-numbers, .nav-links a, .page-links a {
        display: inline-block;
        font-weight: 500;
        margin: 0 5px;
        min-height: 24px;
        text-decoration: none;
        vertical-align: top;
    }

        .page-numbers.current, .page-links a.current {
            opacity: .5
        }

        .page-numbers.prev, .nav-links .nav-previous {
            left: 32px;
            position: absolute;
            top: 0;
        }

        .page-numbers.next, .nav-links .nav-next {
            position: absolute;
            right: 32px;
            top: 0;
        }

            .page-numbers.prev:before, .page-numbers.next:after, .nav-links .nav-previous a:before, .nav-links .nav-next a:after {
                content: '';
                content: '\f30b';
                display: inline-block;
                font-family: 'Font Awesome 5 Free';
                font-size: 20px;
                font-weight: 900;
                line-height: 14px;
                margin-left: 15px;
                vertical-align: middle;
            }

        .page-numbers.prev:before, .nav-links .nav-previous a:before {
            -webkit-transform: scaleX(-1);
            margin-left: 0;
            margin-right: 15px;
            transform: scaleX(-1);
        }

@media (max-width:1160px) {
    .post-comments .post-comment .image {
        height: 60px;
        width: 60px;
    }

    .post-comments .post-comment .desc {
        margin-left: 80px
    }

    .post-comments .post-comment.pingback .desc {
        margin-left: 0
    }

    .post-comments ul.children {
        padding: 20px 20px 0 80px
    }

        .post-comments ul.children ul.children {
            padding: 20px 0 0 20px
        }

            .post-comments ul.children ul.children ul.children ul.children {
                padding: 20px 0 0 10px
            }
}

@media (max-width:840px) {
    .post-comments ul.children {
        padding: 20px 20px 0
    }

        .post-comments ul.children ul.children {
            padding: 20px 0 0 20px
        }

            .post-comments ul.children ul.children ul.children {
                padding: 20px 0 0 20px
            }

                .post-comments ul.children ul.children ul.children ul.children {
                    padding: 20px 0 0 10px
                }
}

@media (max-width:480px) {
    .section .content .comment-respond .title.comment-reply-title {
        text-align: left
    }

    .post-comments ul.children {
        padding: 15px
    }

        .post-comments ul.children ul.children {
            padding: 15px 0 0 10px
        }

            .post-comments ul.children ul.children ul.children {
                padding: 15px 0 0 5px
            }

                .post-comments ul.children ul.children ul.children ul.children {
                    padding: 15px 0 0 5px
                }

    .post-comments .post-comment .image {
        height: 40px;
        width: 40px;
    }

    .post-comments .post-comment .desc {
        margin-left: 55px
    }

    .post-comments .post-comment.pingback .desc {
        margin-left: 0
    }

    .gallery .gallery-item {
        width: 100%
    }

    .gallery.gallery-columns-1 .gallery-item {
        width: 100%
    }

    .gallery.gallery-columns-2 .gallery-item {
        width: 100%
    }

    .gallery.gallery-columns-3 .gallery-item {
        width: 100%
    }

    .gallery.gallery-columns-4 .gallery-item {
        width: 100%
    }

    .gallery.gallery-columns-5 .gallery-item {
        width: 100%
    }

    .gallery.gallery-columns-6 .gallery-item {
        width: 100%
    }

    .gallery.gallery-columns-7 .gallery-item {
        width: 100%
    }

    .gallery.gallery-columns-8 .gallery-item {
        width: 100%
    }

    .gallery.gallery-columns-9 .gallery-item {
        width: 100%
    }
}

.footer {
    bottom: 50px;
    height: 1px;
    left: 50px;
    padding: 0;
    position: fixed;
    right: 50px;
    width: auto;
    z-index: 99
}

    .footer .copy {
        bottom: 0;
        left: 0;
        position: absolute;
    }

    .footer p, .footer .copy {
        font-size: 14px;
        line-height: 2;
        margin: 2px 0 0;
    }

    .footer .soc-box {
        bottom: 0;
        float: right;
        position: absolute;
        right: 0;
        width: 24px
    }

    .footer .soc a {
        -moz-transition: all .7s cubic-bezier(.165,.85,.45,1);
        -o-transition: all .7s cubic-bezier(.165,.85,.45,1);
        -webkit-transition: all .7s cubic-bezier(.165,.85,.45,1);
        color: #bbb;
        display: block;
        margin-bottom: 20px;
        text-align: center;
        transition: all .7s cubic-bezier(.165,.85,.45,1);
    }

        .footer .soc a:last-child {
            margin-bottom: 0
        }

        .footer .soc a .ion {
            color: #bbb
        }

        .footer .soc a:hover .ion {
            color: #4bffa5;
            opacity: 1
        }

.follow-label {
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    bottom: 100%;
    color: #bbb;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    padding-right: 75px;
    position: absolute;
    right: 0;
    text-align: right;
    transform: rotate(90deg);
    transform-origin: 100% 0;
    white-space: nowrap;
}

    .follow-label:after {
        background: #fff;
        content: '';
        height: 1px;
        position: absolute;
        right: 0;
        top: 50%;
        width: 50px;
    }

@media (max-width:1199px) {
    .footer .copy {
        display: none
    }

    .footer .follow-label {
        display: none
    }

    .footer {
        bottom: auto;
        height: auto;
        left: 0;
        padding: 50px 0;
        position: relative;
        right: auto;
        top: 0;
    }

        .footer .copy {
            display: block;
            margin-bottom: 10px;
            position: relative;
            text-align: center
        }

        .footer .soc-box {
            bottom: auto;
            float: none;
            left: 0;
            position: relative;
            right: auto;
            text-align: center;
            top: 0;
            width: auto;
        }

        .footer .soc a {
            display: inline-block;
            margin: 0 10px;
        }

    .home .footer {
        bottom: 50px;
        height: 1px;
        left: 50px;
        padding: 0;
        position: fixed;
        right: 50px;
        top: auto;
    }

        .home .footer .copy {
            display: none
        }

        .home .footer .soc-box {
            bottom: 0;
            float: right;
            left: auto;
            position: absolute;
            right: 0;
            top: auto;
            width: 20px
        }

        .home .footer .soc a {
            display: block;
            margin: 10px 0 0;
        }

            .home .footer .soc a .icon {
                font-size: 17px
            }
}

@media (max-width:720px) {
    .home .footer {
        bottom: 30px;
        left: 30px;
        right: 30px;
        top: auto;
    }
}

.content-sidebar {
    float: right;
    padding: 0 30px 0 60px;
    position: relative;
    width: 33.333%
}

    .content-sidebar .widget {
        margin-bottom: 50px
    }

    .content-sidebar .search-form {
        position: relative
    }

        .content-sidebar .search-form label {
            display: block
        }

.screen-reader-text {
    -webkit-clip: rect(1px,1px,1px,1px);
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

.comment-form-cookies-consent label {
    display: inline
}

.content-sidebar .search-form input[type=text], .content-sidebar .search-form input[type=email], .content-sidebar .search-form input[type=password], .content-sidebar .search-form input[type=datetime], .content-sidebar .search-form input[type=date], .content-sidebar .search-form input[type=month], .content-sidebar .search-form input[type=time], .content-sidebar .search-form input[type=week], .content-sidebar .search-form input[type=search], .content-sidebar .search-form textarea, .content-sidebar .search-form textarea.form-control {
    -webkit-border-radius: 0 !important;
    background: 0 0;
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-radius: 0 !important;
    margin-bottom: 0;
    padding: 0;
    width: 100%;
}

.content-sidebar .search-form .btn_search, .search-submit {
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
    margin-top: -20px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 2
}

.search-submit {
    background: url(../../../themes/sitemy/assets/images/search.svg) no-repeat center center;
    background-size: contain;
    filter: brightness(0) invert(1);
    font-size: 0;
    height: 31px;
    opacity: .7;
    width: 14px;
}

.content-sidebar .widget-title {
    color: #fff;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 15px;
    position: relative;
}

    .content-sidebar .widget-title:before {
        background: rgba(255,255,255,.1);
        bottom: 0;
        content: '';
        height: 1px;
        position: absolute;
        right: 0;
        width: 40px
    }

.content-sidebar ul {
    list-style: none;
    margin-bottom: 10px;
    margin-top: 10px;
    padding-left: 0;
}

    .content-sidebar ul ul {
        margin-left: 0
    }

    .content-sidebar ul li {
        font-size: 14px;
        margin-bottom: 10px;
        position: relative;
    }

.wp-block-categories-list li ul, .wp-block-archives-list li ul {
    margin-left: 0
}

.wp-block-categories-list li, .wp-block-archives-list li, .widget.widget_nav_menu ul li, .widget.widget_pages ul li, .widget_categories ul li {
    font-size: 14px;
    margin-bottom: 10px;
    padding-left: 9px;
    position: relative;
}

    .wp-block-categories-list li ul li:before, .wp-block-archives-list li ul li:before, .widget.widget_nav_menu ul li ul li:before, .widget.widget_pages ul li ul li:before, .widget_categories ul li ul li:before {
        background: #999;
        content: '';
        height: 1px;
        left: 0;
        opacity: .8;
        position: absolute;
        top: 10px;
        width: 5px;
    }

a.rsswidget {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin-right: 3px;
    text-decoration: none
}

.rss-date, .widget_rss cite {
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 10px;
    opacity: .7
}

.widget_rss cite {
    font-style: normal;
    margin: 5px 0 20px;
}

.post-edit-link {
    text-decoration: underline
}

    .post-edit-link:hover {
        text-decoration: none
    }

.edit-link {
    display: block;
    margin-top: 30px;
}

.sticky {
    position: relative
}

    .sticky:before {
        background: #4bffa5;
        bottom: -36px;
        content: '';
        left: -36px;
        position: absolute;
        top: -36px;
        width: 6px;
    }

.title.comment-reply-title {
    margin-left: 0
}

.elementor-element.elementor-widget-ali-started-section .section:first-child {
    padding-top: 0
}

@media (max-width:1199px) {
    .content-sidebar {
        padding: 0 35px;
        width: 31.5%
    }

    .sticky:before {
        bottom: -26px;
        left: -26px;
        top: -26px;
    }
}

@media (max-width:720px) {
    .content-sidebar {
        float: none;
        margin-top: 70px;
        padding: 0;
        width: 100%
    }

    .page-numbers.next, .nav-links .nav-next {
        right: -5px
    }

    .page-numbers.prev, .nav-links .nav-previous {
        left: -5px
    }
}

.popup-box {
    background: #101010;
    margin: 30px auto;
    padding: 0;
    position: relative;
    width: 520px;
}

@media (max-width:720px) {
    .popup-box {
        width: 440px
    }
}

@media (max-width:480px) {
    .popup-box {
        width: 320px
    }
}

.popup-box .image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

    .popup-box .image img {
        -moz-transform: none !important;
        -o-transform: none !important;
        -webkit-transform: none !important;
        height: auto;
        transform: none !important;
        width: 100%;
    }

.popup-box .desc {
    padding: 35px
}

.popup-box .category {
    color: #bbb;
    display: block;
    font-size: 14px;
    margin: 0 0 5px;
}

.popup-box .desc h4 {
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 15px;
}

.mfp-fade.mfp-bg {
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    opacity: 0;
    transition: all .15s ease-out;
}

    .mfp-fade.mfp-bg.mfp-ready {
        opacity: .8
    }

    .mfp-fade.mfp-bg.mfp-removing {
        opacity: 0
    }

.mfp-fade.mfp-wrap .mfp-content {
    -moz-transition: all .15s ease-out;
    -o-transition: all .15s ease-out;
    -webkit-transition: all .15s ease-out;
    opacity: 0;
    transition: all .15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0
}

.mfp-close-btn-in .mfp-close {
    color: #fff;
    font-family: 'Verdana' !important;
    font-size: 24px;
    font-weight: 300;
    height: 54px !important;
    line-height: 54px !important;
    opacity: 1 !important;
    padding-right: 0 !important;
    right: 0 !important;
    text-align: center !important;
    top: 40px !important;
    width: 54px !important;
}

.mfp-close-btn-in .mfp-close {
    color: #fff !important
}

.mfp-close-btn-in .popup-box .mfp-close, .mfp-close-btn-in .mfp-iframe-holder .mfp-close {
    top: 0 !important
}

.video-bg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 50%;
    margin-left: -50vw;
    position: absolute !important;
    top: 0;
    width: 100vw;
}

.jarallax .jarallax-img {
    max-width: 100%
}

@media (max-width:480px) {
    .video-bg {
        height: 100%;
        left: 0;
        margin-left: 0;
        width: 100%;
    }
}

.video-bg-mask {
    background: #000;
    height: 100%;
    left: 0;
    opacity: .25;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.video-bg-texture {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2
}

.grained-off .video-bg-texture {
    display: none
}

.grained-on .video-bg-texture {
    display: block
}

.disable-default-mask:before {
    display: none
}

.embed-container {
    height: 0;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
}

    .embed-container iframe, .embed-container object, .embed-container embed {
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

.woocommerce-js .cart-btn {
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
}

    .woocommerce-js .cart-btn .cart-icon {
        cursor: pointer;
        display: block;
    }

        .woocommerce-js .cart-btn .cart-icon .ion:before {
            content: '\f07a';
            display: block;
            font-family: 'Font Awesome 5 Free';
            font-size: 20px;
            font-weight: 900;
            height: 40px;
            line-height: 40px;
            text-align: center
        }

    .woocommerce-js .cart-btn .cart-count {
        background: #fff;
        border-radius: 18px;
        color: #000;
        font-size: 12px;
        height: 18px;
        line-height: 18px;
        position: absolute;
        right: 0;
        text-align: center;
        top: 0;
        width: 18px;
    }

    .woocommerce-js .cart-btn .cart-widget {
        background: #222;
        opacity: 0;
        padding: 20px;
        pointer-events: none;
        position: absolute;
        right: -10px;
        top: 40px;
        transition: all .3s ease 0s;
        visibility: hidden;
        width: 280px;
    }

        .woocommerce-js .cart-btn .cart-widget:before {
            border: 8px solid transparent;
            border-bottom: 8px solid #222;
            content: '';
            position: absolute;
            right: 22px;
            top: -14px;
        }

        .woocommerce-js .cart-btn .cart-widget p {
            margin: 0
        }

.woocommerce-js .header .top-menu {
    padding-right: 80px
}

.woocommerce-js .woocommerce-breadcrumb {
    margin: 0 0 35px 35px
}

    .woocommerce-js .woocommerce-breadcrumb a {
        color: #eeee
    }

.woocommerce-js nav.woocommerce-pagination {
    clear: both;
    position: relative
}

.woocommerce-js .woocommerce-result-count {
    margin-left: 35px
}

.woocommerce-js .products ul, .woocommerce-js ul.products {
    margin-right: -36px
}

.woocommerce-js .shop-page select {
    background: 0 0;
    font-size: 16px;
    width: 150px;
}

.woocommerce-js ul.products li.product .woocommerce-loop-category__title, .woocommerce-js ul.products li.product .woocommerce-loop-product__title, .woocommerce-js ul.products li.product h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding: 0 0 5px;
}

.woocommerce-js ul.products li.product .price, .woocommerce-js div.product p.price, .woocommerce-js div.product span.price {
    color: #fff;
    display: block;
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0;
}

.woocommerce-js ul.products li.product .button, .woocommerce-js #respond input#submit.alt, .woocommerce-js a.button.alt, .woocommerce-js button.button.alt, .woocommerce-js input.button.alt, .woocommerce-js #review_form #respond .form-submit input, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    -moz-transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
    -o-transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
    -webkit-transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
    background: #4bffa5;
    border-radius: 0;
    color: #000;
    margin-top: 1em;
    transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
}

.woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    margin-top: 0
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    margin: 0 10px 0 0;
    padding: 6px 12px;
    width: 140px
}

.woocommerce-js ul.products li.product .button:before, .woocommerce-js #respond input#submit.alt:before, .woocommerce-js a.button.alt:before, .woocommerce-js button.button.alt:before, .woocommerce-js input.button.alt:before {
    content: '';
    content: '\f07a';
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 10px;
    position: relative;
    top: -2px;
    vertical-align: middle;
}

.woocommerce-js ul.products li.product .onsale, .woocommerce-js span.onsale {
    border-radius: 0;
    height: auto;
    left: auto;
    line-height: 30px;
    margin: 0;
    min-height: auto;
    padding: 0 10px;
    right: 15px;
    top: 15px;
}

.woocommerce-js span.onsale {
    left: 15px;
    right: auto;
}

.woocommerce-js nav.woocommerce-pagination ul li {
    border: none
}

.woocommerce-js nav.woocommerce-pagination ul {
    border: none
}

    .woocommerce-js nav.woocommerce-pagination ul li a:focus, .woocommerce-js nav.woocommerce-pagination ul li a:hover, .woocommerce-js nav.woocommerce-pagination ul li span.current {
        background: 0 0;
        color: #4bffa5;
        opacity: 1
    }

.shop-page .page-numbers.next, .shop-page .nav-links .nav-next {
    position: absolute;
    right: 0;
    top: 0;
}

.shop-page .page-numbers.prev, .shop-page .nav-links .nav-prev {
    left: 0;
    position: absolute;
    right: auto;
    top: 0;
}

.woocommerce-js nav.woocommerce-pagination {
    margin-left: 35px
}

.woocommerce-js .related ul.products li.product, .woocommerce-page .related ul.products li.product {
    margin-left: 0;
    width: 29.5%;
}

.woocommerce-js .quantity .qty {
    margin: 0;
    vertical-align: top
}

.woocommerce-js div.product form.cart .button {
    margin: 0
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs {
    clear: both;
    margin: 0;
    padding: 50px 0 0;
    text-align: center;
}

.woocommerce-js div.product .woocommerce-tabs .panel {
    margin: 35px 0 100px;
    padding: 0 35px 35px
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs:before {
    display: none
}

.woocommerce-js div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0
}

    .woocommerce-js div.product .woocommerce-tabs ul.tabs li:before, .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
        display: none
    }

    .woocommerce-js div.product .woocommerce-tabs ul.tabs li a {
        color: #999;
        font-weight: 600;
    }

    .woocommerce-js div.product .woocommerce-tabs ul.tabs li, .woocommerce-js div.product .woocommerce-tabs ul.tabs li.active {
        background: 0 0;
        border: none;
        color: #fff
    }

.related.products h2 {
    margin-bottom: 35px;
    margin-left: 35px;
}

.woocommerce-js table.shop_attributes {
    border: 0;
    border-top: 1px solid rgba(255,255,255,.1);
    width: 100%
}

    .woocommerce-js table.shop_attributes th {
        border-bottom: 1px solid rgba(255,255,255,.1);
        border-top: 0;
        font-weight: 700;
        margin: 0;
        padding: 10px 0;
        text-align: left
    }

    .woocommerce-js table.shop_attributes td {
        border-bottom: 1px solid rgba(255,255,255,.1);
        border-top: 0;
        font-style: normal;
        line-height: 1.5;
        margin: 0;
        padding: 0;
    }

.woocommerce-js div.product div.images .flex-control-thumbs {
    margin-top: 10px
}

    .woocommerce-js div.product div.images .flex-control-thumbs li {
        margin-top: 10px;
        padding: 0 0 0 10px;
    }

.woocommerce-js div.product div.images .flex-control-thumbs {
    margin-left: -10px
}

.woocommerce-js ul.woocommerce-mini-cart.cart_list.product_list_widget {
    list-style: none;
    margin: 0;
    padding: 0;
}

.woocommerce-js li.woocommerce-mini-cart-item.mini_cart_item {
    border-bottom: 1px solid #444;
    padding: 10px 0;
    padding-bottom: 20px;
    position: relative;
}

    .woocommerce-js li.woocommerce-mini-cart-item.mini_cart_item .remove {
        background: #fff;
        border-radius: 20px;
        color: #000 !important;
        display: block;
        height: 20px;
        line-height: 20px;
        position: absolute;
        right: 5px;
        text-align: center;
        text-decoration: none;
        top: 15px;
        width: 20px;
    }

    .woocommerce-js li.woocommerce-mini-cart-item.mini_cart_item a {
        font-size: 18px;
        font-weight: 600;
        text-decoration: none;
    }

.woocommerce-js ul.cart_list li img, .woocommerce-js ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto;
    margin-right: 0;
    width: 80px;
}

li.woocommerce-mini-cart-item.mini_cart_item .quantity {
    display: block;
    font-size: 14px
}

.woocommerce-js .cart-btn .cart-widget .total {
    margin: 15px 0
}

.woocommerce-js .cart-btn .cart-widget .buttons {
    display: flex
}

.woocommerce-js .cart-btn .cart-widget .button {
    display: block;
    margin: 0 5px;
    width: 100%;
}

.woocommerce-js .cart-btn .button, .woocommerce-js .edit {
    -moz-transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
    -o-transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
    -webkit-transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
    background: 0 0;
    border: 2px solid #4bffa5;
    color: #4bffa5;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    height: 44px;
    line-height: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    padding: 0 20px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: 1s all cubic-bezier(.165,.85,.45,1) 0s;
    vertical-align: middle;
}

    .woocommerce-js .cart-btn .button:hover, .woocommerce-js .edit:hover {
        background-color: #4bffa5;
        color: #000;
    }

.woocommerce-js table.shop_table, .woocommerce-js table.shop_table th, .woocommerce-js table.shop_table td {
    border: none;
    border-bottom: 1px solid rgba(255,255,255,.1)
}

    .woocommerce-js table.shop_table th, .woocommerce-js table.shop_table td {
        padding: 20px 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 rgba(255,255,255,.1)
}

.product .added_to_cart.wc-forward {
    display: none
}

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    font-size: 0
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 70px
}

.woocommerce-error a, .woocommerce-info a, .woocommerce-message a {
    color: #4bffa5
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: rgba(255,255,255,.1);
    border-radius: 0
}

    #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
        border-bottom: none;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
            background: rgba(255,255,255,.1);
            border: none;
            color: #fff;
            margin: 0;
            padding: 20px;
        }

            #add_payment_method #payment ul.payment_methods li:before, .woocommerce-cart #payment ul.payment_methods li:before, .woocommerce-checkout #payment ul.payment_methods li:before, .woocommerce-error li:before, .woocommerce-info li:before, .woocommerce-message li:before, .woocommerce-order-overview__order.order:before {
                display: none !important
            }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 0;
    margin: 2em 0;
    padding: 20px;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    background-color: rgba(255,255,255,.1);
    color: #fff;
    position: relative;
}

.select2-dropdown {
    background-color: #222;
    border: none;
    border-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 10px
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #444;
    margin: 0
}

.select2-container--default .select2-selection--single {
    background-color: rgba(255,255,255,.1);
    border: none;
    border-radius: 0;
    color: #fff;
    height: 40px
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #fff;
        line-height: 40px
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 40px;
        position: absolute;
        right: 1px;
        top: 1px;
        width: 20px
    }

.woocommerce form .form-row {
    margin: 0 0 30px;
    padding: 0;
}

    .woocommerce form .form-row label {
        font-size: 16px;
        line-height: 2;
        padding-bottom: 0;
    }

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        margin-top: -10px
    }

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
    background-color: #444
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    width: 100%
}

.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
    float: none;
    width: 100%
}

header.woocommerce-Address-title.title {
    margin-bottom: 0;
    margin-left: 0;
}

.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
    float: none;
    margin-bottom: 30px;
    width: 100%;
}

.woocommerce-account .addresses .title h3 {
    margin: 0
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
    list-style: none;
    margin: 0;
    max-width: 200px;
    padding: 0;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link {
    margin: 0 0 10px;
    padding: 0;
}

    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link:before {
        display: none
    }

    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a {
        border: 2px solid #71f6a5;
        color: #71f6a5;
        display: block;
        font-weight: 600;
        padding: 10px 20px;
        text-align: center;
        text-decoration: none;
    }

    .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link.is-active a {
        background: #71f6a5;
        color: #000;
    }

.woocommerce .star-rating {
    color: #4bffa5
}

.woocommerce ul.products li.product .star-rating {
    color: #4bffa5;
    float: right;
    margin: 5px 0 0;
}

.woocommerce #reviews #comments ol.commentlist li {
    background: 0;
    border-bottom: 1px solid rgba(255,255,255,.1);
    position: relative;
}

    .woocommerce #reviews #comments ol.commentlist li img.avatar {
        border: none;
        box-shadow: none;
        padding: 0;
        width: 50px;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
        border: none;
        margin: 0 0 0 70px;
        padding: 0
    }

        .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
            color: #fff;
            font-size: 1em;
            margin: 10px 0
        }

.woocommerce #reviews #comments ol.commentlist {
    margin-bottom: 30px
}

.woocommerce-js .cart-btn .cart-widget.is-active {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-left: 0;
    border-right: 0;
    border-top: 0;
    width: 120px;
}

@media (max-width:1200px) {
    .woocommerce-js .cart-btn {
        right: 60px
    }

    .woocommerce-js .header .top-menu {
        padding-right: 0
    }

    .woocommerce-js .products ul, .woocommerce-js ul.products {
        margin-right: 0
    }
}

@media (min-width:1200px) {
    .woocommerce-js .cart-btn:hover .cart-widget {
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
    }
}

@media (max-width:767px) {
    .woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {
        width: 100%
    }

    .woocommerce-js .woocommerce-breadcrumb {
        margin: 0 0 20px
    }

    .woocommerce-js .woocommerce-result-count {
        float: none;
        font-size: 14px;
        margin-left: 0;
    }

    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: none
    }
}

.mfp-bg {
    background: #0b0b0b;
    filter: alpha(opacity=80);
    height: 100%;
    left: 0;
    opacity: .8;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1042;
}

.mfp-wrap {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none !important;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1043;
}

.mfp-container {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    left: 0;
    padding: 0 8px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
}

    .mfp-container:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle
    }

.mfp-align-top .mfp-container:before {
    display: none
}

.mfp-content {
    display: inline-block;
    margin: 0 auto;
    position: relative;
    text-align: left;
    vertical-align: middle;
    z-index: 1045
}

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    cursor: auto;
    width: 100%;
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -moz-user-select: none;
    -webkit-user-select: none;
    -webkit-user-select: none
}

.mfp-loading.mfp-figure {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    left: 8px;
    margin-top: -.8em;
    position: absolute;
    right: 8px;
    text-align: center;
    top: 50%;
    width: auto;
    z-index: 1044
}

    .mfp-preloader a {
        color: #ccc
    }

        .mfp-preloader a:hover {
            color: #fff
        }

.mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-s-error .mfp-content {
    display: none
}

button.mfp-close, button.mfp-arrow {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    background: 0 0;
    border: 0;
    box-shadow: none;
    cursor: pointer;
    display: block;
    outline: none;
    overflow: visible;
    padding: 0;
    z-index: 1046;
}

button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.mfp-close {
    color: #fff;
    filter: alpha(opacity=65);
    font-family: Arial,Baskerville,monospace;
    font-size: 28px;
    font-style: normal;
    height: 44px;
    line-height: 44px;
    opacity: .65;
    padding: 0 0 18px 10px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: 0;
    width: 44px;
}

    .mfp-close:hover, .mfp-close:focus {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .mfp-close:active {
        top: 1px
    }

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #fff;
    padding-right: 6px;
    right: -6px;
    text-align: right;
    width: 100%
}

.mfp-counter {
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    right: 0;
    top: 0;
    white-space: nowrap
}

.mfp-arrow {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    filter: alpha(opacity=65);
    height: 110px;
    margin: 0;
    margin-top: -55px;
    opacity: .65;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 90px;
}

    .mfp-arrow:active {
        margin-top: -54px
    }

    .mfp-arrow:hover, .mfp-arrow:focus {
        filter: alpha(opacity=100);
        opacity: 1;
    }

    .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
        border: medium inset transparent;
        content: '';
        display: block;
        height: 0;
        left: 0;
        margin-left: 35px;
        margin-top: 35px;
        position: absolute;
        top: 0;
        width: 0;
    }

    .mfp-arrow:after, .mfp-arrow .mfp-a {
        border-bottom-width: 13px;
        border-top-width: 13px;
        top: 8px
    }

    .mfp-arrow:before, .mfp-arrow .mfp-b {
        border-bottom-width: 21px;
        border-top-width: 21px;
        opacity: .7
    }

.mfp-arrow-left {
    left: 0
}

    .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
        border-right: 17px solid #fff;
        margin-left: 31px
    }

    .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
        border-right: 27px solid #3f3f3f;
        margin-left: 25px;
    }

.mfp-arrow-right {
    right: 0
}

    .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
        border-left: 17px solid #fff;
        margin-left: 39px
    }

    .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
        border-left: 27px solid #3f3f3f
    }

.mfp-iframe-holder {
    padding-bottom: 40px;
    padding-top: 40px;
}

    .mfp-iframe-holder .mfp-content {
        line-height: 0;
        max-width: 900px;
        width: 100%;
    }

    .mfp-iframe-holder .mfp-close {
        top: -40px
    }

.mfp-iframe-scaler {
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
    width: 100%;
}

    .mfp-iframe-scaler iframe {
        background: #000;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
    }

img.mfp-img {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: auto;
    line-height: 0;
    margin: 0 auto;
    max-width: 100%;
    padding: 40px 0 40px;
    width: auto;
}

.mfp-figure {
    line-height: 0
}

    .mfp-figure:after {
        background: #444;
        bottom: 40px;
        box-shadow: 0 0 8px rgba(0,0,0,.6);
        content: '';
        display: block;
        height: auto;
        left: 0;
        position: absolute;
        right: 0;
        top: 40px;
        width: auto;
        z-index: -1;
    }

    .mfp-figure small {
        color: #bdbdbd;
        display: block;
        font-size: 12px;
        line-height: 14px
    }

    .mfp-figure figure {
        margin: 0
    }

.mfp-bottom-bar {
    cursor: auto;
    left: 0;
    margin-top: -36px;
    position: absolute;
    top: 100%;
    width: 100%;
}

.mfp-title {
    color: #f3f3f3;
    line-height: 18px;
    padding-right: 36px;
    text-align: left;
    word-wrap: break-word;
}

.mfp-image-holder .mfp-content {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),screen and (max-height:300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0
    }

    .mfp-img-mobile .mfp-figure:after {
        bottom: 0;
        top: 0;
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: rgba(0,0,0,.6);
        bottom: 0;
        box-sizing: border-box;
        margin: 0;
        padding: 3px 5px;
        position: fixed;
        top: auto;
    }

        .mfp-img-mobile .mfp-bottom-bar:empty {
            padding: 0
        }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        background: rgba(0,0,0,.6);
        height: 35px;
        line-height: 35px;
        padding: 0;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 35px;
    }
}

@media all and (max-width:900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 6px;
        padding-right: 6px
    }
}

.mfp-ie7 .mfp-img {
    padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
    left: 50%;
    margin-left: -300px;
    margin-top: 5px;
    padding-bottom: 5px;
    width: 600px;
}

.mfp-ie7 .mfp-container {
    padding: 0
}

.mfp-ie7 .mfp-content {
    padding-top: 44px
}

.mfp-ie7 .mfp-close {
    padding-top: 0;
    right: 0;
    top: 0;
}

@-webkit-keyframes sk-bounce {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes blinker {
    0% {
        opacity: 1.0
    }

    40% {
        opacity: .0
    }

    80% {
        opacity: .0
    }

    100% {
        opacity: 1.0
    }
}

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

    .animated.infinite {
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite
    }

    .animated.hinge {
        -webkit-animation-duration: 2s;
        animation-duration: 2s
    }

    .animated.bounceIn, .animated.bounceOut {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

    .animated.flipOutX, .animated.flipOutY {
        -webkit-animation-duration: .75s;
        animation-duration: .75s
    }

@-webkit-keyframes bounce {
    from,20%,53%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

@keyframes bounce {
    from,20%,53%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        animation-timing-function: cubic-bezier(.215,.61,.355,1);
        transform: translate3d(0,0,0)
    }

    40%,43% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-30px,0);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-30px,0)
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        -webkit-transform: translate3d(0,-15px,0);
        animation-timing-function: cubic-bezier(.755,.05,.855,.06);
        transform: translate3d(0,-15px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-4px,0);
        transform: translate3d(0,-4px,0)
    }
}

.bounce {
    -webkit-animation-name: bounce;
    -webkit-transform-origin: center bottom;
    animation-name: bounce;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    from,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

@keyframes flash {
    from,50%,100% {
        opacity: 1
    }

    25%,75% {
        opacity: 0
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    30% {
        -webkit-transform: scale3d(1.25,.75,1);
        transform: scale3d(1.25,.75,1)
    }

    40% {
        -webkit-transform: scale3d(.75,1.25,1);
        transform: scale3d(.75,1.25,1)
    }

    50% {
        -webkit-transform: scale3d(1.15,.85,1);
        transform: scale3d(1.15,.85,1)
    }

    65% {
        -webkit-transform: scale3d(.95,1.05,1);
        transform: scale3d(.95,1.05,1)
    }

    75% {
        -webkit-transform: scale3d(1.05,.95,1);
        transform: scale3d(1.05,.95,1)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shake {
    from,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

@keyframes shake {
    from,100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0,0,1,15deg);
        transform: rotate3d(0,0,1,15deg)
    }

    40% {
        -webkit-transform: rotate3d(0,0,1,-10deg);
        transform: rotate3d(0,0,1,-10deg)
    }

    60% {
        -webkit-transform: rotate3d(0,0,1,5deg);
        transform: rotate3d(0,0,1,5deg)
    }

    80% {
        -webkit-transform: rotate3d(0,0,1,-5deg);
        transform: rotate3d(0,0,1,-5deg)
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,0deg);
        transform: rotate3d(0,0,1,0deg)
    }
}

.swing {
    -webkit-animation-name: swing;
    -webkit-transform-origin: top center;
    animation-name: swing;
    transform-origin: top center;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    10%,20% {
        -webkit-transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);
        transform: scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)
    }

    30%,50%,70%,90% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)
    }

    40%,60%,80% {
        -webkit-transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);
        transform: scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes wobble {
    from {
        -webkit-transform: none;
        transform: none
    }

    15% {
        -webkit-transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg);
        transform: translate3d(-25%,0,0) rotate3d(0,0,1,-5deg)
    }

    30% {
        -webkit-transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg);
        transform: translate3d(20%,0,0) rotate3d(0,0,1,3deg)
    }

    45% {
        -webkit-transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg);
        transform: translate3d(-15%,0,0) rotate3d(0,0,1,-3deg)
    }

    60% {
        -webkit-transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg);
        transform: translate3d(10%,0,0) rotate3d(0,0,1,2deg)
    }

    75% {
        -webkit-transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg);
        transform: translate3d(-5%,0,0) rotate3d(0,0,1,-1deg)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    from,11.1%,100% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    from,11.1%,100% {
        -webkit-transform: none;
        transform: none
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    -webkit-animation-name: jello;
    -webkit-transform-origin: center;
    animation-name: jello;
    transform-origin: center
}

@-webkit-keyframes bounceIn {
    from,20%,40%,60%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        -webkit-transform: scale3d(.3,.3,.3);
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        -webkit-transform: scale3d(1.03,1.03,1.03);
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        opacity: 1;
        transform: scale3d(1,1,1)
    }
}

@keyframes bounceIn {
    from,20%,40%,60%,80%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        -webkit-transform: scale3d(.3,.3,.3);
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    20% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        transform: scale3d(1.1,1.1,1.1)
    }

    40% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    60% {
        -webkit-transform: scale3d(1.03,1.03,1.03);
        opacity: 1;
        transform: scale3d(1.03,1.03,1.03)
    }

    80% {
        -webkit-transform: scale3d(.97,.97,.97);
        transform: scale3d(.97,.97,.97)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        opacity: 1;
        transform: scale3d(1,1,1)
    }
}

.bounceIn {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    from,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        -webkit-transform: translate3d(0,-3000px,0);
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        -webkit-transform: translate3d(0,25px,0);
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInDown {
    from,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        -webkit-transform: translate3d(0,-3000px,0);
        opacity: 0;
        transform: translate3d(0,-3000px,0)
    }

    60% {
        -webkit-transform: translate3d(0,25px,0);
        opacity: 1;
        transform: translate3d(0,25px,0)
    }

    75% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    from,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        -webkit-transform: translate3d(-3000px,0,0);
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        -webkit-transform: translate3d(25px,0,0);
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInLeft {
    from,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    0% {
        -webkit-transform: translate3d(-3000px,0,0);
        opacity: 0;
        transform: translate3d(-3000px,0,0)
    }

    60% {
        -webkit-transform: translate3d(25px,0,0);
        opacity: 1;
        transform: translate3d(25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(5px,0,0);
        transform: translate3d(5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    from,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        -webkit-transform: translate3d(3000px,0,0);
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        -webkit-transform: translate3d(-25px,0,0);
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes bounceInRight {
    from,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        -webkit-transform: translate3d(3000px,0,0);
        opacity: 0;
        transform: translate3d(3000px,0,0)
    }

    60% {
        -webkit-transform: translate3d(-25px,0,0);
        opacity: 1;
        transform: translate3d(-25px,0,0)
    }

    75% {
        -webkit-transform: translate3d(10px,0,0);
        transform: translate3d(10px,0,0)
    }

    90% {
        -webkit-transform: translate3d(-5px,0,0);
        transform: translate3d(-5px,0,0)
    }

    100% {
        -webkit-transform: none;
        transform: none
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    from,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        -webkit-transform: translate3d(0,3000px,0);
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        -webkit-transform: translate3d(0,-20px,0);
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInUp {
    from,60%,75%,90%,100% {
        -webkit-animation-timing-function: cubic-bezier(.215,.61,.355,1);
        animation-timing-function: cubic-bezier(.215,.61,.355,1)
    }

    from {
        -webkit-transform: translate3d(0,3000px,0);
        opacity: 0;
        transform: translate3d(0,3000px,0)
    }

    60% {
        -webkit-transform: translate3d(0,-20px,0);
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    75% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    90% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        -webkit-transform: scale3d(.3,.3,.3);
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9,.9,.9);
        transform: scale3d(.9,.9,.9)
    }

    50%,55% {
        -webkit-transform: scale3d(1.1,1.1,1.1);
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1)
    }

    100% {
        -webkit-transform: scale3d(.3,.3,.3);
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }
}

.bounceOut {
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        -webkit-transform: translate3d(0,-20px,0);
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    100% {
        -webkit-transform: translate3d(0,2000px,0);
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0,10px,0);
        transform: translate3d(0,10px,0)
    }

    40%,45% {
        -webkit-transform: translate3d(0,-20px,0);
        opacity: 1;
        transform: translate3d(0,-20px,0)
    }

    100% {
        -webkit-transform: translate3d(0,2000px,0);
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px,0,0);
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    100% {
        -webkit-transform: translate3d(-2000px,0,0);
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes bounceOutLeft {
    20% {
        -webkit-transform: translate3d(20px,0,0);
        opacity: 1;
        transform: translate3d(20px,0,0)
    }

    100% {
        -webkit-transform: translate3d(-2000px,0,0);
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px,0,0);
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    100% {
        -webkit-transform: translate3d(2000px,0,0);
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

@keyframes bounceOutRight {
    20% {
        -webkit-transform: translate3d(-20px,0,0);
        opacity: 1;
        transform: translate3d(-20px,0,0)
    }

    100% {
        -webkit-transform: translate3d(2000px,0,0);
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        -webkit-transform: translate3d(0,20px,0);
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    100% {
        -webkit-transform: translate3d(0,-2000px,0);
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0,-10px,0);
        transform: translate3d(0,-10px,0)
    }

    40%,45% {
        -webkit-transform: translate3d(0,20px,0);
        opacity: 1;
        transform: translate3d(0,20px,0)
    }

    100% {
        -webkit-transform: translate3d(0,-2000px,0);
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    from {
        -webkit-transform: translate3d(0,-2000px,0);
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInDownBig {
    from {
        -webkit-transform: translate3d(0,-2000px,0);
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    from {
        -webkit-transform: translate3d(-2000px,0,0);
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInLeftBig {
    from {
        -webkit-transform: translate3d(-2000px,0,0);
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        opacity: 0;
        transform: translate3d(100%,0,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    from {
        -webkit-transform: translate3d(2000px,0,0);
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInRightBig {
    from {
        -webkit-transform: translate3d(2000px,0,0);
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        opacity: 0;
        transform: translate3d(0,100%,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    from {
        -webkit-transform: translate3d(0,2000px,0);
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

@keyframes fadeInUpBig {
    from {
        -webkit-transform: translate3d(0,2000px,0);
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,100%,0);
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,100%,0);
        opacity: 0;
        transform: translate3d(0,100%,0)
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,2000px,0);
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,2000px,0);
        opacity: 0;
        transform: translate3d(0,2000px,0)
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        opacity: 0;
        transform: translate3d(-100%,0,0)
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(-2000px,0,0);
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(-2000px,0,0);
        opacity: 0;
        transform: translate3d(-2000px,0,0)
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0);
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0);
        opacity: 0;
        transform: translate3d(100%,0,0)
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(2000px,0,0);
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(2000px,0,0);
        opacity: 0;
        transform: translate3d(2000px,0,0)
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,-100%,0);
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,-100%,0);
        opacity: 0;
        transform: translate3d(0,-100%,0)
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,-2000px,0);
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(0,-2000px,0);
        opacity: 0;
        transform: translate3d(0,-2000px,0)
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
    from {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95,.95,.95);
    }

    100% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px);
        animation-timing-function: ease-in;
        transform: perspective(400px);
    }
}

@keyframes flip {
    from {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-360deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
    }

    40% {
        -webkit-animation-timing-function: ease-out;
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        animation-timing-function: ease-out;
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
    }

    50% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
    }

    80% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) scale3d(.95,.95,.95);
        animation-timing-function: ease-in;
        transform: perspective(400px) scale3d(.95,.95,.95);
    }

    100% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px);
        animation-timing-function: ease-in;
        transform: perspective(400px);
    }
}

.animated.flip {
    -webkit-animation-name: flip;
    -webkit-backface-visibility: visible;
    animation-name: flip;
    backface-visibility: visible;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotate3d(1,0,0,90deg);
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(1,0,0,10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    from {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotate3d(1,0,0,90deg);
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(1,0,0,10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-5deg);
        transform: perspective(400px) rotate3d(1,0,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInX {
    -webkit-animation-name: flipInX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInX;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotate3d(0,1,0,90deg);
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(0,1,0,10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    from {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0;
        transform: perspective(400px) rotate3d(0,1,0,90deg);
    }

    40% {
        -webkit-animation-timing-function: ease-in;
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-20deg);
        animation-timing-function: ease-in;
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(0,1,0,10deg);
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-5deg);
        transform: perspective(400px) rotate3d(0,1,0,-5deg)
    }

    100% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.flipInY {
    -webkit-animation-name: flipInY;
    -webkit-backface-visibility: visible !important;
    animation-name: flipInY;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
        transform: perspective(400px) rotate3d(1,0,0,90deg);
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
        transform: perspective(400px) rotate3d(1,0,0,90deg);
    }
}

.flipOutX {
    -webkit-animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    animation-name: flipOutX;
    backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
        transform: perspective(400px) rotate3d(0,1,0,90deg);
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
    }

    100% {
        -webkit-transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
        transform: perspective(400px) rotate3d(0,1,0,90deg);
    }
}

.flipOutY {
    -webkit-animation-name: flipOutY;
    -webkit-backface-visibility: visible !important;
    animation-name: flipOutY;
    backface-visibility: visible !important;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%,0,0) skewX(-30deg);
    }

    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg);
    }

    80% {
        -webkit-transform: skewX(-5deg);
        opacity: 1;
        transform: skewX(-5deg);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%,0,0) skewX(-30deg);
        opacity: 0;
        transform: translate3d(100%,0,0) skewX(-30deg);
    }

    60% {
        -webkit-transform: skewX(20deg);
        opacity: 1;
        transform: skewX(20deg);
    }

    80% {
        -webkit-transform: skewX(-5deg);
        opacity: 1;
        transform: skewX(-5deg);
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none;
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%,0,0) skewX(30deg);
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
        transform: translate3d(100%,0,0) skewX(30deg);
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0,0,1,-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate3d(0,0,1,-200deg);
        transform-origin: center;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: center;
        opacity: 1;
        transform: none;
        transform-origin: center;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform: rotate3d(0,0,1,-200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate3d(0,0,1,-200deg);
        transform-origin: center;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: center;
        opacity: 1;
        transform: none;
        transform-origin: center;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,-45deg);
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: none;
        transform-origin: left bottom;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,-45deg);
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: none;
        transform-origin: left bottom;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0,0,1,45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,45deg);
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: none;
        transform-origin: right bottom;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform: rotate3d(0,0,1,45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,45deg);
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: none;
        transform-origin: right bottom;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0,0,1,45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,45deg);
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: none;
        transform-origin: left bottom;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform: rotate3d(0,0,1,45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,45deg);
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform: none;
        transform-origin: left bottom;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0,0,1,-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,-90deg);
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: none;
        transform-origin: right bottom;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform: rotate3d(0,0,1,-90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,-90deg);
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: none;
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform: none;
        transform-origin: right bottom;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center;
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate3d(0,0,1,200deg);
        transform-origin: center;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        opacity: 1;
        transform-origin: center;
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,200deg);
        -webkit-transform-origin: center;
        opacity: 0;
        transform: rotate3d(0,0,1,200deg);
        transform-origin: center;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,45deg);
        transform-origin: left bottom;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,45deg);
        transform-origin: left bottom;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,-45deg);
        transform-origin: right bottom;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,-45deg);
        transform-origin: right bottom;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,-45deg);
        transform-origin: left bottom;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        opacity: 1;
        transform-origin: left bottom;
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,-45deg);
        -webkit-transform-origin: left bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,-45deg);
        transform-origin: left bottom;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,90deg);
        transform-origin: right bottom;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        opacity: 1;
        transform-origin: right bottom;
    }

    100% {
        -webkit-transform: rotate3d(0,0,1,90deg);
        -webkit-transform-origin: right bottom;
        opacity: 0;
        transform: rotate3d(0,0,1,90deg);
        transform-origin: right bottom;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left;
    }

    20%,60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate3d(0,0,1,80deg);
        transform-origin: top left;
    }

    40%,80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate3d(0,0,1,60deg);
        transform-origin: top left;
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        opacity: 0;
        transform: translate3d(0,700px,0);
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform-origin: top left;
    }

    20%,60% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0,0,1,80deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        transform: rotate3d(0,0,1,80deg);
        transform-origin: top left;
    }

    40%,80% {
        -webkit-animation-timing-function: ease-in-out;
        -webkit-transform: rotate3d(0,0,1,60deg);
        -webkit-transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
        transform: rotate3d(0,0,1,60deg);
        transform-origin: top left;
    }

    100% {
        -webkit-transform: translate3d(0,700px,0);
        opacity: 0;
        transform: translate3d(0,700px,0);
    }
}

.hinge {
    -webkit-animation-name: hinge;
    animation-name: hinge
}

@-webkit-keyframes rollIn {
    from {
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

@keyframes rollIn {
    from {
        -webkit-transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg);
        opacity: 0;
        transform: translate3d(-100%,0,0) rotate3d(0,0,1,-120deg)
    }

    100% {
        -webkit-transform: none;
        opacity: 1;
        transform: none
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        opacity: 0;
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

@keyframes rollOut {
    from {
        opacity: 1
    }

    100% {
        -webkit-transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
        opacity: 0;
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg)
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    from {
        -webkit-transform: scale3d(.3,.3,.3);
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        -webkit-transform: scale3d(.3,.3,.3);
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    }
}

@keyframes zoomInDown {
    from {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-1000px,0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    }
}

@keyframes zoomInLeft {
    from {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(-1000px,0,0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        -webkit-transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(10px,0,0);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    }
}

@keyframes zoomInRight {
    from {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(1000px,0,0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-10px,0,0);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    }
}

@keyframes zoomInUp {
    from {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,1000px,0);
    }

    60% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        opacity: 1
    }

    50% {
        -webkit-transform: scale3d(.3,.3,.3);
        opacity: 0;
        transform: scale3d(.3,.3,.3)
    }

    100% {
        opacity: 0
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        -webkit-transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0)
    }

    100% {
        -webkit-transform: scale(.1) translate3d(-2000px,0,0);
        -webkit-transform-origin: left center;
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        -webkit-transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0)
    }

    100% {
        -webkit-transform: scale(.1) translate3d(2000px,0,0);
        -webkit-transform-origin: right center;
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        -webkit-transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
    }

    100% {
        -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1);
        -webkit-transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        -webkit-transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: visible
    }

    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: hidden;
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,100%,0);
        transform: translate3d(0,100%,0);
        visibility: hidden;
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: hidden;
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
        visibility: hidden;
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: hidden;
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
        visibility: hidden;
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: hidden;
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    100% {
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0);
        visibility: hidden;
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}

.jarallax {
    position: relative;
    z-index: 0
}

    .jarallax > .jarallax-img {
        font-family: 'object-fit: cover;';
        height: 100%;
        left: 0;
        object-fit: cover;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1
    }

.swiper-container {
    list-style: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    -o-transition-property: transform;
    -webkit-box-sizing: content-box;
    -webkit-transition-property: -webkit-transform;
    box-sizing: content-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
    z-index: 1;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0px,0,0);
    transform: translate3d(0px,0,0)
}

.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    margin: 0 auto;
    transition-timing-function: ease-out;
}

.swiper-slide {
    -ms-flex-negative: 0;
    -o-transition-property: transform;
    -webkit-flex-shrink: 0;
    -webkit-transition-property: -webkit-transform;
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    width: 100%;
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -ms-flex-align: start;
        -o-transition-property: transform,height;
        -webkit-align-items: flex-start;
        -webkit-box-align: start;
        -webkit-transition-property: height,-webkit-transform;
        align-items: flex-start;
        transition-property: height,-webkit-transform;
        transition-property: transform,height;
        transition-property: transform,height,-webkit-transform
    }

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom {
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
        background-image: -webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
    }

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-prev, .swiper-button-next {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 27px 44px;
    cursor: pointer;
    height: 44px;
    margin-top: -22px;
    position: absolute;
    top: 50%;
    width: 27px;
    z-index: 10;
}

    .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
        cursor: auto;
        opacity: .35;
        pointer-events: none
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: auto;
    right: 10px;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    -o-transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: .3s opacity;
    position: absolute;
    text-align: center;
    transform: translate3d(0,0,0);
    transition: .3s opacity;
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -ms-transform: scale(.33);
        -webkit-transform: scale(.33);
        position: relative;
        transform: scale(.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        -ms-transform: scale(.66);
        -webkit-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        -ms-transform: scale(.33);
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        -ms-transform: scale(.66);
        -webkit-transform: scale(.66);
        transform: scale(.66)
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        -ms-transform: scale(.33);
        -webkit-transform: scale(.33);
        transform: scale(.33)
    }

.swiper-pagination-bullet {
    background: #000;
    border-radius: 100%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px;
}

button.swiper-pagination-bullet {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #007aff;
    opacity: 1;
}

.swiper-container-vertical > .swiper-pagination-bullets {
    -webkit-transform: translate3d(0px,-50%,0);
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        display: block;
        margin: 6px 0;
    }

    .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        top: 50%;
        transform: translateY(-50%);
        width: 8px
    }

        .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            -o-transition: .2s transform,.2s top;
            -webkit-transition: .2s top,.2s -webkit-transform;
            display: inline-block;
            transition: .2s top,.2s -webkit-transform;
            transition: .2s transform,.2s top;
            transition: .2s transform,.2s top,.2s -webkit-transform
        }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

    .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        -o-transition: .2s transform,.2s left;
        -webkit-transition: .2s left,.2s -webkit-transform;
        transition: .2s left,.2s -webkit-transform;
        transition: .2s transform,.2s left;
        transition: .2s transform,.2s left,.2s -webkit-transform
    }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -o-transition: .2s transform,.2s right;
    -webkit-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    transition: .2s transform,.2s right;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        -ms-transform: scale(0);
        -ms-transform-origin: left top;
        -webkit-transform: scale(0);
        -webkit-transform-origin: left top;
        background: #007aff;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scale(0);
        transform-origin: left top;
        width: 100%;
    }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -ms-transform-origin: right top;
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
}

    .swiper-container-vertical > .swiper-pagination-progressbar, .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
        height: 100%;
        left: 0;
        top: 0;
        width: 4px;
    }

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255,255,255,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
        background: #fff
    }

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0,0,0,.25)
}

    .swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
        background: #000
    }

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
    border-radius: 10px;
    position: relative;
}

.swiper-container-horizontal > .swiper-scrollbar {
    bottom: 3px;
    height: 5px;
    left: 1%;
    position: absolute;
    width: 98%;
    z-index: 50;
}

.swiper-container-vertical > .swiper-scrollbar {
    height: 98%;
    position: absolute;
    right: 3px;
    top: 1%;
    width: 5px;
    z-index: 50;
}

.swiper-scrollbar-drag {
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    height: 100%;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
}

    .swiper-zoom-container > img, .swiper-zoom-container > svg, .swiper-zoom-container > canvas {
        -o-object-fit: contain;
        max-height: 100%;
        max-width: 100%;
        object-fit: contain
    }

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    -ms-transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
    -webkit-transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12,end) infinite;
    height: 42px;
    left: 50%;
    margin-left: -21px;
    margin-top: -21px;
    position: absolute;
    top: 50%;
    transform-origin: 50%;
    width: 42px;
    z-index: 10;
}

    .swiper-lazy-preloader:after {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100%;
        content: '';
        display: block;
        height: 100%;
        width: 100%;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    -o-transition-property: opacity;
    -webkit-transition-property: opacity;
    pointer-events: none;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

    .swiper-container-cube .swiper-slide {
        -ms-transform-origin: 0 0;
        -webkit-backface-visibility: hidden;
        -webkit-transform-origin: 0 0;
        backface-visibility: hidden;
        height: 100%;
        pointer-events: none;
        transform-origin: 0 0;
        visibility: hidden;
        width: 100%;
        z-index: 1;
    }

        .swiper-container-cube .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -ms-transform-origin: 100% 0;
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 0;
    }

    .swiper-container-cube .swiper-cube-shadow {
        -webkit-filter: blur(50px);
        background: #000;
        bottom: 0;
        filter: blur(50px);
        height: 100%;
        left: 0;
        opacity: .6;
        position: absolute;
        width: 100%;
        z-index: 0
    }

.swiper-container-flip {
    overflow: visible
}

    .swiper-container-flip .swiper-slide {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        pointer-events: none;
        z-index: 1
    }

        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right {
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 0;
    }

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}
/*!
 * Font Awesome Free 5.12.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em
}

.fa-xs {
    font-size: .75em
}

.fa-sm {
    font-size: .875em
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

    .fa-ul > li {
        position: relative
    }

.fa-li {
    left: -2em;
    line-height: inherit;
    position: absolute;
    text-align: center;
    width: 2em;
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1)
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1)
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-500px:before {
    content: "\f26e"
}

.fa-accessible-icon:before {
    content: "\f368"
}

.fa-accusoft:before {
    content: "\f369"
}

.fa-acquisitions-incorporated:before {
    content: "\f6af"
}

.fa-ad:before {
    content: "\f641"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-card:before {
    content: "\f2bb"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-adn:before {
    content: "\f170"
}

.fa-adobe:before {
    content: "\f778"
}

.fa-adversal:before {
    content: "\f36a"
}

.fa-affiliatetheme:before {
    content: "\f36b"
}

.fa-air-freshener:before {
    content: "\f5d0"
}

.fa-airbnb:before {
    content: "\f834"
}

.fa-algolia:before {
    content: "\f36c"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-alipay:before {
    content: "\f642"
}

.fa-allergies:before {
    content: "\f461"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-amazon-pay:before {
    content: "\f42c"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-amilia:before {
    content: "\f36d"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-android:before {
    content: "\f17b"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angry:before {
    content: "\f556"
}

.fa-angrycreative:before {
    content: "\f36e"
}

.fa-angular:before {
    content: "\f420"
}

.fa-ankh:before {
    content: "\f644"
}

.fa-app-store:before {
    content: "\f36f"
}

.fa-app-store-ios:before {
    content: "\f370"
}

.fa-apper:before {
    content: "\f371"
}

.fa-apple:before {
    content: "\f179"
}

.fa-apple-alt:before {
    content: "\f5d1"
}

.fa-apple-pay:before {
    content: "\f415"
}

.fa-archive:before {
    content: "\f187"
}

.fa-archway:before {
    content: "\f557"
}

.fa-arrow-alt-circle-down:before {
    content: "\f358"
}

.fa-arrow-alt-circle-left:before {
    content: "\f359"
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a"
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-arrows-alt-h:before {
    content: "\f337"
}

.fa-arrows-alt-v:before {
    content: "\f338"
}

.fa-artstation:before {
    content: "\f77a"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-asymmetrik:before {
    content: "\f372"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-atlas:before {
    content: "\f558"
}

.fa-atlassian:before {
    content: "\f77b"
}

.fa-atom:before {
    content: "\f5d2"
}

.fa-audible:before {
    content: "\f373"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-autoprefixer:before {
    content: "\f41c"
}

.fa-avianex:before {
    content: "\f374"
}

.fa-aviato:before {
    content: "\f421"
}

.fa-award:before {
    content: "\f559"
}

.fa-aws:before {
    content: "\f375"
}

.fa-baby:before {
    content: "\f77c"
}

.fa-baby-carriage:before {
    content: "\f77d"
}

.fa-backspace:before {
    content: "\f55a"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-bacon:before {
    content: "\f7e5"
}

.fa-bahai:before {
    content: "\f666"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-balance-scale-left:before {
    content: "\f515"
}

.fa-balance-scale-right:before {
    content: "\f516"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-band-aid:before {
    content: "\f462"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-bars:before {
    content: "\f0c9"
}

.fa-baseball-ball:before {
    content: "\f433"
}

.fa-basketball-ball:before {
    content: "\f434"
}

.fa-bath:before {
    content: "\f2cd"
}

.fa-battery-empty:before {
    content: "\f244"
}

.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battle-net:before {
    content: "\f835"
}

.fa-bed:before {
    content: "\f236"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bezier-curve:before {
    content: "\f55b"
}

.fa-bible:before {
    content: "\f647"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-biking:before {
    content: "\f84a"
}

.fa-bimobject:before {
    content: "\f378"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-biohazard:before {
    content: "\f780"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitcoin:before {
    content: "\f379"
}

.fa-bity:before {
    content: "\f37a"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-blackberry:before {
    content: "\f37b"
}

.fa-blender:before {
    content: "\f517"
}

.fa-blender-phone:before {
    content: "\f6b6"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-blog:before {
    content: "\f781"
}

.fa-blogger:before {
    content: "\f37c"
}

.fa-blogger-b:before {
    content: "\f37d"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-bold:before {
    content: "\f032"
}

.fa-bolt:before {
    content: "\f0e7"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-bone:before {
    content: "\f5d7"
}

.fa-bong:before {
    content: "\f55c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-book-dead:before {
    content: "\f6b7"
}

.fa-book-medical:before {
    content: "\f7e6"
}

.fa-book-open:before {
    content: "\f518"
}

.fa-book-reader:before {
    content: "\f5da"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-bootstrap:before {
    content: "\f836"
}

.fa-border-all:before {
    content: "\f84c"
}

.fa-border-none:before {
    content: "\f850"
}

.fa-border-style:before {
    content: "\f853"
}

.fa-bowling-ball:before {
    content: "\f436"
}

.fa-box:before {
    content: "\f466"
}

.fa-box-open:before {
    content: "\f49e"
}

.fa-boxes:before {
    content: "\f468"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-brain:before {
    content: "\f5dc"
}

.fa-bread-slice:before {
    content: "\f7ec"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-briefcase-medical:before {
    content: "\f469"
}

.fa-broadcast-tower:before {
    content: "\f519"
}

.fa-broom:before {
    content: "\f51a"
}

.fa-brush:before {
    content: "\f55d"
}

.fa-btc:before {
    content: "\f15a"
}

.fa-buffer:before {
    content: "\f837"
}

.fa-bug:before {
    content: "\f188"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-burn:before {
    content: "\f46a"
}

.fa-buromobelexperte:before {
    content: "\f37f"
}

.fa-bus:before {
    content: "\f207"
}

.fa-bus-alt:before {
    content: "\f55e"
}

.fa-business-time:before {
    content: "\f64a"
}

.fa-buy-n-large:before {
    content: "\f8a6"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-calendar:before {
    content: "\f133"
}

.fa-calendar-alt:before {
    content: "\f073"
}

.fa-calendar-check:before {
    content: "\f274"
}

.fa-calendar-day:before {
    content: "\f783"
}

.fa-calendar-minus:before {
    content: "\f272"
}

.fa-calendar-plus:before {
    content: "\f271"
}

.fa-calendar-times:before {
    content: "\f273"
}

.fa-calendar-week:before {
    content: "\f784"
}

.fa-camera:before {
    content: "\f030"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-campground:before {
    content: "\f6bb"
}

.fa-canadian-maple-leaf:before {
    content: "\f785"
}

.fa-candy-cane:before {
    content: "\f786"
}

.fa-cannabis:before {
    content: "\f55f"
}

.fa-capsules:before {
    content: "\f46b"
}

.fa-car:before {
    content: "\f1b9"
}

.fa-car-alt:before {
    content: "\f5de"
}

.fa-car-battery:before {
    content: "\f5df"
}

.fa-car-crash:before {
    content: "\f5e1"
}

.fa-car-side:before {
    content: "\f5e4"
}

.fa-caravan:before {
    content: "\f8ff"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-caret-square-down:before {
    content: "\f150"
}

.fa-caret-square-left:before {
    content: "\f191"
}

.fa-caret-square-right:before {
    content: "\f152"
}

.fa-caret-square-up:before {
    content: "\f151"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-carrot:before {
    content: "\f787"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cash-register:before {
    content: "\f788"
}

.fa-cat:before {
    content: "\f6be"
}

.fa-cc-amazon-pay:before {
    content: "\f42d"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-apple-pay:before {
    content: "\f416"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-centercode:before {
    content: "\f380"
}

.fa-centos:before {
    content: "\f789"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-chair:before {
    content: "\f6c0"
}

.fa-chalkboard:before {
    content: "\f51b"
}

.fa-chalkboard-teacher:before {
    content: "\f51c"
}

.fa-charging-station:before {
    content: "\f5e7"
}

.fa-chart-area:before {
    content: "\f1fe"
}

.fa-chart-bar:before {
    content: "\f080"
}

.fa-chart-line:before {
    content: "\f201"
}

.fa-chart-pie:before {
    content: "\f200"
}

.fa-check:before {
    content: "\f00c"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-check-double:before {
    content: "\f560"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-cheese:before {
    content: "\f7ef"
}

.fa-chess:before {
    content: "\f439"
}

.fa-chess-bishop:before {
    content: "\f43a"
}

.fa-chess-board:before {
    content: "\f43c"
}

.fa-chess-king:before {
    content: "\f43f"
}

.fa-chess-knight:before {
    content: "\f441"
}

.fa-chess-pawn:before {
    content: "\f443"
}

.fa-chess-queen:before {
    content: "\f445"
}

.fa-chess-rook:before {
    content: "\f447"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-chromecast:before {
    content: "\f838"
}

.fa-church:before {
    content: "\f51d"
}

.fa-circle:before {
    content: "\f111"
}

.fa-circle-notch:before {
    content: "\f1ce"
}

.fa-city:before {
    content: "\f64f"
}

.fa-clinic-medical:before {
    content: "\f7f2"
}

.fa-clipboard:before {
    content: "\f328"
}

.fa-clipboard-check:before {
    content: "\f46c"
}

.fa-clipboard-list:before {
    content: "\f46d"
}

.fa-clock:before {
    content: "\f017"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-closed-captioning:before {
    content: "\f20a"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-cloud-download-alt:before {
    content: "\f381"
}

.fa-cloud-meatball:before {
    content: "\f73b"
}

.fa-cloud-moon:before {
    content: "\f6c3"
}

.fa-cloud-moon-rain:before {
    content: "\f73c"
}

.fa-cloud-rain:before {
    content: "\f73d"
}

.fa-cloud-showers-heavy:before {
    content: "\f740"
}

.fa-cloud-sun:before {
    content: "\f6c4"
}

.fa-cloud-sun-rain:before {
    content: "\f743"
}

.fa-cloud-upload-alt:before {
    content: "\f382"
}

.fa-cloudscale:before {
    content: "\f383"
}

.fa-cloudsmith:before {
    content: "\f384"
}

.fa-cloudversify:before {
    content: "\f385"
}

.fa-cocktail:before {
    content: "\f561"
}

.fa-code:before {
    content: "\f121"
}

.fa-code-branch:before {
    content: "\f126"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cog:before {
    content: "\f013"
}

.fa-cogs:before {
    content: "\f085"
}

.fa-coins:before {
    content: "\f51e"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-comment:before {
    content: "\f075"
}

.fa-comment-alt:before {
    content: "\f27a"
}

.fa-comment-dollar:before {
    content: "\f651"
}

.fa-comment-dots:before {
    content: "\f4ad"
}

.fa-comment-medical:before {
    content: "\f7f5"
}

.fa-comment-slash:before {
    content: "\f4b3"
}

.fa-comments:before {
    content: "\f086"
}

.fa-comments-dollar:before {
    content: "\f653"
}

.fa-compact-disc:before {
    content: "\f51f"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-compress:before {
    content: "\f066"
}

.fa-compress-alt:before {
    content: "\f422"
}

.fa-compress-arrows-alt:before {
    content: "\f78c"
}

.fa-concierge-bell:before {
    content: "\f562"
}

.fa-confluence:before {
    content: "\f78d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-cookie:before {
    content: "\f563"
}

.fa-cookie-bite:before {
    content: "\f564"
}

.fa-copy:before {
    content: "\f0c5"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-cotton-bureau:before {
    content: "\f89e"
}

.fa-couch:before {
    content: "\f4b8"
}

.fa-cpanel:before {
    content: "\f388"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-creative-commons-by:before {
    content: "\f4e7"
}

.fa-creative-commons-nc:before {
    content: "\f4e8"
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"
}

.fa-creative-commons-nd:before {
    content: "\f4eb"
}

.fa-creative-commons-pd:before {
    content: "\f4ec"
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"
}

.fa-creative-commons-remix:before {
    content: "\f4ee"
}

.fa-creative-commons-sa:before {
    content: "\f4ef"
}

.fa-creative-commons-sampling:before {
    content: "\f4f0"
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"
}

.fa-creative-commons-share:before {
    content: "\f4f2"
}

.fa-creative-commons-zero:before {
    content: "\f4f3"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-critical-role:before {
    content: "\f6c9"
}

.fa-crop:before {
    content: "\f125"
}

.fa-crop-alt:before {
    content: "\f565"
}

.fa-cross:before {
    content: "\f654"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-crow:before {
    content: "\f520"
}

.fa-crown:before {
    content: "\f521"
}

.fa-crutch:before {
    content: "\f7f7"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-css3-alt:before {
    content: "\f38b"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-cut:before {
    content: "\f0c4"
}

.fa-cuttlefish:before {
    content: "\f38c"
}

.fa-d-and-d:before {
    content: "\f38d"
}

.fa-d-and-d-beyond:before {
    content: "\f6ca"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-deaf:before {
    content: "\f2a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-democrat:before {
    content: "\f747"
}

.fa-deploydog:before {
    content: "\f38e"
}

.fa-deskpro:before {
    content: "\f38f"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-dev:before {
    content: "\f6cc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-dharmachakra:before {
    content: "\f655"
}

.fa-dhl:before {
    content: "\f790"
}

.fa-diagnoses:before {
    content: "\f470"
}

.fa-diaspora:before {
    content: "\f791"
}

.fa-dice:before {
    content: "\f522"
}

.fa-dice-d20:before {
    content: "\f6cf"
}

.fa-dice-d6:before {
    content: "\f6d1"
}

.fa-dice-five:before {
    content: "\f523"
}

.fa-dice-four:before {
    content: "\f524"
}

.fa-dice-one:before {
    content: "\f525"
}

.fa-dice-six:before {
    content: "\f526"
}

.fa-dice-three:before {
    content: "\f527"
}

.fa-dice-two:before {
    content: "\f528"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-digital-ocean:before {
    content: "\f391"
}

.fa-digital-tachograph:before {
    content: "\f566"
}

.fa-directions:before {
    content: "\f5eb"
}

.fa-discord:before {
    content: "\f392"
}

.fa-discourse:before {
    content: "\f393"
}

.fa-divide:before {
    content: "\f529"
}

.fa-dizzy:before {
    content: "\f567"
}

.fa-dna:before {
    content: "\f471"
}

.fa-dochub:before {
    content: "\f394"
}

.fa-docker:before {
    content: "\f395"
}

.fa-dog:before {
    content: "\f6d3"
}

.fa-dollar-sign:before {
    content: "\f155"
}

.fa-dolly:before {
    content: "\f472"
}

.fa-dolly-flatbed:before {
    content: "\f474"
}

.fa-donate:before {
    content: "\f4b9"
}

.fa-door-closed:before {
    content: "\f52a"
}

.fa-door-open:before {
    content: "\f52b"
}

.fa-dot-circle:before {
    content: "\f192"
}

.fa-dove:before {
    content: "\f4ba"
}

.fa-download:before {
    content: "\f019"
}

.fa-draft2digital:before {
    content: "\f396"
}

.fa-drafting-compass:before {
    content: "\f568"
}

.fa-dragon:before {
    content: "\f6d5"
}

.fa-draw-polygon:before {
    content: "\f5ee"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-dribbble-square:before {
    content: "\f397"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-drum:before {
    content: "\f569"
}

.fa-drum-steelpan:before {
    content: "\f56a"
}

.fa-drumstick-bite:before {
    content: "\f6d7"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-dumbbell:before {
    content: "\f44b"
}

.fa-dumpster:before {
    content: "\f793"
}

.fa-dumpster-fire:before {
    content: "\f794"
}

.fa-dungeon:before {
    content: "\f6d9"
}

.fa-dyalog:before {
    content: "\f399"
}

.fa-earlybirds:before {
    content: "\f39a"
}

.fa-ebay:before {
    content: "\f4f4"
}

.fa-edge:before {
    content: "\f282"
}

.fa-edit:before {
    content: "\f044"
}

.fa-egg:before {
    content: "\f7fb"
}

.fa-eject:before {
    content: "\f052"
}

.fa-elementor:before {
    content: "\f430"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-ello:before {
    content: "\f5f1"
}

.fa-ember:before {
    content: "\f423"
}

.fa-empire:before {
    content: "\f1d1"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-text:before {
    content: "\f658"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-envira:before {
    content: "\f299"
}

.fa-equals:before {
    content: "\f52c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-erlang:before {
    content: "\f39d"
}

.fa-ethereum:before {
    content: "\f42e"
}

.fa-ethernet:before {
    content: "\f796"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-euro-sign:before {
    content: "\f153"
}

.fa-evernote:before {
    content: "\f839"
}

.fa-exchange-alt:before {
    content: "\f362"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-expand:before {
    content: "\f065"
}

.fa-expand-alt:before {
    content: "\f424"
}

.fa-expand-arrows-alt:before {
    content: "\f31e"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-external-link-alt:before {
    content: "\f35d"
}

.fa-external-link-square-alt:before {
    content: "\f360"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-dropper:before {
    content: "\f1fb"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-facebook:before {
    content: "\f09a"
}

.fa-facebook-f:before {
    content: "\f39e"
}

.fa-facebook-messenger:before {
    content: "\f39f"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-fan:before {
    content: "\f863"
}

.fa-fantasy-flight-games:before {
    content: "\f6dc"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-feather:before {
    content: "\f52d"
}

.fa-feather-alt:before {
    content: "\f56b"
}

.fa-fedex:before {
    content: "\f797"
}

.fa-fedora:before {
    content: "\f798"
}

.fa-female:before {
    content: "\f182"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-figma:before {
    content: "\f799"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-alt:before {
    content: "\f15c"
}

.fa-file-archive:before {
    content: "\f1c6"
}

.fa-file-audio:before {
    content: "\f1c7"
}

.fa-file-code:before {
    content: "\f1c9"
}

.fa-file-contract:before {
    content: "\f56c"
}

.fa-file-csv:before {
    content: "\f6dd"
}

.fa-file-download:before {
    content: "\f56d"
}

.fa-file-excel:before {
    content: "\f1c3"
}

.fa-file-export:before {
    content: "\f56e"
}

.fa-file-image:before {
    content: "\f1c5"
}

.fa-file-import:before {
    content: "\f56f"
}

.fa-file-invoice:before {
    content: "\f570"
}

.fa-file-invoice-dollar:before {
    content: "\f571"
}

.fa-file-medical:before {
    content: "\f477"
}

.fa-file-medical-alt:before {
    content: "\f478"
}

.fa-file-pdf:before {
    content: "\f1c1"
}

.fa-file-powerpoint:before {
    content: "\f1c4"
}

.fa-file-prescription:before {
    content: "\f572"
}

.fa-file-signature:before {
    content: "\f573"
}

.fa-file-upload:before {
    content: "\f574"
}

.fa-file-video:before {
    content: "\f1c8"
}

.fa-file-word:before {
    content: "\f1c2"
}

.fa-fill:before {
    content: "\f575"
}

.fa-fill-drip:before {
    content: "\f576"
}

.fa-film:before {
    content: "\f008"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-fingerprint:before {
    content: "\f577"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-fire-alt:before {
    content: "\f7e4"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-firefox-browser:before {
    content: "\f907"
}

.fa-first-aid:before {
    content: "\f479"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-first-order-alt:before {
    content: "\f50a"
}

.fa-firstdraft:before {
    content: "\f3a1"
}

.fa-fish:before {
    content: "\f578"
}

.fa-fist-raised:before {
    content: "\f6de"
}

.fa-flag:before {
    content: "\f024"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-flag-usa:before {
    content: "\f74d"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-flipboard:before {
    content: "\f44d"
}

.fa-flushed:before {
    content: "\f579"
}

.fa-fly:before {
    content: "\f417"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-minus:before {
    content: "\f65d"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-folder-plus:before {
    content: "\f65e"
}

.fa-font:before {
    content: "\f031"
}

.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-font-awesome-alt:before {
    content: "\f35c"
}

.fa-font-awesome-flag:before {
    content: "\f425"
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-fonticons-fi:before {
    content: "\f3a2"
}

.fa-football-ball:before {
    content: "\f44e"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-fort-awesome-alt:before {
    content: "\f3a3"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-freebsd:before {
    content: "\f3a4"
}

.fa-frog:before {
    content: "\f52e"
}

.fa-frown:before {
    content: "\f119"
}

.fa-frown-open:before {
    content: "\f57a"
}

.fa-fulcrum:before {
    content: "\f50b"
}

.fa-funnel-dollar:before {
    content: "\f662"
}

.fa-futbol:before {
    content: "\f1e3"
}

.fa-galactic-republic:before {
    content: "\f50c"
}

.fa-galactic-senate:before {
    content: "\f50d"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-gas-pump:before {
    content: "\f52f"
}

.fa-gavel:before {
    content: "\f0e3"
}

.fa-gem:before {
    content: "\f3a5"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-ghost:before {
    content: "\f6e2"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-gifts:before {
    content: "\f79c"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-git-alt:before {
    content: "\f841"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-github:before {
    content: "\f09b"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-gitkraken:before {
    content: "\f3a6"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-gitter:before {
    content: "\f426"
}

.fa-glass-cheers:before {
    content: "\f79f"
}

.fa-glass-martini:before {
    content: "\f000"
}

.fa-glass-martini-alt:before {
    content: "\f57b"
}

.fa-glass-whiskey:before {
    content: "\f7a0"
}

.fa-glasses:before {
    content: "\f530"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-globe-africa:before {
    content: "\f57c"
}

.fa-globe-americas:before {
    content: "\f57d"
}

.fa-globe-asia:before {
    content: "\f57e"
}

.fa-globe-europe:before {
    content: "\f7a2"
}

.fa-gofore:before {
    content: "\f3a7"
}

.fa-golf-ball:before {
    content: "\f450"
}

.fa-goodreads:before {
    content: "\f3a8"
}

.fa-goodreads-g:before {
    content: "\f3a9"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-google-drive:before {
    content: "\f3aa"
}

.fa-google-play:before {
    content: "\f3ab"
}

.fa-google-plus:before {
    content: "\f2b3"
}

.fa-google-plus-g:before {
    content: "\f0d5"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-gopuram:before {
    content: "\f664"
}

.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-gratipay:before {
    content: "\f184"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-greater-than:before {
    content: "\f531"
}

.fa-greater-than-equal:before {
    content: "\f532"
}

.fa-grimace:before {
    content: "\f57f"
}

.fa-grin:before {
    content: "\f580"
}

.fa-grin-alt:before {
    content: "\f581"
}

.fa-grin-beam:before {
    content: "\f582"
}

.fa-grin-beam-sweat:before {
    content: "\f583"
}

.fa-grin-hearts:before {
    content: "\f584"
}

.fa-grin-squint:before {
    content: "\f585"
}

.fa-grin-squint-tears:before {
    content: "\f586"
}

.fa-grin-stars:before {
    content: "\f587"
}

.fa-grin-tears:before {
    content: "\f588"
}

.fa-grin-tongue:before {
    content: "\f589"
}

.fa-grin-tongue-squint:before {
    content: "\f58a"
}

.fa-grin-tongue-wink:before {
    content: "\f58b"
}

.fa-grin-wink:before {
    content: "\f58c"
}

.fa-grip-horizontal:before {
    content: "\f58d"
}

.fa-grip-lines:before {
    content: "\f7a4"
}

.fa-grip-lines-vertical:before {
    content: "\f7a5"
}

.fa-grip-vertical:before {
    content: "\f58e"
}

.fa-gripfire:before {
    content: "\f3ac"
}

.fa-grunt:before {
    content: "\f3ad"
}

.fa-guitar:before {
    content: "\f7a6"
}

.fa-gulp:before {
    content: "\f3ae"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-hacker-news-square:before {
    content: "\f3af"
}

.fa-hackerrank:before {
    content: "\f5f7"
}

.fa-hamburger:before {
    content: "\f805"
}

.fa-hammer:before {
    content: "\f6e3"
}

.fa-hamsa:before {
    content: "\f665"
}

.fa-hand-holding:before {
    content: "\f4bd"
}

.fa-hand-holding-heart:before {
    content: "\f4be"
}

.fa-hand-holding-usd:before {
    content: "\f4c0"
}

.fa-hand-lizard:before {
    content: "\f258"
}

.fa-hand-middle-finger:before {
    content: "\f806"
}

.fa-hand-paper:before {
    content: "\f256"
}

.fa-hand-peace:before {
    content: "\f25b"
}

.fa-hand-point-down:before {
    content: "\f0a7"
}

.fa-hand-point-left:before {
    content: "\f0a5"
}

.fa-hand-point-right:before {
    content: "\f0a4"
}

.fa-hand-point-up:before {
    content: "\f0a6"
}

.fa-hand-pointer:before {
    content: "\f25a"
}

.fa-hand-rock:before {
    content: "\f255"
}

.fa-hand-scissors:before {
    content: "\f257"
}

.fa-hand-spock:before {
    content: "\f259"
}

.fa-hands:before {
    content: "\f4c2"
}

.fa-hands-helping:before {
    content: "\f4c4"
}

.fa-handshake:before {
    content: "\f2b5"
}

.fa-hanukiah:before {
    content: "\f6e6"
}

.fa-hard-hat:before {
    content: "\f807"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-hat-cowboy:before {
    content: "\f8c0"
}

.fa-hat-cowboy-side:before {
    content: "\f8c1"
}

.fa-hat-wizard:before {
    content: "\f6e8"
}

.fa-hdd:before {
    content: "\f0a0"
}

.fa-heading:before {
    content: "\f1dc"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-headphones-alt:before {
    content: "\f58f"
}

.fa-headset:before {
    content: "\f590"
}

.fa-heart:before {
    content: "\f004"
}

.fa-heart-broken:before {
    content: "\f7a9"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-helicopter:before {
    content: "\f533"
}

.fa-highlighter:before {
    content: "\f591"
}

.fa-hiking:before {
    content: "\f6ec"
}

.fa-hippo:before {
    content: "\f6ed"
}

.fa-hips:before {
    content: "\f452"
}

.fa-hire-a-helper:before {
    content: "\f3b0"
}

.fa-history:before {
    content: "\f1da"
}

.fa-hockey-puck:before {
    content: "\f453"
}

.fa-holly-berry:before {
    content: "\f7aa"
}

.fa-home:before {
    content: "\f015"
}

.fa-hooli:before {
    content: "\f427"
}

.fa-hornbill:before {
    content: "\f592"
}

.fa-horse:before {
    content: "\f6f0"
}

.fa-horse-head:before {
    content: "\f7ab"
}

.fa-hospital:before {
    content: "\f0f8"
}

.fa-hospital-alt:before {
    content: "\f47d"
}

.fa-hospital-symbol:before {
    content: "\f47e"
}

.fa-hot-tub:before {
    content: "\f593"
}

.fa-hotdog:before {
    content: "\f80f"
}

.fa-hotel:before {
    content: "\f594"
}

.fa-hotjar:before {
    content: "\f3b1"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-start:before {
    content: "\f251"
}

.fa-house-damage:before {
    content: "\f6f1"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-hryvnia:before {
    content: "\f6f2"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-hubspot:before {
    content: "\f3b2"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-ice-cream:before {
    content: "\f810"
}

.fa-icicles:before {
    content: "\f7ad"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-id-card:before {
    content: "\f2c2"
}

.fa-id-card-alt:before {
    content: "\f47f"
}

.fa-ideal:before {
    content: "\f913"
}

.fa-igloo:before {
    content: "\f7ae"
}

.fa-image:before {
    content: "\f03e"
}

.fa-images:before {
    content: "\f302"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-industry:before {
    content: "\f275"
}

.fa-infinity:before {
    content: "\f534"
}

.fa-info:before {
    content: "\f129"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-intercom:before {
    content: "\f7af"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-invision:before {
    content: "\f7b0"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-italic:before {
    content: "\f033"
}

.fa-itch-io:before {
    content: "\f83a"
}

.fa-itunes:before {
    content: "\f3b4"
}

.fa-itunes-note:before {
    content: "\f3b5"
}

.fa-java:before {
    content: "\f4e4"
}

.fa-jedi:before {
    content: "\f669"
}

.fa-jedi-order:before {
    content: "\f50e"
}

.fa-jenkins:before {
    content: "\f3b6"
}

.fa-jira:before {
    content: "\f7b1"
}

.fa-joget:before {
    content: "\f3b7"
}

.fa-joint:before {
    content: "\f595"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-journal-whills:before {
    content: "\f66a"
}

.fa-js:before {
    content: "\f3b8"
}

.fa-js-square:before {
    content: "\f3b9"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-kaaba:before {
    content: "\f66b"
}

.fa-kaggle:before {
    content: "\f5fa"
}

.fa-key:before {
    content: "\f084"
}

.fa-keybase:before {
    content: "\f4f5"
}

.fa-keyboard:before {
    content: "\f11c"
}

.fa-keycdn:before {
    content: "\f3ba"
}

.fa-khanda:before {
    content: "\f66d"
}

.fa-kickstarter:before {
    content: "\f3bb"
}

.fa-kickstarter-k:before {
    content: "\f3bc"
}

.fa-kiss:before {
    content: "\f596"
}

.fa-kiss-beam:before {
    content: "\f597"
}

.fa-kiss-wink-heart:before {
    content: "\f598"
}

.fa-kiwi-bird:before {
    content: "\f535"
}

.fa-korvue:before {
    content: "\f42f"
}

.fa-landmark:before {
    content: "\f66f"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-laptop-code:before {
    content: "\f5fc"
}

.fa-laptop-medical:before {
    content: "\f812"
}

.fa-laravel:before {
    content: "\f3bd"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-laugh:before {
    content: "\f599"
}

.fa-laugh-beam:before {
    content: "\f59a"
}

.fa-laugh-squint:before {
    content: "\f59b"
}

.fa-laugh-wink:before {
    content: "\f59c"
}

.fa-layer-group:before {
    content: "\f5fd"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-lemon:before {
    content: "\f094"
}

.fa-less:before {
    content: "\f41d"
}

.fa-less-than:before {
    content: "\f536"
}

.fa-less-than-equal:before {
    content: "\f537"
}

.fa-level-down-alt:before {
    content: "\f3be"
}

.fa-level-up-alt:before {
    content: "\f3bf"
}

.fa-life-ring:before {
    content: "\f1cd"
}

.fa-lightbulb:before {
    content: "\f0eb"
}

.fa-line:before {
    content: "\f3c0"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-linkedin-in:before {
    content: "\f0e1"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-lira-sign:before {
    content: "\f195"
}

.fa-list:before {
    content: "\f03a"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-lock:before {
    content: "\f023"
}

.fa-lock-open:before {
    content: "\f3c1"
}

.fa-long-arrow-alt-down:before {
    content: "\f309"
}

.fa-long-arrow-alt-left:before {
    content: "\f30a"
}

.fa-long-arrow-alt-right:before {
    content: "\f30b"
}

.fa-long-arrow-alt-up:before {
    content: "\f30c"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-luggage-cart:before {
    content: "\f59d"
}

.fa-lyft:before {
    content: "\f3c3"
}

.fa-magento:before {
    content: "\f3c4"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-mail-bulk:before {
    content: "\f674"
}

.fa-mailchimp:before {
    content: "\f59e"
}

.fa-male:before {
    content: "\f183"
}

.fa-mandalorian:before {
    content: "\f50f"
}

.fa-map:before {
    content: "\f279"
}

.fa-map-marked:before {
    content: "\f59f"
}

.fa-map-marked-alt:before {
    content: "\f5a0"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-map-marker-alt:before {
    content: "\f3c5"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-markdown:before {
    content: "\f60f"
}

.fa-marker:before {
    content: "\f5a1"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mask:before {
    content: "\f6fa"
}

.fa-mastodon:before {
    content: "\f4f6"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-mdb:before {
    content: "\f8ca"
}

.fa-medal:before {
    content: "\f5a2"
}

.fa-medapps:before {
    content: "\f3c6"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-medium-m:before {
    content: "\f3c7"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-medrt:before {
    content: "\f3c8"
}

.fa-meetup:before {
    content: "\f2e0"
}

.fa-megaport:before {
    content: "\f5a3"
}

.fa-meh:before {
    content: "\f11a"
}

.fa-meh-blank:before {
    content: "\f5a4"
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5"
}

.fa-memory:before {
    content: "\f538"
}

.fa-mendeley:before {
    content: "\f7b3"
}

.fa-menorah:before {
    content: "\f676"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-meteor:before {
    content: "\f753"
}

.fa-microblog:before {
    content: "\f91a"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-alt:before {
    content: "\f3c9"
}

.fa-microphone-alt-slash:before {
    content: "\f539"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-microscope:before {
    content: "\f610"
}

.fa-microsoft:before {
    content: "\f3ca"
}

.fa-minus:before {
    content: "\f068"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-mitten:before {
    content: "\f7b5"
}

.fa-mix:before {
    content: "\f3cb"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-mizuni:before {
    content: "\f3cc"
}

.fa-mobile:before {
    content: "\f10b"
}

.fa-mobile-alt:before {
    content: "\f3cd"
}

.fa-modx:before {
    content: "\f285"
}

.fa-monero:before {
    content: "\f3d0"
}

.fa-money-bill:before {
    content: "\f0d6"
}

.fa-money-bill-alt:before {
    content: "\f3d1"
}

.fa-money-bill-wave:before {
    content: "\f53a"
}

.fa-money-bill-wave-alt:before {
    content: "\f53b"
}

.fa-money-check:before {
    content: "\f53c"
}

.fa-money-check-alt:before {
    content: "\f53d"
}

.fa-monument:before {
    content: "\f5a6"
}

.fa-moon:before {
    content: "\f186"
}

.fa-mortar-pestle:before {
    content: "\f5a7"
}

.fa-mosque:before {
    content: "\f678"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-mountain:before {
    content: "\f6fc"
}

.fa-mouse:before {
    content: "\f8cc"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-mug-hot:before {
    content: "\f7b6"
}

.fa-music:before {
    content: "\f001"
}

.fa-napster:before {
    content: "\f3d2"
}

.fa-neos:before {
    content: "\f612"
}

.fa-network-wired:before {
    content: "\f6ff"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-newspaper:before {
    content: "\f1ea"
}

.fa-nimblr:before {
    content: "\f5a8"
}

.fa-node:before {
    content: "\f419"
}

.fa-node-js:before {
    content: "\f3d3"
}

.fa-not-equal:before {
    content: "\f53e"
}

.fa-notes-medical:before {
    content: "\f481"
}

.fa-npm:before {
    content: "\f3d4"
}

.fa-ns8:before {
    content: "\f3d5"
}

.fa-nutritionix:before {
    content: "\f3d6"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-oil-can:before {
    content: "\f613"
}

.fa-old-republic:before {
    content: "\f510"
}

.fa-om:before {
    content: "\f679"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-orcid:before {
    content: "\f8d2"
}

.fa-osi:before {
    content: "\f41a"
}

.fa-otter:before {
    content: "\f700"
}

.fa-outdent:before {
    content: "\f03b"
}

.fa-page4:before {
    content: "\f3d7"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-pager:before {
    content: "\f815"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-paint-roller:before {
    content: "\f5aa"
}

.fa-palette:before {
    content: "\f53f"
}

.fa-palfed:before {
    content: "\f3d8"
}

.fa-pallet:before {
    content: "\f482"
}

.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-parachute-box:before {
    content: "\f4cd"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-parking:before {
    content: "\f540"
}

.fa-passport:before {
    content: "\f5ab"
}

.fa-pastafarianism:before {
    content: "\f67b"
}

.fa-paste:before {
    content: "\f0ea"
}

.fa-patreon:before {
    content: "\f3d9"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-peace:before {
    content: "\f67c"
}

.fa-pen:before {
    content: "\f304"
}

.fa-pen-alt:before {
    content: "\f305"
}

.fa-pen-fancy:before {
    content: "\f5ac"
}

.fa-pen-nib:before {
    content: "\f5ad"
}

.fa-pen-square:before {
    content: "\f14b"
}

.fa-pencil-alt:before {
    content: "\f303"
}

.fa-pencil-ruler:before {
    content: "\f5ae"
}

.fa-penny-arcade:before {
    content: "\f704"
}

.fa-people-carry:before {
    content: "\f4ce"
}

.fa-pepper-hot:before {
    content: "\f816"
}

.fa-percent:before {
    content: "\f295"
}

.fa-percentage:before {
    content: "\f541"
}

.fa-periscope:before {
    content: "\f3da"
}

.fa-person-booth:before {
    content: "\f756"
}

.fa-phabricator:before {
    content: "\f3db"
}

.fa-phoenix-framework:before {
    content: "\f3dc"
}

.fa-phoenix-squadron:before {
    content: "\f511"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-alt:before {
    content: "\f879"
}

.fa-phone-slash:before {
    content: "\f3dd"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-phone-square-alt:before {
    content: "\f87b"
}

.fa-phone-volume:before {
    content: "\f2a0"
}

.fa-photo-video:before {
    content: "\f87c"
}

.fa-php:before {
    content: "\f457"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-pied-piper-hat:before {
    content: "\f4e5"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-square:before {
    content: "\f91e"
}

.fa-piggy-bank:before {
    content: "\f4d3"
}

.fa-pills:before {
    content: "\f484"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-pizza-slice:before {
    content: "\f818"
}

.fa-place-of-worship:before {
    content: "\f67f"
}

.fa-plane:before {
    content: "\f072"
}

.fa-plane-arrival:before {
    content: "\f5af"
}

.fa-plane-departure:before {
    content: "\f5b0"
}

.fa-play:before {
    content: "\f04b"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-playstation:before {
    content: "\f3df"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-plus:before {
    content: "\f067"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-poll:before {
    content: "\f681"
}

.fa-poll-h:before {
    content: "\f682"
}

.fa-poo:before {
    content: "\f2fe"
}

.fa-poo-storm:before {
    content: "\f75a"
}

.fa-poop:before {
    content: "\f619"
}

.fa-portrait:before {
    content: "\f3e0"
}

.fa-pound-sign:before {
    content: "\f154"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-pray:before {
    content: "\f683"
}

.fa-praying-hands:before {
    content: "\f684"
}

.fa-prescription:before {
    content: "\f5b1"
}

.fa-prescription-bottle:before {
    content: "\f485"
}

.fa-prescription-bottle-alt:before {
    content: "\f486"
}

.fa-print:before {
    content: "\f02f"
}

.fa-procedures:before {
    content: "\f487"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-project-diagram:before {
    content: "\f542"
}

.fa-pushed:before {
    content: "\f3e1"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-python:before {
    content: "\f3e2"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-question:before {
    content: "\f128"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-quidditch:before {
    content: "\f458"
}

.fa-quinscape:before {
    content: "\f459"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-quran:before {
    content: "\f687"
}

.fa-r-project:before {
    content: "\f4f7"
}

.fa-radiation:before {
    content: "\f7b9"
}

.fa-radiation-alt:before {
    content: "\f7ba"
}

.fa-rainbow:before {
    content: "\f75b"
}

.fa-random:before {
    content: "\f074"
}

.fa-raspberry-pi:before {
    content: "\f7bb"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-react:before {
    content: "\f41b"
}

.fa-reacteurope:before {
    content: "\f75d"
}

.fa-readme:before {
    content: "\f4d5"
}

.fa-rebel:before {
    content: "\f1d0"
}

.fa-receipt:before {
    content: "\f543"
}

.fa-record-vinyl:before {
    content: "\f8d9"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-red-river:before {
    content: "\f3e3"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-redhat:before {
    content: "\f7bc"
}

.fa-redo:before {
    content: "\f01e"
}

.fa-redo-alt:before {
    content: "\f2f9"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-remove-format:before {
    content: "\f87d"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-reply:before {
    content: "\f3e5"
}

.fa-reply-all:before {
    content: "\f122"
}

.fa-replyd:before {
    content: "\f3e6"
}

.fa-republican:before {
    content: "\f75e"
}

.fa-researchgate:before {
    content: "\f4f8"
}

.fa-resolving:before {
    content: "\f3e7"
}

.fa-restroom:before {
    content: "\f7bd"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-rev:before {
    content: "\f5b2"
}

.fa-ribbon:before {
    content: "\f4d6"
}

.fa-ring:before {
    content: "\f70b"
}

.fa-road:before {
    content: "\f018"
}

.fa-robot:before {
    content: "\f544"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-rocketchat:before {
    content: "\f3e8"
}

.fa-rockrms:before {
    content: "\f3e9"
}

.fa-route:before {
    content: "\f4d7"
}

.fa-rss:before {
    content: "\f09e"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-ruble-sign:before {
    content: "\f158"
}

.fa-ruler:before {
    content: "\f545"
}

.fa-ruler-combined:before {
    content: "\f546"
}

.fa-ruler-horizontal:before {
    content: "\f547"
}

.fa-ruler-vertical:before {
    content: "\f548"
}

.fa-running:before {
    content: "\f70c"
}

.fa-rupee-sign:before {
    content: "\f156"
}

.fa-sad-cry:before {
    content: "\f5b3"
}

.fa-sad-tear:before {
    content: "\f5b4"
}

.fa-safari:before {
    content: "\f267"
}

.fa-salesforce:before {
    content: "\f83b"
}

.fa-sass:before {
    content: "\f41e"
}

.fa-satellite:before {
    content: "\f7bf"
}

.fa-satellite-dish:before {
    content: "\f7c0"
}

.fa-save:before {
    content: "\f0c7"
}

.fa-schlix:before {
    content: "\f3ea"
}

.fa-school:before {
    content: "\f549"
}

.fa-screwdriver:before {
    content: "\f54a"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-scroll:before {
    content: "\f70e"
}

.fa-sd-card:before {
    content: "\f7c2"
}

.fa-search:before {
    content: "\f002"
}

.fa-search-dollar:before {
    content: "\f688"
}

.fa-search-location:before {
    content: "\f689"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-searchengin:before {
    content: "\f3eb"
}

.fa-seedling:before {
    content: "\f4d8"
}

.fa-sellcast:before {
    content: "\f2da"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-server:before {
    content: "\f233"
}

.fa-servicestack:before {
    content: "\f3ec"
}

.fa-shapes:before {
    content: "\f61f"
}

.fa-share:before {
    content: "\f064"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-shekel-sign:before {
    content: "\f20b"
}

.fa-shield-alt:before {
    content: "\f3ed"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-shipping-fast:before {
    content: "\f48b"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-shoe-prints:before {
    content: "\f54b"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-shopware:before {
    content: "\f5b5"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-shuttle-van:before {
    content: "\f5b6"
}

.fa-sign:before {
    content: "\f4d9"
}

.fa-sign-in-alt:before {
    content: "\f2f6"
}

.fa-sign-language:before {
    content: "\f2a7"
}

.fa-sign-out-alt:before {
    content: "\f2f5"
}

.fa-signal:before {
    content: "\f012"
}

.fa-signature:before {
    content: "\f5b7"
}

.fa-sim-card:before {
    content: "\f7c4"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-sistrix:before {
    content: "\f3ee"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-sith:before {
    content: "\f512"
}

.fa-skating:before {
    content: "\f7c5"
}

.fa-sketch:before {
    content: "\f7c6"
}

.fa-skiing:before {
    content: "\f7c9"
}

.fa-skiing-nordic:before {
    content: "\f7ca"
}

.fa-skull:before {
    content: "\f54c"
}

.fa-skull-crossbones:before {
    content: "\f714"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-slack:before {
    content: "\f198"
}

.fa-slack-hash:before {
    content: "\f3ef"
}

.fa-slash:before {
    content: "\f715"
}

.fa-sleigh:before {
    content: "\f7cc"
}

.fa-sliders-h:before {
    content: "\f1de"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-smile:before {
    content: "\f118"
}

.fa-smile-beam:before {
    content: "\f5b8"
}

.fa-smile-wink:before {
    content: "\f4da"
}

.fa-smog:before {
    content: "\f75f"
}

.fa-smoking:before {
    content: "\f48d"
}

.fa-smoking-ban:before {
    content: "\f54d"
}

.fa-sms:before {
    content: "\f7cd"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-snowboarding:before {
    content: "\f7ce"
}

.fa-snowflake:before {
    content: "\f2dc"
}

.fa-snowman:before {
    content: "\f7d0"
}

.fa-snowplow:before {
    content: "\f7d2"
}

.fa-socks:before {
    content: "\f696"
}

.fa-solar-panel:before {
    content: "\f5ba"
}

.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-alpha-down:before {
    content: "\f15d"
}

.fa-sort-alpha-down-alt:before {
    content: "\f881"
}

.fa-sort-alpha-up:before {
    content: "\f15e"
}

.fa-sort-alpha-up-alt:before {
    content: "\f882"
}

.fa-sort-amount-down:before {
    content: "\f160"
}

.fa-sort-amount-down-alt:before {
    content: "\f884"
}

.fa-sort-amount-up:before {
    content: "\f161"
}

.fa-sort-amount-up-alt:before {
    content: "\f885"
}

.fa-sort-down:before {
    content: "\f0dd"
}

.fa-sort-numeric-down:before {
    content: "\f162"
}

.fa-sort-numeric-down-alt:before {
    content: "\f886"
}

.fa-sort-numeric-up:before {
    content: "\f163"
}

.fa-sort-numeric-up-alt:before {
    content: "\f887"
}

.fa-sort-up:before {
    content: "\f0de"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-sourcetree:before {
    content: "\f7d3"
}

.fa-spa:before {
    content: "\f5bb"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-speakap:before {
    content: "\f3f3"
}

.fa-speaker-deck:before {
    content: "\f83c"
}

.fa-spell-check:before {
    content: "\f891"
}

.fa-spider:before {
    content: "\f717"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-splotch:before {
    content: "\f5bc"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-spray-can:before {
    content: "\f5bd"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-square-full:before {
    content: "\f45c"
}

.fa-square-root-alt:before {
    content: "\f698"
}

.fa-squarespace:before {
    content: "\f5be"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-stackpath:before {
    content: "\f842"
}

.fa-stamp:before {
    content: "\f5bf"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-and-crescent:before {
    content: "\f699"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-star-half-alt:before {
    content: "\f5c0"
}

.fa-star-of-david:before {
    content: "\f69a"
}

.fa-star-of-life:before {
    content: "\f621"
}

.fa-staylinked:before {
    content: "\f3f5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-steam-symbol:before {
    content: "\f3f6"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-sticker-mule:before {
    content: "\f3f7"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stopwatch:before {
    content: "\f2f2"
}

.fa-store:before {
    content: "\f54e"
}

.fa-store-alt:before {
    content: "\f54f"
}

.fa-strava:before {
    content: "\f428"
}

.fa-stream:before {
    content: "\f550"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-stripe:before {
    content: "\f429"
}

.fa-stripe-s:before {
    content: "\f42a"
}

.fa-stroopwafel:before {
    content: "\f551"
}

.fa-studiovinari:before {
    content: "\f3f8"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-subway:before {
    content: "\f239"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-suitcase-rolling:before {
    content: "\f5c1"
}

.fa-sun:before {
    content: "\f185"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-supple:before {
    content: "\f3f9"
}

.fa-surprise:before {
    content: "\f5c2"
}

.fa-suse:before {
    content: "\f7d6"
}

.fa-swatchbook:before {
    content: "\f5c3"
}

.fa-swift:before {
    content: "\f8e1"
}

.fa-swimmer:before {
    content: "\f5c4"
}

.fa-swimming-pool:before {
    content: "\f5c5"
}

.fa-symfony:before {
    content: "\f83d"
}

.fa-synagogue:before {
    content: "\f69b"
}

.fa-sync:before {
    content: "\f021"
}

.fa-sync-alt:before {
    content: "\f2f1"
}

.fa-syringe:before {
    content: "\f48e"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-table-tennis:before {
    content: "\f45d"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-tablet-alt:before {
    content: "\f3fa"
}

.fa-tablets:before {
    content: "\f490"
}

.fa-tachometer-alt:before {
    content: "\f3fd"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-tape:before {
    content: "\f4db"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-taxi:before {
    content: "\f1ba"
}

.fa-teamspeak:before {
    content: "\f4f9"
}

.fa-teeth:before {
    content: "\f62e"
}

.fa-teeth-open:before {
    content: "\f62f"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-telegram-plane:before {
    content: "\f3fe"
}

.fa-temperature-high:before {
    content: "\f769"
}

.fa-temperature-low:before {
    content: "\f76b"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-tenge:before {
    content: "\f7d7"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-the-red-yeti:before {
    content: "\f69d"
}

.fa-theater-masks:before {
    content: "\f630"
}

.fa-themeco:before {
    content: "\f5c6"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-thermometer:before {
    content: "\f491"
}

.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-think-peaks:before {
    content: "\f731"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbtack:before {
    content: "\f08d"
}

.fa-ticket-alt:before {
    content: "\f3ff"
}

.fa-times:before {
    content: "\f00d"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-tint:before {
    content: "\f043"
}

.fa-tint-slash:before {
    content: "\f5c7"
}

.fa-tired:before {
    content: "\f5c8"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-toilet:before {
    content: "\f7d8"
}

.fa-toilet-paper:before {
    content: "\f71e"
}

.fa-toolbox:before {
    content: "\f552"
}

.fa-tools:before {
    content: "\f7d9"
}

.fa-tooth:before {
    content: "\f5c9"
}

.fa-torah:before {
    content: "\f6a0"
}

.fa-torii-gate:before {
    content: "\f6a1"
}

.fa-tractor:before {
    content: "\f722"
}

.fa-trade-federation:before {
    content: "\f513"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-traffic-light:before {
    content: "\f637"
}

.fa-trailer:before {
    content: "\f941"
}

.fa-train:before {
    content: "\f238"
}

.fa-tram:before {
    content: "\f7da"
}

.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-trash-alt:before {
    content: "\f2ed"
}

.fa-trash-restore:before {
    content: "\f829"
}

.fa-trash-restore-alt:before {
    content: "\f82a"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-trello:before {
    content: "\f181"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-truck-loading:before {
    content: "\f4de"
}

.fa-truck-monster:before {
    content: "\f63b"
}

.fa-truck-moving:before {
    content: "\f4df"
}

.fa-truck-pickup:before {
    content: "\f63c"
}

.fa-tshirt:before {
    content: "\f553"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-tv:before {
    content: "\f26c"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-typo3:before {
    content: "\f42b"
}

.fa-uber:before {
    content: "\f402"
}

.fa-ubuntu:before {
    content: "\f7df"
}

.fa-uikit:before {
    content: "\f403"
}

.fa-umbraco:before {
    content: "\f8e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-umbrella-beach:before {
    content: "\f5ca"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-undo:before {
    content: "\f0e2"
}

.fa-undo-alt:before {
    content: "\f2ea"
}

.fa-uniregistry:before {
    content: "\f404"
}

.fa-unity:before {
    content: "\f949"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-university:before {
    content: "\f19c"
}

.fa-unlink:before {
    content: "\f127"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-untappd:before {
    content: "\f405"
}

.fa-upload:before {
    content: "\f093"
}

.fa-ups:before {
    content: "\f7e0"
}

.fa-usb:before {
    content: "\f287"
}

.fa-user:before {
    content: "\f007"
}

.fa-user-alt:before {
    content: "\f406"
}

.fa-user-alt-slash:before {
    content: "\f4fa"
}

.fa-user-astronaut:before {
    content: "\f4fb"
}

.fa-user-check:before {
    content: "\f4fc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-clock:before {
    content: "\f4fd"
}

.fa-user-cog:before {
    content: "\f4fe"
}

.fa-user-edit:before {
    content: "\f4ff"
}

.fa-user-friends:before {
    content: "\f500"
}

.fa-user-graduate:before {
    content: "\f501"
}

.fa-user-injured:before {
    content: "\f728"
}

.fa-user-lock:before {
    content: "\f502"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-user-minus:before {
    content: "\f503"
}

.fa-user-ninja:before {
    content: "\f504"
}

.fa-user-nurse:before {
    content: "\f82f"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-user-shield:before {
    content: "\f505"
}

.fa-user-slash:before {
    content: "\f506"
}

.fa-user-tag:before {
    content: "\f507"
}

.fa-user-tie:before {
    content: "\f508"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-users:before {
    content: "\f0c0"
}

.fa-users-cog:before {
    content: "\f509"
}

.fa-usps:before {
    content: "\f7e1"
}

.fa-ussunnah:before {
    content: "\f407"
}

.fa-utensil-spoon:before {
    content: "\f2e5"
}

.fa-utensils:before {
    content: "\f2e7"
}

.fa-vaadin:before {
    content: "\f408"
}

.fa-vector-square:before {
    content: "\f5cb"
}

.fa-venus:before {
    content: "\f221"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-vial:before {
    content: "\f492"
}

.fa-vials:before {
    content: "\f493"
}

.fa-viber:before {
    content: "\f409"
}

.fa-video:before {
    content: "\f03d"
}

.fa-video-slash:before {
    content: "\f4e2"
}

.fa-vihara:before {
    content: "\f6a7"
}

.fa-vimeo:before {
    content: "\f40a"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-vimeo-v:before {
    content: "\f27d"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-vk:before {
    content: "\f189"
}

.fa-vnv:before {
    content: "\f40b"
}

.fa-voicemail:before {
    content: "\f897"
}

.fa-volleyball-ball:before {
    content: "\f45f"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-mute:before {
    content: "\f6a9"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-vote-yea:before {
    content: "\f772"
}

.fa-vr-cardboard:before {
    content: "\f729"
}

.fa-vuejs:before {
    content: "\f41f"
}

.fa-walking:before {
    content: "\f554"
}

.fa-wallet:before {
    content: "\f555"
}

.fa-warehouse:before {
    content: "\f494"
}

.fa-water:before {
    content: "\f773"
}

.fa-wave-square:before {
    content: "\f83e"
}

.fa-waze:before {
    content: "\f83f"
}

.fa-weebly:before {
    content: "\f5cc"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-weight:before {
    content: "\f496"
}

.fa-weight-hanging:before {
    content: "\f5cd"
}

.fa-weixin:before {
    content: "\f1d7"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-whatsapp-square:before {
    content: "\f40c"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-whmcs:before {
    content: "\f40d"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-wind:before {
    content: "\f72e"
}

.fa-window-close:before {
    content: "\f410"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-wine-bottle:before {
    content: "\f72f"
}

.fa-wine-glass:before {
    content: "\f4e3"
}

.fa-wine-glass-alt:before {
    content: "\f5ce"
}

.fa-wix:before {
    content: "\f5cf"
}

.fa-wizards-of-the-coast:before {
    content: "\f730"
}

.fa-wolf-pack-battalion:before {
    content: "\f514"
}

.fa-won-sign:before {
    content: "\f159"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-wordpress-simple:before {
    content: "\f411"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-wpressr:before {
    content: "\f3e4"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-x-ray:before {
    content: "\f497"
}

.fa-xbox:before {
    content: "\f412"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-y-combinator:before {
    content: "\f23b"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-yammer:before {
    content: "\f840"
}

.fa-yandex:before {
    content: "\f413"
}

.fa-yandex-international:before {
    content: "\f414"
}

.fa-yarn:before {
    content: "\f7e3"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-yen-sign:before {
    content: "\f157"
}

.fa-yin-yang:before {
    content: "\f6ad"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-youtube-square:before {
    content: "\f431"
}

.fa-zhihu:before {
    content: "\f63f"
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

@font-face {
    font-display: auto;
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: normal;
    src: url(../../../themes/sitemy/assets/webfonts/fa-brands-400.eot);
    src: url(../../../themes/sitemy/assets/webfonts/fa-brands-400.eot@#iefix) format("embedded-opentype"),url(../../../themes/sitemy/assets/webfonts/fa-brands-400.woff2) format("woff2"),url(../../../themes/sitemy/assets/webfonts/fa-brands-400.woff) format("woff"),url(../../../themes/sitemy/assets/webfonts/fa-brands-400.ttf) format("truetype"),url(../../../themes/sitemy/assets/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "Font Awesome 5 Brands"
}

@font-face {
    font-display: auto;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    src: url(../../../themes/sitemy/assets/webfonts/fa-regular-400.eot);
    src: url(../../../themes/sitemy/assets/webfonts/fa-regular-400.eot@#iefix) format("embedded-opentype"),url(../../../themes/sitemy/assets/webfonts/fa-regular-400.woff2) format("woff2"),url(../../../themes/sitemy/assets/webfonts/fa-regular-400.woff) format("woff"),url(../../../themes/sitemy/assets/webfonts/fa-regular-400.ttf) format("truetype"),url(../../../themes/sitemy/assets/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-display: auto;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    src: url(../../../themes/sitemy/assets/webfonts/fa-solid-900.eot);
    src: url(../../../themes/sitemy/assets/webfonts/fa-solid-900.eot@#iefix) format("embedded-opentype"),url(../../../themes/sitemy/assets/webfonts/fa-solid-900.woff2) format("woff2"),url(../../../themes/sitemy/assets/webfonts/fa-solid-900.woff) format("woff"),url(../../../themes/sitemy/assets/webfonts/fa-solid-900.ttf) format("truetype"),url(../../../themes/sitemy/assets/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free"
}

.fa, .fas {
    font-weight: 900
}

    .fa.fa-glass:before {
        content: "\f000"
    }

    .fa.fa-meetup {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-star-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-star-o:before {
            content: "\f005"
        }

    .fa.fa-close:before, .fa.fa-remove:before {
        content: "\f00d"
    }

    .fa.fa-gear:before {
        content: "\f013"
    }

    .fa.fa-trash-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-trash-o:before {
            content: "\f2ed"
        }

    .fa.fa-file-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-o:before {
            content: "\f15b"
        }

    .fa.fa-clock-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-clock-o:before {
            content: "\f017"
        }

    .fa.fa-arrow-circle-o-down {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-arrow-circle-o-down:before {
            content: "\f358"
        }

    .fa.fa-arrow-circle-o-up {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-arrow-circle-o-up:before {
            content: "\f35b"
        }

    .fa.fa-play-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-play-circle-o:before {
            content: "\f144"
        }

    .fa.fa-repeat:before, .fa.fa-rotate-right:before {
        content: "\f01e"
    }

    .fa.fa-refresh:before {
        content: "\f021"
    }

    .fa.fa-list-alt {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

    .fa.fa-dedent:before {
        content: "\f03b"
    }

    .fa.fa-video-camera:before {
        content: "\f03d"
    }

    .fa.fa-picture-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-picture-o:before {
            content: "\f03e"
        }

    .fa.fa-photo {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-photo:before {
            content: "\f03e"
        }

    .fa.fa-image {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-image:before {
            content: "\f03e"
        }

    .fa.fa-pencil:before {
        content: "\f303"
    }

    .fa.fa-map-marker:before {
        content: "\f3c5"
    }

    .fa.fa-pencil-square-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-pencil-square-o:before {
            content: "\f044"
        }

    .fa.fa-share-square-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-share-square-o:before {
            content: "\f14d"
        }

    .fa.fa-check-square-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-check-square-o:before {
            content: "\f14a"
        }

    .fa.fa-arrows:before {
        content: "\f0b2"
    }

    .fa.fa-times-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-times-circle-o:before {
            content: "\f057"
        }

    .fa.fa-check-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-check-circle-o:before {
            content: "\f058"
        }

    .fa.fa-mail-forward:before {
        content: "\f064"
    }

    .fa.fa-expand:before {
        content: "\f424"
    }

    .fa.fa-compress:before {
        content: "\f422"
    }

    .fa.fa-eye, .fa.fa-eye-slash {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

    .fa.fa-warning:before {
        content: "\f071"
    }

    .fa.fa-calendar:before {
        content: "\f073"
    }

    .fa.fa-arrows-v:before {
        content: "\f338"
    }

    .fa.fa-arrows-h:before {
        content: "\f337"
    }

    .fa.fa-bar-chart {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-bar-chart:before {
            content: "\f080"
        }

    .fa.fa-bar-chart-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-bar-chart-o:before {
            content: "\f080"
        }

    .fa.fa-facebook-square, .fa.fa-twitter-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-gears:before {
        content: "\f085"
    }

    .fa.fa-thumbs-o-up {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-thumbs-o-up:before {
            content: "\f164"
        }

    .fa.fa-thumbs-o-down {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-thumbs-o-down:before {
            content: "\f165"
        }

    .fa.fa-heart-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-heart-o:before {
            content: "\f004"
        }

    .fa.fa-sign-out:before {
        content: "\f2f5"
    }

    .fa.fa-linkedin-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-linkedin-square:before {
            content: "\f08c"
        }

    .fa.fa-thumb-tack:before {
        content: "\f08d"
    }

    .fa.fa-external-link:before {
        content: "\f35d"
    }

    .fa.fa-sign-in:before {
        content: "\f2f6"
    }

    .fa.fa-github-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-lemon-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-lemon-o:before {
            content: "\f094"
        }

    .fa.fa-square-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-square-o:before {
            content: "\f0c8"
        }

    .fa.fa-bookmark-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-bookmark-o:before {
            content: "\f02e"
        }

    .fa.fa-facebook, .fa.fa-twitter {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-facebook:before {
            content: "\f39e"
        }

    .fa.fa-facebook-f {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-facebook-f:before {
            content: "\f39e"
        }

    .fa.fa-github {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-credit-card {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

    .fa.fa-feed:before {
        content: "\f09e"
    }

    .fa.fa-hdd-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hdd-o:before {
            content: "\f0a0"
        }

    .fa.fa-hand-o-right {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hand-o-right:before {
            content: "\f0a4"
        }

    .fa.fa-hand-o-left {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hand-o-left:before {
            content: "\f0a5"
        }

    .fa.fa-hand-o-up {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hand-o-up:before {
            content: "\f0a6"
        }

    .fa.fa-hand-o-down {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hand-o-down:before {
            content: "\f0a7"
        }

    .fa.fa-arrows-alt:before {
        content: "\f31e"
    }

    .fa.fa-group:before {
        content: "\f0c0"
    }

    .fa.fa-chain:before {
        content: "\f0c1"
    }

    .fa.fa-scissors:before {
        content: "\f0c4"
    }

    .fa.fa-files-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-files-o:before {
            content: "\f0c5"
        }

    .fa.fa-floppy-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-floppy-o:before {
            content: "\f0c7"
        }

    .fa.fa-navicon:before, .fa.fa-reorder:before {
        content: "\f0c9"
    }

    .fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-google-plus:before {
            content: "\f0d5"
        }

    .fa.fa-money {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-money:before {
            content: "\f3d1"
        }

    .fa.fa-unsorted:before {
        content: "\f0dc"
    }

    .fa.fa-sort-desc:before {
        content: "\f0dd"
    }

    .fa.fa-sort-asc:before {
        content: "\f0de"
    }

    .fa.fa-linkedin {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-linkedin:before {
            content: "\f0e1"
        }

    .fa.fa-rotate-left:before {
        content: "\f0e2"
    }

    .fa.fa-legal:before {
        content: "\f0e3"
    }

    .fa.fa-dashboard:before, .fa.fa-tachometer:before {
        content: "\f3fd"
    }

    .fa.fa-comment-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-comment-o:before {
            content: "\f075"
        }

    .fa.fa-comments-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-comments-o:before {
            content: "\f086"
        }

    .fa.fa-flash:before {
        content: "\f0e7"
    }

    .fa.fa-clipboard, .fa.fa-paste {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-paste:before {
            content: "\f328"
        }

    .fa.fa-lightbulb-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-lightbulb-o:before {
            content: "\f0eb"
        }

    .fa.fa-exchange:before {
        content: "\f362"
    }

    .fa.fa-cloud-download:before {
        content: "\f381"
    }

    .fa.fa-cloud-upload:before {
        content: "\f382"
    }

    .fa.fa-bell-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-bell-o:before {
            content: "\f0f3"
        }

    .fa.fa-cutlery:before {
        content: "\f2e7"
    }

    .fa.fa-file-text-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-text-o:before {
            content: "\f15c"
        }

    .fa.fa-building-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-building-o:before {
            content: "\f1ad"
        }

    .fa.fa-hospital-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hospital-o:before {
            content: "\f0f8"
        }

    .fa.fa-tablet:before {
        content: "\f3fa"
    }

    .fa.fa-mobile-phone:before, .fa.fa-mobile:before {
        content: "\f3cd"
    }

    .fa.fa-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-circle-o:before {
            content: "\f111"
        }

    .fa.fa-mail-reply:before {
        content: "\f3e5"
    }

    .fa.fa-github-alt {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-folder-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-folder-o:before {
            content: "\f07b"
        }

    .fa.fa-folder-open-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-folder-open-o:before {
            content: "\f07c"
        }

    .fa.fa-smile-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-smile-o:before {
            content: "\f118"
        }

    .fa.fa-frown-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-frown-o:before {
            content: "\f119"
        }

    .fa.fa-meh-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-meh-o:before {
            content: "\f11a"
        }

    .fa.fa-keyboard-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-keyboard-o:before {
            content: "\f11c"
        }

    .fa.fa-flag-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-flag-o:before {
            content: "\f024"
        }

    .fa.fa-mail-reply-all:before {
        content: "\f122"
    }

    .fa.fa-star-half-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-star-half-o:before {
            content: "\f089"
        }

    .fa.fa-star-half-empty {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-star-half-empty:before {
            content: "\f089"
        }

    .fa.fa-star-half-full {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-star-half-full:before {
            content: "\f089"
        }

    .fa.fa-code-fork:before {
        content: "\f126"
    }

    .fa.fa-chain-broken:before {
        content: "\f127"
    }

    .fa.fa-shield:before {
        content: "\f3ed"
    }

    .fa.fa-calendar-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-calendar-o:before {
            content: "\f133"
        }

    .fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-ticket:before {
        content: "\f3ff"
    }

    .fa.fa-minus-square-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-minus-square-o:before {
            content: "\f146"
        }

    .fa.fa-level-up:before {
        content: "\f3bf"
    }

    .fa.fa-level-down:before {
        content: "\f3be"
    }

    .fa.fa-pencil-square:before {
        content: "\f14b"
    }

    .fa.fa-external-link-square:before {
        content: "\f360"
    }

    .fa.fa-compass {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

    .fa.fa-caret-square-o-down {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-caret-square-o-down:before {
            content: "\f150"
        }

    .fa.fa-toggle-down {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-toggle-down:before {
            content: "\f150"
        }

    .fa.fa-caret-square-o-up {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-caret-square-o-up:before {
            content: "\f151"
        }

    .fa.fa-toggle-up {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-toggle-up:before {
            content: "\f151"
        }

    .fa.fa-caret-square-o-right {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-caret-square-o-right:before {
            content: "\f152"
        }

    .fa.fa-toggle-right {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-toggle-right:before {
            content: "\f152"
        }

    .fa.fa-eur:before, .fa.fa-euro:before {
        content: "\f153"
    }

    .fa.fa-gbp:before {
        content: "\f154"
    }

    .fa.fa-dollar:before, .fa.fa-usd:before {
        content: "\f155"
    }

    .fa.fa-inr:before, .fa.fa-rupee:before {
        content: "\f156"
    }

    .fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
        content: "\f157"
    }

    .fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
        content: "\f158"
    }

    .fa.fa-krw:before, .fa.fa-won:before {
        content: "\f159"
    }

    .fa.fa-bitcoin, .fa.fa-btc {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-bitcoin:before {
            content: "\f15a"
        }

    .fa.fa-file-text:before {
        content: "\f15c"
    }

    .fa.fa-sort-alpha-asc:before {
        content: "\f15d"
    }

    .fa.fa-sort-alpha-desc:before {
        content: "\f881"
    }

    .fa.fa-sort-amount-asc:before {
        content: "\f160"
    }

    .fa.fa-sort-amount-desc:before {
        content: "\f884"
    }

    .fa.fa-sort-numeric-asc:before {
        content: "\f162"
    }

    .fa.fa-sort-numeric-desc:before {
        content: "\f886"
    }

    .fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-youtube-play:before {
            content: "\f167"
        }

    .fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-bitbucket-square:before {
            content: "\f171"
        }

    .fa.fa-tumblr, .fa.fa-tumblr-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-long-arrow-down:before {
        content: "\f309"
    }

    .fa.fa-long-arrow-up:before {
        content: "\f30c"
    }

    .fa.fa-long-arrow-left:before {
        content: "\f30a"
    }

    .fa.fa-long-arrow-right:before {
        content: "\f30b"
    }

    .fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-gittip:before {
            content: "\f184"
        }

    .fa.fa-sun-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-sun-o:before {
            content: "\f185"
        }

    .fa.fa-moon-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-moon-o:before {
            content: "\f186"
        }

    .fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-arrow-circle-o-right {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-arrow-circle-o-right:before {
            content: "\f35a"
        }

    .fa.fa-arrow-circle-o-left {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-arrow-circle-o-left:before {
            content: "\f359"
        }

    .fa.fa-caret-square-o-left {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-caret-square-o-left:before {
            content: "\f191"
        }

    .fa.fa-toggle-left {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-toggle-left:before {
            content: "\f191"
        }

    .fa.fa-dot-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-dot-circle-o:before {
            content: "\f192"
        }

    .fa.fa-vimeo-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-try:before, .fa.fa-turkish-lira:before {
        content: "\f195"
    }

    .fa.fa-plus-square-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-plus-square-o:before {
            content: "\f0fe"
        }

    .fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-bank:before, .fa.fa-institution:before {
        content: "\f19c"
    }

    .fa.fa-mortar-board:before {
        content: "\f19d"
    }

    .fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-google, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle, .fa.fa-yahoo {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-spoon:before {
        content: "\f2e5"
    }

    .fa.fa-behance, .fa.fa-behance-square, .fa.fa-steam, .fa.fa-steam-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-automobile:before {
        content: "\f1b9"
    }

    .fa.fa-envelope-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-envelope-o:before {
            content: "\f0e0"
        }

    .fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-file-pdf-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-pdf-o:before {
            content: "\f1c1"
        }

    .fa.fa-file-word-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-word-o:before {
            content: "\f1c2"
        }

    .fa.fa-file-excel-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-excel-o:before {
            content: "\f1c3"
        }

    .fa.fa-file-powerpoint-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-powerpoint-o:before {
            content: "\f1c4"
        }

    .fa.fa-file-image-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-image-o:before {
            content: "\f1c5"
        }

    .fa.fa-file-photo-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-photo-o:before {
            content: "\f1c5"
        }

    .fa.fa-file-picture-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-picture-o:before {
            content: "\f1c5"
        }

    .fa.fa-file-archive-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-archive-o:before {
            content: "\f1c6"
        }

    .fa.fa-file-zip-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-zip-o:before {
            content: "\f1c6"
        }

    .fa.fa-file-audio-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-audio-o:before {
            content: "\f1c7"
        }

    .fa.fa-file-sound-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-sound-o:before {
            content: "\f1c7"
        }

    .fa.fa-file-video-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-video-o:before {
            content: "\f1c8"
        }

    .fa.fa-file-movie-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-movie-o:before {
            content: "\f1c8"
        }

    .fa.fa-file-code-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-file-code-o:before {
            content: "\f1c9"
        }

    .fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-life-bouy, .fa.fa-life-ring {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-life-bouy:before {
            content: "\f1cd"
        }

    .fa.fa-life-buoy {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-life-buoy:before {
            content: "\f1cd"
        }

    .fa.fa-life-saver {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-life-saver:before {
            content: "\f1cd"
        }

    .fa.fa-support {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-support:before {
            content: "\f1cd"
        }

    .fa.fa-circle-o-notch:before {
        content: "\f1ce"
    }

    .fa.fa-ra, .fa.fa-rebel {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-ra:before {
            content: "\f1d0"
        }

    .fa.fa-resistance {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-resistance:before {
            content: "\f1d0"
        }

    .fa.fa-empire, .fa.fa-ge {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-ge:before {
            content: "\f1d1"
        }

    .fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-y-combinator-square:before {
            content: "\f1d4"
        }

    .fa.fa-yc-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-yc-square:before {
            content: "\f1d4"
        }

    .fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-wechat:before {
            content: "\f1d7"
        }

    .fa.fa-send:before {
        content: "\f1d8"
    }

    .fa.fa-paper-plane-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-paper-plane-o:before {
            content: "\f1d8"
        }

    .fa.fa-send-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-send-o:before {
            content: "\f1d8"
        }

    .fa.fa-circle-thin {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-circle-thin:before {
            content: "\f111"
        }

    .fa.fa-header:before {
        content: "\f1dc"
    }

    .fa.fa-sliders:before {
        content: "\f1de"
    }

    .fa.fa-futbol-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-futbol-o:before {
            content: "\f1e3"
        }

    .fa.fa-soccer-ball-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-soccer-ball-o:before {
            content: "\f1e3"
        }

    .fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-newspaper-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-newspaper-o:before {
            content: "\f1ea"
        }

    .fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-bell-slash-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-bell-slash-o:before {
            content: "\f1f6"
        }

    .fa.fa-trash:before {
        content: "\f2ed"
    }

    .fa.fa-copyright {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

    .fa.fa-eyedropper:before {
        content: "\f1fb"
    }

    .fa.fa-area-chart:before {
        content: "\f1fe"
    }

    .fa.fa-pie-chart:before {
        content: "\f200"
    }

    .fa.fa-line-chart:before {
        content: "\f201"
    }

    .fa.fa-angellist, .fa.fa-ioxhost, .fa.fa-lastfm, .fa.fa-lastfm-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-cc {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-cc:before {
            content: "\f20a"
        }

    .fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
        content: "\f20b"
    }

    .fa.fa-meanpath {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-meanpath:before {
            content: "\f2b4"
        }

    .fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-diamond {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-diamond:before {
            content: "\f3a5"
        }

    .fa.fa-intersex:before {
        content: "\f224"
    }

    .fa.fa-facebook-official {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-facebook-official:before {
            content: "\f09a"
        }

    .fa.fa-pinterest-p, .fa.fa-whatsapp {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-hotel:before {
        content: "\f236"
    }

    .fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-yc:before {
            content: "\f23b"
        }

    .fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-battery-4:before, .fa.fa-battery:before {
        content: "\f240"
    }

    .fa.fa-battery-3:before {
        content: "\f241"
    }

    .fa.fa-battery-2:before {
        content: "\f242"
    }

    .fa.fa-battery-1:before {
        content: "\f243"
    }

    .fa.fa-battery-0:before {
        content: "\f244"
    }

    .fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-sticky-note-o:before {
            content: "\f249"
        }

    .fa.fa-cc-diners-club, .fa.fa-cc-jcb {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-clone, .fa.fa-hourglass-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hourglass-o:before {
            content: "\f254"
        }

    .fa.fa-hourglass-1:before {
        content: "\f251"
    }

    .fa.fa-hourglass-2:before {
        content: "\f252"
    }

    .fa.fa-hourglass-3:before {
        content: "\f253"
    }

    .fa.fa-hand-rock-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hand-rock-o:before {
            content: "\f255"
        }

    .fa.fa-hand-grab-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hand-grab-o:before {
            content: "\f255"
        }

    .fa.fa-hand-paper-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hand-paper-o:before {
            content: "\f256"
        }

    .fa.fa-hand-stop-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hand-stop-o:before {
            content: "\f256"
        }

    .fa.fa-hand-scissors-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hand-scissors-o:before {
            content: "\f257"
        }

    .fa.fa-hand-lizard-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hand-lizard-o:before {
            content: "\f258"
        }

    .fa.fa-hand-spock-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hand-spock-o:before {
            content: "\f259"
        }

    .fa.fa-hand-pointer-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hand-pointer-o:before {
            content: "\f25a"
        }

    .fa.fa-hand-peace-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-hand-peace-o:before {
            content: "\f25b"
        }

    .fa.fa-registered {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

    .fa.fa-chrome, .fa.fa-creative-commons, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-internet-explorer, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square, .fa.fa-opera, .fa.fa-safari, .fa.fa-tripadvisor, .fa.fa-wikipedia-w {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-television:before {
        content: "\f26c"
    }

    .fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-calendar-plus-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-calendar-plus-o:before {
            content: "\f271"
        }

    .fa.fa-calendar-minus-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-calendar-minus-o:before {
            content: "\f272"
        }

    .fa.fa-calendar-times-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-calendar-times-o:before {
            content: "\f273"
        }

    .fa.fa-calendar-check-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-calendar-check-o:before {
            content: "\f274"
        }

    .fa.fa-map-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-map-o:before {
            content: "\f279"
        }

    .fa.fa-commenting:before {
        content: "\f4ad"
    }

    .fa.fa-commenting-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-commenting-o:before {
            content: "\f4ad"
        }

    .fa.fa-houzz, .fa.fa-vimeo {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-vimeo:before {
            content: "\f27d"
        }

    .fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-credit-card-alt:before {
        content: "\f09d"
    }

    .fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-pause-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-pause-circle-o:before {
            content: "\f28b"
        }

    .fa.fa-stop-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-stop-circle-o:before {
            content: "\f28d"
        }

    .fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-wheelchair-alt:before {
            content: "\f368"
        }

    .fa.fa-question-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-question-circle-o:before {
            content: "\f059"
        }

    .fa.fa-volume-control-phone:before {
        content: "\f2a0"
    }

    .fa.fa-asl-interpreting:before {
        content: "\f2a3"
    }

    .fa.fa-deafness:before, .fa.fa-hard-of-hearing:before {
        content: "\f2a4"
    }

    .fa.fa-glide, .fa.fa-glide-g {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-signing:before {
        content: "\f2a7"
    }

    .fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat, .fa.fa-snapchat-ghost, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-viadeo, .fa.fa-viadeo-square, .fa.fa-yoast {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-google-plus-official:before {
            content: "\f2b3"
        }

    .fa.fa-google-plus-circle {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-google-plus-circle:before {
            content: "\f2b3"
        }

    .fa.fa-fa, .fa.fa-font-awesome {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-fa:before {
            content: "\f2b4"
        }

    .fa.fa-handshake-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-handshake-o:before {
            content: "\f2b5"
        }

    .fa.fa-envelope-open-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-envelope-open-o:before {
            content: "\f2b6"
        }

    .fa.fa-linode {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-address-book-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-address-book-o:before {
            content: "\f2b9"
        }

    .fa.fa-vcard:before {
        content: "\f2bb"
    }

    .fa.fa-address-card-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-address-card-o:before {
            content: "\f2bb"
        }

    .fa.fa-vcard-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-vcard-o:before {
            content: "\f2bb"
        }

    .fa.fa-user-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-user-circle-o:before {
            content: "\f2bd"
        }

    .fa.fa-user-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-user-o:before {
            content: "\f007"
        }

    .fa.fa-id-badge {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

    .fa.fa-drivers-license:before {
        content: "\f2c2"
    }

    .fa.fa-id-card-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-id-card-o:before {
            content: "\f2c2"
        }

    .fa.fa-drivers-license-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-drivers-license-o:before {
            content: "\f2c2"
        }

    .fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
        content: "\f2c7"
    }

    .fa.fa-thermometer-3:before {
        content: "\f2c8"
    }

    .fa.fa-thermometer-2:before {
        content: "\f2c9"
    }

    .fa.fa-thermometer-1:before {
        content: "\f2ca"
    }

    .fa.fa-thermometer-0:before {
        content: "\f2cb"
    }

    .fa.fa-bathtub:before, .fa.fa-s15:before {
        content: "\f2cd"
    }

    .fa.fa-window-maximize, .fa.fa-window-restore {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

    .fa.fa-times-rectangle:before {
        content: "\f410"
    }

    .fa.fa-window-close-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-window-close-o:before {
            content: "\f410"
        }

    .fa.fa-times-rectangle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-times-rectangle-o:before {
            content: "\f410"
        }

    .fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

        .fa.fa-eercast:before {
            content: "\f2da"
        }

    .fa.fa-snowflake-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400
    }

        .fa.fa-snowflake-o:before {
            content: "\f2dc"
        }

    .fa.fa-superpowers, .fa.fa-wpexplorer {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400
    }

    .fa.fa-cab:before {
        content: "\f1ba"
    }

body, .footer .soc a, .footer .soc a .icon, .follow-label, .section.started.layout-creative .started-content .h-subtitle, .section.started.layout-creative .started-content .typed-subtitle, .section.started.layout-creative .started-content .typed-bread, .section.started.layout-creative .started-content .typed-cursor, .section.started.section-title .started-content .typed-bread, .section.started.layout-creative .started-content .typed-bread, .pricing-item .amount .number .dollar, .pricing-item .amount .number .period, .team-item .soc a .icon, .team-item .category, .reviews-item .company, .blog-items .blog-item .category, .blog-items .blog-item .date, .blog-items .blog-item .category a, .blog-items .blog-item .date a {
    color: #bbb
}

a, .section.works .filters label, .single-post-text p a, .comment-text p a, .post-text-bottom span.cat-links a, .content-sidebar .tagcloud a {
    color: #eee
}

.section.started .started-content .h-title, .section .title .title_inner, h1, h2, h3, h4, h5, h6, .section.started .started-content .h-subtitle, .section.started .started-content .typed-subtitle, .section.started .started-content .typed-bread, .section.started.section-title .started-content .typed-bread a, .section.started.layout-creative .started-content .typed-bread a, .header .logo strong, .content-sidebar .widget-title, .blog-items .blog-item .desc .name {
    color: #fff
}

.service-items .service-item .name, .pricing-item .name, .resume-items .resume-item .name, .skills ul li .name, .team-item .name, .reviews-item .name, .service-items .service-item .name, .pricing-item .amount .number, .single-post-text .details-list li strong, .navigation.post-navigation .nav-links a, .post-comments .post-comment .desc .name, .box-items .box-item .name {
    color: #fff
}

body, .header.fixed, .header.active, .section .content-box, .skills.circles ul li .progress:after, .skills.circles ul li .progress, .popup-box, .sticky:before {
    background: #101010
}

.cursor-follower-inner, .ink, button:hover, .skills ul li .progress .percentage, .skills.dotted ul li .progress .da span, .pricing-item .feature-list ul li strong, .reviews-carousel .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .team-carousel .swiper-nav .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .single-post-text ul > li:before, .comment-text ul > li:before, .wp-block-button__link, a.wp-block-button__link, .is-style-outline .wp-block-button__link:hover, .woocommerce-js ul.products li.product .button, .woocommerce-js #respond input#submit.alt, .woocommerce-js a.button.alt, .woocommerce-js button.button.alt, .woocommerce-js input.button.alt, .woocommerce-js #review_form #respond .form-submit input, .woocommerce .cart .button, .woocommerce .cart input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce-js .cart-btn .button:hover, .woocommerce-js .edit:hover {
    background: #4bffa5
}

a:hover, a.btn, .btn, .single-post-text input[type=submit], .section.started .started-content .h-title strong, .section.started .started-content .h-title b, .section.started .started-content .h-subtitle strong, .section.started .started-content .typed-subtitle strong, .section.started .mouse_btn, .info-list ul li strong, .resume-items .resume-item.active .date, .skills.list ul li .name:before, .service-items .service-item .icon, .section.works .filters label.glitch-effect, .pricing-item .icon, .started-content .date, .single-post-text p a, .comment-text p a, .post-text-bottom span.cat-links a, .post-text-bottom .tags-links a, .post-text-bottom .tags-links span, .content-sidebar .widget ul li a:hover, .content-sidebar .tagcloud a, .footer .soc a:hover .ion, .box-items .box-item .name:hover, td#today, code, .blog-items .blog-item .desc .name:hover, .woocommerce-js nav.woocommerce-pagination ul li a:focus, .woocommerce-js nav.woocommerce-pagination ul li a:hover, .woocommerce-js nav.woocommerce-pagination ul li span.current, .woocommerce-js .cart-btn .button, .woocommerce-js .edit, .woocommerce-error a, .woocommerce-info a, .woocommerce-message a, .woocommerce .star-rating, .woocommerce ul.products li.product .star-rating {
    color: #4bffa5
}

input:focus, textarea:focus, button:focus, button:hover, a.btn, .btn, .single-post-text input[type=submit], .skills.circles .progress .bar, .skills.circles .progress.p51 .fill, .skills.circles .progress.p52 .fill, .skills.circles .progress.p53 .fill, .skills.circles .progress.p54 .fill, .skills.circles .progress.p55 .fill, .skills.circles .progress.p56 .fill, .skills.circles .progress.p57 .fill, .skills.circles .progress.p58 .fill, .skills.circles .progress.p59 .fill, .skills.circles .progress.p60 .fill, .skills.circles .progress.p61 .fill, .skills.circles .progress.p62 .fill, .skills.circles .progress.p63 .fill, .skills.circles .progress.p64 .fill, .skills.circles .progress.p65 .fill, .skills.circles .progress.p66 .fill, .skills.circles .progress.p67 .fill, .skills.circles .progress.p68 .fill, .skills.circles .progress.p69 .fill, .skills.circles .progress.p70 .fill, .skills.circles .progress.p71 .fill, .skills.circles .progress.p72 .fill, .skills.circles .progress.p73 .fill, .skills.circles .progress.p74 .fill, .skills.circles .progress.p75 .fill, .skills.circles .progress.p76 .fill, .skills.circles .progress.p77 .fill, .skills.circles .progress.p78 .fill, .skills.circles .progress.p79 .fill, .skills.circles .progress.p80 .fill, .skills.circles .progress.p81 .fill, .skills.circles .progress.p82 .fill, .skills.circles .progress.p83 .fill, .skills.circles .progress.p84 .fill, .skills.circles .progress.p85 .fill, .skills.circles .progress.p86 .fill, .skills.circles .progress.p87 .fill, .skills.circles .progress.p88 .fill, .skills.circles .progress.p89 .fill, .skills.circles .progress.p90 .fill, .skills.circles .progress.p91 .fill, .skills.circles .progress.p92 .fill, .skills.circles .progress.p93 .fill, .skills.circles .progress.p94 .fill, .skills.circles .progress.p95 .fill, .skills.circles .progress.p96 .fill, .skills.circles .progress.p97 .fill, .skills.circles .progress.p98 .fill, .skills.circles .progress.p99 .fill, .skills.circles .progress.p100 .fill, .started-content .date, .post-text-bottom .tags-links a, .post-text-bottom .tags-links span, .content-sidebar .tagcloud a, .is-style-outline .wp-block-button__link, .woocommerce-js .cart-btn .button, .woocommerce-js .edit {
    border-color: #4bffa5
}

blockquote, .single-post-text blockquote {
    border-left-color: #4bffa5
}

.recentcomments a {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
}
#wedg {
    background: #fff !important;
    border-radius: 20px !important;
    color: #000 !important;
    display: block !important;
    height: 20px !important;
    line-height: 20px !important;
    position: absolute !important;
    right: 0px !important;
    text-align: center !important;
    text-decoration: none !important;
    top: 0px !important;
    width: 20px !important;
}