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

.wp-block-audio figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

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

.block-editor-block-list__layout .reusable-block-edit-panel {
    align-items: center;
    background: #f8f9f9;
    color: #555d66;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 13px;
    top: -14px;
    margin: 0 -14px;
    padding: 8px 14px;
    position: relative;
    border: 1px dashed rgba(145, 151, 162, .25);
    border-bottom: none
}

.block-editor-block-list__layout .block-editor-block-list__layout .reusable-block-edit-panel {
    margin: 0 -14px;
    padding: 8px 14px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__spinner {
    margin: 0 5px
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__info {
    margin-right: auto
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__label {
    margin-right: 8px;
    white-space: nowrap;
    font-weight: 600
}

.block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
    flex: 1 1 100%;
    font-size: 14px;
    height: 30px;
    margin: 4px 0 8px
}

.block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
    flex-shrink: 0
}

@media(min-width:960px) {
    .block-editor-block-list__layout .reusable-block-edit-panel {
        flex-wrap: nowrap
    }

    .block-editor-block-list__layout .reusable-block-edit-panel .reusable-block-edit-panel__title {
        margin: 0
    }

    .block-editor-block-list__layout .reusable-block-edit-panel .components-button.reusable-block-edit-panel__button {
        margin: 0 0 0 5px
    }
}

.editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) rgba(66, 88, 99, .4) transparent
}

.is-dark-theme .editor-block-list__layout .is-selected .reusable-block-edit-panel {
    border-color: hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) hsla(0, 0%, 100%, .45) transparent
}

.block-editor-block-list__layout .reusable-block-indicator {
    background: #fff;
    border: 1px dashed #e2e4e7;
    color: #555d66;
    top: -14px;
    height: 30px;
    padding: 4px;
    position: absolute;
    z-index: 1;
    width: 30px;
    right: -14px
}

.wp-block-button {
    color: #fff;
    margin-bottom: 1.5em
}

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

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

.wp-block-button__link {
    background-color: #32373c;
    border: none;
    border-radius: 28px;
    box-shadow: none;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 18px;
    margin: 0;
    padding: 12px 24px;
    text-align: center;
    text-decoration: none;
    overflow-wrap: break-word
}

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

.is-style-squared .wp-block-button__link {
    border-radius: 0
}

.is-style-outline {
    color: #32373c
}

.is-style-outline .wp-block-button__link {
    background-color: transparent;
    border: 2px solid
}

.wp-block-calendar {
    text-align: center
}

.wp-block-calendar tbody td,
.wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e2e4e7
}

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

.wp-block-calendar table {
    width: 100%;
    border-collapse: collapse;
    font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif
}

.wp-block-calendar table th {
    font-weight: 440;
    background: #edeff0
}

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

.wp-block-calendar tfoot a {
    color: #00739c
}

.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-columns {
    display: flex;
    flex-wrap: wrap
}

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

.wp-block-column {
    flex-grow: 1;
    margin-bottom: 1em;
    flex-basis: 100%;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word
}

@media(min-width:600px) {
    .wp-block-column {
        flex-basis: calc(50% - 16px);
        flex-grow: 0
    }

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

@media(min-width:782px) {
    .wp-block-column:not(:first-child) {
        margin-left: 32px
    }
}

.wp-block-cover,
.wp-block-cover-image {
    position: relative;
    background-color: #000;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.wp-block-cover-image.has-left-content,
.wp-block-cover.has-left-content {
    justify-content: flex-start
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover-image.has-left-content .wp-block-cover-text,
.wp-block-cover-image.has-left-content h2,
.wp-block-cover.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
.wp-block-cover.has-left-content h2 {
    margin-left: 0;
    text-align: left
}

.wp-block-cover-image.has-right-content,
.wp-block-cover.has-right-content {
    justify-content: flex-end
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover-image.has-right-content .wp-block-cover-text,
.wp-block-cover-image.has-right-content h2,
.wp-block-cover.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
.wp-block-cover.has-right-content h2 {
    margin-right: 0;
    text-align: right
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
    color: #fff;
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 610px;
    padding: 14px;
    text-align: center
}

.wp-block-cover-image .wp-block-cover-image-text a,
.wp-block-cover-image .wp-block-cover-image-text a:active,
.wp-block-cover-image .wp-block-cover-image-text a:focus,
.wp-block-cover-image .wp-block-cover-image-text a:hover,
.wp-block-cover-image .wp-block-cover-text a,
.wp-block-cover-image .wp-block-cover-text a:active,
.wp-block-cover-image .wp-block-cover-text a:focus,
.wp-block-cover-image .wp-block-cover-text a:hover,
.wp-block-cover-image h2 a,
.wp-block-cover-image h2 a:active,
.wp-block-cover-image h2 a:focus,
.wp-block-cover-image h2 a:hover,
.wp-block-cover .wp-block-cover-image-text a,
.wp-block-cover .wp-block-cover-image-text a:active,
.wp-block-cover .wp-block-cover-image-text a:focus,
.wp-block-cover .wp-block-cover-image-text a:hover,
.wp-block-cover .wp-block-cover-text a,
.wp-block-cover .wp-block-cover-text a:active,
.wp-block-cover .wp-block-cover-text a:focus,
.wp-block-cover .wp-block-cover-text a:hover,
.wp-block-cover h2 a,
.wp-block-cover h2 a:active,
.wp-block-cover h2 a:focus,
.wp-block-cover h2 a:hover {
    color: #fff
}

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

.wp-block-cover-image.has-background-dim:before,
.wp-block-cover.has-background-dim:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: inherit;
    opacity: .5;
    z-index: 1
}

.wp-block-cover-image.has-background-dim.has-background-dim-10:before,
.wp-block-cover.has-background-dim.has-background-dim-10:before {
    opacity: .1
}

.wp-block-cover-image.has-background-dim.has-background-dim-20:before,
.wp-block-cover.has-background-dim.has-background-dim-20:before {
    opacity: .2
}

.wp-block-cover-image.has-background-dim.has-background-dim-30:before,
.wp-block-cover.has-background-dim.has-background-dim-30:before {
    opacity: .3
}

.wp-block-cover-image.has-background-dim.has-background-dim-40:before,
.wp-block-cover.has-background-dim.has-background-dim-40:before {
    opacity: .4
}

.wp-block-cover-image.has-background-dim.has-background-dim-50:before,
.wp-block-cover.has-background-dim.has-background-dim-50:before {
    opacity: .5
}

.wp-block-cover-image.has-background-dim.has-background-dim-60:before,
.wp-block-cover.has-background-dim.has-background-dim-60:before {
    opacity: .6
}

.wp-block-cover-image.has-background-dim.has-background-dim-70:before,
.wp-block-cover.has-background-dim.has-background-dim-70:before {
    opacity: .7
}

.wp-block-cover-image.has-background-dim.has-background-dim-80:before,
.wp-block-cover.has-background-dim.has-background-dim-80:before {
    opacity: .8
}

.wp-block-cover-image.has-background-dim.has-background-dim-90:before,
.wp-block-cover.has-background-dim.has-background-dim-90:before {
    opacity: .9
}

.wp-block-cover-image.has-background-dim.has-background-dim-100:before,
.wp-block-cover.has-background-dim.has-background-dim-100:before {
    opacity: 1
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
    max-width: 305px;
    width: 100%
}

.wp-block-cover-image:after,
.wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit
}

@supports((position:-webkit-sticky) or (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 {
    width: calc(100% - 70px);
    z-index: 1;
    color: #f8f9f9
}

.wp-block-cover-image .wp-block-subhead,
.wp-block-cover-image h1,
.wp-block-cover-image h2,
.wp-block-cover-image h3,
.wp-block-cover-image h4,
.wp-block-cover-image h5,
.wp-block-cover-image h6,
.wp-block-cover-image p,
.wp-block-cover .wp-block-subhead,
.wp-block-cover h1,
.wp-block-cover h2,
.wp-block-cover h3,
.wp-block-cover h4,
.wp-block-cover h5,
.wp-block-cover h6,
.wp-block-cover p {
    color: inherit
}

.wp-block-cover__video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.block-editor-block-list__block[data-type="core/embed"][data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__block[data-type="core/embed"][data-align=right] .block-editor-block-list__block-edit,
.wp-block-embed.alignleft,
.wp-block-embed.alignright {
    max-width: 360px;
    width: 100%
}

.wp-block-embed {
    margin-bottom: 1em
}

.wp-block-embed figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper {
    position: relative
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-2 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-16 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper iframe,
.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%
}

.wp-embed-responsive .wp-block-embed.wp-embed-aspect-9-6 .wp-block-embed__wrapper:before {
    padding-top: 66.66%
}

.wp-embed-responsive .wp-block-embed.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__button {
    background: #32373c;
    border-radius: 2em;
    color: #fff;
    font-size: 13px;
    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
}

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

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative
}

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

@supports((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-gallery .blocks-gallery-image figure,
    .wp-block-gallery .blocks-gallery-item figure {
        display: flex;
        align-items: flex-end;
        justify-content: flex-start
    }
}

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

@supports((position:-webkit-sticky) or (position:sticky)) {

    .wp-block-gallery .blocks-gallery-image img,
    .wp-block-gallery .blocks-gallery-item img {
        width: auto
    }
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    overflow: auto;
    padding: 40px 10px 9px;
    color: #fff;
    text-align: center;
    font-size: 13px;
    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, .3) 70%, transparent)
}

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

.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:-webkit-sticky) or (position:sticky)) {

    .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 {
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
    width: calc((100% - 16px)/2)
}

.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
    margin-right: 0
}

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

@media(min-width:600px) {

    .wp-block-gallery.columns-3 .blocks-gallery-image,
    .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc((100% - 32px)/3);
        margin-right: 16px
    }

    @supports(-ms-ime-align:auto) {

        .wp-block-gallery.columns-3 .blocks-gallery-image,
        .wp-block-gallery.columns-3 .blocks-gallery-item {
            width: calc((100% - 32px)/3 - 1px)
        }
    }

    .wp-block-gallery.columns-4 .blocks-gallery-image,
    .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc((100% - 48px)/4);
        margin-right: 16px
    }

    @supports(-ms-ime-align:auto) {

        .wp-block-gallery.columns-4 .blocks-gallery-image,
        .wp-block-gallery.columns-4 .blocks-gallery-item {
            width: calc((100% - 48px)/4 - 1px)
        }
    }

    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc((100% - 64px)/5);
        margin-right: 16px
    }

    @supports(-ms-ime-align:auto) {

        .wp-block-gallery.columns-5 .blocks-gallery-image,
        .wp-block-gallery.columns-5 .blocks-gallery-item {
            width: calc((100% - 64px)/5 - 1px)
        }
    }

    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc((100% - 80px)/6);
        margin-right: 16px
    }

    @supports(-ms-ime-align:auto) {

        .wp-block-gallery.columns-6 .blocks-gallery-image,
        .wp-block-gallery.columns-6 .blocks-gallery-item {
            width: calc((100% - 80px)/6 - 1px)
        }
    }

    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc((100% - 96px)/7);
        margin-right: 16px
    }

    @supports(-ms-ime-align:auto) {

        .wp-block-gallery.columns-7 .blocks-gallery-image,
        .wp-block-gallery.columns-7 .blocks-gallery-item {
            width: calc((100% - 96px)/7 - 1px)
        }
    }

    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc((100% - 112px)/8);
        margin-right: 16px
    }

    @supports(-ms-ime-align:auto) {

        .wp-block-gallery.columns-8 .blocks-gallery-image,
        .wp-block-gallery.columns-8 .blocks-gallery-item {
            width: calc((100% - 112px)/8 - 1px)
        }
    }

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

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

.wp-block-gallery .blocks-gallery-item.has-add-item-button {
    width: 100%
}

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

.wp-block-gallery.aligncenter,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
    display: flex
}

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

.wp-block-image {
    max-width: 100%;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0
}

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

.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,
.wp-block-image.is-resized {
    display: table;
    margin-left: 0;
    margin-right: 0
}

.wp-block-image .aligncenter>figcaption,
.wp-block-image .alignleft>figcaption,
.wp-block-image .alignright>figcaption,
.wp-block-image.is-resized>figcaption {
    display: table-caption;
    caption-side: bottom
}

.wp-block-image .alignleft {
    float: left;
    margin-right: 1em
}

.wp-block-image .alignright {
    float: right;
    margin-left: 1em
}

.wp-block-image .aligncenter {
    margin-left: auto;
    margin-right: auto
}

.wp-block-image figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

.wp-block-latest-comments__comment {
    font-size: 15px;
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 36px;
    list-style: none
}

.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: 52px
}

.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: 14px;
    line-height: 1.8;
    margin: 5px 0 20px
}

.wp-block-latest-comments__comment-date {
    color: #8f98a1;
    display: block;
    font-size: 12px
}

.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
    border-radius: 24px;
    display: block;
    float: left;
    height: 40px;
    margin-right: 12px;
    width: 40px
}

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

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

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

.wp-block-latest-posts.is-grid li {
    margin: 0 16px 16px 0;
    width: 100%
}

@media(min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - 16px)
    }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - 16px)
    }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - 16px)
    }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 16px)
    }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 16px)
    }
}

.wp-block-latest-posts__post-date {
    display: block;
    color: #6c7781;
    font-size: 13px
}

.wp-block-media-text {
    display: grid;
    grid-template-rows: auto;
    align-items: center;
    grid-template-areas: "media-text-media media-text-content";
    grid-template-columns: 50% auto
}

.wp-block-media-text.has-media-on-the-right {
    grid-template-areas: "media-text-content media-text-media";
    grid-template-columns: auto 50%
}

.wp-block-media-text .wp-block-media-text__media {
    grid-area: media-text-media;
    margin: 0
}

.wp-block-media-text .wp-block-media-text__content {
    word-break: break-word;
    grid-area: media-text-content;
    padding: 0 8%
}

.wp-block-media-text>figure>img,
.wp-block-media-text>figure>video {
    max-width: unset;
    width: 100%;
    vertical-align: middle
}

@media(max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
        grid-template-areas: "media-text-media""media-text-content"
    }

    .wp-block-media-text.is-stacked-on-mobile.has-media-on-the-right {
        grid-template-areas: "media-text-content""media-text-media"
    }
}

.is-small-text {
    font-size: 14px
}

.is-regular-text {
    font-size: 16px
}

.is-large-text {
    font-size: 36px
}

.is-larger-text {
    font-size: 48px
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal
}

.has-drop-cap:not(:focus):after {
    content: "";
    display: table;
    clear: both;
    padding-top: 14px
}

p.has-background {
    padding: 20px 30px
}

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

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

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

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
    font-size: 20px
}

.wp-block-pullquote p {
    font-size: 28px;
    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: 0 0
}

.wp-block-pullquote.is-style-solid-color {
    border: none
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    max-width: 60%
}

.wp-block-pullquote.is-style-solid-color blockquote p {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 32px
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
    text-transform: none;
    font-style: normal
}

.wp-block-pullquote cite {
    color: inherit
}

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

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
    font-size: 24px;
    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: 18px;
    text-align: right
}

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

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

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

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

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

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

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

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

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

.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
    color: #6c7781;
    font-size: 13px
}

.wp-block-search {
    display: flex;
    flex-wrap: wrap
}

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

.wp-block-search .wp-block-search__input {
    flex-grow: 1
}

.wp-block-search .wp-block-search__button {
    margin-left: 10px
}

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

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

.wp-block-separator.is-style-dots:before {
    content: "\00b7 \00b7 \00b7";
    color: #191e23;
    font-size: 20px;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif
}

p.wp-block-subhead {
    font-size: 1.1em;
    font-style: italic;
    opacity: .75
}

.wp-block-table.has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
    display: table;
    width: auto
}

.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 {
    border-spacing: 0;
    border-collapse: inherit;
    background-color: transparent;
    border-bottom: 1px solid #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tr:nth-child(odd),
.wp-block-table.is-style-stripes tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td {
    border-color: transparent
}

.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 16px;
    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 {
    white-space: nowrap;
    overflow: auto
}

.wp-block-video {
    margin-left: 0;
    margin-right: 0
}

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

@supports((position:-webkit-sticky) or (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-top: .5em;
    margin-bottom: 1em;
    color: #555d66;
    text-align: center;
    font-size: 13px
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.has-small-font-size {
    font-size: 13px
}

.has-normal-font-size,
.has-regular-font-size {
    font-size: 16px
}

.has-medium-font-size {
    font-size: 20px
}

.has-large-font-size {
    font-size: 36px
}

.has-huge-font-size,
.has-larger-font-size {
    font-size: 42px
}

div.wpcf7 {
    margin: 0;
    padding: 0
}

div.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    width: 1px;
    margin: 0;
    padding: 0;
    border: 0
}

div.wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid red
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14
}

div.wpcf7-mail-sent-ng,
div.wpcf7-aborted {
    border: 2px solid red
}

div.wpcf7-spam-blocked {
    border: 2px solid orange
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
    border: 2px solid #f7e700
}

.wpcf7-form-control-wrap {
    position: relative
}

span.wpcf7-not-valid-tip {
    color: red;
    font-size: 1em;
    font-weight: 400;
    display: block
}

.use-floating-validation-tip span.wpcf7-not-valid-tip {
    position: absolute;
    top: 20%;
    left: 20%;
    z-index: 100;
    border: 1px solid red;
    background: #fff;
    padding: .2em .8em
}

span.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em
}

span.wpcf7-list-item-label:before,
span.wpcf7-list-item-label:after {
    content: " "
}

.wpcf7-display-none {
    display: none
}

div.wpcf7 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(assets/img/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle
}

div.wpcf7 .ajax-loader.is-active {
    visibility: visible
}

div.wpcf7 div.ajax-error {
    display: none
}

div.wpcf7 .placeheld {
    color: #888
}

div.wpcf7 input[type=file] {
    cursor: pointer
}

div.wpcf7 input[type=file]:disabled {
    cursor: default
}

div.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

/*!* Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
* License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)*/
@font-face {
    font-family: fontawesome;
    src: url(assets/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(assets/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(assets/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(assets/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(assets/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(assets/plugins/elementor/assets/lib/font-awesome/fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: 400;
    font-style: normal
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-fw {
    width: 1.28571429em;
    text-align: center
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}

.fa-ul>li {
    position: relative
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}

.fa-li.fa-lg {
    left: -1.85714286em
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}

.fa-pull-left {
    float: left
}

.fa-pull-right {
    float: right
}

.fa.fa-pull-left {
    margin-right: .3em
}

.fa.fa-pull-right {
    margin-left: .3em
}

.pull-right {
    float: right
}

.pull-left {
    float: left
}

.fa.pull-left {
    margin-right: .3em
}

.fa.pull-right {
    margin-left: .3em
}

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
    filter: none
}

.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}

.fa-stack-1x {
    line-height: inherit
}

.fa-stack-2x {
    font-size: 2em
}

.fa-inverse {
    color: #fff
}

.fa-glass:before {
    content: "\f000"
}

.fa-music:before {
    content: "\f001"
}

.fa-search:before {
    content: "\f002"
}

.fa-envelope-o:before {
    content: "\f003"
}

.fa-heart:before {
    content: "\f004"
}

.fa-star:before {
    content: "\f005"
}

.fa-star-o:before {
    content: "\f006"
}

.fa-user:before {
    content: "\f007"
}

.fa-film:before {
    content: "\f008"
}

.fa-th-large:before {
    content: "\f009"
}

.fa-th:before {
    content: "\f00a"
}

.fa-th-list:before {
    content: "\f00b"
}

.fa-check:before {
    content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d"
}

.fa-search-plus:before {
    content: "\f00e"
}

.fa-search-minus:before {
    content: "\f010"
}

.fa-power-off:before {
    content: "\f011"
}

.fa-signal:before {
    content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
    content: "\f013"
}

.fa-trash-o:before {
    content: "\f014"
}

.fa-home:before {
    content: "\f015"
}

.fa-file-o:before {
    content: "\f016"
}

.fa-clock-o:before {
    content: "\f017"
}

.fa-road:before {
    content: "\f018"
}

.fa-download:before {
    content: "\f019"
}

.fa-arrow-circle-o-down:before {
    content: "\f01a"
}

.fa-arrow-circle-o-up:before {
    content: "\f01b"
}

.fa-inbox:before {
    content: "\f01c"
}

.fa-play-circle-o:before {
    content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
    content: "\f01e"
}

.fa-refresh:before {
    content: "\f021"
}

.fa-list-alt:before {
    content: "\f022"
}

.fa-lock:before {
    content: "\f023"
}

.fa-flag:before {
    content: "\f024"
}

.fa-headphones:before {
    content: "\f025"
}

.fa-volume-off:before {
    content: "\f026"
}

.fa-volume-down:before {
    content: "\f027"
}

.fa-volume-up:before {
    content: "\f028"
}

.fa-qrcode:before {
    content: "\f029"
}

.fa-barcode:before {
    content: "\f02a"
}

.fa-tag:before {
    content: "\f02b"
}

.fa-tags:before {
    content: "\f02c"
}

.fa-book:before {
    content: "\f02d"
}

.fa-bookmark:before {
    content: "\f02e"
}

.fa-print:before {
    content: "\f02f"
}

.fa-camera:before {
    content: "\f030"
}

.fa-font:before {
    content: "\f031"
}

.fa-bold:before {
    content: "\f032"
}

.fa-italic:before {
    content: "\f033"
}

.fa-text-height:before {
    content: "\f034"
}

.fa-text-width:before {
    content: "\f035"
}

.fa-align-left:before {
    content: "\f036"
}

.fa-align-center:before {
    content: "\f037"
}

.fa-align-right:before {
    content: "\f038"
}

.fa-align-justify:before {
    content: "\f039"
}

.fa-list:before {
    content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
    content: "\f03b"
}

.fa-indent:before {
    content: "\f03c"
}

.fa-video-camera:before {
    content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
    content: "\f03e"
}

.fa-pencil:before {
    content: "\f040"
}

.fa-map-marker:before {
    content: "\f041"
}

.fa-adjust:before {
    content: "\f042"
}

.fa-tint:before {
    content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
    content: "\f044"
}

.fa-share-square-o:before {
    content: "\f045"
}

.fa-check-square-o:before {
    content: "\f046"
}

.fa-arrows:before {
    content: "\f047"
}

.fa-step-backward:before {
    content: "\f048"
}

.fa-fast-backward:before {
    content: "\f049"
}

.fa-backward:before {
    content: "\f04a"
}

.fa-play:before {
    content: "\f04b"
}

.fa-pause:before {
    content: "\f04c"
}

.fa-stop:before {
    content: "\f04d"
}

.fa-forward:before {
    content: "\f04e"
}

.fa-fast-forward:before {
    content: "\f050"
}

.fa-step-forward:before {
    content: "\f051"
}

.fa-eject:before {
    content: "\f052"
}

.fa-chevron-left:before {
    content: "\f053"
}

.fa-chevron-right:before {
    content: "\f054"
}

.fa-plus-circle:before {
    content: "\f055"
}

.fa-minus-circle:before {
    content: "\f056"
}

.fa-times-circle:before {
    content: "\f057"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-question-circle:before {
    content: "\f059"
}

.fa-info-circle:before {
    content: "\f05a"
}

.fa-crosshairs:before {
    content: "\f05b"
}

.fa-times-circle-o:before {
    content: "\f05c"
}

.fa-check-circle-o:before {
    content: "\f05d"
}

.fa-ban:before {
    content: "\f05e"
}

.fa-arrow-left:before {
    content: "\f060"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-arrow-up:before {
    content: "\f062"
}

.fa-arrow-down:before {
    content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
    content: "\f064"
}

.fa-expand:before {
    content: "\f065"
}

.fa-compress:before {
    content: "\f066"
}

.fa-plus:before {
    content: "\f067"
}

.fa-minus:before {
    content: "\f068"
}

.fa-asterisk:before {
    content: "\f069"
}

.fa-exclamation-circle:before {
    content: "\f06a"
}

.fa-gift:before {
    content: "\f06b"
}

.fa-leaf:before {
    content: "\f06c"
}

.fa-fire:before {
    content: "\f06d"
}

.fa-eye:before {
    content: "\f06e"
}

.fa-eye-slash:before {
    content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
    content: "\f071"
}

.fa-plane:before {
    content: "\f072"
}

.fa-calendar:before {
    content: "\f073"
}

.fa-random:before {
    content: "\f074"
}

.fa-comment:before {
    content: "\f075"
}

.fa-magnet:before {
    content: "\f076"
}

.fa-chevron-up:before {
    content: "\f077"
}

.fa-chevron-down:before {
    content: "\f078"
}

.fa-retweet:before {
    content: "\f079"
}

.fa-shopping-cart:before {
    content: "\f07a"
}

.fa-folder:before {
    content: "\f07b"
}

.fa-folder-open:before {
    content: "\f07c"
}

.fa-arrows-v:before {
    content: "\f07d"
}

.fa-arrows-h:before {
    content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
    content: "\f080"
}

.fa-twitter-square:before {
    content: "\f081"
}

.fa-facebook-square:before {
    content: "\f082"
}

.fa-camera-retro:before {
    content: "\f083"
}

.fa-key:before {
    content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
    content: "\f085"
}

.fa-comments:before {
    content: "\f086"
}

.fa-thumbs-o-up:before {
    content: "\f087"
}

.fa-thumbs-o-down:before {
    content: "\f088"
}

.fa-star-half:before {
    content: "\f089"
}

.fa-heart-o:before {
    content: "\f08a"
}

.fa-sign-out:before {
    content: "\f08b"
}

.fa-linkedin-square:before {
    content: "\f08c"
}

.fa-thumb-tack:before {
    content: "\f08d"
}

.fa-external-link:before {
    content: "\f08e"
}

.fa-sign-in:before {
    content: "\f090"
}

.fa-trophy:before {
    content: "\f091"
}

.fa-github-square:before {
    content: "\f092"
}

.fa-upload:before {
    content: "\f093"
}

.fa-lemon-o:before {
    content: "\f094"
}

.fa-phone:before {
    content: "\f095"
}

.fa-square-o:before {
    content: "\f096"
}

.fa-bookmark-o:before {
    content: "\f097"
}

.fa-phone-square:before {
    content: "\f098"
}

.fa-twitter:before {
    content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
    content: "\f09a"
}

.fa-github:before {
    content: "\f09b"
}

.fa-unlock:before {
    content: "\f09c"
}

.fa-credit-card:before {
    content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
    content: "\f09e"
}

.fa-hdd-o:before {
    content: "\f0a0"
}

.fa-bullhorn:before {
    content: "\f0a1"
}

.fa-bell:before {
    content: "\f0f3"
}

.fa-certificate:before {
    content: "\f0a3"
}

.fa-hand-o-right:before {
    content: "\f0a4"
}

.fa-hand-o-left:before {
    content: "\f0a5"
}

.fa-hand-o-up:before {
    content: "\f0a6"
}

.fa-hand-o-down:before {
    content: "\f0a7"
}

.fa-arrow-circle-left:before {
    content: "\f0a8"
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.fa-arrow-circle-up:before {
    content: "\f0aa"
}

.fa-arrow-circle-down:before {
    content: "\f0ab"
}

.fa-globe:before {
    content: "\f0ac"
}

.fa-wrench:before {
    content: "\f0ad"
}

.fa-tasks:before {
    content: "\f0ae"
}

.fa-filter:before {
    content: "\f0b0"
}

.fa-briefcase:before {
    content: "\f0b1"
}

.fa-arrows-alt:before {
    content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
    content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
    content: "\f0c1"
}

.fa-cloud:before {
    content: "\f0c2"
}

.fa-flask:before {
    content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
    content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
    content: "\f0c5"
}

.fa-paperclip:before {
    content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
    content: "\f0c7"
}

.fa-square:before {
    content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9"
}

.fa-list-ul:before {
    content: "\f0ca"
}

.fa-list-ol:before {
    content: "\f0cb"
}

.fa-strikethrough:before {
    content: "\f0cc"
}

.fa-underline:before {
    content: "\f0cd"
}

.fa-table:before {
    content: "\f0ce"
}

.fa-magic:before {
    content: "\f0d0"
}

.fa-truck:before {
    content: "\f0d1"
}

.fa-pinterest:before {
    content: "\f0d2"
}

.fa-pinterest-square:before {
    content: "\f0d3"
}

.fa-google-plus-square:before {
    content: "\f0d4"
}

.fa-google-plus:before {
    content: "\f0d5"
}

.fa-money:before {
    content: "\f0d6"
}

.fa-caret-down:before {
    content: "\f0d7"
}

.fa-caret-up:before {
    content: "\f0d8"
}

.fa-caret-left:before {
    content: "\f0d9"
}

.fa-caret-right:before {
    content: "\f0da"
}

.fa-columns:before {
    content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
    content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
    content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
    content: "\f0de"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-linkedin:before {
    content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
    content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
    content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
    content: "\f0e4"
}

.fa-comment-o:before {
    content: "\f0e5"
}

.fa-comments-o:before {
    content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
    content: "\f0e7"
}

.fa-sitemap:before {
    content: "\f0e8"
}

.fa-umbrella:before {
    content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
    content: "\f0ea"
}

.fa-lightbulb-o:before {
    content: "\f0eb"
}

.fa-exchange:before {
    content: "\f0ec"
}

.fa-cloud-download:before {
    content: "\f0ed"
}

.fa-cloud-upload:before {
    content: "\f0ee"
}

.fa-user-md:before {
    content: "\f0f0"
}

.fa-stethoscope:before {
    content: "\f0f1"
}

.fa-suitcase:before {
    content: "\f0f2"
}

.fa-bell-o:before {
    content: "\f0a2"
}

.fa-coffee:before {
    content: "\f0f4"
}

.fa-cutlery:before {
    content: "\f0f5"
}

.fa-file-text-o:before {
    content: "\f0f6"
}

.fa-building-o:before {
    content: "\f0f7"
}

.fa-hospital-o:before {
    content: "\f0f8"
}

.fa-ambulance:before {
    content: "\f0f9"
}

.fa-medkit:before {
    content: "\f0fa"
}

.fa-fighter-jet:before {
    content: "\f0fb"
}

.fa-beer:before {
    content: "\f0fc"
}

.fa-h-square:before {
    content: "\f0fd"
}

.fa-plus-square:before {
    content: "\f0fe"
}

.fa-angle-double-left:before {
    content: "\f100"
}

.fa-angle-double-right:before {
    content: "\f101"
}

.fa-angle-double-up:before {
    content: "\f102"
}

.fa-angle-double-down:before {
    content: "\f103"
}

.fa-angle-left:before {
    content: "\f104"
}

.fa-angle-right:before {
    content: "\f105"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-angle-down:before {
    content: "\f107"
}

.fa-desktop:before {
    content: "\f108"
}

.fa-laptop:before {
    content: "\f109"
}

.fa-tablet:before {
    content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
    content: "\f10b"
}

.fa-circle-o:before {
    content: "\f10c"
}

.fa-quote-left:before {
    content: "\f10d"
}

.fa-quote-right:before {
    content: "\f10e"
}

.fa-spinner:before {
    content: "\f110"
}

.fa-circle:before {
    content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
    content: "\f112"
}

.fa-github-alt:before {
    content: "\f113"
}

.fa-folder-o:before {
    content: "\f114"
}

.fa-folder-open-o:before {
    content: "\f115"
}

.fa-smile-o:before {
    content: "\f118"
}

.fa-frown-o:before {
    content: "\f119"
}

.fa-meh-o:before {
    content: "\f11a"
}

.fa-gamepad:before {
    content: "\f11b"
}

.fa-keyboard-o:before {
    content: "\f11c"
}

.fa-flag-o:before {
    content: "\f11d"
}

.fa-flag-checkered:before {
    content: "\f11e"
}

.fa-terminal:before {
    content: "\f120"
}

.fa-code:before {
    content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
    content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
    content: "\f123"
}

.fa-location-arrow:before {
    content: "\f124"
}

.fa-crop:before {
    content: "\f125"
}

.fa-code-fork:before {
    content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
    content: "\f127"
}

.fa-question:before {
    content: "\f128"
}

.fa-info:before {
    content: "\f129"
}

.fa-exclamation:before {
    content: "\f12a"
}

.fa-superscript:before {
    content: "\f12b"
}

.fa-subscript:before {
    content: "\f12c"
}

.fa-eraser:before {
    content: "\f12d"
}

.fa-puzzle-piece:before {
    content: "\f12e"
}

.fa-microphone:before {
    content: "\f130"
}

.fa-microphone-slash:before {
    content: "\f131"
}

.fa-shield:before {
    content: "\f132"
}

.fa-calendar-o:before {
    content: "\f133"
}

.fa-fire-extinguisher:before {
    content: "\f134"
}

.fa-rocket:before {
    content: "\f135"
}

.fa-maxcdn:before {
    content: "\f136"
}

.fa-chevron-circle-left:before {
    content: "\f137"
}

.fa-chevron-circle-right:before {
    content: "\f138"
}

.fa-chevron-circle-up:before {
    content: "\f139"
}

.fa-chevron-circle-down:before {
    content: "\f13a"
}

.fa-html5:before {
    content: "\f13b"
}

.fa-css3:before {
    content: "\f13c"
}

.fa-anchor:before {
    content: "\f13d"
}

.fa-unlock-alt:before {
    content: "\f13e"
}

.fa-bullseye:before {
    content: "\f140"
}

.fa-ellipsis-h:before {
    content: "\f141"
}

.fa-ellipsis-v:before {
    content: "\f142"
}

.fa-rss-square:before {
    content: "\f143"
}

.fa-play-circle:before {
    content: "\f144"
}

.fa-ticket:before {
    content: "\f145"
}

.fa-minus-square:before {
    content: "\f146"
}

.fa-minus-square-o:before {
    content: "\f147"
}

.fa-level-up:before {
    content: "\f148"
}

.fa-level-down:before {
    content: "\f149"
}

.fa-check-square:before {
    content: "\f14a"
}

.fa-pencil-square:before {
    content: "\f14b"
}

.fa-external-link-square:before {
    content: "\f14c"
}

.fa-share-square:before {
    content: "\f14d"
}

.fa-compass:before {
    content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
    content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
    content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
    content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
    content: "\f153"
}

.fa-gbp:before {
    content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
    content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
    content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
    content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
    content: "\f158"
}

.fa-won:before,
.fa-krw:before {
    content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
    content: "\f15a"
}

.fa-file:before {
    content: "\f15b"
}

.fa-file-text:before {
    content: "\f15c"
}

.fa-sort-alpha-asc:before {
    content: "\f15d"
}

.fa-sort-alpha-desc:before {
    content: "\f15e"
}

.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa-sort-numeric-desc:before {
    content: "\f163"
}

.fa-thumbs-up:before {
    content: "\f164"
}

.fa-thumbs-down:before {
    content: "\f165"
}

.fa-youtube-square:before {
    content: "\f166"
}

.fa-youtube:before {
    content: "\f167"
}

.fa-xing:before {
    content: "\f168"
}

.fa-xing-square:before {
    content: "\f169"
}

.fa-youtube-play:before {
    content: "\f16a"
}

.fa-dropbox:before {
    content: "\f16b"
}

.fa-stack-overflow:before {
    content: "\f16c"
}

.fa-instagram:before {
    content: "\f16d"
}

.fa-flickr:before {
    content: "\f16e"
}

.fa-adn:before {
    content: "\f170"
}

.fa-bitbucket:before {
    content: "\f171"
}

.fa-bitbucket-square:before {
    content: "\f172"
}

.fa-tumblr:before {
    content: "\f173"
}

.fa-tumblr-square:before {
    content: "\f174"
}

.fa-long-arrow-down:before {
    content: "\f175"
}

.fa-long-arrow-up:before {
    content: "\f176"
}

.fa-long-arrow-left:before {
    content: "\f177"
}

.fa-long-arrow-right:before {
    content: "\f178"
}

.fa-apple:before {
    content: "\f179"
}

.fa-windows:before {
    content: "\f17a"
}

.fa-android:before {
    content: "\f17b"
}

.fa-linux:before {
    content: "\f17c"
}

.fa-dribbble:before {
    content: "\f17d"
}

.fa-skype:before {
    content: "\f17e"
}

.fa-foursquare:before {
    content: "\f180"
}

.fa-trello:before {
    content: "\f181"
}

.fa-female:before {
    content: "\f182"
}

.fa-male:before {
    content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
    content: "\f184"
}

.fa-sun-o:before {
    content: "\f185"
}

.fa-moon-o:before {
    content: "\f186"
}

.fa-archive:before {
    content: "\f187"
}

.fa-bug:before {
    content: "\f188"
}

.fa-vk:before {
    content: "\f189"
}

.fa-weibo:before {
    content: "\f18a"
}

.fa-renren:before {
    content: "\f18b"
}

.fa-pagelines:before {
    content: "\f18c"
}

.fa-stack-exchange:before {
    content: "\f18d"
}

.fa-arrow-circle-o-right:before {
    content: "\f18e"
}

.fa-arrow-circle-o-left:before {
    content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
    content: "\f191"
}

.fa-dot-circle-o:before {
    content: "\f192"
}

.fa-wheelchair:before {
    content: "\f193"
}

.fa-vimeo-square:before {
    content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
    content: "\f195"
}

.fa-plus-square-o:before {
    content: "\f196"
}

.fa-space-shuttle:before {
    content: "\f197"
}

.fa-slack:before {
    content: "\f198"
}

.fa-envelope-square:before {
    content: "\f199"
}

.fa-wordpress:before {
    content: "\f19a"
}

.fa-openid:before {
    content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
    content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
    content: "\f19d"
}

.fa-yahoo:before {
    content: "\f19e"
}

.fa-google:before {
    content: "\f1a0"
}

.fa-reddit:before {
    content: "\f1a1"
}

.fa-reddit-square:before {
    content: "\f1a2"
}

.fa-stumbleupon-circle:before {
    content: "\f1a3"
}

.fa-stumbleupon:before {
    content: "\f1a4"
}

.fa-delicious:before {
    content: "\f1a5"
}

.fa-digg:before {
    content: "\f1a6"
}

.fa-pied-piper-pp:before {
    content: "\f1a7"
}

.fa-pied-piper-alt:before {
    content: "\f1a8"
}

.fa-drupal:before {
    content: "\f1a9"
}

.fa-joomla:before {
    content: "\f1aa"
}

.fa-language:before {
    content: "\f1ab"
}

.fa-fax:before {
    content: "\f1ac"
}

.fa-building:before {
    content: "\f1ad"
}

.fa-child:before {
    content: "\f1ae"
}

.fa-paw:before {
    content: "\f1b0"
}

.fa-spoon:before {
    content: "\f1b1"
}

.fa-cube:before {
    content: "\f1b2"
}

.fa-cubes:before {
    content: "\f1b3"
}

.fa-behance:before {
    content: "\f1b4"
}

.fa-behance-square:before {
    content: "\f1b5"
}

.fa-steam:before {
    content: "\f1b6"
}

.fa-steam-square:before {
    content: "\f1b7"
}

.fa-recycle:before {
    content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
    content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
    content: "\f1ba"
}

.fa-tree:before {
    content: "\f1bb"
}

.fa-spotify:before {
    content: "\f1bc"
}

.fa-deviantart:before {
    content: "\f1bd"
}

.fa-soundcloud:before {
    content: "\f1be"
}

.fa-database:before {
    content: "\f1c0"
}

.fa-file-pdf-o:before {
    content: "\f1c1"
}

.fa-file-word-o:before {
    content: "\f1c2"
}

.fa-file-excel-o:before {
    content: "\f1c3"
}

.fa-file-powerpoint-o:before {
    content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
    content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
    content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
    content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
    content: "\f1c8"
}

.fa-file-code-o:before {
    content: "\f1c9"
}

.fa-vine:before {
    content: "\f1ca"
}

.fa-codepen:before {
    content: "\f1cb"
}

.fa-jsfiddle:before {
    content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
    content: "\f1cd"
}

.fa-circle-o-notch:before {
    content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
    content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
    content: "\f1d1"
}

.fa-git-square:before {
    content: "\f1d2"
}

.fa-git:before {
    content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
    content: "\f1d4"
}

.fa-tencent-weibo:before {
    content: "\f1d5"
}

.fa-qq:before {
    content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
    content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
    content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
    content: "\f1d9"
}

.fa-history:before {
    content: "\f1da"
}

.fa-circle-thin:before {
    content: "\f1db"
}

.fa-header:before {
    content: "\f1dc"
}

.fa-paragraph:before {
    content: "\f1dd"
}

.fa-sliders:before {
    content: "\f1de"
}

.fa-share-alt:before {
    content: "\f1e0"
}

.fa-share-alt-square:before {
    content: "\f1e1"
}

.fa-bomb:before {
    content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
    content: "\f1e3"
}

.fa-tty:before {
    content: "\f1e4"
}

.fa-binoculars:before {
    content: "\f1e5"
}

.fa-plug:before {
    content: "\f1e6"
}

.fa-slideshare:before {
    content: "\f1e7"
}

.fa-twitch:before {
    content: "\f1e8"
}

.fa-yelp:before {
    content: "\f1e9"
}

.fa-newspaper-o:before {
    content: "\f1ea"
}

.fa-wifi:before {
    content: "\f1eb"
}

.fa-calculator:before {
    content: "\f1ec"
}

.fa-paypal:before {
    content: "\f1ed"
}

.fa-google-wallet:before {
    content: "\f1ee"
}

.fa-cc-visa:before {
    content: "\f1f0"
}

.fa-cc-mastercard:before {
    content: "\f1f1"
}

.fa-cc-discover:before {
    content: "\f1f2"
}

.fa-cc-amex:before {
    content: "\f1f3"
}

.fa-cc-paypal:before {
    content: "\f1f4"
}

.fa-cc-stripe:before {
    content: "\f1f5"
}

.fa-bell-slash:before {
    content: "\f1f6"
}

.fa-bell-slash-o:before {
    content: "\f1f7"
}

.fa-trash:before {
    content: "\f1f8"
}

.fa-copyright:before {
    content: "\f1f9"
}

.fa-at:before {
    content: "\f1fa"
}

.fa-eyedropper:before {
    content: "\f1fb"
}

.fa-paint-brush:before {
    content: "\f1fc"
}

.fa-birthday-cake:before {
    content: "\f1fd"
}

.fa-area-chart:before {
    content: "\f1fe"
}

.fa-pie-chart:before {
    content: "\f200"
}

.fa-line-chart:before {
    content: "\f201"
}

.fa-lastfm:before {
    content: "\f202"
}

.fa-lastfm-square:before {
    content: "\f203"
}

.fa-toggle-off:before {
    content: "\f204"
}

.fa-toggle-on:before {
    content: "\f205"
}

.fa-bicycle:before {
    content: "\f206"
}

.fa-bus:before {
    content: "\f207"
}

.fa-ioxhost:before {
    content: "\f208"
}

.fa-angellist:before {
    content: "\f209"
}

.fa-cc:before {
    content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
    content: "\f20b"
}

.fa-meanpath:before {
    content: "\f20c"
}

.fa-buysellads:before {
    content: "\f20d"
}

.fa-connectdevelop:before {
    content: "\f20e"
}

.fa-dashcube:before {
    content: "\f210"
}

.fa-forumbee:before {
    content: "\f211"
}

.fa-leanpub:before {
    content: "\f212"
}

.fa-sellsy:before {
    content: "\f213"
}

.fa-shirtsinbulk:before {
    content: "\f214"
}

.fa-simplybuilt:before {
    content: "\f215"
}

.fa-skyatlas:before {
    content: "\f216"
}

.fa-cart-plus:before {
    content: "\f217"
}

.fa-cart-arrow-down:before {
    content: "\f218"
}

.fa-diamond:before {
    content: "\f219"
}

.fa-ship:before {
    content: "\f21a"
}

.fa-user-secret:before {
    content: "\f21b"
}

.fa-motorcycle:before {
    content: "\f21c"
}

.fa-street-view:before {
    content: "\f21d"
}

.fa-heartbeat:before {
    content: "\f21e"
}

.fa-venus:before {
    content: "\f221"
}

.fa-mars:before {
    content: "\f222"
}

.fa-mercury:before {
    content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
    content: "\f224"
}

.fa-transgender-alt:before {
    content: "\f225"
}

.fa-venus-double:before {
    content: "\f226"
}

.fa-mars-double:before {
    content: "\f227"
}

.fa-venus-mars:before {
    content: "\f228"
}

.fa-mars-stroke:before {
    content: "\f229"
}

.fa-mars-stroke-v:before {
    content: "\f22a"
}

.fa-mars-stroke-h:before {
    content: "\f22b"
}

.fa-neuter:before {
    content: "\f22c"
}

.fa-genderless:before {
    content: "\f22d"
}

.fa-facebook-official:before {
    content: "\f230"
}

.fa-pinterest-p:before {
    content: "\f231"
}

.fa-whatsapp:before {
    content: "\f232"
}

.fa-server:before {
    content: "\f233"
}

.fa-user-plus:before {
    content: "\f234"
}

.fa-user-times:before {
    content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
    content: "\f236"
}

.fa-viacoin:before {
    content: "\f237"
}

.fa-train:before {
    content: "\f238"
}

.fa-subway:before {
    content: "\f239"
}

.fa-medium:before {
    content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
    content: "\f23b"
}

.fa-optin-monster:before {
    content: "\f23c"
}

.fa-opencart:before {
    content: "\f23d"
}

.fa-expeditedssl:before {
    content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
    content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
    content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
    content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
    content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
    content: "\f244"
}

.fa-mouse-pointer:before {
    content: "\f245"
}

.fa-i-cursor:before {
    content: "\f246"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-object-ungroup:before {
    content: "\f248"
}

.fa-sticky-note:before {
    content: "\f249"
}

.fa-sticky-note-o:before {
    content: "\f24a"
}

.fa-cc-jcb:before {
    content: "\f24b"
}

.fa-cc-diners-club:before {
    content: "\f24c"
}

.fa-clone:before {
    content: "\f24d"
}

.fa-balance-scale:before {
    content: "\f24e"
}

.fa-hourglass-o:before {
    content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
    content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
    content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
    content: "\f253"
}

.fa-hourglass:before {
    content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
    content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
    content: "\f256"
}

.fa-hand-scissors-o:before {
    content: "\f257"
}

.fa-hand-lizard-o:before {
    content: "\f258"
}

.fa-hand-spock-o:before {
    content: "\f259"
}

.fa-hand-pointer-o:before {
    content: "\f25a"
}

.fa-hand-peace-o:before {
    content: "\f25b"
}

.fa-trademark:before {
    content: "\f25c"
}

.fa-registered:before {
    content: "\f25d"
}

.fa-creative-commons:before {
    content: "\f25e"
}

.fa-gg:before {
    content: "\f260"
}

.fa-gg-circle:before {
    content: "\f261"
}

.fa-tripadvisor:before {
    content: "\f262"
}

.fa-odnoklassniki:before {
    content: "\f263"
}

.fa-odnoklassniki-square:before {
    content: "\f264"
}

.fa-get-pocket:before {
    content: "\f265"
}

.fa-wikipedia-w:before {
    content: "\f266"
}

.fa-safari:before {
    content: "\f267"
}

.fa-chrome:before {
    content: "\f268"
}

.fa-firefox:before {
    content: "\f269"
}

.fa-opera:before {
    content: "\f26a"
}

.fa-internet-explorer:before {
    content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
    content: "\f26c"
}

.fa-contao:before {
    content: "\f26d"
}

.fa-500px:before {
    content: "\f26e"
}

.fa-amazon:before {
    content: "\f270"
}

.fa-calendar-plus-o:before {
    content: "\f271"
}

.fa-calendar-minus-o:before {
    content: "\f272"
}

.fa-calendar-times-o:before {
    content: "\f273"
}

.fa-calendar-check-o:before {
    content: "\f274"
}

.fa-industry:before {
    content: "\f275"
}

.fa-map-pin:before {
    content: "\f276"
}

.fa-map-signs:before {
    content: "\f277"
}

.fa-map-o:before {
    content: "\f278"
}

.fa-map:before {
    content: "\f279"
}

.fa-commenting:before {
    content: "\f27a"
}

.fa-commenting-o:before {
    content: "\f27b"
}

.fa-houzz:before {
    content: "\f27c"
}

.fa-vimeo:before {
    content: "\f27d"
}

.fa-black-tie:before {
    content: "\f27e"
}

.fa-fonticons:before {
    content: "\f280"
}

.fa-reddit-alien:before {
    content: "\f281"
}

.fa-edge:before {
    content: "\f282"
}

.fa-credit-card-alt:before {
    content: "\f283"
}

.fa-codiepie:before {
    content: "\f284"
}

.fa-modx:before {
    content: "\f285"
}

.fa-fort-awesome:before {
    content: "\f286"
}

.fa-usb:before {
    content: "\f287"
}

.fa-product-hunt:before {
    content: "\f288"
}

.fa-mixcloud:before {
    content: "\f289"
}

.fa-scribd:before {
    content: "\f28a"
}

.fa-pause-circle:before {
    content: "\f28b"
}

.fa-pause-circle-o:before {
    content: "\f28c"
}

.fa-stop-circle:before {
    content: "\f28d"
}

.fa-stop-circle-o:before {
    content: "\f28e"
}

.fa-shopping-bag:before {
    content: "\f290"
}

.fa-shopping-basket:before {
    content: "\f291"
}

.fa-hashtag:before {
    content: "\f292"
}

.fa-bluetooth:before {
    content: "\f293"
}

.fa-bluetooth-b:before {
    content: "\f294"
}

.fa-percent:before {
    content: "\f295"
}

.fa-gitlab:before {
    content: "\f296"
}

.fa-wpbeginner:before {
    content: "\f297"
}

.fa-wpforms:before {
    content: "\f298"
}

.fa-envira:before {
    content: "\f299"
}

.fa-universal-access:before {
    content: "\f29a"
}

.fa-wheelchair-alt:before {
    content: "\f29b"
}

.fa-question-circle-o:before {
    content: "\f29c"
}

.fa-blind:before {
    content: "\f29d"
}

.fa-audio-description:before {
    content: "\f29e"
}

.fa-volume-control-phone:before {
    content: "\f2a0"
}

.fa-braille:before {
    content: "\f2a1"
}

.fa-assistive-listening-systems:before {
    content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
    content: "\f2a4"
}

.fa-glide:before {
    content: "\f2a5"
}

.fa-glide-g:before {
    content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
    content: "\f2a7"
}

.fa-low-vision:before {
    content: "\f2a8"
}

.fa-viadeo:before {
    content: "\f2a9"
}

.fa-viadeo-square:before {
    content: "\f2aa"
}

.fa-snapchat:before {
    content: "\f2ab"
}

.fa-snapchat-ghost:before {
    content: "\f2ac"
}

.fa-snapchat-square:before {
    content: "\f2ad"
}

.fa-pied-piper:before {
    content: "\f2ae"
}

.fa-first-order:before {
    content: "\f2b0"
}

.fa-yoast:before {
    content: "\f2b1"
}

.fa-themeisle:before {
    content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
    content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
    content: "\f2b4"
}

.fa-handshake-o:before {
    content: "\f2b5"
}

.fa-envelope-open:before {
    content: "\f2b6"
}

.fa-envelope-open-o:before {
    content: "\f2b7"
}

.fa-linode:before {
    content: "\f2b8"
}

.fa-address-book:before {
    content: "\f2b9"
}

.fa-address-book-o:before {
    content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
    content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
    content: "\f2bc"
}

.fa-user-circle:before {
    content: "\f2bd"
}

.fa-user-circle-o:before {
    content: "\f2be"
}

.fa-user-o:before {
    content: "\f2c0"
}

.fa-id-badge:before {
    content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
    content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
    content: "\f2c3"
}

.fa-quora:before {
    content: "\f2c4"
}

.fa-free-code-camp:before {
    content: "\f2c5"
}

.fa-telegram:before {
    content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
    content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
    content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
    content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
    content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
    content: "\f2cb"
}

.fa-shower:before {
    content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
    content: "\f2cd"
}

.fa-podcast:before {
    content: "\f2ce"
}

.fa-window-maximize:before {
    content: "\f2d0"
}

.fa-window-minimize:before {
    content: "\f2d1"
}

.fa-window-restore:before {
    content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
    content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
    content: "\f2d4"
}

.fa-bandcamp:before {
    content: "\f2d5"
}

.fa-grav:before {
    content: "\f2d6"
}

.fa-etsy:before {
    content: "\f2d7"
}

.fa-imdb:before {
    content: "\f2d8"
}

.fa-ravelry:before {
    content: "\f2d9"
}

.fa-eercast:before {
    content: "\f2da"
}

.fa-microchip:before {
    content: "\f2db"
}

.fa-snowflake-o:before {
    content: "\f2dc"
}

.fa-superpowers:before {
    content: "\f2dd"
}

.fa-wpexplorer:before {
    content: "\f2de"
}

.fa-meetup:before {
    content: "\f2e0"
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

/*!Theme Name: Kava
Theme URI:
Author: Zemez
Author URI:
Description: Kava is a perfectly balanced clean WordPress theme, fully compatible with Elementor. It is perfect for blogging, providing lots of blog variations and even more style settings, allowing everyone to customize its appearance: change logo, add sidebars and display widgets, select color schemes, etc. One of its main features is full responsiveness, so it will look great on all kinds of devices. Kava theme works just fine with WooCommerce plugin, and will be a great choice for creating a web store. It possesses immaculate typography, and its stylish appearance will satisfy even the most demanding. Kava theme is easy-to-use and customize, providing the best experience for everyone.
Version: 1.2.7
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: kava
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Kava is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%
}

body {
    margin: 0;
    background-color: #fff
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent;
    text-decoration: none
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

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

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

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

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

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

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

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

html {
    font-size: 16px;
    font-size: 1rem
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 15px 0
}

p {
    margin: 0 0 1em
}

dfn,
cite,
em,
i {
    font-style: italic
}

blockquote {
    font-size: 20px;
    font-size: 1.25rem
}

blockquote cite {
    font-size: 14px;
    font-size: .875rem
}

address {
    margin: 0 0 1.5em
}

pre {
    font-family: "courier 10 pitch", Courier, monospace;
    line-height: 1.6;
    overflow: auto;
    max-width: 100%;
    margin: 0 0 1.5em;
    padding: 1.5em;
    background: #eee;
    border: 1px solid #d5d5d5;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 16px;
    font-size: 1rem
}

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, andale mono, dejavu sans mono, monospace;
    font-size: 15px;
    font-size: .9375rem
}

code {
    padding: 2px 5px;
    border: 1px solid #ebeced
}

abbr,
acronym {
    cursor: help;
    border-bottom: 1px dotted #666
}

mark,
ins {
    font-style: italic;
    text-decoration: none;
    border-bottom: 1px solid
}

big {
    font-size: 125%
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

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

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

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

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

.container-fluid {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
    position: relative;
    min-height: 1px;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.col-xs-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-xs-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-xs-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-xs-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-xs-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-xs-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-xs-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-xs-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-xs-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-xs-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-pull-1 {
    right: 8.33333%
}

.col-xs-pull-2 {
    right: 16.66667%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-4 {
    right: 33.33333%
}

.col-xs-pull-5 {
    right: 41.66667%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-7 {
    right: 58.33333%
}

.col-xs-pull-8 {
    right: 66.66667%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-10 {
    right: 83.33333%
}

.col-xs-pull-11 {
    right: 91.66667%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-push-1 {
    left: 8.33333%
}

.col-xs-push-2 {
    left: 16.66667%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-4 {
    left: 33.33333%
}

.col-xs-push-5 {
    left: 41.66667%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-7 {
    left: 58.33333%
}

.col-xs-push-8 {
    left: 66.66667%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-10 {
    left: 83.33333%
}

.col-xs-push-11 {
    left: 91.66667%
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-offset-0 {
    margin-left: 0
}

.col-xs-offset-1 {
    margin-left: 8.33333%
}

.col-xs-offset-2 {
    margin-left: 16.66667%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-4 {
    margin-left: 33.33333%
}

.col-xs-offset-5 {
    margin-left: 41.66667%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-7 {
    margin-left: 58.33333%
}

.col-xs-offset-8 {
    margin-left: 66.66667%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-10 {
    margin-left: 83.33333%
}

.col-xs-offset-11 {
    margin-left: 91.66667%
}

.col-xs-offset-12 {
    margin-left: 100%
}

@media(min-width:640px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-pull-1 {
        right: 8.33333%
    }

    .col-sm-pull-2 {
        right: 16.66667%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-4 {
        right: 33.33333%
    }

    .col-sm-pull-5 {
        right: 41.66667%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-7 {
        right: 58.33333%
    }

    .col-sm-pull-8 {
        right: 66.66667%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-10 {
        right: 83.33333%
    }

    .col-sm-pull-11 {
        right: 91.66667%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-push-1 {
        left: 8.33333%
    }

    .col-sm-push-2 {
        left: 16.66667%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-4 {
        left: 33.33333%
    }

    .col-sm-push-5 {
        left: 41.66667%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-7 {
        left: 58.33333%
    }

    .col-sm-push-8 {
        left: 66.66667%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-10 {
        left: 83.33333%
    }

    .col-sm-push-11 {
        left: 91.66667%
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:940px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-pull-1 {
        right: 8.33333%
    }

    .col-md-pull-2 {
        right: 16.66667%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-4 {
        right: 33.33333%
    }

    .col-md-pull-5 {
        right: 41.66667%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-7 {
        right: 58.33333%
    }

    .col-md-pull-8 {
        right: 66.66667%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-10 {
        right: 83.33333%
    }

    .col-md-pull-11 {
        right: 91.66667%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-push-1 {
        left: 8.33333%
    }

    .col-md-push-2 {
        left: 16.66667%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-4 {
        left: 33.33333%
    }

    .col-md-push-5 {
        left: 41.66667%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-7 {
        left: 58.33333%
    }

    .col-md-push-8 {
        left: 66.66667%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-10 {
        left: 83.33333%
    }

    .col-md-push-11 {
        left: 91.66667%
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-offset-0 {
        margin-left: 0
    }

    .col-md-offset-1 {
        margin-left: 8.33333%
    }

    .col-md-offset-2 {
        margin-left: 16.66667%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-4 {
        margin-left: 33.33333%
    }

    .col-md-offset-5 {
        margin-left: 41.66667%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-7 {
        margin-left: 58.33333%
    }

    .col-md-offset-8 {
        margin-left: 66.66667%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-10 {
        margin-left: 83.33333%
    }

    .col-md-offset-11 {
        margin-left: 91.66667%
    }

    .col-md-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1120px) {
    .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-pull-1 {
        right: 8.33333%
    }

    .col-lg-pull-2 {
        right: 16.66667%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-4 {
        right: 33.33333%
    }

    .col-lg-pull-5 {
        right: 41.66667%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-7 {
        right: 58.33333%
    }

    .col-lg-pull-8 {
        right: 66.66667%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-10 {
        right: 83.33333%
    }

    .col-lg-pull-11 {
        right: 91.66667%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-push-1 {
        left: 8.33333%
    }

    .col-lg-push-2 {
        left: 16.66667%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-4 {
        left: 33.33333%
    }

    .col-lg-push-5 {
        left: 41.66667%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-7 {
        left: 58.33333%
    }

    .col-lg-push-8 {
        left: 66.66667%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-10 {
        left: 83.33333%
    }

    .col-lg-push-11 {
        left: 91.66667%
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }
}

@media(min-width:1200px) {
    .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-xl-pull-0 {
        right: auto
    }

    .col-xl-pull-1 {
        right: 8.33333%
    }

    .col-xl-pull-2 {
        right: 16.66667%
    }

    .col-xl-pull-3 {
        right: 25%
    }

    .col-xl-pull-4 {
        right: 33.33333%
    }

    .col-xl-pull-5 {
        right: 41.66667%
    }

    .col-xl-pull-6 {
        right: 50%
    }

    .col-xl-pull-7 {
        right: 58.33333%
    }

    .col-xl-pull-8 {
        right: 66.66667%
    }

    .col-xl-pull-9 {
        right: 75%
    }

    .col-xl-pull-10 {
        right: 83.33333%
    }

    .col-xl-pull-11 {
        right: 91.66667%
    }

    .col-xl-pull-12 {
        right: 100%
    }

    .col-xl-push-0 {
        left: auto
    }

    .col-xl-push-1 {
        left: 8.33333%
    }

    .col-xl-push-2 {
        left: 16.66667%
    }

    .col-xl-push-3 {
        left: 25%
    }

    .col-xl-push-4 {
        left: 33.33333%
    }

    .col-xl-push-5 {
        left: 41.66667%
    }

    .col-xl-push-6 {
        left: 50%
    }

    .col-xl-push-7 {
        left: 58.33333%
    }

    .col-xl-push-8 {
        left: 66.66667%
    }

    .col-xl-push-9 {
        left: 75%
    }

    .col-xl-push-10 {
        left: 83.33333%
    }

    .col-xl-push-11 {
        left: 91.66667%
    }

    .col-xl-push-12 {
        left: 100%
    }

    .col-xl-offset-0 {
        margin-left: 0
    }

    .col-xl-offset-1 {
        margin-left: 8.33333%
    }

    .col-xl-offset-2 {
        margin-left: 16.66667%
    }

    .col-xl-offset-3 {
        margin-left: 25%
    }

    .col-xl-offset-4 {
        margin-left: 33.33333%
    }

    .col-xl-offset-5 {
        margin-left: 41.66667%
    }

    .col-xl-offset-6 {
        margin-left: 50%
    }

    .col-xl-offset-7 {
        margin-left: 58.33333%
    }

    .col-xl-offset-8 {
        margin-left: 66.66667%
    }

    .col-xl-offset-9 {
        margin-left: 75%
    }

    .col-xl-offset-10 {
        margin-left: 83.33333%
    }

    .col-xl-offset-11 {
        margin-left: 91.66667%
    }

    .col-xl-offset-12 {
        margin-left: 100%
    }
}

.col-xs-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.col-xs-last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

@media(min-width:640px) {
    .col-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .col-sm-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(min-width:940px) {
    .col-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .col-md-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(min-width:1120px) {
    .col-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .col-lg-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(min-width:1200px) {
    .col-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .col-xl-last {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

.row-xs-top {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.row-xs-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.row-xs-bottom {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media(min-width:640px) {
    .row-sm-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .row-sm-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .row-sm-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media(min-width:940px) {
    .row-md-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .row-md-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .row-md-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media(min-width:1120px) {
    .row-lg-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .row-lg-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .row-lg-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media(min-width:1200px) {
    .row-xl-top {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .row-xl-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .row-xl-bottom {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

.col-xs-top {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.col-xs-center {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.col-xs-bottom {
    -ms-flex-item-align: end;
    align-self: flex-end
}

@media(min-width:640px) {
    .col-sm-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .col-sm-center {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .col-sm-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media(min-width:940px) {
    .col-md-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .col-md-center {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .col-md-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media(min-width:1120px) {
    .col-lg-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .col-lg-center {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .col-lg-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

@media(min-width:1200px) {
    .col-xl-top {
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .col-xl-center {
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center
    }

    .col-xl-bottom {
        -ms-flex-item-align: end;
        align-self: flex-end
    }
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

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

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: ''
}

blockquote {
    position: relative;
    margin: 35px 0;
    padding: 0 0 0 60px;
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.45;
    font-style: italic
}

@media(min-width:640px) {
    blockquote {
        font-size: 22px;
        font-size: 1.375rem
    }
}

@media(min-width:940px) {
    blockquote {
        font-size: 28px;
        font-size: 1.75rem
    }
}

blockquote p {
    margin: 0
}

blockquote p+p {
    margin-top: 1em
}

blockquote cite {
    display: block;
    margin-top: 5px;
    font-style: normal
}

blockquote cite:before {
    content: "- "
}

blockquote:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    font-size: 30px;
    top: 0;
    left: 10px
}

hr {
    background-color: #ebeced;
    border: 0;
    height: 1px;
    margin: 1.5em 0
}

.edit-link {
    display: inline-block;
    margin-top: 15px
}

ul,
ol {
    margin: 0 0 1.5em 1.5em;
    padding-left: 0;
    padding-right: 0
}

ul {
    list-style: disc
}

ol {
    list-style: decimal
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

.inline-list {
    padding: 0;
    margin: 0;
    list-style: none
}

.inline-list li {
    display: inline-block;
    vertical-align: top
}

#toTop {
    overflow: hidden;
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 15px;
    right: -999em;
    z-index: 999
}

#toTop:before {
    content: "\f106";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 100%;
    font-size: 25px
}

#toTop:focus {
    outline: none
}

@media(min-width:640px) {
    #toTop {
        right: 20px
    }
}

.page-preloader-cover {
    position: fixed;
    z-index: 1200;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.page-preloader {
    position: relative;
    display: block;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    border: 3px solid transparent;
    margin: -16.5px 0 0 -16.5px;
    -webkit-animation: tm_spin 1s linear infinite;
    animation: tm_spin 1s linear infinite;
    z-index: 11
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
    display: inline-block;
    max-width: 100%;
    padding: 12px 20px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn {
    text-decoration: none;
    display: inline-block;
    max-width: 100%;
    padding: 12px 20px;
    cursor: pointer;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.btn.invert-button {
    border: 1px solid #fff;
    background: 0 0
}

.btn-icon:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 35px;
    font-size: 2.1875rem;
    content: '\f178'
}

.btn-text-icon {
    font-size: 14px;
    font-size: .875rem;
    text-transform: uppercase;
    font-weight: 500
}

.btn-text-icon:after {
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: .75rem;
    content: '\f061';
    margin-left: 6px
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
select,
textarea {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 12px;
    border: 1px solid #ebeced;
    background-color: #fff;
    border-radius: 4px
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
select:focus,
textarea:focus {
    outline: none;
    -webkit-box-shadow: 0 5px 32px rgba(103, 122, 141, .17);
    box-shadow: 0 5px 32px rgba(103, 122, 141, .17)
}

button:focus,
input[type=submit]:focus,
input[type=reset]:focus {
    outline: none
}

input[type=submit],
input[type=reset] {
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600
}

select {
    border: 1px solid #ebeced
}

textarea {
    min-height: 150px;
    resize: vertical;
    overflow: auto
}

::-moz-placeholder {
    opacity: 1
}

:-moz-placeholder {
    opacity: 1
}

.search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.search-form label {
    width: 100%
}

.search-form__field[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.search-form__submit.btn {
    padding: 11px;
    margin-left: 10px;
    font-size: 13px;
    font-size: .8125rem
}

.post-password-form label {
    display: inline-block
}

a {
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

a:focus {
    outline: none
}

a:hover,
a:active {
    text-decoration: none
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0
}

.main-navigation ul ul {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 3px 18px rgba(0, 0, 0, .15);
    box-shadow: 0 3px 18px rgba(0, 0, 0, .15);
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    background-color: #fff
}

.main-navigation ul ul ul {
    left: -999em;
    top: -10px
}

.main-navigation ul ul li {
    padding: 5px 20px
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    left: 100%
}

.main-navigation ul ul a {
    width: 150px
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto
}

.main-navigation li {
    position: relative;
    display: inline-block
}

.main-navigation .menu>li {
    padding: 3px 3px 2px;
    margin-left: 10px
}

.main-navigation .menu>li:first-child {
    margin-left: 0
}

.main-navigation .menu>li.menu-item-has-children {
    padding-right: 15px
}

.main-navigation a {
    display: inline-block;
    text-decoration: none
}

.main-navigation li.menu-item-has-children:before {
    position: absolute;
    top: 6px;
    right: 3px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f107'
}

.menu-item-has-children .main-navigation li.menu-item-has-children:before {
    top: 7px;
    content: '\f105';
    right: 12px
}

.main-navigation.mobile-menu {
    position: fixed;
    top: 0;
    right: -70%;
    width: 70%;
    height: 100vh;
    margin: 0;
    background-color: #f1f4f6;
    z-index: 998;
    -webkit-transition: all .3s cubic-bezier(.35, .19, .45, .91);
    -o-transition: all .3s cubic-bezier(.35, .19, .45, .91);
    transition: all .3s cubic-bezier(.35, .19, .45, .91)
}

.main-navigation.mobile-menu.mobile-menu-open {
    right: 0
}

.main-navigation.mobile-menu .main-navigation-inner {
    overflow-y: scroll;
    height: 100%
}

.main-navigation.mobile-menu .menu {
    margin: 20px
}

body.admin-bar .main-navigation.mobile-menu .menu {
    margin-top: 66px
}

.main-navigation.mobile-menu .menu li {
    display: block;
    margin: 5px 15px;
    padding: 0
}

.main-navigation.mobile-menu .sub-menu {
    position: initial;
    padding: 0;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.main-navigation.mobile-menu .sub-menu li a {
    width: auto
}

.main-navigation.mobile-menu .menu-item-has-children:before {
    content: none
}

.mobile-menu-toggle-button {
    position: absolute;
    width: 35px;
    height: 35px;
    left: -45px;
    top: 10px;
    padding: 0;
    -webkit-box-shadow: -2px 2px 7px rgba(0, 0, 0, .3);
    box-shadow: -2px 2px 7px rgba(0, 0, 0, .3)
}

body.admin-bar .mobile-menu-toggle-button {
    top: 56px
}

body.admin-bar .mobile-menu-toggle-button {
    top: 56px
}

body.admin-bar .mobile-menu .menu {
    margin-top: 46px
}

.comment-navigation,
.posts-navigation,
.pagination {
    overflow: hidden;
    padding-top: 40px;
    border-top: 1px solid #ebeced
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.pagination .nav-links {
    font-weight: 400
}

.pagination .page-numbers {
    outline: none;
    margin-right: 7px
}

.pagination .page-numbers:last-child {
    margin-right: 0
}

.pagination .page-numbers.prev {
    margin-right: 20px
}

.pagination .page-numbers.next {
    margin-left: 10px
}

.pagination .page-numbers:not(.prev):not(.next):not(.dots) {
    border-radius: 4px;
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 33px;
    border: 1px solid #ebeced
}

.pagination .page-numbers:not(.prev):not(.next):not(.dots):hover,
.pagination .page-numbers:not(.prev):not(.next):not(.dots).current {
    background-color: #ebeced
}

.page-links>span,
.page-links>a {
    border-radius: 4px;
    display: inline-block;
    width: 33px;
    height: 33px;
    text-align: center;
    font-size: 14px;
    font-size: .875rem;
    line-height: 33px;
    border: 1px solid #ebeced;
    margin: 5px 5px 5px 0
}

.page-links>span:last-child,
.page-links>a:last-child {
    margin-right: 0
}

.page-links>span,
.page-links>a:hover {
    background-color: #ebeced
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous {
    float: left;
    width: 50%
}

.comment-navigation .nav-previous i,
.posts-navigation .nav-previous i {
    margin-right: 2px
}

.comment-navigation .nav-next,
.posts-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%
}

.comment-navigation .nav-next i,
.posts-navigation .nav-next i {
    margin-left: 2px
}

.posts-list--creative.list-style-default+.navigation,
.posts-list--default.list-style-v9+.navigation,
.posts-list--grid.list-style-v9+.navigation,
.posts-list--vertical-justify.list-style-v6+.navigation {
    border: none;
    margin-top: 0
}

.posts-list--creative.list-style-default+.navigation .nav-links,
.posts-list--default.list-style-v9+.navigation .nav-links,
.posts-list--creative.list-style-v2+.navigation .nav-links,
.posts-list--grid.list-style-v4+.navigation .nav-links,
.posts-list--grid.list-style-v5+.navigation .nav-links,
.posts-list--grid.list-style-v9+.navigation .nav-links,
.posts-list--masonry.list-style-v4+.navigation .nav-links,
.posts-list--masonry.list-style-v9+.navigation .nav-links,
.posts-list--vertical-justify.list-style-v4+.navigation .nav-links,
.posts-list--vertical-justify.list-style-v5+.navigation .nav-links,
.posts-list--vertical-justify.list-style-v6+.navigation .nav-links,
.posts-list--vertical-justify.list-style-v9+.navigation .nav-links,
.posts-list--vertical-justify.list-style-v10+.navigation .nav-links {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem
}

.post-navigation {
    overflow: hidden;
    margin: 45px 0 40px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ebeced
}

.post-navigation .nav-links {
    font-weight: 400
}

.post-navigation .nav-links .post-title {
    margin: 0
}

@media(max-width:639px) {
    .post-navigation .nav-links .post-title {
        font-size: 16px;
        font-size: 1rem
    }
}

.post-navigation .nav-links i {
    position: absolute;
    top: 32px
}

@media(min-width:640px) {
    .post-navigation .nav-links i {
        top: 35px
    }
}

.post-navigation .nav-text {
    margin-bottom: 10px;
    font-size: 11px;
    font-size: .6875rem;
    font-weight: 600;
    text-transform: uppercase
}

.post-navigation .nav-previous,
.post-navigation .nav-next {
    position: relative
}

@media(min-width:640px) {

    .post-navigation .nav-previous,
    .post-navigation .nav-next {
        width: 50%
    }
}

.post-navigation .nav-previous {
    padding: 0 15px 0 35px
}

@media(min-width:640px) {
    .post-navigation .nav-previous {
        float: left
    }
}

.post-navigation .nav-previous i {
    left: 0
}

.post-navigation .nav-next {
    text-align: right;
    padding: 0 35px 0 15px
}

@media(min-width:640px) {
    .post-navigation .nav-next {
        float: right
    }
}

.post-navigation .nav-next i {
    right: 0
}

@media(max-width:639px) {
    .post-navigation .nav-previous+.nav-next {
        margin-top: 30px
    }
}

.social-list .menu-item>a {
    display: block;
    text-decoration: none;
    text-align: center
}

.social-list .menu-item>a:hover {
    text-decoration: none
}

.social-list .menu-item>a:focus {
    outline: none
}

.social-list .menu-item>a[href*="500px.com"]:before {
    content: '\f26e'
}

.social-list .menu-item>a[href*="angel.co"]:before {
    content: '\f209'
}

.social-list .menu-item>a[href*="codepen.io"]:before {
    content: '\f1cb'
}

.social-list .menu-item>a[href*="del.icio"]:before,
.social-list .menu-item>a[href*="delicious.com"]:before {
    content: '\f1a5'
}

.social-list .menu-item>a[href*="digg.com"]:before {
    content: '\f1a6'
}

.social-list .menu-item>a[href*="dribbble.com"]:before {
    content: '\f17d'
}

.social-list .menu-item>a[href*="dropbox.com"]:before {
    content: '\f16b'
}

.social-list .menu-item>a[href*="facebook.com"]:before {
    content: '\f09a'
}

.social-list .menu-item>a[href*="foursquare.com"]:before {
    content: '\f180'
}

.social-list .menu-item>a[href*="flickr.com"]:before {
    content: '\f16e'
}

.social-list .menu-item>a[href*="plus.google.com"]:before {
    content: '\f0d5'
}

.social-list .menu-item>a[href*="github.com"]:before {
    content: '\f09b'
}

.social-list .menu-item>a[href*="instagram.com"]:before {
    content: '\f16d'
}

.social-list .menu-item>a[href*="linkedin.com"]:before {
    content: '\f0e1'
}

.social-list .menu-item>a[href*="pinterest.com"]:before {
    content: '\f0d2'
}

.social-list .menu-item>a[href*="getpocket.com"]:before {
    content: '\f265'
}

.social-list .menu-item>a[href*="reddit.com"]:before {
    content: '\f1a1'
}

.social-list .menu-item>a[href*="skype.com"]:before,
.social-list .menu-item>a[href*="skype:"]:before {
    content: '\f17e'
}

.social-list .menu-item>a[href*="stumbleupon.com"]:before {
    content: '\f1a4'
}

.social-list .menu-item>a[href*="tumblr.com"]:before {
    content: '\f173'
}

.social-list .menu-item>a[href*="twitter.com"]:before {
    content: '\f099'
}

.social-list .menu-item>a[href*="vimeo.com"]:before {
    content: '\f27d'
}

.social-list .menu-item>a[href*="wordpress.org"]:before,
.social-list .menu-item>a[href*="wordpress.com"]:before {
    content: '\f19a'
}

.social-list .menu-item>a[href*="youtube.com"]:before {
    content: '\f167'
}

.social-list .menu-item>a[href*="amazon.com"]:before {
    content: '\f270'
}

.social-list .menu-item>a[href*=tripadvisor]:before {
    content: '\f262'
}

.social-list .menu-item>a[href*="ycombinator.com"]:before {
    content: '\f23b'
}

.social-list .menu-item>a[href*="xing.com"]:before {
    content: '\f168'
}

.social-list .menu-item>a[href*="yahoo."]:before {
    content: '\f19e'
}

.social-list .menu-item>a[href*="vine.co"]:before {
    content: '\f1ca'
}

.social-list .menu-item>a[href*="weibo.com"]:before {
    content: '\f18a'
}

.social-list .menu-item>a[href*="trello.com"]:before {
    content: '\f181'
}

.social-list .menu-item>a[href*="steampowered.com"]:before {
    content: '\f1b6'
}

.social-list .menu-item>a[href*="soundcloud.com"]:before {
    content: '\f1be'
}

.social-list .menu-item>a[href*="spotify.com"]:before {
    content: '\f1bc'
}

.social-list .menu-item>a[href*="stackexchange.com"]:before {
    content: '\f18d'
}

.social-list .menu-item>a[href*="stackoverflow.com"]:before {
    content: '\f16c'
}

.social-list .menu-item>a[href*="slideshare.net"]:before {
    content: '\f1e7'
}

.social-list .menu-item>a[href*="slack.com"]:before {
    content: '\f198'
}

.social-list .menu-item>a[href*="skyatlas.com"]:before {
    content: '\f216'
}

.social-list .menu-item>a[href*="last.fm"]:before {
    content: '\f202'
}

.social-list .menu-item>a[href*="jsfiddle.net"]:before {
    content: '\f1cc'
}

.social-list .menu-item>a[href*="behance.net"]:before {
    content: '\f1b4'
}

.social-list .menu-item>a[href*="bitbucket.org"]:before {
    content: '\f171'
}

.social-list .menu-item>a[href*="codepen.io"]:before {
    content: '\f1cb'
}

.social-list .menu-item>a[href*="codiepie.com"]:before {
    content: '\f284'
}

.social-list .menu-item>a[href*="connectdevelop.com"]:before {
    content: '\f20e'
}

.social-list .menu-item>a[href*="dashcube.com"]:before {
    content: '\f210'
}

.social-list .menu-item>a[href*="contao.org"]:before {
    content: '\f26d'
}

.social-list .menu-item>a[href*="deviantart.com"]:before {
    content: '\f1bd'
}

.social-list .menu-item>a[href*="vk.com"]:before {
    content: '\f189'
}

.social-list .menu-item>a[href*="ok.ru"]:before {
    content: '\f263'
}

.social-list .menu-item>a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    font-size: .75rem;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px
}

.social-list--text .social-list .menu-item>a:before {
    display: none
}

.breadcrumbs {
    position: relative;
    padding-top: 17px;
    padding-bottom: 17px;
    border-top: 1px solid #ebeced
}

.breadcrumbs .page-title {
    text-align: left;
    margin-top: 5px;
    font-size: 18px;
    font-size: 1.125rem
}

.breadcrumbs_wrap {
    overflow: hidden
}

.breadcrumbs_item {
    float: left
}

.breadcrumbs_item_link:hover {
    text-decoration: underline
}

.breadcrumbs_item_sep {
    margin: 0 .5em
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    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
}

#content[tabindex="-1"]:focus {
    outline: 0
}

.alignleft {
    float: left;
    margin-right: 30px;
    margin-bottom: 15px
}

.alignright {
    float: right;
    margin-left: 30px;
    margin-bottom: 15px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px
}

.clear:before,
.clear:after,
.comment-body:before,
.comment-body:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed
}

.clear:after,
.comment-body:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both
}

.hidden {
    display: none
}

.comments-area {
    position: relative;
    margin: 45px 0 40px
}

.comments-title {
    margin: 0 0 40px
}

.comment-list {
    margin: 0 0 45px;
    padding: 0 0 8px;
    list-style: none;
    border-bottom: 1px solid #ebeced
}

.comment-list .children {
    margin-top: 18px;
    margin-left: 30px;
    list-style: none
}

@media(min-width:1120px) {
    .comment-list .children {
        margin-left: 70px
    }
}

.comment-list .comment,
.comment-list .pingback {
    margin-bottom: 36px
}

.comment-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.comment-author {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 50px;
    margin: 0 20px 0 0
}

.comment-author .avatar {
    border-radius: 50%
}

.comment-meta {
    margin-bottom: 2px
}

.comment-meta .fn {
    margin-right: 12px
}

.comment-date {
    display: inline-block
}

.comment-date__time {
    display: inline-block;
    vertical-align: top
}

.comment-content p {
    margin-bottom: 1px
}

.comment-content a {
    word-wrap: break-word
}

.comment-reply-link {
    text-transform: uppercase
}

.comment-reply-link i {
    margin-right: 5px
}

.comment-respond .comment-reply-title {
    margin-bottom: 20px
}

.comment-respond .comment-notes {
    margin-bottom: 25px
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    margin: 10px 0 0
}

.comment-form-comment {
    margin-bottom: 30px
}

.comment-form .form-submit {
    margin: 30px 0 0
}

.comment-form__field {
    vertical-align: top
}

.comment-form .submit {
    width: 100%
}

.comment-form-cookies-consent {
    margin-top: 25px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.comment-form-cookies-consent input[type=checkbox] {
    position: absolute;
    width: 0;
    height: 0;
    visibility: hidden
}

.comment-form-cookies-consent label[for=wp-comment-cookies-consent]:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 20px;
    height: 20px;
    line-height: 18px;
    text-align: center;
    margin-right: 10px;
    vertical-align: middle;
    border-radius: 4px;
    border: 1px solid #ebeced
}

.comment-form-cookies-consent input[type=checkbox]:checked~label[for=wp-comment-cookies-consent]:before {
    content: '\f00c'
}

.bypostauthor {
    display: block
}

.post-author-bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0;
    padding-bottom: 40px;
    margin-left: -12px;
    margin-right: -12px;
    border-bottom: 1px solid #ebeced
}

.post-author-bio>* {
    padding-left: 12px;
    padding-right: 12px
}

.post-author__avatar .avatar {
    border-radius: 50%
}

.post-author__content {
    margin-bottom: 10px
}

.post-author__title {
    margin: 0;
    text-transform: uppercase
}

.site {
    word-wrap: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    overflow: hidden
}

.site-logo {
    margin: 0;
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.2;
    text-transform: lowercase;
    font-weight: 700
}

.site-header.container,
.site-breadcrumbs.container,
.site-content.container,
.site-footer.container {
    padding-left: 0;
    padding-right: 0
}

.site-breadcrumbs {
    margin-top: 20px
}

body:not(.page-template-fullwidth-content) .site-content {
    margin-top: 30px;
    margin-bottom: 30px
}

.site-main>*:last-child {
    margin-bottom: 0
}

@media(max-width:939px) {
    #secondary {
        margin-top: 40px
    }
}

.space-between-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.space-between-content>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.site-header__wrap {
    padding-top: 15px;
    padding-bottom: 15px
}

@media(min-width:940px) {
    .site-header__wrap.isStick {
        position: fixed;
        z-index: 1000;
        right: 0;
        left: 0
    }
}

.site-header__wrap .space-between-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-branding .custom-logo {
    display: block
}

.pseudoStickyBlock {
    display: none
}

@media(min-width:940px) {
    .pseudoStickyBlock {
        display: block
    }
}

.top-panel {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 20px
}

.top-panel .space-between-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width:639px) {
    .top-panel .space-between-content {
        display: block;
        text-align: center
    }
}

.top-panel-content__left>*,
.top-panel-content__right>* {
    display: inline-block;
    vertical-align: middle
}

.top-panel-content__left>* {
    margin-right: 10px
}

.top-panel-content__right>* {
    margin-left: 10px
}

.site-footer__wrap {
    font-size: 11px;
    font-size: .6875rem;
    line-height: 20px
}

.site-footer__wrap .space-between-content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-footer__wrap .space-between-content:not(:empty) {
    padding-top: 30px;
    padding-bottom: 30px
}

@media(max-width:639px) {
    .site-footer__wrap .space-between-content {
        display: block;
        text-align: center
    }
}

.footer-area {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width:640px) {
    .footer-area {
        max-width: 640px
    }
}

@media(min-width:940px) {
    .footer-area {
        max-width: 940px
    }
}

@media(min-width:1120px) {
    .footer-area {
        max-width: 1120px
    }
}

@media(min-width:1200px) {
    .footer-area {
        max-width: 1200px
    }
}

.footer-area>.widget {
    width: 25%
}

.entry-title {
    margin-top: 0
}

.posts-list--default .entry-title {
    margin-bottom: 18px
}

.grid-item .entry-title {
    margin-bottom: 10px
}

.entry-meta {
    font-size: 14px;
    font-size: .875rem
}

.entry-header .entry-meta {
    margin-left: -8px;
    margin-right: -8px
}

.entry-header .entry-meta>* {
    padding-left: 8px;
    padding-right: 8px
}

.posts-list--default .entry-header .entry-meta {
    margin-bottom: 28px
}

.grid-item .entry-header .entry-meta {
    margin-bottom: 3px
}

.entry-footer .entry-meta>* {
    margin-top: 18px
}

.entry-footer .entry-meta>*:first-child {
    margin-top: 0
}

.grid-item .entry-content {
    margin-bottom: 5px
}

span.posted-on,
span.byline,
span.cat-links,
span.tags-links {
    display: inline-block
}

.tags-links {
    text-transform: capitalize
}

.comments-link,
.comments-button {
    display: inline-block;
    white-space: nowrap;
    vertical-align: top
}

.comments-link i,
.comments-button i {
    font-size: 14px;
    font-size: .875rem;
    margin-right: 2px
}

.comments-button {
    border-radius: 4px;
    padding: 10px 12px;
    font-size: 11px;
    font-size: .6875rem;
    line-height: 1.2;
    background-color: #f1f4f6
}

.post-categories {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block
}

.btn-style .post-categories li {
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 4px
}

.btn-style .post-categories a {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 4px
}

.posts-list {
    margin-bottom: 50px
}

.post-default+.post-default {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #ebeced
}

body:not(.sidebar_enabled) .post-default {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto
}

.post-default .post-thumbnail,
.post-default .entry-meta {
    margin-bottom: 15px
}

@media(min-width:640px) {
    .post-default .entry-content {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.post-default .entry-footer .entry-meta .tags-links+div:not(:empty) {
    margin-top: 28px
}

.post-default .entry-footer .entry-meta>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.post-default .entry-footer .entry-meta>div>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.post-thumbnail__link {
    display: inline-block
}

.post-thumbnail img {
    display: block;
    border-radius: 4px
}

.grid-item .post-thumbnail {
    margin-bottom: 20px
}

.related-posts {
    margin: 45px 0 40px;
    padding-bottom: 22px;
    border-bottom: 1px solid #ebeced
}

.related-posts .entry-title {
    margin: 0 0 20px
}

.related-posts .related-post {
    overflow: hidden;
    margin-bottom: 13px
}

.related-posts .related-post.col-lg-6 .post-thumbnail {
    width: 120px;
    float: left;
    margin: 0 20px 15px 0
}

.related-posts .related-post .entry-header {
    margin-bottom: 5px
}

.related-posts .related-post .entry-title {
    margin: 0
}

.related-posts .related-post .entry-meta .posted-on,
.related-posts .related-post .entry-meta .byline {
    display: block
}

.related-posts .related-post .entry-content {
    font-size: 14px;
    font-size: .875rem
}

.page-header {
    margin: 0 0 40px
}

.page-header>*+* {
    margin-top: 20px
}

.page-title {
    margin: 0;
    text-align: center
}

.search-item {
    margin-bottom: 50px
}

.search-item .entry-title,
.search-item .entry-meta {
    margin-bottom: 5px
}

.not-found.error-404,
.not-found.no-results {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.post_format-post-format-image .post-thumbnail {
    margin-bottom: 26px
}

.post_format-post-format-image .post-thumbnail__link {
    position: relative;
    display: block
}

.post_format-post-format-image .post-thumbnail__link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: '\f00e';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
    font-size: 35px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 35px 0 rgba(0, 0, 0, .7);
    box-shadow: 0 0 35px 0 rgba(0, 0, 0, .7);
    -webkit-transition: opacity .2s ease, -webkit-transform .2s ease;
    transition: opacity .2s ease, -webkit-transform .2s ease;
    -o-transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease;
    transition: opacity .2s ease, transform .2s ease, -webkit-transform .2s ease;
    -webkit-transform: scale(.35);
    -ms-transform: scale(.35);
    transform: scale(.35);
    opacity: 0
}

.post_format-post-format-image .post-thumbnail__link:hover:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.post_format-post-format-gallery .post-thumbnail {
    display: block;
    margin-bottom: 26px
}

.post_format-post-format-gallery .post-thumbnail__link {
    display: block
}

.post_format-post-format-gallery .swiper-button-prev,
.post_format-post-format-gallery .swiper-button-next {
    width: 45px;
    height: 45px;
    margin-top: -35px;
    text-align: center;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    font-size: 1.125rem;
    border-radius: 50%;
    background-image: none;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 rgba(59, 61, 66, .1);
    box-shadow: 0 0 20px 0 rgba(59, 61, 66, .1)
}

.post_format-post-format-gallery .swiper-button-prev:before,
.post_format-post-format-gallery .swiper-button-next:before {
    line-height: 45px
}

.post_format-post-format-gallery .swiper-button-prev:before {
    content: '\f104'
}

.post_format-post-format-gallery .swiper-button-next:before {
    content: '\f105'
}

.post_format-post-format-link .post-format-link {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400
}

.post_format-post-format-link .post-format-link:before {
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
    content: '\f0c1';
    margin-right: 8px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.post_format-post-format-link .post-format-link-wrapper {
    margin-bottom: 24px;
    padding: 35px 40px;
    border-radius: 4px;
    background-color: #f1f4f6
}

.post_format-post-format-quote .post-format-quote {
    padding: 50px 8%;
    border-radius: 4px;
    text-align: center
}

.post_format-post-format-quote .post-format-quote:before {
    position: static;
    margin: 0 auto 17px;
    display: block;
    text-align: center;
    width: 62px;
    height: 62px;
    line-height: 62px;
    border-radius: 28px
}

.post_format-post-format-quote .post-format-quote cite {
    margin-top: 15px
}

.post_format-post-format-audio .mejs-audio {
    margin-bottom: 24px
}

.post_format-post-format-video .wp-video {
    margin-bottom: 24px;
    margin-left: auto;
    margin-right: auto
}

.single-post article.post {
    margin-bottom: 50px;
    padding-bottom: 45px;
    border-bottom: 1px solid #ebeced
}

.single-post .post>.entry-header {
    margin-bottom: 35px
}

@media(min-width:640px) {
    .single-post .post>.entry-content {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.single-post .post>.entry-footer .entry-meta:not(:empty) {
    margin-top: 13px
}

.single-post .entry-header .tags-links a {
    display: inline-block;
    margin-left: 5px
}

.single-post .entry-footer .tags-links a {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 5px;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ebeced
}

.single-post .entry-footer .tags-links a:hover {
    background-color: #ebeced
}

.single-post .entry-title {
    margin-top: 0
}

.single-post .post-thumbnail {
    margin-bottom: 15px
}

.single-post .overlay-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-position: center
}

.single-post blockquote:not(.post-format-quote) {
    border-top: 3px solid #ebeced;
    border-bottom: 3px solid #ebeced;
    text-align: center;
    padding: 30px 10%
}

.single-post blockquote:not(.post-format-quote):before,
.single-post blockquote:not(.post-format-quote):after {
    content: none
}

.single-post blockquote:not(.post-format-quote) cite {
    margin-top: 20px
}

.post-template-single-layout-2.post-template .site-content {
    margin-top: 0
}

.post-template-single-layout-2 .single-header-2 {
    margin-top: 40px;
    margin-bottom: 25px;
    text-align: center
}

@media(min-width:640px) {
    .post-template-single-layout-2 .single-header-2 {
        margin-bottom: 55px
    }
}

.post-template-single-layout-2 .post-thumbnail {
    margin-bottom: 25px
}

@media(min-width:640px) {
    .post-template-single-layout-2 .post-thumbnail {
        margin-bottom: 55px
    }
}

.post-template-single-layout-2 .post-thumbnail .size-kava-thumb-xl {
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: none;
    max-height: 550px
}

.post-template-single-layout-3.post-template .site-content {
    margin-top: 0
}

.post-template-single-layout-3 .single-header-3 {
    position: relative;
    margin-bottom: 35px;
    padding-top: 35px;
    z-index: 1
}

.post-template-single-layout-3 .single-header-3.invert {
    padding: 50px 0 45px
}

@media(min-width:640px) {
    .post-template-single-layout-3 .single-header-3.invert {
        padding: 80px 0 75px
    }
}

@media(min-width:940px) {
    .post-template-single-layout-3 .single-header-3.invert {
        padding: 130px 0 115px
    }
}

.post-template-single-layout-3 .single-header-3.invert .entry-title,
.post-template-single-layout-3 .single-header-3.invert p {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .35)
}

.post-template-single-layout-3 .single-header-3 .cat-links {
    margin-bottom: 30px
}

.post-template-single-layout-3 .single-header-3 .entry-title {
    margin-bottom: 10px
}

.post-template-single-layout-3 .single-header-3 .entry-header-bottom {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-template-single-layout-3 .single-header-3 .entry-header-bottom>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.post-template-single-layout-3 .single-header-3 .post-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.post-template-single-layout-3 .single-header-3 .post-author__avatar {
    margin-right: 20px
}

.post-template-single-layout-3 .single-header-3 .comments-button {
    background: 0 0
}

@media(min-width:640px) {
    .post-template-single-layout-3 .single-header-3 p {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.post-template-single-layout-3 .single-header-3 .overlay-thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}

.post-template-single-layout-4.post-template .site-content {
    margin-top: 0
}

.post-template-single-layout-4 .site-content__wrap {
    position: relative
}

.post-template-single-layout-4 .header-post-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.post-template-single-layout-4 .header-post-thumbnail img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    max-height: 1080px
}

.post-template-single-layout-4 .site-main {
    padding: 20px;
    background-color: #fff
}

@media(min-width:640px) {
    .post-template-single-layout-4 .site-main {
        padding: 65px 100px
    }
}

.post-template-single-layout-4 .single-header-4 {
    position: relative;
    padding-top: 30px;
    text-align: center
}

.post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
    bottom: -100px
}

@media(min-width:640px) {
    .post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
        bottom: -150px
    }
}

@media(min-width:940px) {
    .post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
        bottom: -200px
    }
}

@media(min-width:1120px) {
    .post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
        bottom: -270px
    }
}

@media(min-width:1200px) {
    .post-template-single-layout-4 .single-header-4 .overlay-thumbnail {
        bottom: -430px
    }
}

.post-template-single-layout-4 .single-header-4.invert {
    padding: 50px 0 35px
}

@media(min-width:640px) {
    .post-template-single-layout-4 .single-header-4.invert {
        padding: 103px 0 95px
    }
}

.post-template-single-layout-4 .single-header-4.invert .entry-title,
.post-template-single-layout-4 .single-header-4.invert p {
    text-shadow: 2px 2px 5px rgba(0, 0, 0, .35)
}

.post-template-single-layout-4 .single-header-4 .cat-links {
    margin-bottom: 30px
}

.post-template-single-layout-4 .single-header-4 .post-author {
    margin-top: 32px
}

.post-template-single-layout-4 .single-header-4 .post-author__avatar {
    margin-bottom: 2px
}

.post-template-single-layout-4 .single-header-4 .entry-meta:not(:empty) {
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 27px
}

.post-template-single-layout-4 .single-header-4 .entry-meta:not(:empty)>* {
    padding-left: 12px;
    padding-right: 12px
}

@media(min-width:640px) {
    .post-template-single-layout-4 .single-header-4 p {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.post-template-single-layout-4 .single-header-4 i {
    font-size: 12px;
    font-size: .75rem
}

@media(max-width:939px) {
    .post-template-single-layout-5 .single-header-5 {
        text-align: center
    }
}

.post-template-single-layout-5 .single-header-5.invert .entry-header {
    padding: 25px
}

@media(min-width:940px) {
    .post-template-single-layout-5 .single-header-5.invert .entry-header {
        padding: 40px;
        min-height: 730px
    }
}

.post-template-single-layout-5 .single-header-5 .entry-header {
    padding-top: 20px;
    margin-bottom: 35px;
    position: relative
}

@media(min-width:940px) {
    .post-template-single-layout-5 .single-header-5 .entry-header-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }

    .post-template-single-layout-5 .single-header-5 .entry-header-top>* {
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

@media(min-width:640px) {
    .post-template-single-layout-5 .single-header-5 .entry-header p {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media(min-width:940px) {

    .post-template-single-layout-5 .single-header-5 .entry-header p,
    .post-template-single-layout-5 .single-header-5 .entry-title {
        width: 70%
    }
}

.post-template-single-layout-5 .single-header-5 .entry-meta:not(:empty) {
    margin-top: 5px
}

.post-template-single-layout-5 .single-header-5 .entry-meta:not(:empty)>* {
    margin-bottom: 30px
}

.post-template-single-layout-5 .single-header-5 .comments-link {
    vertical-align: baseline
}

@media(min-width:940px) {
    .post-template-single-layout-5 .single-header-5 .post-author {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .post-template-single-layout-5 .single-header-5 .post-author__avatar {
        margin-left: 15px
    }

    .post-template-single-layout-5 .single-header-5 .post-author__content {
        margin-bottom: 5px;
        text-align: right
    }
}

@media(max-width:939px) {
    .post-template-single-layout-5 .single-header-5 .post-author {
        margin-bottom: 15px
    }
}

@media(max-width:939px) {
    .post-template-single-layout-6 #author-block {
        margin-bottom: 50px
    }
}

.post-template-single-layout-6 .single-header-6 .cat-links {
    margin-bottom: 18px
}

.post-template-single-layout-6 .single-header-6 .cat-links.btn-style a {
    padding: 3px 8px;
    border-radius: 0
}

.post-template-single-layout-6 .post-author-bio {
    display: block;
    text-align: center;
    margin: 0 5% 20px;
    padding: 0;
    border: none
}

.post-template-single-layout-6 .post-author__avatar {
    margin-bottom: 15px
}

.post-template-single-layout-6 .post-author__avatar,
.post-template-single-layout-6 .post-author__content {
    padding: 0
}

.post-template-single-layout-6 .posted-on {
    text-align: center
}

.post-template-single-layout-6.post-template .site-content {
    margin-top: 0
}

.post-template-single-layout-6 .site-content__wrap {
    margin-top: 50px
}

.post-template-single-layout-7.post-template .site-content {
    margin-top: 0
}

.post-template-single-layout-7 .single-header-7 {
    position: relative;
    padding: 30px 0;
    margin-bottom: 60px;
    text-align: center
}

@media(min-width:640px) {
    .post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }

    .post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty)>* {
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) .cat-links,
.post-template-single-layout-7 .single-header-7 .entry-header-top:not(:empty) .posted-on {
    margin-bottom: 20px
}

.post-template-single-layout-7 .single-header-7 .entry-header-bottom .entry-meta {
    margin-left: -12px;
    margin-right: -12px
}

.post-template-single-layout-7 .single-header-7 .entry-header-bottom .entry-meta>* {
    padding-left: 12px;
    padding-right: 12px
}

.post-template-single-layout-7 .single-header-7 .entry-title {
    margin-bottom: 60px
}

.post-template-single-layout-7 .single-header-7 .post-author-bio {
    display: block;
    text-align: center;
    margin: 0 0 20px;
    padding: 0;
    border: none
}

.post-template-single-layout-7 .single-header-7 .post-author__avatar {
    margin-bottom: 15px
}

.post-template-single-layout-7 .single-header-7 .post-author__avatar,
.post-template-single-layout-7 .single-header-7 .post-author__content {
    padding: 0
}

.post-template-single-layout-7 .single-header-7 i {
    font-size: 12px;
    font-size: .75rem
}

.post-template-single-layout-8.post-template .site-content {
    margin-top: 0
}

.post-template-single-layout-8 .single-header-8 {
    margin-bottom: 60px;
    padding: 60px 0 0;
    text-align: center
}

@media(min-width:940px) {
    .post-template-single-layout-8 .single-header-8 {
        padding: 60px 0 30px
    }
}

@media(min-width:1120px) {
    .post-template-single-layout-8 .single-header-8 {
        padding: 60px 0
    }
}

.post-template-single-layout-8 .single-header-8.with_author_block {
    margin-top: 120px
}

.post-template-single-layout-8 .single-header-8.with_author_block .post-author-bio {
    margin-top: -130px
}

.post-template-single-layout-8 .single-header-8 .post-author-bio {
    display: block;
    text-align: center;
    margin: 0 0 32px;
    padding: 0;
    border: none
}

.post-template-single-layout-8 .single-header-8 .post-author__avatar {
    margin-bottom: 15px
}

.post-template-single-layout-8 .single-header-8 .post-author__avatar,
.post-template-single-layout-8 .single-header-8 .post-author__content {
    padding: 0
}

.post-template-single-layout-8 .single-header-8 .entry-title {
    margin-top: 30px;
    margin-bottom: 30px;
    text-transform: uppercase
}

.post-template-single-layout-8 .single-header-8 .entry-meta:not(:empty) {
    margin-top: 35px;
    margin-bottom: 50px
}

.post-template-single-layout-9.post-template .site-content {
    margin-top: 0
}

.post-template-single-layout-9 .single-header-9 {
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center
}

@media(min-width:640px) {
    .post-template-single-layout-9 .single-header-9 {
        margin-top: 40px;
        margin-bottom: 60px
    }
}

.post-template-single-layout-9 .single-header-9 .post-thumbnail {
    margin-top: 25px;
    margin-bottom: 0
}

@media(min-width:640px) {
    .post-template-single-layout-9 .single-header-9 .post-thumbnail {
        margin-top: 55px
    }
}

.post-template-single-layout-9 .single-header-9 .post-thumbnail img {
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: none;
    max-height: 730px
}

.post-template-single-layout-9 .post-author-bio {
    margin-top: 0;
    margin-bottom: 30px;
    padding: 0;
    border: none
}

.post-template-single-layout-10.post-template .site-content {
    margin-top: 0
}

.post-template-single-layout-10 .single-header-10 .entry-header {
    border-radius: 4px;
    padding: 32px 40px 25px;
    margin-top: 30px;
    margin-bottom: 55px
}

@media(max-width:639px) {
    .post-template-single-layout-10 .single-header-10 .entry-header {
        text-align: center
    }
}

@media(min-width:640px) {
    .post-template-single-layout-10 .single-header-10 .entry-header-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: -.9375rem;
        margin-right: -.9375rem;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .post-template-single-layout-10 .single-header-10 .entry-header-bottom>* {
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.post-template-single-layout-10 .single-header-10 .entry-header .post-author,
.post-template-single-layout-10 .single-header-10 .entry-header .cat-links,
.post-template-single-layout-10 .single-header-10 .entry-header .posted-on {
    padding: 0 18px 15px 0;
    display: inline-block
}

@media(max-width:939px) {
    .post-template-single-layout-10 .single-header-10 .entry-header .post-author {
        display: block
    }
}

.post-template-single-layout-10 .single-header-10 .entry-title {
    max-width: 700px;
    margin-bottom: 17px
}

.post-template-single-layout-10 .single-header-10.has-post-thumbnail .entry-header {
    margin-top: -100px
}

.post-template-single-layout-10 .single-header-10 .post-author__avatar {
    margin-right: 12px
}

.post-template-single-layout-10 .single-header-10 .post-author__avatar img {
    vertical-align: middle
}

.post-template-single-layout-10 .single-header-10 .post-thumbnail {
    margin-bottom: 0
}

.post-template-single-layout-10 .single-header-10 .post-thumbnail img {
    border-radius: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    max-width: none;
    max-height: 730px
}

.post-template-single-layout-10 .single-header-10 .comments-button {
    background: 0 0;
    margin-bottom: 15px
}

.sticky-label {
    display: inline-block;
    vertical-align: top;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-right: 10px;
    padding: 3px 7px 1px;
    text-align: center;
    font-size: 12px;
    line-height: 1.6;
    border-radius: 4px
}

@media(min-width:1200px) {
    .sticky-label {
        font-size: 14px;
        padding: 6px 10px 3px
    }
}

.posts-list--default.list-style-v6 .sticky-label,
.posts-list--default.list-style-v8 .sticky-label,
.posts-list--creative.list-style-v2 .sticky-label,
.posts-list--creative.list-style-v9 .sticky-label,
.posts-list--grid .sticky-label,
.posts-list--masonry .sticky-label,
.posts-list--vertical-justify:not(.list-style-v10) .sticky-label {
    padding: 4px 8px 1px
}

@media(min-width:1200px) {

    .posts-list--default.list-style-v6 .sticky-label,
    .posts-list--default.list-style-v8 .sticky-label,
    .posts-list--creative.list-style-v2 .sticky-label,
    .posts-list--creative.list-style-v9 .sticky-label,
    .posts-list--grid .sticky-label,
    .posts-list--masonry .sticky-label,
    .posts-list--vertical-justify:not(.list-style-v10) .sticky-label {
        margin-top: 1px;
        margin-bottom: 1px
    }
}

.sticky-label.type-both i {
    margin-right: 8px
}

.widget-title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 25px
}

.widget+.widget {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #ebeced
}

.sidebar .widget,
.footer-area .widget {
    margin-top: 1.5em
}

@media(min-width:940px) {

    .sidebar .widget,
    .footer-area .widget {
        margin-top: 3em
    }
}

.widget select {
    width: 100%
}

.widget ul {
    list-style: none;
    margin-left: 0
}

.widget ul li {
    margin-bottom: 4px
}

.widget li>ul,
.widget li>ol {
    margin-top: 4px;
    margin-left: 1.2em
}

.widget_recent_entries ul li {
    margin-bottom: 20px
}

.widget_recent_entries .post-date {
    display: block
}

.widget_recent_entries .post-date:before {
    content: '\f133';
    margin-right: 5px;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.widget_recent_comments .recentcomments {
    margin-bottom: 20px
}

.widget_recent_comments .recentcomments:before {
    content: '\f075';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-size: .875rem;
    margin-right: 5px
}

.widget_recent_comments .recentcomments .comment-author-link a {
    font-weight: initial
}

.widget_recent_comments .recentcomments .comment-author-link a:before {
    content: none
}

.widget_recent_comments .recentcomments a:before {
    content: '';
    display: block
}

.widget_tag_cloud .tag-cloud-link {
    display: inline-block;
    margin-right: 2px;
    margin-bottom: 5px;
    padding: 6px 10px;
    font-size: 14px !important;
    border-radius: 4px;
    border: 1px solid #ebeced
}

.widget_tag_cloud .tag-cloud-link:hover {
    background-color: #ebeced
}

.widget_calendar .calendar_wrap {
    border: 1px solid #ebeced
}

.widget_calendar table {
    margin-bottom: 0;
    padding-left: 5.5%;
    padding-right: 5.5%;
    padding-bottom: 4%;
    table-layout: fixed;
    width: 100%;
    position: relative;
    border-collapse: initial
}

.widget_calendar table th,
.widget_calendar table td,
.widget_calendar table thead th,
.widget_calendar table tbody+tbody {
    border: none
}

.widget_calendar thead {
    text-align: center
}

.widget_calendar caption {
    padding: 20px 0;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
    font-weight: 400
}

.widget_calendar th {
    padding: 0 0 40px;
    font-weight: inherit
}

.widget_calendar tbody:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 1px;
    margin-top: -15px;
    background-color: #ebeced
}

.widget_calendar tbody td {
    position: relative;
    text-align: center;
    line-height: 44px;
    height: 44px
}

.widget_calendar tbody td a {
    display: inline-block;
    width: 45px;
    max-width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #ebeced;
    border-radius: 50%
}

.widget_calendar tfoot td {
    position: absolute;
    top: 26px
}

.widget_calendar tfoot td#prev {
    left: 10%
}

.widget_calendar tfoot td#next {
    right: 10%
}

.widget_calendar td#today {
    font-weight: 900
}

.widget_calendar #next {
    text-align: right
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    border: none
}

embed,
iframe,
object {
    max-width: 100%
}

.img-pull-left {
    float: left;
    width: 50%;
    margin: 0 4% 1% 0
}

.img-pull-right {
    float: right;
    width: 50%;
    margin: 0 0 1% 4%
}

.alignleft {
    margin: 15px 30px 15px 0
}

.alignright {
    margin: 15px 0 15px 30px
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: .8075em 0;
    font-size: 12px;
    font-size: .75rem
}

.wp-caption-text {
    text-align: center
}

.gallery {
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.gallery>* {
    padding-left: .9375rem;
    padding-right: .9375rem
}

.gallery-item {
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

.gallery img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 4px
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%
}

.gallery-columns-2 .gallery-item {
    max-width: 50%
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%
}

.gallery-columns-4 .gallery-item {
    max-width: 25%
}

.gallery-columns-5 .gallery-item {
    max-width: 20%
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%
}

.gallery-caption {
    display: block
}

.embed-responsive {
    position: relative;
    display: block;
    padding: 0
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0
}

.embed-responsive.embed-responsive-16by9 {
    padding-bottom: 62.33%
}

.embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%
}

.fb_iframe_widget {
    max-width: 100%
}

.fb_iframe_widget>span {
    max-width: 100%
}

.slick-slide:focus {
    outline: none
}

.jet-smart-listing-wrap.jet-processing+div.jet-smart-listing-loading {
    width: 30px;
    height: 30px;
    border: 3px solid transparent;
    border-top-color: red;
    border-right-color: red
}

.jet-mobile-menu-active .jet-mobile-menu-cover {
    z-index: 1
}

div.wpcf7 .ajax-loader {
    position: relative;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    border: 3px solid transparent;
    margin: 0 15px;
    background: 0 0;
    -webkit-animation: tm_spin 1s linear infinite;
    animation: tm_spin 1s linear infinite;
    z-index: 11
}

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

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.main-navigation .sub-menu li.wpml-ls-item {
    margin: 3px 10px;
    padding: 2px 10px
}

.main-navigation .sub-menu li.wpml-ls-item a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.main-navigation.mobile-menu .menu li.wpml-ls-item {
    display: block;
    margin: 1px 8px;
    padding: 4px 7px
}

html#ecwid_html body#ecwid_body .ecwid.horizontal-menu-container.horizontal-desktop .horizontal-menu.horizontal-menu--desktop .horizontal-menu-item {
    margin-right: 10px
}

html#ecwid_html body#ecwid_body .ec-size.ecwid-lte-600px div.ecwid-productBrowser {
    padding: 0 .9375rem 20px
}

html#ecwid_html body#ecwid_body .ec-size div.ecwid-productBrowser {
    padding: 0 1.875rem 20px;
    background-color: transparent
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items {
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__wrap {
    padding: .9375rem
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .product-details-module__content .product-details__product-description p {
    margin: 0 0 1em
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__sort {
    margin-bottom: 22px
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .ec-grid .page-title__name {
    margin-bottom: 22px
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .details-product-option--radio .product-details-module__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .details-product-option--radio .product-details-module__content .form-control--radio {
    padding: 5px;
    width: auto
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid-product__wrap-inner>*:last-child:not(.grid-product__image) {
    padding-top: 6px
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--layout-left .grid-product__price {
    padding-top: .1em
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .form-control__button {
    border-radius: 4px
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--small .form-control__button {
    min-height: 36px
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control .form-control__button {
    min-height: 40px
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--medium .form-control__button {
    min-height: 46px
}

/*!Theme Name: Patrick
Theme URI: https://www.templatemonster.com/vendors/zemez
Author: Zemez
Author URI: https://zemez.io/wordpress
Description: Kava child theme.
Template: kava
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: patrick
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
DocumentationID: patrick
Template Id: prod-25527*/
body {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    text-align: left;
    color: #4d4d4d
}

h1,
.h1-style {
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    text-align: inherit;
    color: #1a1a1a
}

h2,
.h2-style {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    text-align: inherit;
    color: #1a1a1a
}

h3,
.h3-style {
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    text-align: inherit;
    color: #1a1a1a
}

h4,
.h4-style {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    text-align: inherit;
    color: #1a1a1a
}

h5,
.h5-style {
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    text-align: inherit;
    color: #1a1a1a
}

h6,
.h6-style {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    text-align: inherit;
    color: #1a1a1a
}

@media(min-width:1200px) {

    h1,
    .h1-style {
        font-size: 56px
    }

    h2,
    .h2-style {
        font-size: 40px
    }

    h3,
    .h3-style {
        font-size: 28px
    }
}

a,
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
    color: #0E8385
}

a:hover {
    color: #4d4d4d
}

blockquote {
    color: #0E8385
}

.site-header__wrap {
    background-color: #fff;
    background-repeat: repeat;
    background-position: center top;
    background-attachment: scroll
}

.top-panel {
    color: #4d4d4d;
    background-color: #fff
}

.main-navigation {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
    letter-spacing: 0
}

.main-navigation a,
.menu-item-has-children:before {
    color: #4d4d4d
}

.main-navigation a:hover,
.main-navigation .current_page_item>a,
.main-navigation .current-menu-item>a,
.main-navigation .current_page_ancestor>a,
.main-navigation .current-menu-ancestor>a {
    color: #4d4d4d
}

.mobile-menu-toggle-button {
    color: #fff;
    background-color: #0E8385
}

.social-list a {
    color: #4d4d4d
}

.social-list a:hover {
    color: #0E8385
}

.breadcrumbs_item {
    font-style: normal;
    font-weight: 400;
    font-size: 11px;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    letter-spacing: 0
}

.breadcrumbs_item_sep,
.breadcrumbs_item_link {
    color: #4d4d4d
}

.breadcrumbs_item_link:hover {
    color: #0E8385
}

.post-navigation i {
    color: #4d4d4d
}

.post-navigation .nav-links a:hover .post-title,
.post-navigation .nav-links a:hover .nav-text {
    color: #0E8385
}

.post-navigation .nav-links a:hover i {
    color: #4d4d4d
}

.pagination .page-numbers,
.page-links>span,
.page-links>a {
    color: #4d4d4d
}

.pagination a.page-numbers:hover,
.pagination .page-numbers.current,
.page-links>a:hover,
.page-links>span {
    color: #4d4d4d
}

.pagination .next,
.pagination .prev {
    color: #0E8385
}

.pagination .next:hover,
.pagination .prev:hover {
    color: #4d4d4d
}

.btn,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    font-style: normal;
    font-weight: 900;
    font-size: 11px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    background-color: #0E8385
}

.btn:hover,
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover,
input[type=reset]:hover {
    color: #fff;
    background-color: #ff7878
}

.btn.invert-button {
    color: #fff
}

.btn.invert-button:hover {
    color: #fff;
    border-color: #0E8385;
    background-color: #0E8385
}

#toTop {
    padding: 0;
    border-radius: 0;
    background-color: ;
    color:
}

#toTop:hover {
    background-color: ;
    color:
}

input,
optgroup,
select,
textarea {
    font-size: 14px
}

.comment-form .submit,
.wpcf7-submit,
.post-password-form label+input {
    font-style: normal;
    font-weight: 900;
    font-size: 11px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    background-color: #0E8385
}

.comment-form .submit:hover,
.wpcf7-submit:hover,
.post-password-form label+input:hover {
    color: #fff;
    background-color: #ff7878
}

.comment-reply-title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    color: #1a1a1a
}

.comment-form-cookies-consent input[type=checkbox]:checked~label[for=wp-comment-cookies-consent]:before {
    color: #fff;
    border-color: #0E8385;
    background-color: #0E8385
}

#cancel-comment-reply-link {
    color: #0E8385
}

#cancel-comment-reply-link:hover {
    color: #4d4d4d
}

.comment-body .fn {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    color: #1a1a1a
}

.comment-date__time {
    color: #4d4d4d
}

.comment-reply-link {
    font-style: normal;
    font-weight: 900;
    font-size: 11px;
    line-height: 1;
    font-family: Roboto, sans-serif;
    letter-spacing: 1px
}

::-webkit-input-placeholder {
    color: #4d4d4d
}

::-moz-placeholder {
    color: #4d4d4d
}

:-moz-placeholder {
    color: #4d4d4d
}

:-ms-input-placeholder {
    color: #4d4d4d
}

.posted-on,
.cat-links,
.byline,
.tags-links {
    color: #4d4d4d
}

.comments-button {
    color: #4d4d4d
}

.comments-button:hover {
    color: #fff;
    background-color: #0E8385
}

.btn-style .post-categories a {
    color: #fff;
    background-color: #0E8385
}

.btn-style .post-categories a:hover {
    color: #fff;
    background-color: #ff7878
}

.sticky-label {
    color: #fff;
    background-color: #0E8385
}

.invert-hover.has-post-thumbnail:hover,
.invert-hover.has-post-thumbnail:hover .posted-on,
.invert-hover.has-post-thumbnail:hover .cat-links,
.invert-hover.has-post-thumbnail:hover .byline,
.invert-hover.has-post-thumbnail:hover .tags-links,
.invert-hover.has-post-thumbnail:hover .entry-meta,
.invert-hover.has-post-thumbnail:hover a,
.invert-hover.has-post-thumbnail:hover .btn-icon,
.invert-item.has-post-thumbnail,
.invert-item.has-post-thumbnail .posted-on,
.invert-item.has-post-thumbnail .cat-links,
.invert-item.has-post-thumbnail .byline,
.invert-item.has-post-thumbnail .tags-links,
.invert-item.has-post-thumbnail .entry-meta,
.invert-item.has-post-thumbnail a,
.invert-item.has-post-thumbnail .btn:hover,
.invert-item.has-post-thumbnail .btn-style .post-categories a:hover,
.invert,
.invert .entry-title,
.invert a,
.invert .byline,
.invert .posted-on,
.invert .cat-links,
.invert .tags-links {
    color: #fff
}

.invert-hover.has-post-thumbnail:hover a:hover,
.invert-hover.has-post-thumbnail:hover .btn-icon:hover,
.invert-item.has-post-thumbnail a:hover,
.invert a:hover {
    color: #0E8385
}

.invert-hover.has-post-thumbnail .btn,
.invert-item.has-post-thumbnail .comments-button,
.posts-list--default.list-style-v10 .invert.default-item .comments-button {
    color: #fff;
    background-color: #0E8385
}

.invert-hover.has-post-thumbnail .btn:hover,
.invert-item.has-post-thumbnail .comments-button:hover,
.posts-list--default.list-style-v10 .invert.default-item .comments-button:hover {
    color: #0E8385;
    background-color: #fff
}

.list-style-v8 .comments-link {
    color: #4d4d4d
}

.list-style-v8 .comments-link:hover {
    color: #4d4d4d
}

.creative-item .entry-title a:hover {
    color: #0E8385
}

.list-style-default .creative-item a,
.creative-item .btn-icon {
    color: #4d4d4d
}

.list-style-default .creative-item a:hover,
.creative-item .btn-icon:hover {
    color: #0E8385
}

.list-style-default .creative-item .btn,
.list-style-default .creative-item .btn:hover,
.list-style-default .creative-item .comments-button:hover {
    color: #fff
}

.creative-item__title-first-letter {
    font-style: normal;
    font-weight: 400;
    font-family: Roboto, sans-serif;
    color: #1a1a1a
}

.posts-list--creative.list-style-v10 .creative-item:before {
    background-color: #0E8385;
    box-shadow: 0 0 0 8px rgba(255, 82, 82, .25)
}

.posts-list--creative.list-style-v10 .creative-item__post-date {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    color: #0E8385
}

.posts-list--creative.list-style-v10 .creative-item__post-date a {
    color: #0E8385
}

.posts-list--creative.list-style-v10 .creative-item__post-date a:hover {
    color: #4d4d4d
}

.list-style-v2 .creative-item .entry-title,
.list-style-v9 .creative-item .entry-title {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    letter-spacing: 0
}

.post_format-post-format-image .post-thumbnail__link:before {
    color: #fff;
    background-color: #0E8385
}

.post_format-post-format-gallery .swiper-button-prev,
.post_format-post-format-gallery .swiper-button-next {
    color: #4d4d4d
}

.post_format-post-format-gallery .swiper-button-prev:hover,
.post_format-post-format-gallery .swiper-button-next:hover {
    color: #4d4d4d
}

.post_format-post-format-quote .post-format-quote {
    color: #fff;
    background-color: #0E8385
}

.post_format-post-format-quote .post-format-quote:before {
    color: #0E8385;
    background-color: #fff
}

.post-author__title a {
    color: #0E8385
}

.post-author__title a:hover {
    color: #4d4d4d
}

.invert .post-author__title a {
    color: #fff
}

.invert .post-author__title a:hover {
    color: #0E8385
}

.single-post blockquote {
    border-color: #0E8385
}

.single-post:not(.post-template-single-layout-4):not(.post-template-single-layout-7) .tags-links a:hover {
    color: #fff;
    border-color: #0E8385;
    background-color: #0E8385
}

.single-header-3 .post-author .byline,
.single-header-4 .post-author .byline,
.single-header-5 .post-author .byline {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    letter-spacing: 0
}

.single-header-8,
.single-header-10 .entry-header {
    background-color: #0E8385
}

.single-header-8.invert a:hover,
.single-header-10.invert a:hover {
    color: rgba(255, 255, 255, .5)
}

.single-header-3 a.comments-button,
.single-header-10 a.comments-button {
    border: 1px solid #fff
}

.single-header-3 a.comments-button:hover,
.single-header-10 a.comments-button:hover {
    color: #0E8385;
    background-color: #fff
}

.page-preloader {
    border-top-color: #0E8385;
    border-right-color: #0E8385
}

.site-logo__link,
.site-logo__link:hover {
    color: #0E8385
}

.page-title {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.4;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    color: #1a1a1a
}

@media(min-width:1200px) {
    .page-title {
        font-size: 40px
    }
}

.posts-list.list-style-v3 .comments-link {
    border-color: #0E8385
}

.posts-list.list-style-v4 .comments-link {
    color: #4d4d4d
}

.posts-list.list-style-v4 .posts-list__item.grid-item .grid-item-wrap .comments-link:hover {
    color: #fff;
    background-color: #0E8385
}

.grid-item-wrap.invert,
.grid-item-wrap.invert .posted-on,
.grid-item-wrap.invert .cat-links,
.grid-item-wrap.invert .byline,
.grid-item-wrap.invert .tags-links,
.grid-item-wrap.invert .entry-meta,
.grid-item-wrap.invert a,
.grid-item-wrap.invert .btn-icon,
.grid-item-wrap.invert .comments-button {
    color: #fff
}

.list-style-v5 .grid-item-wrap.invert .posted-on,
.list-style-v5 .grid-item-wrap.invert .cat-links,
.list-style-v5 .grid-item-wrap.invert .byline,
.list-style-v5 .grid-item-wrap.invert .tags-links,
.list-style-v5 .grid-item-wrap.invert .posted-on a,
.list-style-v5 .grid-item-wrap.invert .cat-links a,
.list-style-v5 .grid-item-wrap.invert .tags-links a,
.list-style-v5 .grid-item-wrap.invert .byline a,
.list-style-v5 .grid-item-wrap.invert .comments-link,
.list-style-v5 .grid-item-wrap.invert .entry-title a:hover {
    color: #0E8385
}

.list-style-v5 .grid-item-wrap.invert .posted-on a:hover,
.list-style-v5 .grid-item-wrap.invert .cat-links a:hover,
.list-style-v5 .grid-item-wrap.invert .tags-links a:hover,
.list-style-v5 .grid-item-wrap.invert .byline a:hover,
.list-style-v5 .grid-item-wrap.invert .comments-link:hover {
    color: #fff
}

.posts-list.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .cat-links a,
.posts-list.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .cat-links a {
    color: #fff;
    background-color: #0E8385
}

.posts-list.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .cat-links a:hover,
.posts-list.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .cat-links a:hover {
    color: #fff;
    background-color: #ff7878
}

.posts-list.list-style-v9 .posts-list__item.grid-item .grid-item-wrap .entry-header .entry-title {
    font-weight: 300
}

.list-style-v7 .grid-item-wrap.invert .posted-on a:hover,
.list-style-v7 .grid-item-wrap.invert .cat-links a:hover,
.list-style-v7 .grid-item-wrap.invert .tags-links a:hover,
.list-style-v7 .grid-item-wrap.invert .byline a:hover,
.list-style-v7 .grid-item-wrap.invert .comments-link:hover,
.list-style-v7 .grid-item-wrap.invert .entry-title a:hover,
.list-style-v6 .grid-item-wrap.invert .posted-on a:hover,
.list-style-v6 .grid-item-wrap.invert .cat-links a:hover,
.list-style-v6 .grid-item-wrap.invert .tags-links a:hover,
.list-style-v6 .grid-item-wrap.invert .byline a:hover,
.list-style-v6 .grid-item-wrap.invert .comments-link:hover,
.list-style-v6 .grid-item-wrap.invert .entry-title a:hover {
    color: #0E8385
}

.list-style-v7 .grid-item-wrap.invert .posted-on,
.list-style-v7 .grid-item-wrap.invert .cat-links,
.list-style-v7 .grid-item-wrap.invert .byline,
.list-style-v7 .grid-item-wrap.invert .tags-links,
.list-style-v7 .grid-item-wrap.invert .posted-on a,
.list-style-v7 .grid-item-wrap.invert .cat-links a,
.list-style-v7 .grid-item-wrap.invert .tags-links a,
.list-style-v7 .grid-item-wrap.invert .byline a,
.list-style-v7 .grid-item-wrap.invert .comments-link,
.list-style-v7 .grid-item-wrap.invert .entry-title a,
.list-style-v7 .grid-item-wrap.invert .entry-content p,
.list-style-v6 .grid-item-wrap.invert .posted-on,
.list-style-v6 .grid-item-wrap.invert .cat-links,
.list-style-v6 .grid-item-wrap.invert .byline,
.list-style-v6 .grid-item-wrap.invert .tags-links,
.list-style-v6 .grid-item-wrap.invert .posted-on a,
.list-style-v6 .grid-item-wrap.invert .cat-links a,
.list-style-v6 .grid-item-wrap.invert .tags-links a,
.list-style-v6 .grid-item-wrap.invert .byline a,
.list-style-v6 .grid-item-wrap.invert .comments-link,
.list-style-v6 .grid-item-wrap.invert .entry-title a,
.list-style-v6 .grid-item-wrap.invert .entry-content p {
    color: #fff
}

.posts-list.list-style-v7 .grid-item .grid-item-wrap .entry-footer .comments-link:hover,
.posts-list.list-style-v6 .grid-item .grid-item-wrap .entry-footer .comments-link:hover,
.posts-list.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .btn:hover,
.posts-list.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .btn:hover {
    color: #0E8385;
    border-color: #0E8385
}

.posts-list.list-style-v10 .grid-item-inner .space-between-content .comments-link {
    color: #4d4d4d
}

.posts-list.list-style-v10 .grid-item-inner .space-between-content .comments-link:hover {
    color: #0E8385
}

.posts-list.list-style-v10 .posts-list__item.justify-item .justify-item-inner .entry-title a {
    color: #4d4d4d
}

.posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-inner .entry-title a:hover {
    color: #fff;
    background-color: #0E8385
}

.posts-list.list-style-v5 .posts-list__item.justify-item .justify-item-inner.invert .cat-links a:hover,
.posts-list.list-style-v8 .posts-list__item.justify-item .justify-item-inner.invert .cat-links a:hover {
    color: #fff;
    background-color: #ff7878
}

.posts-list.list-style-v5 .posts-list__item.justify-item .justify-item-inner.invert .cat-links a,
.posts-list.list-style-v8 .posts-list__item.justify-item .justify-item-inner.invert .cat-links a {
    color: #fff;
    background-color: #0E8385
}

.list-style-v8 .justify-item-inner.invert .posted-on,
.list-style-v8 .justify-item-inner.invert .cat-links,
.list-style-v8 .justify-item-inner.invert .byline,
.list-style-v8 .justify-item-inner.invert .tags-links,
.list-style-v8 .justify-item-inner.invert .posted-on a,
.list-style-v8 .justify-item-inner.invert .cat-links a,
.list-style-v8 .justify-item-inner.invert .tags-links a,
.list-style-v8 .justify-item-inner.invert .byline a,
.list-style-v8 .justify-item-inner.invert .comments-link,
.list-style-v8 .justify-item-inner.invert .entry-title a,
.list-style-v8 .justify-item-inner.invert .entry-content p,
.list-style-v5 .justify-item-inner.invert .posted-on,
.list-style-v5 .justify-item-inner.invert .cat-links,
.list-style-v5 .justify-item-inner.invert .byline,
.list-style-v5 .justify-item-inner.invert .tags-links,
.list-style-v5 .justify-item-inner.invert .posted-on a,
.list-style-v5 .justify-item-inner.invert .cat-links a,
.list-style-v5 .justify-item-inner.invert .tags-links a,
.list-style-v5 .justify-item-inner.invert .byline a,
.list-style-v5 .justify-item-inner.invert .comments-link,
.list-style-v5 .justify-item-inner.invert .entry-title a,
.list-style-v5 .justify-item-inner.invert .entry-content p,
.list-style-v4 .justify-item-inner.invert .posted-on:hover,
.list-style-v4 .justify-item-inner.invert .cat-links,
.list-style-v4 .justify-item-inner.invert .byline,
.list-style-v4 .justify-item-inner.invert .tags-links,
.list-style-v4 .justify-item-inner.invert .posted-on a,
.list-style-v4 .justify-item-inner.invert .cat-links a,
.list-style-v4 .justify-item-inner.invert .tags-links a,
.list-style-v4 .justify-item-inner.invert .byline a,
.list-style-v4 .justify-item-inner.invert .comments-link,
.list-style-v4 .justify-item-inner.invert .entry-title a,
.list-style-v4 .justify-item-inner.invert .entry-content p {
    color: #fff
}

.list-style-v8 .justify-item-inner.invert .posted-on a:hover,
.list-style-v8 .justify-item-inner.invert .cat-links a:hover,
.list-style-v8 .justify-item-inner.invert .tags-links a:hover,
.list-style-v8 .justify-item-inner.invert .byline a:hover,
.list-style-v8 .justify-item-inner.invert .comments-link:hover,
.list-style-v8 .justify-item-inner.invert .entry-title a:hover,
.list-style-v5 .justify-item-inner.invert .posted-on a:hover,
.list-style-v5 .justify-item-inner.invert .cat-links a:hover,
.list-style-v5 .justify-item-inner.invert .tags-links a:hover,
.list-style-v5 .justify-item-inner.invert .byline a:hover,
.list-style-v5 .justify-item-inner.invert .entry-title a:hover,
.list-style-v4 .justify-item-inner.invert .posted-on a,
.list-style-v4 .justify-item-inner.invert .cat-links a:hover,
.list-style-v4 .justify-item-inner.invert .tags-links a:hover,
.list-style-v4 .justify-item-inner.invert .byline a:hover,
.list-style-v4 .justify-item-inner.invert .comments-link:hover,
.list-style-v4 .justify-item-inner.invert .entry-title a:hover {
    color: #0E8385
}

.posts-list.list-style-v5 .justify-item .justify-item-wrap .entry-footer .comments-link:hover {
    border-color: #0E8385
}

.list-style-v4 .justify-item-inner.invert .btn:hover,
.list-style-v6 .justify-item-wrap.invert .btn:hover,
.list-style-v8 .justify-item-inner.invert .btn:hover {
    color: #fff
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link:hover,
.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer .btn:hover {
    color: #0E8385;
    border-color: #0E8385
}

.posts-list.list-style-v3 .comments-link {
    border-color: #0E8385
}

.posts-list.list-style-v4 .comments-link {
    color: #4d4d4d
}

.posts-list.list-style-v4 .posts-list__item.masonry-item .masonry-item-wrap .comments-link:hover {
    color: #fff;
    background-color: #0E8385
}

.masonry-item-wrap.invert,
.masonry-item-wrap.invert .posted-on,
.masonry-item-wrap.invert .cat-links,
.masonry-item-wrap.invert .byline,
.masonry-item-wrap.invert .tags-links,
.masonry-item-wrap.invert .entry-meta,
.masonry-item-wrap.invert a,
.masonry-item-wrap.invert .btn-icon,
.masonry-item-wrap.invert .comments-button {
    color: #fff
}

.list-style-v5 .masonry-item-wrap.invert .posted-on,
.list-style-v5 .masonry-item-wrap.invert .cat-links,
.list-style-v5 .masonry-item-wrap.invert .byline,
.list-style-v5 .masonry-item-wrap.invert .tags-links,
.list-style-v5 .masonry-item-wrap.invert .posted-on a,
.list-style-v5 .masonry-item-wrap.invert .cat-links a,
.list-style-v5 .masonry-item-wrap.invert .tags-links a,
.list-style-v5 .masonry-item-wrap.invert .byline a,
.list-style-v5 .masonry-item-wrap.invert .comments-link,
.list-style-v5 .masonry-item-wrap.invert .entry-title a:hover {
    color: #0E8385
}

.list-style-v5 .masonry-item-wrap.invert .posted-on a:hover,
.list-style-v5 .masonry-item-wrap.invert .cat-links a:hover,
.list-style-v5 .masonry-item-wrap.invert .tags-links a:hover,
.list-style-v5 .masonry-item-wrap.invert .byline a:hover,
.list-style-v5 .masonry-item-wrap.invert .comments-link:hover {
    color: #fff
}

.posts-list.list-style-v10 .masonry-item-inner .space-between-content .comments-link {
    color: #4d4d4d
}

.posts-list.list-style-v10 .masonry-item-inner .space-between-content .comments-link:hover {
    color: #0E8385
}

.widget_recent_entries a,
.widget_recent_comments a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    color: #1a1a1a
}

.widget_recent_entries a:hover,
.widget_recent_comments a:hover {
    color: #0E8385
}

.widget_recent_entries .post-date,
.widget_recent_comments .recentcomments {
    color: #4d4d4d
}

.widget_recent_comments .comment-author-link a {
    color: #4d4d4d
}

.widget_recent_comments .comment-author-link a:hover {
    color: #0E8385
}

.widget_calendar th,
.widget_calendar caption {
    color: #0E8385
}

.widget_calendar tbody td a {
    color: #4d4d4d
}

.widget_calendar tbody td a:hover {
    color: #fff;
    background-color: #0E8385
}

.widget_calendar tfoot td a {
    color: #4d4d4d
}

.widget_calendar tfoot td a:hover {
    color: #4d4d4d
}

.jet-smart-listing-wrap.jet-processing+div.jet-smart-listing-loading,
div.wpcf7 .ajax-loader {
    border-top-color: #0E8385;
    border-right-color: #0E8385
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid-product__title-inner,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products .grid-product__image~.grid-product__price .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products .grid-product__image~.grid-product__title .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--medium-items.grid__products--layout-center .grid-product__price-compare,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--medium-items .grid-product__details,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--medium-items .grid-product__sku,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--medium-items .grid-product__sku-hover,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--medium-items .grid-product__tax,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .form__msg,
html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store h1,
html#ecwid_html body#ecwid_body.page .ec-size .ec-wrapper .ec-store .product-details__product-title,
html#ecwid_html body#ecwid_body.page .ec-size .ec-wrapper .ec-store .product-details__product-price,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .product-details-module__title,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .ec-cart-summary__row--total .ec-cart-summary__title,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .ec-cart-summary__row--total .ec-cart-summary__price,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__categories * {
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    letter-spacing: 0
}

html#ecwid_html body#ecwid_body .ecwid .ec-size .ec-wrapper .ec-store .product-details__product-description {
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.6;
    font-family: Roboto, sans-serif;
    letter-spacing: 0;
    text-align: left;
    color: #4d4d4d
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid-product__title-inner,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products .grid-product__image~.grid-product__price .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products .grid-product__image~.grid-product__title .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--medium-items.grid__products--layout-center .grid-product__price-compare,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--medium-items .grid-product__details,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--medium-items .grid-product__sku,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--medium-items .grid-product__sku-hover,
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--medium-items .grid-product__tax,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .product-details-module__title,
html#ecwid_html body#ecwid_body.page .ec-size .ec-wrapper .ec-store .product-details__product-price,
html#ecwid_html body#ecwid_body.page .ec-size .ec-wrapper .ec-store .product-details__product-title,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .form-control__text,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .form-control__textarea,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .ec-link,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .ec-link:visited,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store input[type=radio].form-control__radio:checked+.form-control__radio-view:after {
    color: #0E8385
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .ec-link:hover {
    color: #4d4d4d
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--small-items .grid-product__title-inner,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--small-items .grid-product__price-hover .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--small-items .grid-product__image~.grid-product__price .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--small-items .grid-product__image~.grid-product__title .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--small-items.grid__products--layout-center .grid-product__price-compare,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--small-items .grid-product__details,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--small-items .grid-product__sku,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--small-items .grid-product__sku-hover,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--small-items .grid-product__tax {
    font-size: 12px
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__title-inner,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__price-hover .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__image~.grid-product__price .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__image~.grid-product__title .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items.grid__products--layout-center .grid-product__price-compare,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__details,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__sku,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__sku-hover,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--medium-items .grid-product__tax {
    font-size: 14px
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--large-items .grid-product__title-inner,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--large-items .grid-product__price-hover .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--large-items .grid-product__image~.grid-product__price .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--large-items .grid-product__image~.grid-product__title .grid-product__price-amount,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--large-items.grid__products--layout-center .grid-product__price-compare,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--large-items .grid-product__details,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--large-items .grid-product__sku,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--large-items .grid-product__sku-hover,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--large-items .grid-product__tax {
    font-size: 17px
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store button {
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    font-family: Roboto, sans-serif;
    letter-spacing: 1px
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .form-control--secondary .form-control__button,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .form-control--primary .form-control__button {
    border-color: #0E8385;
    background-color: transparent;
    color: #0E8385
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .form-control--secondary .form-control__button:hover,
html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .form-control--primary .form-control__button:hover,
html#ecwid_html body#ecwid_body .horizontal-menu-container.horizontal-desktop .horizontal-menu-item.horizontal-menu-item--active>a {
    border-color: #0E8385;
    background-color: #0E8385;
    color: #fff
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--appearance-hover .grid-product--dark .form-control--secondary .form-control__button {
    border-color: #0E8385;
    background-color: #0E8385;
    color: #fff
}

html#ecwid_html body#ecwid_body .ec-size .ec-wrapper .ec-store .grid__products--appearance-hover .grid-product--dark .form-control--secondary .form-control__button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #0E8385
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control .form-control__button {
    font-size: 10px
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--small .form-control__button {
    font-size: 11px
}

html#ecwid_html body#ecwid_body .ec-size.ec-size--l .ec-wrapper .ec-store .form-control--medium .form-control__button {
    font-size: 14px
}

html#ecwid_html body#ecwid_body .ec-minicart__body .ec-minicart__icon .icon-default path[stroke],
html#ecwid_html body#ecwid_body .ec-minicart__body .ec-minicart__icon .icon-default circle[stroke] {
    stroke: #0E8385
}

html#ecwid_html body#ecwid_body .ec-minicart:hover .ec-minicart__body .ec-minicart__icon .icon-default path[stroke],
html#ecwid_html body#ecwid_body .ec-minicart:hover .ec-minicart__body .ec-minicart__icon .icon-default circle[stroke] {
    stroke: #4d4d4d
}

.default-item .post-thumbnail {
    margin-bottom: 26px
}

.posts-list--default.list-style-default .default-item+.default-item,
.posts-list--default.list-style-v2 .default-item+.default-item,
.posts-list--default.list-style-v4 .default-item+.default-item {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 1px solid #ebeced
}

.posts-list--default.list-style-v3 .default-item+.default-item,
.posts-list--default.list-style-v5 .default-item+.default-item,
.posts-list--default.list-style-v6 .default-item+.default-item,
.posts-list--default.list-style-v7 .default-item+.default-item {
    margin-top: 30px
}

.posts-list--default.list-style-v8 .default-item+.default-item {
    margin-top: 60px
}

.posts-list--default.list-style-v10 .default-item+.default-item {
    margin-top: 50px
}

body:not(.sidebar_enabled) .list-style-default .default-item {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto
}

@media(min-width:640px) {
    .list-style-default .default-item .entry-content {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.list-style-default .default-item .entry-footer .entry-meta .tags-links+div:not(:empty) {
    margin-top: 28px
}

.list-style-default .default-item .entry-footer .entry-meta>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.list-style-default .default-item .entry-footer .entry-meta>div>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

body:not(.sidebar_enabled) .list-style-v2 .default-item {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto
}

.list-style-v2 .default-item .post-thumbnail {
    text-align: center
}

.list-style-v2 .default-item .entry-header,
.list-style-v2 .default-item .entry-content {
    text-align: center;
    margin-left: 45px;
    margin-right: 45px
}

@media(min-width:640px) {
    .list-style-v2 .default-item .entry-content {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.list-style-v2 .default-item .entry-footer .entry-meta>div:not(:empty)+.btn {
    margin-top: 32px
}

.list-style-v2 .default-item .entry-footer .entry-meta {
    margin-top: 10px;
    text-align: center
}

.list-style-v2 .default-item .entry-footer .entry-meta>div {
    margin-left: -8px;
    margin-right: -8px
}

.list-style-v2 .default-item .entry-footer .entry-meta>div>* {
    margin-left: 8px;
    margin-right: 8px
}

.list-style-v3 .default-item {
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ebeced
}

@media(min-width:640px) {
    .list-style-v3 .default-item {
        padding: 32px 40px 30px
    }
}

body:not(.sidebar_enabled) .list-style-v3 .default-item {
    max-width: 770px;
    margin-left: auto;
    margin-right: auto
}

.list-style-v3 .default-item .post-thumbnail {
    text-align: center
}

.list-style-v3 .default-item .post-thumbnail img {
    border-radius: 0
}

.list-style-v3 .default-item .entry-header,
.list-style-v3 .default-item .entry-content {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px
}

@media(min-width:640px) {

    .list-style-v3 .default-item .entry-header,
    .list-style-v3 .default-item .entry-content {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.list-style-v3 .default-item .entry-footer .entry-meta {
    text-align: center
}

.list-style-v3 .default-item .entry-footer .entry-meta .tags-links+div:not(:empty) {
    margin-top: 28px
}

.list-style-v3 .default-item .entry-footer .entry-meta>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list-style-v3 .default-item .entry-footer .entry-meta>div>* {
    margin-left: auto;
    margin-right: auto
}

.list-style-v3 .default-item .entry-footer .entry-meta>div>*:first-child {
    margin-left: 0
}

.list-style-v3 .default-item .entry-footer .entry-meta>div>*:last-child {
    margin-right: 0
}

.list-style-v4 .default-item .post-thumbnail__link {
    display: block
}

.list-style-v4 .default-item .post-thumbnail__link img {
    width: 100%
}

@media(min-width:640px) {

    .list-style-v4 .default-item,
    .list-style-v5 .default-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media(min-width:640px) {

    .list-style-v4 .default-item .post-thumbnail,
    .list-style-v4 .default-item.has-post-thumbnail .default-item__content,
    .list-style-v5 .default-item .post-thumbnail,
    .list-style-v5 .default-item.has-post-thumbnail .default-item__content {
        width: 50%
    }
}

.list-style-v4 .default-item .post-thumbnail,
.list-style-v5 .default-item .post-thumbnail {
    margin: 7px 0 30px
}

@media(min-width:640px) {

    .list-style-v4 .default-item .post-thumbnail,
    .list-style-v5 .default-item .post-thumbnail {
        margin: 7px 1.875rem 0 0
    }
}

.list-style-v4 .default-item .entry-meta,
.list-style-v5 .default-item .entry-meta {
    margin-bottom: 22px
}

@media(min-width:640px) {

    .list-style-v4 .default-item .entry-content,
    .list-style-v5 .default-item .entry-content {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.list-style-v4 .default-item .entry-footer .entry-meta,
.list-style-v5 .default-item .entry-footer .entry-meta {
    margin-bottom: 0
}

.list-style-v4 .default-item .entry-footer .entry-meta .tags-links+div:not(:empty),
.list-style-v5 .default-item .entry-footer .entry-meta .tags-links+div:not(:empty) {
    margin-top: 28px
}

.list-style-v4 .default-item .entry-footer .entry-meta>div,
.list-style-v5 .default-item .entry-footer .entry-meta>div {
    margin-left: -10px;
    margin-right: -10px
}

.list-style-v4 .default-item .entry-footer .entry-meta>div>*,
.list-style-v5 .default-item .entry-footer .entry-meta>div>* {
    margin-left: 10px;
    margin-right: 10px
}

.list-style-v5 .default-item {
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ebeced;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

@media(min-width:640px) {
    .list-style-v5 .default-item {
        padding: 28px 40px 40px
    }
}

@media(min-width:640px) {
    .list-style-v5 .default-item:nth-child(odd) .default-item__thumbnail {
        margin-right: 40px
    }
}

.list-style-v5 .default-item:nth-child(even).has-post-thumbnail {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

@media(min-width:640px) {
    .list-style-v5 .default-item:nth-child(even) .default-item__thumbnail {
        margin-left: 40px
    }
}

.list-style-v5 .default-item__thumbnail {
    margin-bottom: 30px;
    max-height: 450px;
    min-height: 200px;
    background-size: cover;
    background-position: center
}

@media(min-width:640px) {
    .list-style-v5 .default-item__thumbnail {
        width: 53%;
        margin-top: 10px;
        margin-bottom: 0
    }
}

.list-style-v6 .default-item {
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #ebeced
}

@media(min-width:640px) {
    .list-style-v6 .default-item {
        padding: 28px 40px 40px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.list-style-v6 .default-item .post-thumbnail {
    margin: 7px 0 30px
}

.list-style-v6 .default-item .post-thumbnail img {
    border-radius: 0;
    width: 100%
}

@media(min-width:640px) {
    .list-style-v6 .default-item .post-thumbnail {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        max-width: 230px;
        margin: 7px 1.875rem 0 0
    }
}

.list-style-v6 .default-item .entry-content {
    margin-bottom: 8px
}

.list-style-v6 .default-item .entry-footer .entry-meta .tags-links+div:not(:empty) {
    margin-top: 28px
}

.list-style-v6 .default-item .entry-footer .entry-meta>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.list-style-v6 .default-item .entry-footer .entry-meta>div>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.list-style-v7 .default-item .post-thumbnail {
    margin: 0
}

.list-style-v7 .default-item .post-thumbnail__link {
    display: block
}

.list-style-v7 .default-item .post-thumbnail img {
    width: 100%;
    max-height: 430px;
    object-fit: cover
}

.list-style-v7 .default-item.has-post-thumbnail .default-item__content {
    margin-top: -70px
}

.list-style-v7 .default-item .entry-content {
    margin-bottom: 10px
}

@media(min-width:640px) {
    .list-style-v7 .default-item .entry-content {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.list-style-v7 .default-item .entry-footer .entry-meta .tags-links+div:not(:empty) {
    margin-top: 28px
}

.list-style-v7 .default-item .entry-footer .entry-meta>div {
    margin-left: -10px;
    margin-right: -10px
}

.list-style-v7 .default-item .entry-footer .entry-meta>div>* {
    margin-left: 10px;
    margin-right: 10px
}

.list-style-v7 .default-item__content {
    position: relative;
    margin-left: 8.5%;
    margin-right: 8.5%;
    padding: 40px 8.5%;
    text-align: center;
    background-color: #fff;
    z-index: 3
}

.list-style-v8 .default-item.has-post-thumbnail {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-style-v8 .default-item.has-post-thumbnail .default-item__content {
    width: 70%;
    margin-top: 40px;
    margin-bottom: 40px
}

@media(min-width:640px) {
    .list-style-v8 .default-item.has-post-thumbnail .default-item__content {
        width: 50%
    }
}

.list-style-v8 .default-item.has-post-thumbnail:nth-child(odd) .default-item__thumbnail {
    left: 0
}

.list-style-v8 .default-item.has-post-thumbnail:nth-child(odd) .default-item__content {
    margin-left: auto
}

.list-style-v8 .default-item.has-post-thumbnail:nth-child(even) .default-item__thumbnail {
    right: 0
}

.list-style-v8 .default-item.has-post-thumbnail:nth-child(even) .default-item__content {
    margin-right: auto
}

.list-style-v8 .default-item {
    position: relative
}

.list-style-v8 .default-item__thumbnail {
    position: absolute;
    top: 0;
    width: 70%;
    height: 100%;
    max-height: 550px;
    background-size: cover;
    background-position: center;
    border-radius: 4px;
    z-index: -1
}

@media(min-width:640px) {
    .list-style-v8 .default-item__thumbnail {
        width: 57%
    }
}

.list-style-v8 .default-item__content {
    position: relative;
    padding: 4.7% 5.5%;
    text-align: center;
    border-radius: 4px;
    background-color: #f1f4f6
}

.list-style-v8 .default-item .comments-link {
    position: absolute;
    top: 17px;
    right: 17px
}

.list-style-v8 .default-item .entry-header .entry-meta:not(:empty) {
    margin-bottom: 24px
}

.list-style-v8 .default-item .entry-content {
    margin-bottom: 18px
}

.list-style-v8 .default-item .entry-footer .entry-meta .tags-links+div:not(:empty) {
    margin-top: 28px
}

.list-style-v9 .default-item {
    position: relative;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    min-height: 430px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list-style-v9 .default-item:nth-child(odd):not(.has-post-thumbnail) {
    background-color: #f2f6fb
}

.list-style-v9 .default-item .entry-header,
.list-style-v9 .default-item .entry-content,
.list-style-v9 .default-item .entry-footer {
    margin-left: 5%;
    margin-right: 5%
}

@media(min-width:640px) {

    .list-style-v9 .default-item .entry-header,
    .list-style-v9 .default-item .entry-content,
    .list-style-v9 .default-item .entry-footer {
        margin-left: 15%;
        margin-right: 15%
    }
}

.list-style-v9 .default-item .entry-content {
    margin-bottom: 15px
}

@media(min-width:640px) {
    .list-style-v9 .default-item .entry-content {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.list-style-v9 .default-item__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.list-style-v9 .default-item__thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4)
}

.list-style-v10 .default-item {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    min-height: 430px
}

@media(min-width:640px) {
    .list-style-v10 .default-item {
        padding: 30px
    }
}

.list-style-v10 .default-item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #3b3d42;
    z-index: -2
}

.list-style-v10 .default-item .cat-links {
    margin-top: 4px
}

@media(min-width:640px) {
    .list-style-v10 .default-item .entry-header {
        width: 60%
    }
}

.list-style-v10 .default-item .entry-header .entry-meta {
    margin-bottom: 5px
}

.list-style-v10 .default-item .entry-title {
    margin-bottom: 10px
}

@media(min-width:640px) {
    .list-style-v10 .default-item .entry-content {
        width: 75%
    }
}

.list-style-v10 .default-item .entry-footer .entry-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.list-style-v10 .default-item .entry-footer .entry-meta>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.list-style-v10 .default-item__content {
    margin-top: 50px
}

.list-style-v10 .default-item__thumbnail {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.list-style-v10 .default-item__thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    top: 25%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, .5) 100%)
}

.default-item.format-post .entry-footer .entry-meta .tags-links+div:not(:empty) {
    margin-top: 28px
}

.default-item.format-post .entry-footer .entry-meta>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.default-item.format-post .entry-footer .entry-meta>div>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.creative-item {
    position: relative
}

.creative-item .entry-title {
    margin: 0 0 20px
}

.creative-item .entry-title a {
    color: inherit
}

.creative-item .byline,
.creative-item .posted-on,
.creative-item .cat-links,
.creative-item .tags-links,
.creative-item .comments-link {
    margin-right: 15px
}

.creative-item .post-categories {
    margin-top: 5px
}

.creative-item .post-categories li+li {
    margin-top: 5px
}

@media(max-width:639px) {
    .creative-item .post-categories {
        display: block
    }

    .creative-item .post-categories li {
        display: inline-block;
        margin-right: 5px
    }
}

.creative-item .comments-link {
    font-size: 14px;
    font-size: .875rem;
    padding: 0
}

.creative-item .comments-link,
.creative-item .comments-link:hover {
    background: 0 0
}

.creative-item__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.creative-item.invert-hover .creative-item__thumbnail {
    opacity: 0;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    transition: opacity .55s ease, -webkit-transform .55s ease;
    transition: opacity .55s ease, transform .55s ease;
    transition: opacity .55s ease, transform .55s ease, -webkit-transform .55s ease
}

.creative-item.invert-hover .creative-item__thumbnail:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5)
}

.creative-item.invert-hover:hover .creative-item__thumbnail {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.list-style-default .creative-item {
    overflow: hidden;
    padding-top: 65px;
    padding-bottom: 70px
}

.list-style-default .creative-item:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0;
    left: 0;
    background-color: #ebeced;
    z-index: -1
}

.list-style-default .creative-item:last-child {
    border-bottom: 1px solid #ebeced
}

@media(min-width:640px) {
    .list-style-default .creative-item .container {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.list-style-default .creative-item .entry-title {
    text-transform: uppercase
}

@media(min-width:640px) {
    .list-style-default .creative-item .entry-content {
        font-size: 18px;
        font-size: 1.125rem
    }
}

@media(min-width:640px) {
    .list-style-default .creative-item .entry-footer .entry-meta {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: -.9375rem;
        margin-right: -.9375rem;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .list-style-default .creative-item .entry-footer .entry-meta>* {
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.list-style-default .creative-item__content {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

@media(min-width:640px) {

    .list-style-default .creative-item__before-content,
    .list-style-default .creative-item__after-content {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 15%;
        min-width: 90px
    }
}

@media(min-width:640px) {
    .list-style-default .creative-item__before-content:not(:empty) {
        margin-right: 1.875rem
    }
}

@media(max-width:639px) {
    .list-style-default .creative-item__before-content:not(:empty) {
        margin-bottom: 20px
    }
}

@media(max-width:639px) {
    .list-style-default .creative-item__after-content:not(:empty) {
        margin-top: 20px
    }
}

@media(min-width:640px) {
    .list-style-default .creative-item__after-content:not(:empty) {
        margin-left: 1.875rem;
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        text-align: right
    }
}

.posts-list--creative.list-style-v2 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: .9375rem;
    margin-right: .9375rem
}

.posts-list--creative.list-style-v2 .creative-item {
    width: calc(100% - 1.875rem);
    margin: .9375rem;
    padding: 35px 38px 32px
}

@media(min-width:640px) {
    .posts-list--creative.list-style-v2 .creative-item {
        width: calc(100%/2 - 1.875rem)
    }
}

@media(min-width:1200px) {
    .posts-list--creative.list-style-v2 .creative-item {
        width: calc(100%/3 - 1.875rem)
    }
}

@media(min-width:1441px) {
    .posts-list--creative.list-style-v2 .creative-item {
        width: calc(100%/4 - 1.875rem)
    }
}

.list-style-v2 .creative-item {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #ebeced
}

.list-style-v2 .creative-item .tags-links {
    display: block
}

.list-style-v2 .creative-item .entry-title {
    margin-top: 3px;
    margin-bottom: 22px
}

.list-style-v2 .creative-item .entry-content {
    margin-bottom: 7px
}

.list-style-v2 .creative-item .entry-footer .entry-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.list-style-v2 .creative-item .entry-footer .entry-meta>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.posts-list--creative.list-style-v3 .creative-item+.creative-item {
    margin-top: 60px
}

.posts-list--creative.list-style-v3 .creative-item__content,
.posts-list--creative.list-style-v3 .creative-item.format-post {
    padding: 20px 20px 10px;
    background-color: #f1f4f6;
    transition: background-color .55s ease, box-shadow .55s ease
}

@media(min-width:640px) {

    .posts-list--creative.list-style-v3 .creative-item__content,
    .posts-list--creative.list-style-v3 .creative-item.format-post {
        padding: 4.4% 4.4% 3.5%
    }
}

.posts-list--creative.list-style-v3 .creative-item__content:hover,
.posts-list--creative.list-style-v3 .creative-item.format-post:hover {
    background-color: #fff;
    box-shadow: 20px 20px 120px 0 rgba(48, 63, 100, .2)
}

.list-style-v3 .creative-item .entry-title {
    margin-bottom: 35px
}

.list-style-v3 .creative-item .entry-footer .entry-meta {
    margin-top: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.list-style-v3 .creative-item .entry-footer .entry-meta>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

@media(min-width:940px) {
    .posts-list--creative.list-style-v4 {
        margin-left: 6%;
        margin-right: 6%
    }
}

.posts-list--creative.list-style-v4 .creative-item+.creative-item {
    margin-top: 100px
}

.list-style-v4 .creative-item {
    position: relative;
    overflow: hidden
}

.list-style-v4 .creative-item.has-post-thumbnail:nth-child(odd) .post-thumbnail {
    right: 0
}

.list-style-v4 .creative-item.has-post-thumbnail:nth-child(odd) .creative-item__content {
    margin-right: auto
}

.list-style-v4 .creative-item.has-post-thumbnail:nth-child(even) .post-thumbnail {
    left: 0
}

.list-style-v4 .creative-item.has-post-thumbnail:nth-child(even) .creative-item__content {
    margin-left: auto
}

.list-style-v4 .creative-item.has-post-thumbnail .creative-item__content {
    margin-top: 100px
}

.list-style-v4 .creative-item .post-thumbnail {
    position: absolute;
    top: 0;
    width: 90%;
    border-radius: 4px;
    z-index: -1
}

@media(min-width:640px) {
    .list-style-v4 .creative-item .post-thumbnail {
        width: 70%
    }
}

@media(min-width:940px) {
    .list-style-v4 .creative-item .post-thumbnail {
        width: 55%
    }
}

.list-style-v4 .creative-item .post-thumbnail img {
    border-radius: 0
}

.list-style-v4 .creative-item .entry-title {
    margin-bottom: 35px
}

.list-style-v4 .creative-item .entry-content {
    margin-bottom: 15px
}

.list-style-v4 .creative-item .entry-footer .entry-meta>div:not(:empty) {
    margin-top: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.list-style-v4 .creative-item .entry-footer .entry-meta>div:not(:empty)>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.list-style-v4 .creative-item__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 90%;
    min-height: 470px;
    padding: 25px 30px;
    border: 1px solid #ebeced;
    background-color: #fff
}

@media(min-width:640px) {
    .list-style-v4 .creative-item__content {
        width: 55%;
        padding: 45px 55px
    }
}

.posts-list--creative.list-style-v5 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.posts-list--creative.list-style-v5 .creative-item {
    width: 100%;
    margin-bottom: -1px;
    margin-right: -1px
}

@media(min-width:640px) {
    .posts-list--creative.list-style-v5 .creative-item {
        width: 50%
    }
}

.list-style-v5 .creative-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 11% 4% 6.5%;
    min-height: 435px;
    text-align: center;
    border: 1px solid #ebeced;
    background-color: #fff;
    z-index: 1
}

.list-style-v5 .creative-item .tags-links {
    margin: 0;
    display: block
}

.list-style-v5 .creative-item .btn {
    margin-top: 15px
}

.list-style-v5 .creative-item .entry-footer {
    margin-top: 30px
}

.list-style-v5 .creative-item__title-first-letter {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 300px;
    line-height: 1;
    opacity: .1;
    z-index: -1
}

.list-style-v5 .creative-item__content {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.posts-list--creative.list-style-v6 .creative-item {
    padding-top: 40px;
    border-top: 1px solid #ebeced
}

.posts-list--creative.list-style-v6 .creative-item+.creative-item {
    margin-top: 45px
}

@media(max-width:639px) {
    .list-style-v6 .creative-item {
        text-align: center
    }
}

@media(min-width:940px) {
    .list-style-v6 .creative-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

.list-style-v6 .creative-item .post-thumbnail img {
    border-radius: 50%
}

@media(max-width:639px) {
    .list-style-v6 .creative-item .post-thumbnail {
        display: inline-block;
        margin-bottom: 15px
    }
}

@media(min-width:640px) {
    .list-style-v6 .creative-item .post-thumbnail {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 120px;
        margin-right: 40px
    }
}

.list-style-v6 .creative-item .posted-on__day {
    font-size: 50px;
    line-height: 1
}

.list-style-v6 .creative-item .posted-on__month {
    vertical-align: top;
    font-size: 30px;
    line-height: 1.25
}

.list-style-v6 .creative-item .entry-title {
    margin: 10px 0
}

@media(min-width:640px) {
    .list-style-v6 .creative-item .entry-footer .entry-meta {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin-left: -.9375rem;
        margin-right: -.9375rem
    }

    .list-style-v6 .creative-item .entry-footer .entry-meta>* {
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.list-style-v6 .creative-item__content {
    width: 100%
}

@media(min-width:640px) {
    .list-style-v6 .creative-item__content {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

@media(min-width:940px) {
    .list-style-v6 .creative-item__content {
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }
}

@media(min-width:640px) {
    .list-style-v6 .creative-item__after-content {
        text-align: right
    }
}

@media(min-width:940px) {

    .list-style-v6 .creative-item__before-content,
    .list-style-v6 .creative-item__after-content {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 130px
    }

    .list-style-v6 .creative-item__before-content {
        margin-right: 1.875rem
    }

    .list-style-v6 .creative-item__after-content {
        margin-left: 1.875rem;
        text-align: right
    }
}

@media(max-width:939px) {
    .list-style-v6 .creative-item__before-content:not(:empty) {
        margin-bottom: 15px
    }

    .list-style-v6 .creative-item__after-content:not(:empty) {
        margin-top: 18px
    }
}

.posts-list--creative.list-style-v7 .creative-item+.creative-item {
    margin-top: 90px
}

.list-style-v7 .creative-item.has-post-thumbnail {
    position: relative
}

.list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+1) {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    min-height: 450px
}

@media(min-width:640px) {
    .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+1) {
        min-height: 620px
    }
}

.list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+1) .creative-item__content {
    margin-top: 100px;
    margin-left: auto;
    padding: 25px 0 0 30px;
    background-color: #fff
}

@media(max-width:639px) {
    .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+1) .creative-item__content {
        width: 85%
    }
}

@media(min-width:640px) {
    .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+1) .creative-item__content {
        padding: 55px 0 0 60px
    }
}

.list-style-v7 .creative-item.has-post-thumbnail .post-thumbnail img {
    border-radius: 0
}

@media(min-width:640px) {

    .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+2),
    .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+3) {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+2) {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+2) .post-thumbnail {
        margin-left: 60px
    }

    .list-style-v7 .creative-item.has-post-thumbnail:nth-child(3n+3) .post-thumbnail {
        margin-right: 60px
    }

    .list-style-v7 .creative-item.has-post-thumbnail .post-thumbnail {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 45%
    }

    .list-style-v7 .creative-item.has-post-thumbnail .creative-item__content {
        width: 55%
    }
}

@media(max-width:639px) {
    .list-style-v7 .creative-item.has-post-thumbnail .post-thumbnail {
        margin-bottom: 30px
    }
}

.list-style-v7 .creative-item .entry-header .entry-meta:not(:empty) {
    margin-bottom: 17px
}

.list-style-v7 .creative-item .entry-footer .entry-meta .tags-links+div:not(:empty) {
    margin-top: 20px
}

.list-style-v7 .creative-item .entry-footer .entry-meta>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.list-style-v7 .creative-item .entry-footer .entry-meta>div>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.posts-list--creative.list-style-v8 .creative-item+.creative-item {
    margin-top: 50px
}

@media(min-width:640px) {
    .posts-list--creative.list-style-v8 .creative-item+.creative-item {
        margin-top: 100px
    }
}

@media(min-width:640px) {
    .list-style-v8 .creative-item.has-post-thumbnail {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .list-style-v8 .creative-item.has-post-thumbnail .post-thumbnail,
    .list-style-v8 .creative-item.has-post-thumbnail .creative-item__content {
        width: 50%
    }

    .list-style-v8 .creative-item.has-post-thumbnail:nth-child(odd) {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .list-style-v8 .creative-item.has-post-thumbnail:nth-child(odd) .post-thumbnail {
        margin-left: 1.875rem
    }

    .list-style-v8 .creative-item.has-post-thumbnail:nth-child(odd) .creative-item__content {
        margin-right: 1.875rem
    }

    .list-style-v8 .creative-item.has-post-thumbnail:nth-child(even) .post-thumbnail {
        margin-right: 1.875rem;
        text-align: right
    }

    .list-style-v8 .creative-item.has-post-thumbnail:nth-child(even) .creative-item__content {
        margin-left: 1.875rem
    }
}

@media(max-width:639px) {
    .list-style-v8 .creative-item.has-post-thumbnail .post-thumbnail {
        margin-bottom: 30px
    }
}

.list-style-v8 .creative-item .post-thumbnail__link {
    display: inline-block
}

.list-style-v8 .creative-item .post-thumbnail img {
    border-radius: 0
}

.list-style-v8 .creative-item .entry-header .entry-meta:not(:empty) {
    margin-bottom: 18px
}

.list-style-v8 .creative-item .entry-footer .entry-meta>div:not(:empty) {
    margin-top: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.list-style-v8 .creative-item .entry-footer .entry-meta>div:not(:empty)>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.posts-list--creative.list-style-v9 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -.9375rem;
    margin-left: -.9375rem
}

.posts-list--creative.list-style-v9 .creative-item {
    width: calc(100% - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

@media(min-width:940px) {
    .posts-list--creative.list-style-v9 .creative-item {
        width: calc(50% - 1.875rem)
    }
}

.list-style-v9 .creative-item {
    margin-top: 30px
}

@media(min-width:640px) {
    .list-style-v9 .creative-item.has-post-thumbnail {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .list-style-v9 .creative-item.has-post-thumbnail>* {
        width: 50%
    }
}

.list-style-v9 .creative-item.has-post-thumbnail:nth-child(3n),
.list-style-v9 .creative-item.has-post-thumbnail:nth-child(4n) {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.list-style-v9 .creative-item .byline,
.list-style-v9 .creative-item .posted-on,
.list-style-v9 .creative-item .cat-links,
.list-style-v9 .creative-item .tags-links {
    display: block;
    margin: 0
}

.list-style-v9 .creative-item .entry-footer .entry-meta>div:not(:empty) {
    margin-top: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.list-style-v9 .creative-item .entry-footer .entry-meta>div:not(:empty)>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.list-style-v9 .creative-item .post-thumbnail {
    background-size: cover;
    background-position: center
}

@media(max-width:639px) {
    .list-style-v9 .creative-item .post-thumbnail {
        height: 250px
    }
}

.list-style-v9 .creative-item__content {
    padding: 5.5% 6%;
    border: 1px solid #ebeced
}

.posts-list--creative.list-style-v10 {
    position: relative
}

.posts-list--creative.list-style-v10:before {
    content: '';
    position: absolute;
    top: 0;
    left: 10px;
    width: 1px;
    height: 100%;
    background-color: #ebeced
}

.posts-list--creative.list-style-v10 .creative-item:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -31px;
    margin-left: -8px;
    width: 19px;
    height: 19px;
    border-radius: 50%
}

@media(min-width:640px) {
    .posts-list--creative.list-style-v10:before {
        top: 0;
        left: 50%
    }

    .posts-list--creative.list-style-v10 .creative-item+.creative-item {
        margin-top: 80px
    }

    .posts-list--creative.list-style-v10 .creative-item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .posts-list--creative.list-style-v10 .creative-item:before {
        left: 50%
    }

    .posts-list--creative.list-style-v10 .creative-item__content,
    .posts-list--creative.list-style-v10 .creative-item__post-date {
        overflow: hidden;
        width: 50%
    }

    .posts-list--creative.list-style-v10 .creative-item__post-date {
        margin-top: -7px
    }

    .posts-list--creative.list-style-v10 .creative-item:nth-child(2n+1) {
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .posts-list--creative.list-style-v10 .creative-item:nth-child(2n+1) .creative-item__post-date {
        margin-left: 45px
    }

    .posts-list--creative.list-style-v10 .creative-item:nth-child(2n+1) .creative-item__content {
        margin-right: 45px
    }

    .posts-list--creative.list-style-v10 .creative-item:nth-child(2n) .creative-item__post-date {
        margin-right: 45px;
        text-align: right
    }

    .posts-list--creative.list-style-v10 .creative-item:nth-child(2n) .creative-item__content {
        margin-left: 45px
    }
}

@media(max-width:639px) {
    .posts-list--creative.list-style-v10 .creative-item+.creative-item {
        margin-top: 50px
    }

    .posts-list--creative.list-style-v10 .creative-item {
        margin-left: 40px
    }

    .posts-list--creative.list-style-v10 .creative-item__post-date {
        margin-bottom: 20px
    }
}

.list-style-v10 .creative-item .posted-on {
    margin: 0
}

.list-style-v10 .creative-item .entry-header .entry-meta:not(:empty) {
    margin-bottom: 24px
}

@media(min-width:640px) {
    .list-style-v10 .creative-item .entry-content {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.list-style-v10 .creative-item .entry-footer .entry-meta>div:not(:empty) {
    margin-top: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.list-style-v10 .creative-item .entry-footer .entry-meta>div:not(:empty)>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.list-style-v10 .creative-item__content {
    border-radius: 4px;
    padding: 30px 35px;
    border: 1px solid #ebeced
}

.creative-item.format-post .byline,
.creative-item.format-post .posted-on,
.creative-item.format-post .cat-links,
.creative-item.format-post .tags-links,
.creative-item.format-post .comments-link {
    margin-right: initial
}

.creative-item.format-post .entry-footer .entry-meta .tags-links+div:not(:empty) {
    margin-top: 28px
}

.creative-item.format-post .entry-footer .entry-meta>div {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.creative-item.format-post .entry-footer .entry-meta>div>* {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.posts-list.posts-list--grid.list-style-v4,
.posts-list.posts-list--grid.list-style-v5 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.posts-list.posts-list--grid.list-style-v4 .grid-item,
.posts-list.posts-list--grid.list-style-v5 .grid-item {
    padding-left: .9375rem;
    padding-right: .9375rem;
    max-width: calc(100%);
    width: calc(100%);
    -webkit-flex: 0 0 calc(100%);
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%)
}

@media(min-width:640px) {

    .posts-list.posts-list--grid.list-style-v4 .grid-item,
    .posts-list.posts-list--grid.list-style-v5 .grid-item {
        max-width: calc(100%/2);
        width: calc(100%/2);
        -webkit-flex: 0 0 calc(100%/2);
        -ms-flex: 0 0 calc(100%/2);
        flex: 0 0 calc(100%/2)
    }
}

@media(min-width:940px) {

    .posts-list.posts-list--grid.list-style-v4 .grid-item,
    .posts-list.posts-list--grid.list-style-v5 .grid-item {
        padding-left: .9375rem;
        padding-right: .9375rem;
        max-width: calc(100%/3);
        width: calc(100%/3);
        -webkit-flex: 0 0 calc(100%/3);
        -ms-flex: 0 0 calc(100%/3);
        flex: 0 0 calc(100%/3)
    }
}

@media(min-width:1120px) {

    .posts-list.posts-list--grid.list-style-v4 .grid-item,
    .posts-list.posts-list--grid.list-style-v5 .grid-item {
        padding-left: .9375rem;
        padding-right: .9375rem;
        max-width: calc(100%/4);
        width: calc(100%/4);
        -webkit-flex: 0 0 calc(100%/4);
        -ms-flex: 0 0 calc(100%/4);
        flex: 0 0 calc(100%/4)
    }
}

.posts-list.posts-list--grid.list-style-default,
.posts-list.posts-list--grid.list-style-v2,
.posts-list.posts-list--grid.list-style-v6 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.posts-list.posts-list--grid.list-style-default .grid-item,
.posts-list.posts-list--grid.list-style-v2 .grid-item,
.posts-list.posts-list--grid.list-style-v6 .grid-item {
    padding-left: .9375rem;
    padding-right: .9375rem;
    max-width: calc(100%);
    width: calc(100%);
    -webkit-flex: 0 0 calc(100%);
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%)
}

@media(min-width:640px) {

    .posts-list.posts-list--grid.list-style-default .grid-item,
    .posts-list.posts-list--grid.list-style-v2 .grid-item,
    .posts-list.posts-list--grid.list-style-v6 .grid-item {
        max-width: calc(100%/2);
        width: calc(100%/2);
        -webkit-flex: 0 0 calc(100%/2);
        -ms-flex: 0 0 calc(100%/2);
        flex: 0 0 calc(100%/2)
    }
}

@media(min-width:940px) {

    .posts-list.posts-list--grid.list-style-default .grid-item,
    .posts-list.posts-list--grid.list-style-v2 .grid-item,
    .posts-list.posts-list--grid.list-style-v6 .grid-item {
        max-width: calc(100%/3);
        width: calc(100%/3);
        -webkit-flex: 0 0 calc(100%/3);
        -ms-flex: 0 0 calc(100%/3);
        flex: 0 0 calc(100%/3)
    }
}

.posts-list.posts-list--grid.list-style-v3,
.posts-list.posts-list--grid.list-style-v7,
.posts-list.posts-list--grid.list-style-v8,
.posts-list.posts-list--grid.list-style-v10 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.posts-list.posts-list--grid.list-style-v3 .grid-item,
.posts-list.posts-list--grid.list-style-v7 .grid-item,
.posts-list.posts-list--grid.list-style-v8 .grid-item,
.posts-list.posts-list--grid.list-style-v10 .grid-item {
    padding-left: .9375rem;
    padding-right: .9375rem;
    max-width: calc(100%);
    width: calc(100%);
    -webkit-flex: 0 0 calc(100%);
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%)
}

@media(min-width:640px) {

    .posts-list.posts-list--grid.list-style-v3 .grid-item,
    .posts-list.posts-list--grid.list-style-v7 .grid-item,
    .posts-list.posts-list--grid.list-style-v8 .grid-item,
    .posts-list.posts-list--grid.list-style-v10 .grid-item {
        max-width: calc(100%/2);
        width: calc(100%/2);
        -webkit-flex: 0 0 calc(100%/2);
        -ms-flex: 0 0 calc(100%/2);
        flex: 0 0 calc(100%/2)
    }
}

.posts-list.posts-list--grid.list-style-v9 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.posts-list.posts-list--grid.list-style-v9 .grid-item {
    max-width: calc(100%);
    width: calc(100%);
    -webkit-flex: 0 0 calc(100%);
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%)
}

@media(min-width:940px) {
    .posts-list.posts-list--grid.list-style-v9 .grid-item {
        max-width: calc(100%/2);
        width: calc(100%/2);
        -webkit-flex: 0 0 calc(100%/2);
        -ms-flex: 0 0 calc(100%/2);
        flex: 0 0 calc(100%/2)
    }
}

.posts-list.posts-list--grid.list-style-v10 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -.9375rem;
    margin-right: -.9375rem
}

.posts-list.posts-list--grid.list-style-v10 .grid-item {
    padding-left: .9375rem;
    padding-right: .9375rem;
    max-width: calc(100%);
    width: calc(100%);
    -webkit-flex: 0 0 calc(100%);
    -ms-flex: 0 0 calc(100%);
    flex: 0 0 calc(100%)
}

@media(min-width:640px) {
    .posts-list.posts-list--grid.list-style-v10 .grid-item {
        max-width: calc(100%/2);
        width: calc(100%/2);
        -webkit-flex: 0 0 calc(100%/2);
        -ms-flex: 0 0 calc(100%/2);
        flex: 0 0 calc(100%/2)
    }
}

.posts-list.posts-list--grid .grid-item .post-thumbnail {
    line-height: 0
}

.posts-list.posts-list--grid .grid-item .comments-link {
    padding: 10px 12px 9px;
    border-radius: 4px;
    font-size: 11px;
    font-size: .6875rem;
    background-color: #f1f4f6
}

.posts-list.posts-list--grid .grid-item .comments-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-size: .875rem;
    content: '\f075';
    margin-right: 4px
}

.posts-list.posts-list--grid .grid-item .entry-header .entry-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2px
}

.posts-list.posts-list--grid .grid-item .entry-header .entry-meta .posted-on {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.posts-list.posts-list--grid .grid-item .entry-title {
    margin: 0 0 10px
}

.posts-list.posts-list--grid .grid-item .entry-meta {
    font-size: 14px;
    font-size: .875rem
}

.posts-list.posts-list--grid .grid-item .entry-content {
    margin-bottom: 5px
}

.posts-list.posts-list--grid .grid-item .entry-content p {
    margin: 0 0 .43em
}

.posts-list.posts-list--grid.list-style-default .posts-list__item.grid-item {
    margin-bottom: 60px
}

.posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item {
    margin-bottom: 30px
}

.posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .post-thumbnail {
    margin-bottom: 0
}

.posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .post-thumbnail__link {
    display: block
}

.posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .post-thumbnail img {
    width: 100%;
    border-radius: 4px 4px 0 0
}

.posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-wrap {
    border-top: 1px solid #ebeced;
    border-radius: 4px
}

.posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .grid-item-wrap {
    border: 1px solid #ebeced;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 25px
}

@media(min-width:1120px) {
    .posts-list.posts-list--grid.list-style-v2 .posts-list__item.grid-item .grid-item-wrap {
        padding: 36px 38px 38px
    }
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item {
    margin-bottom: 1.875rem
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-inner {
    border-radius: 4px;
    background-color: #f2f6fb
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-inner {
    overflow: hidden;
    position: relative
}

@media(max-width:1119px) {
    .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-inner {
        min-height: 360px
    }
}

@media(min-width:940px) {
    .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-inner {
        min-height: 433px
    }
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item__thumbnail {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .9);
    overflow: hidden;
    padding: 18px 29px 3px;
    transition: all .42s cubic-bezier(.68, .125, 0, .995);
    transition-delay: .22s
}

@media(max-width:939px) {
    .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap {
        margin: 10px
    }
}

@media(max-width:939px) {
    .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap {
        padding: 18px 14px 3px
    }
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap .entry-footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px
}

@media(max-width:939px) {
    .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap .entry-footer {
        bottom: 15px;
        left: 14px;
        right: 14px
    }
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap .entry-footer .btn,
.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    transition: all .4s cubic-bezier(.68, .125, 0, .995)
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link {
    background-color: transparent;
    border: 1px solid;
    transition-delay: .06s;
    line-height: 1.34
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap .entry-footer .btn {
    transition-delay: .18s
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item .grid-item-wrap__animated {
    line-height: 0;
    opacity: 0;
    transition: all .42s cubic-bezier(.68, .125, 0, .995);
    transition-delay: .22s
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap {
    padding-bottom: 72px;
    transition: all .25s cubic-bezier(.165, .84, .44, 1)
}

@media(max-width:939px) {
    .posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap {
        padding-bottom: 52px
    }
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap__animated {
    line-height: 1.58;
    opacity: 1;
    transition: all .35s cubic-bezier(.265, .84, .44, 1)
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .btn,
.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .comments-link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .comments-link {
    transition-delay: .16s;
    line-height: 1.34
}

.posts-list.posts-list--grid.list-style-v3 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .btn {
    transition-delay: .06s
}

.posts-list.posts-list--grid.list-style-v4 {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item {
    margin-bottom: 1.875rem
}

.posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item .post-thumbnail {
    margin-bottom: 0
}

.posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item .post-thumbnail__link {
    display: block
}

.posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item .post-thumbnail img {
    width: 100%;
    border-radius: 4px 4px 0 0
}

.posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-wrap {
    border-radius: 4px
}

.posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item .grid-item-wrap {
    border-radius: 0 0 4px 4px;
    padding: 25px;
    background-color: #f2f6fb
}

@media(min-width:1120px) {
    .posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item .grid-item-wrap {
        padding: 36px 38px 38px
    }
}

.posts-list.posts-list--grid.list-style-v4 .posts-list__item.grid-item .grid-item-wrap .comments-link {
    background-color: #fff
}

.posts-list.posts-list--grid.list-style-v5 {
    margin-left: .9375rem;
    margin-right: .9375rem
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item {
    margin-bottom: 1.875rem;
    right: 0;
    left: 0
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-inner {
    border-radius: 4px;
    background-color: #3b3d42
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item__thumbnail {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-inner {
    position: relative
}

@media(max-width:1119px) {
    .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-inner {
        min-height: 360px
    }
}

@media(min-width:940px) {
    .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-inner {
        min-height: 442px
    }
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-inner:after {
    position: absolute;
    content: '';
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    background-color: rgba(33, 36, 41, .75);
    transition: all .42s cubic-bezier(.68, .125, 0, .995)
}

@media(max-width:1119px) {
    .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-inner:after {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px
    }
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .post-thumbnail {
    margin: 0
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .post-thumbnail img {
    width: 100%
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap {
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 50px;
    margin: 35px 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    transition-delay: .22s
}

@media(max-width:1119px) {
    .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap {
        padding: 25px;
        margin: 20px 0
    }
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-header {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    transition: all .3s ease
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-header .entry-meta>* {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-footer {
    padding-top: 10px
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-footer .space-between-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-footer .tags-links:not(:first-child) {
    margin-top: 10px
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link {
    background-color: transparent;
    font-size: 14px;
    font-size: .875rem;
    padding: 0;
    margin-top: 10px
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link+.tags-links {
    margin-top: 5px
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link:before {
    display: none
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item .grid-item-wrap__animated {
    line-height: 0;
    opacity: 0;
    transition: all .32s cubic-bezier(.68, .125, 0, .995)
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item:hover .grid-item-inner:after {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    transition: all .25s cubic-bezier(.165, .84, .44, 1)
}

@media(max-width:1119px) {
    .posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item:hover .grid-item-inner:after {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px
    }
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item:hover .grid-item-wrap .entry-header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease
}

.posts-list.posts-list--grid.list-style-v5 .posts-list__item.grid-item:hover .grid-item-wrap__animated {
    line-height: 22px;
    opacity: 1;
    transition: all .35s cubic-bezier(.265, .84, .44, 1)
}

.posts-list.posts-list--grid.list-style-v7,
.posts-list.posts-list--grid.list-style-v6 {
    position: relative
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item {
    margin-bottom: 1.875rem
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item__thumbnail,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-inner,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-inner {
    background-color: #3b3d42
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-inner,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-inner {
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .1);
    transition: all .25s ease;
    border-radius: 4px
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-inner:after,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-inner:after {
    position: absolute;
    content: '';
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(122, 188, 255, 0) 0%, rgba(104, 158, 213, 0) 15%, rgba(33, 36, 41, .66) 76%, rgba(33, 36, 41, .89) 97%, rgba(33, 36, 41, .9) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007abcff', endColorstr='#e6212429', GradientType=0)
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .post-thumbnail,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .post-thumbnail {
    margin: 0
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .post-thumbnail img,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .post-thumbnail img {
    width: 100%;
    border-radius: 0
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap {
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 28px 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
    transition: all .42s cubic-bezier(.68, .125, 0, .995);
    transition-delay: .22s
}

@media(max-width:939px) {

    .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap,
    .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap {
        padding: 15px
    }
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .cat-links,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .cat-links {
    position: absolute;
    top: 30px;
    left: 30px;
    overflow: hidden
}

@media(max-width:939px) {

    .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .cat-links,
    .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .cat-links {
        top: 15px;
        left: 15px
    }
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .cat-links li,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .cat-links li {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .cat-links a,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .cat-links a {
    display: inline-block;
    padding: 4px 9px;
    border-radius: 4px
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .entry-footer,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px
}

@media(max-width:939px) {

    .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .entry-footer,
    .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer {
        position: absolute;
        right: 15px;
        left: 15px;
        bottom: 15px
    }
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .entry-footer .btn,
.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer .btn,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link {
    -webkit-transform: translateY(160px);
    -ms-transform: translateY(160px);
    transform: translateY(160px);
    transition: all .4s cubic-bezier(.68, .125, 0, .995)
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer .comments-link {
    border-radius: 4px;
    padding: 8px 10px;
    border: 1px solid #f1f4f6;
    background-color: transparent;
    line-height: 1.4;
    transition-delay: .06s
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap .entry-footer .btn,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer .btn {
    border: 1px solid #f1f4f6;
    background-color: transparent;
    line-height: 1;
    transition-delay: .18s
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item .grid-item-wrap__animated,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap__animated {
    width: 100%;
    line-height: 0;
    opacity: 0;
    transition: all .42s cubic-bezier(.68, .125, 0, .995);
    transition-delay: .22s
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover:not(.has-post-thumbnail) .grid-item-inner,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover:not(.has-post-thumbnail) .grid-item-inner {
    background-color: #000
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-inner,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-inner {
    background-color: rgba(0, 0, 0, .5);
    transition: all .25s ease
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap {
    padding-bottom: 75px;
    transition: all .25s cubic-bezier(.165, .84, .44, 1)
}

@media(max-width:939px) {

    .posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap,
    .posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap {
        padding-bottom: 60px
    }
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap__animated,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap__animated {
    line-height: 22px;
    opacity: 1;
    transition: all .35s cubic-bezier(.265, .84, .44, 1)
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .btn,
.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .comments-link,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .btn,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .comments-link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .comments-link,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .comments-link {
    line-height: 1.4;
    transition-delay: .16s
}

.posts-list.posts-list--grid.list-style-v7 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .btn,
.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item:hover .grid-item-wrap__animated .entry-footer .btn {
    line-height: 1;
    transition-delay: .06s
}

.posts-list.posts-list--grid.list-style-v6 .grid-item-inner {
    min-height: 380px
}

@media(min-width:940px) {
    .posts-list.posts-list--grid.list-style-v6 .grid-item-inner {
        min-height: 500px
    }
}

.posts-list.posts-list--grid.list-style-v6 .posts-list__item.grid-item .grid-item-wrap .entry-footer {
    bottom: 32px
}

.posts-list.posts-list--grid.list-style-v7 .grid-item-inner {
    min-height: 380px
}

@media(min-width:940px) {
    .posts-list.posts-list--grid.list-style-v7 .grid-item-inner {
        min-height: 411px
    }
}

.posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item {
    margin-bottom: 1.875rem
}

.posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .post-thumbnail {
    margin-right: 0;
    margin-bottom: 0
}

@media(min-width:1120px) {
    .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .post-thumbnail {
        margin-right: 40px
    }
}

.posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .post-thumbnail__link {
    display: block
}

.posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .post-thumbnail img {
    width: 100%;
    border-radius: 0
}

.posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap {
    border: 1px solid #ebeced;
    border-radius: 4px;
    padding: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap>* {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

@media(min-width:1120px) {
    .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap>* {
        -webkit-align-self: auto;
        -ms-flex-item-align: auto;
        align-self: auto
    }
}

.posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap>*:not(:only-child) {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

@media(min-width:1120px) {
    .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap>*:not(:only-child) {
        -webkit-flex: 0 1 50%;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }
}

@media(max-width:1199px) {

    .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap .entry-header .entry-meta .byline,
    .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap .entry-header .entry-meta .cat-links {
        -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }
}

.posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    text-align: center
}

@media(min-width:1120px) {
    .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap__content {
        min-height: 227px;
        margin-top: 0;
        text-align: left;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(min-width:1120px) {
    .posts-list.posts-list--grid.list-style-v8 .posts-list__item.grid-item .grid-item-wrap {
        padding: 36px 38px 38px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.posts-list.posts-list--grid.list-style-v9 {
    position: relative
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item {
    margin: 0
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item:not(.has-post-thumbnail) .grid-item-inner {
    background-color: #3b3d42
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner {
    position: relative;
    overflow: hidden
}

@media(max-width:939px) {
    .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner {
        min-height: 360px
    }
}

@media(min-width:640px) {
    .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner {
        min-height: 433px
    }
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3)
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner__top {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2
}

@media(min-width:940px) {
    .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner__top {
        right: 30px;
        top: 30px
    }
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner__top .comments-button {
    border-radius: 4px;
    padding: 8px 10px;
    border: 1px solid #f1f4f6;
    background-color: transparent
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-inner__top .comments-button:before {
    display: none
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .post-thumbnail {
    margin: 0
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .post-thumbnail img {
    width: 100%;
    border-radius: 0
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap {
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    transition-delay: .22s
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap .entry-header {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    transition: all .3s ease
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap .entry-header .entry-meta {
    margin-bottom: 24px
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap .entry-header .entry-meta>* {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap .entry-header .entry-title {
    margin: 0 0 20px
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap .entry-footer .space-between-content:not(:empty) {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 10px
}

@media(min-width:940px) {
    .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap .entry-footer .space-between-content:not(:empty) {
        padding-top: 25px
    }
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap__animated {
    line-height: 0;
    opacity: 0;
    transition: all .32s cubic-bezier(.68, .125, 0, .995)
}

@media(min-width:940px) {
    .posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item .grid-item-wrap__animated .entry-content p {
        font-size: 18px;
        font-size: 1.125rem
    }
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item:hover .grid-item-wrap .entry-header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease
}

.posts-list.posts-list--grid.list-style-v9 .posts-list__item.grid-item:hover .grid-item-wrap__animated {
    line-height: 1.56;
    opacity: 1;
    transition: all .35s cubic-bezier(.265, .84, .44, 1)
}

.posts-list.posts-list--grid.list-style-v10 .grid-item {
    margin-bottom: 34px
}

.posts-list.posts-list--grid.list-style-v10 .grid-item .post-thumbnail {
    margin-bottom: 0
}

.posts-list.posts-list--grid.list-style-v10 .grid-item:not(.has-post-thumbnail) .grid-item-inner {
    margin: 0;
    padding: 0
}

.posts-list.posts-list--grid.list-style-v10 .grid-item-inner {
    position: relative;
    margin: -30px 20px 0;
    background-color: #fff;
    padding: 20px
}

@media(min-width:640px) {
    .posts-list.posts-list--grid.list-style-v10 .grid-item-inner {
        margin: -40px 0 0 40px;
        padding: 25px 25px 25px 30px
    }
}

@media(min-width:1120px) {
    .posts-list.posts-list--grid.list-style-v10 .grid-item-inner {
        margin: -49px 0 0 62px;
        padding: 35px 25px 25px 38px
    }
}

.posts-list.posts-list--grid.list-style-v10 .grid-item-inner .entry-header .entry-meta {
    margin-bottom: 23px
}

.posts-list.posts-list--grid.list-style-v10 .grid-item-inner .entry-header .entry-title {
    margin: 0 0 24px
}

.posts-list.posts-list--grid.list-style-v10 .grid-item-inner .entry-content {
    margin-bottom: 27px
}

.posts-list.posts-list--grid.list-style-v10 .grid-item-inner .space-between-content {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.posts-list.posts-list--grid.list-style-v10 .grid-item-inner .space-between-content .comments-link {
    padding: 10px 5px 9px;
    background-color: transparent
}

.posts-list--vertical-justify {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: -.9375rem;
    margin-left: -.9375rem;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.posts-list--vertical-justify>.post {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-flex-basis: calc(100%/3 - 1.875rem);
    -ms-flex-preferred-size: calc(100%/3 - 1.875rem);
    flex-basis: calc(100%/3 - 1.875rem);
    max-width: calc(100%/3 - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

.posts-list--vertical-justify>.post:nth-child(7n+2),
.posts-list--vertical-justify>.post:nth-child(7n+3) {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-flex-basis: calc(100%/1.5 - 1.875rem);
    -ms-flex-preferred-size: calc(100%/1.5 - 1.875rem);
    flex-basis: calc(100%/1.5 - 1.875rem);
    max-width: calc(100%/1.5 - 1.875rem)
}

@media(max-width:1119px) {

    .posts-list--vertical-justify.list-style-default>.post,
    .posts-list--vertical-justify.list-style-v2>.post,
    .posts-list--vertical-justify.list-style-v3>.post,
    .posts-list--vertical-justify.list-style-v4>.post,
    .posts-list--vertical-justify.list-style-v5>.post {
        -webkit-flex: 1 0;
        -ms-flex: 1 0;
        flex: 1 0;
        -webkit-flex-basis: calc(100%/2 - 1.875rem);
        -ms-flex-preferred-size: calc(100%/2 - 1.875rem);
        flex-basis: calc(100%/2 - 1.875rem);
        max-width: calc(100%/2 - 1.875rem)
    }

    .posts-list--vertical-justify.list-style-default>.post:nth-child(7n+2),
    .posts-list--vertical-justify.list-style-default>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v2>.post:nth-child(7n+2),
    .posts-list--vertical-justify.list-style-v2>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v3>.post:nth-child(7n+2),
    .posts-list--vertical-justify.list-style-v3>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v4>.post:nth-child(7n+2),
    .posts-list--vertical-justify.list-style-v4>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v5>.post:nth-child(7n+2),
    .posts-list--vertical-justify.list-style-v5>.post:nth-child(7n+3) {
        -webkit-flex: 1 0;
        -ms-flex: 1 0;
        flex: 1 0;
        -webkit-flex-basis: calc(100%/2 - 1.875rem);
        -ms-flex-preferred-size: calc(100%/2 - 1.875rem);
        flex-basis: calc(100%/2 - 1.875rem);
        max-width: calc(100%/2 - 1.875rem)
    }
}

@media(max-width:639px) {

    .posts-list--vertical-justify.list-style-default>.post,
    .posts-list--vertical-justify.list-style-v2>.post,
    .posts-list--vertical-justify.list-style-v3>.post,
    .posts-list--vertical-justify.list-style-v4>.post,
    .posts-list--vertical-justify.list-style-v5>.post {
        -webkit-flex: 1 0;
        -ms-flex: 1 0;
        flex: 1 0;
        -webkit-flex-basis: calc(100% - 1.875rem);
        -ms-flex-preferred-size: calc(100% - 1.875rem);
        flex-basis: calc(100% - 1.875rem);
        max-width: calc(100% - 1.875rem)
    }

    .posts-list--vertical-justify.list-style-default>.post:nth-child(7n+2),
    .posts-list--vertical-justify.list-style-default>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v2>.post:nth-child(7n+2),
    .posts-list--vertical-justify.list-style-v2>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v3>.post:nth-child(7n+2),
    .posts-list--vertical-justify.list-style-v3>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v4>.post:nth-child(7n+2),
    .posts-list--vertical-justify.list-style-v4>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v5>.post:nth-child(7n+2),
    .posts-list--vertical-justify.list-style-v5>.post:nth-child(7n+3) {
        -webkit-flex: 1 0;
        -ms-flex: 1 0;
        flex: 1 0;
        -webkit-flex-basis: calc(100% - 1.875rem);
        -ms-flex-preferred-size: calc(100% - 1.875rem);
        flex-basis: calc(100% - 1.875rem);
        max-width: calc(100% - 1.875rem)
    }
}

.posts-list--vertical-justify.list-style-v6>.post {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-flex-basis: calc(100%/3);
    -ms-flex-preferred-size: calc(100%/3);
    flex-basis: calc(100%/3);
    max-width: calc(100%/3)
}

.posts-list--vertical-justify.list-style-v6>.post:nth-child(7n+2),
.posts-list--vertical-justify.list-style-v6>.post:nth-child(7n+3) {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-flex-basis: calc(100%/1.5);
    -ms-flex-preferred-size: calc(100%/1.5);
    flex-basis: calc(100%/1.5);
    max-width: calc(100%/1.5)
}

@media(max-width:1119px) {
    .posts-list--vertical-justify.list-style-v6>.post {
        -webkit-flex: 1 0;
        -ms-flex: 1 0;
        flex: 1 0;
        -webkit-flex-basis: calc(100%/2);
        -ms-flex-preferred-size: calc(100%/2);
        flex-basis: calc(100%/2);
        max-width: calc(100%/2);
        margin-right: .9375rem;
        margin-left: .9375rem
    }

    .posts-list--vertical-justify.list-style-v6>.post:nth-child(7n+2),
    .posts-list--vertical-justify.list-style-v6>.post:nth-child(7n+3) {
        -webkit-flex: 1 0;
        -ms-flex: 1 0;
        flex: 1 0;
        -webkit-flex-basis: calc(100%/2);
        -ms-flex-preferred-size: calc(100%/2);
        flex-basis: calc(100%/2);
        max-width: calc(100%/2)
    }
}

@media(max-width:639px) {
    .posts-list--vertical-justify.list-style-v6>.post {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%
    }

    .posts-list--vertical-justify.list-style-v6>.post:nth-child(7n+2),
    .posts-list--vertical-justify.list-style-v6>.post:nth-child(7n+3) {
        -webkit-flex: 1 0 100%;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%;
        max-width: 100%
    }
}

.posts-list--vertical-justify.list-style-v7>.post,
.posts-list--vertical-justify.list-style-v8>.post,
.posts-list--vertical-justify.list-style-v9>.post,
.posts-list--vertical-justify.list-style-v10>.post {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-flex-basis: calc(100%/4 - 1.875rem);
    -ms-flex-preferred-size: calc(100%/4 - 1.875rem);
    flex-basis: calc(100%/4 - 1.875rem);
    max-width: calc(100%/4 - 1.875rem);
    margin-right: .9375rem;
    margin-left: .9375rem
}

.posts-list--vertical-justify.list-style-v7>.post:nth-child(7n+3),
.posts-list--vertical-justify.list-style-v7>.post:nth-child(7n+4),
.posts-list--vertical-justify.list-style-v7>.post:nth-child(7n+8),
.posts-list--vertical-justify.list-style-v8>.post:nth-child(7n+3),
.posts-list--vertical-justify.list-style-v8>.post:nth-child(7n+4),
.posts-list--vertical-justify.list-style-v8>.post:nth-child(7n+8),
.posts-list--vertical-justify.list-style-v9>.post:nth-child(7n+3),
.posts-list--vertical-justify.list-style-v9>.post:nth-child(7n+4),
.posts-list--vertical-justify.list-style-v9>.post:nth-child(7n+8),
.posts-list--vertical-justify.list-style-v10>.post:nth-child(7n+3),
.posts-list--vertical-justify.list-style-v10>.post:nth-child(7n+4),
.posts-list--vertical-justify.list-style-v10>.post:nth-child(7n+8) {
    -webkit-flex: 1 0;
    -ms-flex: 1 0;
    flex: 1 0;
    -webkit-flex-basis: calc(100%/2 - 1.875rem);
    -ms-flex-preferred-size: calc(100%/2 - 1.875rem);
    flex-basis: calc(100%/2 - 1.875rem);
    max-width: calc(100%/2 - 1.875rem)
}

@media(max-width:1119px) {

    .posts-list--vertical-justify.list-style-v7>.post,
    .posts-list--vertical-justify.list-style-v8>.post,
    .posts-list--vertical-justify.list-style-v9>.post,
    .posts-list--vertical-justify.list-style-v10>.post {
        -webkit-flex: 1 0;
        -ms-flex: 1 0;
        flex: 1 0;
        -webkit-flex-basis: calc(100%/2 - 1.875rem);
        -ms-flex-preferred-size: calc(100%/2 - 1.875rem);
        flex-basis: calc(100%/2 - 1.875rem);
        max-width: calc(100%/2 - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }

    .posts-list--vertical-justify.list-style-v7>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v7>.post:nth-child(7n+4),
    .posts-list--vertical-justify.list-style-v7>.post:nth-child(7n+8),
    .posts-list--vertical-justify.list-style-v8>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v8>.post:nth-child(7n+4),
    .posts-list--vertical-justify.list-style-v8>.post:nth-child(7n+8),
    .posts-list--vertical-justify.list-style-v9>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v9>.post:nth-child(7n+4),
    .posts-list--vertical-justify.list-style-v9>.post:nth-child(7n+8),
    .posts-list--vertical-justify.list-style-v10>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v10>.post:nth-child(7n+4),
    .posts-list--vertical-justify.list-style-v10>.post:nth-child(7n+8) {
        -webkit-flex: 1 0;
        -ms-flex: 1 0;
        flex: 1 0;
        -webkit-flex-basis: calc(100%/2 - 1.875rem);
        -ms-flex-preferred-size: calc(100%/2 - 1.875rem);
        flex-basis: calc(100%/2 - 1.875rem);
        max-width: calc(100%/2 - 1.875rem)
    }
}

@media(max-width:639px) {

    .posts-list--vertical-justify.list-style-v7>.post,
    .posts-list--vertical-justify.list-style-v8>.post,
    .posts-list--vertical-justify.list-style-v9>.post,
    .posts-list--vertical-justify.list-style-v10>.post {
        -webkit-flex: 1 0;
        -ms-flex: 1 0;
        flex: 1 0;
        -webkit-flex-basis: calc(100% - 1.875rem);
        -ms-flex-preferred-size: calc(100% - 1.875rem);
        flex-basis: calc(100% - 1.875rem);
        max-width: calc(100% - 1.875rem);
        margin-right: .9375rem;
        margin-left: .9375rem
    }

    .posts-list--vertical-justify.list-style-v7>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v7>.post:nth-child(7n+4),
    .posts-list--vertical-justify.list-style-v7>.post:nth-child(7n+8),
    .posts-list--vertical-justify.list-style-v8>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v8>.post:nth-child(7n+4),
    .posts-list--vertical-justify.list-style-v8>.post:nth-child(7n+8),
    .posts-list--vertical-justify.list-style-v9>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v9>.post:nth-child(7n+4),
    .posts-list--vertical-justify.list-style-v9>.post:nth-child(7n+8),
    .posts-list--vertical-justify.list-style-v10>.post:nth-child(7n+3),
    .posts-list--vertical-justify.list-style-v10>.post:nth-child(7n+4),
    .posts-list--vertical-justify.list-style-v10>.post:nth-child(7n+8) {
        -webkit-flex: 1 0;
        -ms-flex: 1 0;
        flex: 1 0;
        -webkit-flex-basis: calc(100% - 1.875rem);
        -ms-flex-preferred-size: calc(100% - 1.875rem);
        flex-basis: calc(100% - 1.875rem);
        max-width: calc(100% - 1.875rem)
    }
}

.posts-list__item.justify-item {
    margin-bottom: 50px
}

.posts-list__item.justify-item .comments-link {
    padding: 10px 12px 9px;
    border-radius: 4px;
    font-size: 11px;
    font-size: .6875rem;
    background-color: #f1f4f6
}

.list-style-v3 .posts-list__item.justify-item .comments-link {
    background-color: transparent;
    border: 1px solid
}

.posts-list__item.justify-item .comments-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-size: .875rem;
    content: '\f075';
    margin-right: 4px
}

.posts-list__item.justify-item .entry-header .entry-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2px
}

.posts-list__item.justify-item .entry-header .entry-meta .posted-on {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.posts-list__item.justify-item .entry-title {
    margin: 0 0 10px
}

.posts-list__item.justify-item .entry-meta {
    font-size: 14px;
    font-size: .875rem
}

.posts-list__item.justify-item .entry-content {
    margin-bottom: 5px
}

.posts-list__item.justify-item .entry-content p {
    margin: 0 0 .43em
}

.posts-list.posts-list--vertical-justify.list-style-default .posts-list__item.justify-item .justify-item__thumbnail {
    border-radius: 4px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 19px;
    min-height: 220px
}

@media(min-width:940px) {
    .posts-list.posts-list--vertical-justify.list-style-default .posts-list__item.justify-item .justify-item__thumbnail {
        min-height: 250px
    }
}

@media(min-width:1120px) {
    .posts-list.posts-list--vertical-justify.list-style-default .posts-list__item.justify-item .justify-item__thumbnail {
        min-height: 370px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item {
    margin-bottom: 30px
}

.posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item .justify-item__thumbnail {
    border-radius: 4px 4px 0 0;
    position: relative;
    background-size: cover;
    background-position: center
}

@media(max-width:939px) {
    .posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item .justify-item__thumbnail {
        min-height: 200px
    }
}

@media(min-width:640px) {
    .posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item .justify-item__thumbnail {
        min-height: 265px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item .entry-title {
    margin: 0 0 17px
}

.posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-wrap {
    border-top: 1px solid #ebeced;
    border-radius: 4px
}

.posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item .justify-item-wrap {
    border: 1px solid #ebeced;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 25px
}

@media(min-width:1120px) {
    .posts-list.posts-list--vertical-justify.list-style-v2 .posts-list__item.justify-item .justify-item-wrap {
        padding: 36px 38px 38px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
    border-radius: 4px;
    background-color: #f2f6fb
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-inner {
    overflow: hidden;
    position: relative
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-inner {
        min-height: 360px
    }
}

@media(min-width:940px) {
    .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-inner {
        min-height: 433px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item__thumbnail {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 20px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, .9);
    overflow: hidden;
    padding: 18px 29px 3px;
    transition: all .42s cubic-bezier(.68, .125, 0, .995);
    transition-delay: .22s
}

@media(max-width:939px) {
    .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap {
        margin: 10px
    }
}

@media(max-width:939px) {
    .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap {
        padding: 18px 14px 3px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px
}

@media(max-width:939px) {
    .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
        bottom: 15px;
        left: 14px;
        right: 14px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap .entry-footer .btn,
.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    transition: all .4s cubic-bezier(.68, .125, 0, .995)
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
    transition-delay: .06s;
    line-height: 1.34
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap .entry-footer .btn {
    transition-delay: .18s
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item .justify-item-wrap__animated {
    line-height: 0;
    opacity: 0;
    transition: all .42s cubic-bezier(.68, .125, 0, .995);
    transition-delay: .22s
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap {
    padding-bottom: 66px;
    transition: all .25s cubic-bezier(.165, .84, .44, 1)
}

@media(max-width:939px) {
    .posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap {
        padding-bottom: 52px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap__animated {
    line-height: 1.58;
    opacity: 1;
    transition: all .35s cubic-bezier(.265, .84, .44, 1)
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .btn,
.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .comments-link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .comments-link {
    transition-delay: .16s;
    line-height: 1.34
}

.posts-list.posts-list--vertical-justify.list-style-v3 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .btn {
    transition-delay: .06s
}

.posts-list.posts-list--vertical-justify.list-style-v4 {
    margin-left: .9375rem;
    margin-right: .9375rem;
    position: relative
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item {
    margin-bottom: 1.875rem;
    right: 0;
    left: 0
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
    border-radius: 4px;
    background-color: #3b3d42
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item__thumbnail {
    border-radius: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-inner {
    position: relative
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-inner {
        min-height: 360px
    }
}

@media(min-width:940px) {
    .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-inner {
        min-height: 450px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-inner:after {
    position: absolute;
    content: '';
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    background-color: rgba(33, 36, 41, .75);
    transition: all .42s cubic-bezier(.68, .125, 0, .995)
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-inner:after {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .post-thumbnail {
    margin: 0
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .post-thumbnail img {
    width: 100%
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap {
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 50px 80px;
    margin: 35px 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    transition-delay: .22s
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap {
        padding: 25px;
        margin: 20px 0
    }
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap .entry-header {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    transition: all .3s ease
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap .entry-header .entry-meta>* {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
    padding-top: 10px
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap .entry-footer .space-between-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
    background-color: transparent;
    font-size: 14px;
    font-size: .875rem;
    padding: 0;
    margin-top: 10px
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link:before {
    display: none
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item .justify-item-wrap__animated {
    line-height: 0;
    opacity: 0;
    transition: all .32s cubic-bezier(.68, .125, 0, .995)
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item:hover .justify-item-inner:after {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    transition: all .25s cubic-bezier(.165, .84, .44, 1)
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item:hover .justify-item-inner:after {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item:hover .justify-item-wrap .entry-header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease
}

.posts-list.posts-list--vertical-justify.list-style-v4 .posts-list__item.justify-item:hover .justify-item-wrap__animated {
    line-height: 1.58;
    opacity: 1;
    transition: all .35s cubic-bezier(.265, .84, .44, 1)
}

.posts-list.posts-list--vertical-justify.list-style-v5 {
    margin-left: .9375rem;
    margin-right: .9375rem;
    position: relative
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item {
    margin-bottom: 1.875rem
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
    border-radius: 4px;
    background-color: #3b3d42
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-inner {
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .1);
    transition: all .25s ease;
    border-radius: 4px
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-inner {
        min-height: 440px
    }
}

@media(max-width:939px) {
    .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-inner {
        min-height: 380px
    }
}

@media(min-width:940px) {
    .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-inner {
        min-height: 450px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-inner:after {
    position: absolute;
    content: '';
    top: 40%;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(122, 188, 255, 0) 0%, rgba(104, 158, 213, 0) 15%, rgba(33, 36, 41, .66) 76%, rgba(33, 36, 41, .89) 97%, rgba(33, 36, 41, .9) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#007abcff', endColorstr='#e6212429', GradientType=0)
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .post-thumbnail {
    margin: 0
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .post-thumbnail img {
    width: 100%;
    border-radius: 0
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap {
    position: absolute;
    text-align: left;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 28px 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
    transition: all .42s cubic-bezier(.68, .125, 0, .995);
    transition-delay: .22s
}

@media(max-width:939px) {
    .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap {
        padding: 15px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .cat-links {
    position: absolute;
    top: 30px;
    left: 30px;
    overflow: hidden
}

@media(max-width:939px) {
    .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .cat-links {
        top: 15px;
        left: 15px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .cat-links li {
    float: left;
    margin-right: 4px;
    margin-bottom: 4px
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .cat-links a {
    display: inline-block;
    padding: 4px 9px;
    border-radius: 4px
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px
}

@media(max-width:939px) {
    .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
        position: absolute;
        right: 15px;
        left: 15px;
        bottom: 15px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer .btn,
.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
    -webkit-transform: translateY(160px);
    -ms-transform: translateY(160px);
    transform: translateY(160px);
    transition: all .4s cubic-bezier(.68, .125, 0, .995)
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
    border-radius: 4px;
    padding: 8px 10px;
    border: 1px solid #f1f4f6;
    background-color: transparent;
    line-height: 1.4;
    transition-delay: .06s
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap .entry-footer .btn {
    border: 1px solid #f1f4f6;
    background-color: transparent;
    transition-delay: .18s
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item .justify-item-wrap__animated {
    width: 100%;
    line-height: 0;
    opacity: 0;
    transition: all .42s cubic-bezier(.68, .125, 0, .995);
    transition-delay: .22s
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover:not(.has-post-thumbnail) .justify-item-inner {
    background-color: #000
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-inner {
    background-color: rgba(0, 0, 0, .5);
    transition: all .25s ease
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap {
    padding-bottom: 78px;
    transition: all .25s cubic-bezier(.165, .84, .44, 1)
}

@media(max-width:939px) {
    .posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap {
        padding-bottom: 60px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap__animated {
    line-height: 1.58;
    opacity: 1;
    transition: all .35s cubic-bezier(.265, .84, .44, 1)
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .btn,
.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .comments-link {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .4s cubic-bezier(.165, .84, .44, 1)
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .comments-link {
    line-height: 1.4;
    transition-delay: .16s
}

.posts-list.posts-list--vertical-justify.list-style-v5 .posts-list__item.justify-item:hover .justify-item-wrap__animated .entry-footer .btn {
    transition-delay: .06s
}

.posts-list.posts-list--vertical-justify.list-style-v6 {
    position: relative
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item {
    margin: 0
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
    background-color: #3b3d42
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner {
    position: relative;
    overflow: hidden
}

@media(max-width:939px) {
    .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner {
        min-height: 360px
    }
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner {
        min-height: 460px
    }
}

@media(min-width:940px) {
    .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner {
        min-height: 480px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3)
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner__top {
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2
}

@media(min-width:940px) {
    .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner__top {
        right: 30px;
        top: 30px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner__top .comments-button {
    border-radius: 4px;
    padding: 8px 10px;
    border: 1px solid #f1f4f6;
    background-color: transparent
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-inner__top .comments-button:before {
    display: none
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .post-thumbnail {
    margin: 0
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .post-thumbnail img {
    width: 100%;
    border-radius: 0
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap {
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    margin: 35px 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    transition-delay: .22s
}

@media(min-width:1120px) {
    .posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap {
        padding: 40px 60px;
        margin: 20px 0
    }
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap .entry-header {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    transition: all .3s ease
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap .entry-header .entry-meta {
    margin-bottom: 24px
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap .entry-header .entry-meta>* {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap .entry-header .entry-title {
    margin: 0 0 20px
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
    padding-top: 25px
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap .entry-footer .space-between-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap__animated {
    line-height: 0;
    opacity: 0;
    transition: all .32s cubic-bezier(.68, .125, 0, .995)
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item .justify-item-wrap__animated .entry-content p {
    font-size: 18px;
    font-size: 1.125rem
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item:hover .justify-item-wrap .entry-header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease
}

.posts-list.posts-list--vertical-justify.list-style-v6 .posts-list__item.justify-item:hover .justify-item-wrap__animated {
    line-height: 1.56;
    opacity: 1;
    transition: all .35s cubic-bezier(.265, .84, .44, 1)
}

.posts-list.posts-list--vertical-justify.list-style-v7 .posts-list__item.justify-item {
    margin-bottom: 37px
}

.posts-list.posts-list--vertical-justify.list-style-v7 .posts-list__item.justify-item .justify-item__thumbnail {
    border-radius: 4px;
    position: relative;
    background-size: cover;
    background-position: center;
    margin-bottom: 11px;
    min-height: 220px
}

@media(min-width:940px) {
    .posts-list.posts-list--vertical-justify.list-style-v7 .posts-list__item.justify-item .justify-item__thumbnail {
        min-height: 250px
    }
}

@media(min-width:1120px) {
    .posts-list.posts-list--vertical-justify.list-style-v7 .posts-list__item.justify-item .justify-item__thumbnail {
        min-height: 270px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v7 .posts-list__item.justify-item .entry-title {
    margin-bottom: 13px
}

.posts-list.posts-list--vertical-justify.list-style-v7 .posts-list__item.justify-item .entry-footer .space-between-content:not(:empty) {
    margin-top: 15px
}

.posts-list.posts-list--vertical-justify.list-style-v8 {
    position: relative
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item {
    margin-bottom: 1.875rem;
    right: 0;
    left: 0;
    overflow: hidden
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
    background-color: #3b3d42
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .entry-footer .entry-meta>* {
    margin-top: 0
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-inner {
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-inner:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .3);
    transition: all .28s ease
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-inner {
        min-height: 360px
    }
}

@media(min-width:940px) {
    .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-inner {
        min-height: 400px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap {
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 60px 20px;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    transition-delay: .22s
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap {
        padding: 30px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-header {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    transition: all .3s ease
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-meta__top,
.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-footer .entry-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-meta__top .comments-link,
.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-footer .entry-meta .comments-link {
    padding: 0
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-meta__top {
    position: absolute;
    top: 28px
}

@media(max-width:939px) {
    .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-meta__top {
        top: 15px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-meta__top .post-categories li {
    display: inline-block
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-meta__top .cat-links a {
    padding: 1px 3px
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
    position: absolute;
    bottom: 23px;
    left: 10px;
    right: 10px
}

@media(max-width:939px) {
    .posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
        bottom: 15px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
    background-color: transparent;
    font-size: 14px;
    font-size: .875rem
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link:before {
    display: none
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item .justify-item-wrap__animated {
    line-height: 0;
    opacity: 0;
    transition: all .32s cubic-bezier(.68, .125, 0, .995)
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item:hover .justify-item-inner:after {
    background-color: rgba(0, 0, 0, .5);
    transition: all .28s ease
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item:hover .justify-item-wrap .entry-header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease
}

.posts-list.posts-list--vertical-justify.list-style-v8 .posts-list__item.justify-item:hover .justify-item-wrap__animated {
    line-height: 1.58;
    opacity: 1;
    transition: all .35s cubic-bezier(.265, .84, .44, 1)
}

.posts-list.posts-list--vertical-justify.list-style-v9 {
    margin-left: .9375rem;
    margin-right: .9375rem;
    position: relative
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item {
    margin-bottom: 1.875rem;
    right: 0;
    left: 0
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
    background-color: #f2f6fb
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-inner {
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-inner {
        min-height: 360px
    }
}

@media(min-width:940px) {
    .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-inner {
        min-height: 330px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-inner:after {
    position: absolute;
    content: '';
    top: 40px;
    right: 40px;
    bottom: 40px;
    left: 40px;
    background-color: rgba(255, 255, 255, .9);
    transition: all .42s cubic-bezier(.68, .125, 0, .995)
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-inner:after {
        top: 20px;
        right: 20px;
        bottom: 20px;
        left: 20px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap {
    position: absolute;
    text-align: center;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    padding: 50px;
    margin: 35px 0;
    overflow: hidden;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1;
    transition-delay: .22s
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap {
        padding: 30px;
        margin: 20px 0
    }
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap .entry-header {
    -webkit-transform: translateY(25%);
    -ms-transform: translateY(25%);
    transform: translateY(25%);
    transition: all .3s ease
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap .entry-header .entry-meta>* {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap .entry-footer {
    padding-top: 10px
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap .entry-footer .space-between-content {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link {
    background-color: transparent;
    font-size: 14px;
    font-size: .875rem
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap .entry-footer .comments-link:before {
    display: none
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item .justify-item-wrap__animated {
    line-height: 0;
    opacity: 0;
    transition: all .32s cubic-bezier(.68, .125, 0, .995)
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item:hover .justify-item-inner:after {
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    transition: all .25s cubic-bezier(.165, .84, .44, 1)
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item:hover .justify-item-inner:after {
        top: 10px;
        right: 10px;
        bottom: 10px;
        left: 10px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item:hover .justify-item-wrap .entry-header {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: all .3s ease
}

.posts-list.posts-list--vertical-justify.list-style-v9 .posts-list__item.justify-item:hover .justify-item-wrap__animated {
    line-height: 1.58;
    opacity: 1;
    transition: all .35s cubic-bezier(.265, .84, .44, 1)
}

.posts-list.posts-list--vertical-justify.list-style-v10 {
    margin-left: .9375rem;
    margin-right: .9375rem;
    position: relative
}

.posts-list.posts-list--vertical-justify.list-style-v10 .justify-item__thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    z-index: -1
}

@media(min-width:940px) {

    .posts-list.posts-list--vertical-justify.list-style-v10>.post:nth-child(7n+3) .justify-item-inner .entry-title,
    .posts-list.posts-list--vertical-justify.list-style-v10>.post:nth-child(7n+4) .justify-item-inner .entry-title,
    .posts-list.posts-list--vertical-justify.list-style-v10>.post:nth-child(7n+8) .justify-item-inner .entry-title {
        width: 70%
    }
}

.posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item {
    margin-bottom: 50px;
    position: relative
}

.posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item:not(.has-post-thumbnail) .justify-item-inner {
    background-color: #f2f6fb
}

.posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-inner {
    border-radius: 4px;
    overflow: hidden;
    position: relative
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-inner {
        min-height: 300px
    }
}

@media(min-width:940px) {
    .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-inner {
        min-height: 320px
    }
}

@media(min-width:1120px) {
    .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-inner {
        min-height: 330px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-inner .entry-title {
    position: absolute;
    bottom: 20px;
    padding: 0 30px 0 20px
}

.posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-inner .entry-title a {
    padding: 2px .5em 3px;
    background-color: rgba(255, 255, 255, .9);
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    transition: all .2s ease
}

.posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .entry-title {
    max-height: 272px;
    overflow: hidden
}

@media(max-width:1119px) {
    .posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .entry-title {
        max-height: 260px
    }
}

.posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .entry-meta>* {
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .entry-meta .comments-link {
    border-radius: 0;
    padding: 0 8px;
    background-color: transparent;
    font-size: 14px;
    font-size: .875rem
}

.posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .entry-meta .comments-link:before {
    display: none
}

.posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .entry-footer {
    margin-top: 15px
}

.posts-list.posts-list--vertical-justify.list-style-v10 .posts-list__item.justify-item .justify-item-wrap {
    border-top: none;
    border-radius: 4px;
    padding-top: 15px
}

.posts-list.posts-list--masonry {
    display: block
}

.posts-list.posts-list--masonry>.post {
    display: inline-block;
    width: 100%;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid
}

.posts-list.posts-list--masonry>.post .post-thumbnail {
    line-height: 0
}

.posts-list.posts-list--masonry.list-style-v4,
.posts-list.posts-list--masonry.list-style-v9 {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-fill: auto;
    column-fill: auto;
    -moz-column-fill: balance
}

@media(min-width:640px) {

    .posts-list.posts-list--masonry.list-style-v4,
    .posts-list.posts-list--masonry.list-style-v9 {
        -webkit-column-count: 2;
        column-count: 2;
        -moz-column-count: 2
    }
}

@media(min-width:940px) {

    .posts-list.posts-list--masonry.list-style-v4,
    .posts-list.posts-list--masonry.list-style-v9 {
        -webkit-column-count: 3;
        column-count: 3;
        -moz-column-count: 3
    }
}

@media(min-width:1120px) {

    .posts-list.posts-list--masonry.list-style-v4,
    .posts-list.posts-list--masonry.list-style-v9 {
        -webkit-column-count: 4;
        column-count: 4;
        -moz-column-count: 4
    }
}

.posts-list.posts-list--masonry.list-style-default,
.posts-list.posts-list--masonry.list-style-V3,
.posts-list.posts-list--masonry.list-style-v2 {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

@media(min-width:640px) {

    .posts-list.posts-list--masonry.list-style-default,
    .posts-list.posts-list--masonry.list-style-V3,
    .posts-list.posts-list--masonry.list-style-v2 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

@media(min-width:940px) {

    .posts-list.posts-list--masonry.list-style-default,
    .posts-list.posts-list--masonry.list-style-V3,
    .posts-list.posts-list--masonry.list-style-v2 {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3
    }
}

.posts-list.posts-list--masonry.list-style-v3,
.posts-list.posts-list--masonry.list-style-v5,
.posts-list.posts-list--masonry.list-style-v6,
.posts-list.posts-list--masonry.list-style-v7,
.posts-list.posts-list--masonry.list-style-v8,
.posts-list.posts-list--masonry.list-style-v10 {
    -webkit-column-gap: 1.875rem;
    -moz-column-gap: 1.875rem;
    column-gap: 1.875rem;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1
}

@media(min-width:940px) {

    .posts-list.posts-list--masonry.list-style-v3,
    .posts-list.posts-list--masonry.list-style-v5,
    .posts-list.posts-list--masonry.list-style-v6,
    .posts-list.posts-list--masonry.list-style-v7,
    .posts-list.posts-list--masonry.list-style-v8,
    .posts-list.posts-list--masonry.list-style-v10 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}

.posts-list.posts-list--masonry .masonry-item .comments-link {
    padding: 10px 12px 9px;
    border-radius: 4px;
    font-size: 11px;
    font-size: .6875rem;
    background-color: #f1f4f6
}

.list-style-v3 .posts-list.posts-list--masonry .masonry-item .comments-link {
    background-color: transparent;
    border: 1px solid
}

.posts-list.posts-list--masonry .masonry-item .comments-link:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    font-size: .875rem;
    content: '\f075';
    margin-right: 4px
}

.posts-list.posts-list--masonry .masonry-item .entry-header .entry-meta {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 2px
}

.posts-list.posts-list--masonry .masonry-item .entry-header .entry-meta .posted-on {
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%
}

.posts-list.posts-list--masonry .masonry-item .entry-title {
    margin: 0 0 10px
}

.posts-list.posts-list--masonry .masonry-item .entry-meta {
    font-size: 14px;
    font-size: .875rem
}

.posts-list.posts-list--masonry .masonry-item .entry-content {
    margin-bottom: 5px
}

.posts-list.posts-list--masonry .masonry-item .entry-content p {
    margin: 0 0 .43em
}

.posts-list.posts-list--masonry.list-style-default .posts-list__item.masonry-item {
    margin-bottom: 60px
}

.posts-list.posts-list--masonry.list-style-default .posts-list__item.masonry-item .post-thumbnail,
.posts-list.posts-list--masonry.list-style-v3 .posts-list__item.masonry-item .post-thumbnail {
    margin-bottom: 20px
}

.posts-list.posts-list--masonry.list-style-v2 .posts-list__item.masonry-item,
.posts-list.posts-list--masonry.list-style-v6 .posts-list__item.masonry-item {
    margin-bottom: 1.875rem
}

.posts-list.posts-list--masonry.list-style-v2 .posts-list__item.masonry-item .post-thumbnail,
.posts-list.posts-list--masonry.list-style-v6 .posts-list__item.masonry-item .post-thumbnail {
    margin-bottom: 0
}

.posts-list.posts-list--masonry.list-style-v2 .posts-list__item.masonry-item .post-thumbnail__link,
.posts-list.posts-list--masonry.list-style-v6 .posts-list__item.masonry-item .post-thumbnail__link {
    display: block
}

.posts-list.posts-list--masonry.list-style-v2 .posts-list__item.masonry-item .post-thumbnail img,
.posts-list.posts-list--masonry.list-style-v6 .posts-list__item.masonry-item .post-thumbnail img {
    width: 100%;
    border-radius: 4px 4px 0 0
}

.posts-list.posts-list--masonry.list-style-v2 .posts-list__item.masonry-item:not(.has-post-thumbnail) .masonry-item-wrap,
.posts-list.posts-list--masonry.list-style-v6 .posts-list__item.masonry-item:not(.has-post-thumbnail) .masonry-item-wrap {
    border-top: 1px solid #ebeced;
    border-radius: 4px
}

.posts-list.posts-list--masonry.list-style-v2 .posts-list__item.masonry-item .masonry-item-wrap,
.posts-list.posts-list--masonry.list-style-v6 .posts-list__item.masonry-item .masonry-item-wrap {
    border: 1px solid #ebeced;
    border-top: none;
    border-radius: 0 0 4px 4px;
    padding: 25px
}

@media(min-width:1120px) {

    .posts-list.posts-list--masonry.list-style-v2 .posts-list__item.masonry-item .masonry-item-wrap,
    .posts-list.posts-list--masonry.list-style-v6 .posts-list__item.masonry-item .masonry-item-wrap {
        padding: 36px 38px 38px
    }
}

.posts-list.posts-list--masonry.list-style-v3 .posts-list__item.masonry-item {
    margin-bottom: 1.875rem
}

.posts-list.posts-list--masonry.list-style-v4,
.posts-list.posts-list--masonry.list-style-v5 {
    margin-left: 1.875rem;
    margin-right: 1.875rem
}

.posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item,
.posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item {
    margin-bottom: 1.875rem
}

.posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item .post-thumbnail,
.posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item .post-thumbnail {
    margin-bottom: 0
}

.posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item .post-thumbnail__link,
.posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item .post-thumbnail__link {
    display: block
}

.posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item .post-thumbnail img,
.posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item .post-thumbnail img {
    width: 100%;
    border-radius: 4px 4px 0 0
}

.posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item:not(.has-post-thumbnail) .masonry-item-wrap,
.posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item:not(.has-post-thumbnail) .masonry-item-wrap {
    border-radius: 4px
}

.posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item .masonry-item-wrap,
.posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item .masonry-item-wrap {
    border-radius: 0 0 4px 4px;
    padding: 25px;
    background-color: #f2f6fb
}

@media(min-width:1120px) {

    .posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item .masonry-item-wrap,
    .posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item .masonry-item-wrap {
        padding: 36px 38px 38px
    }
}

.posts-list.posts-list--masonry.list-style-v4 .posts-list__item.masonry-item .masonry-item-wrap .comments-link,
.posts-list.posts-list--masonry.list-style-v5 .posts-list__item.masonry-item .masonry-item-wrap .comments-link {
    background-color: #fff
}

.posts-list.posts-list--masonry.list-style-v5 {
    margin-left: auto;
    margin-right: auto
}

.posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item,
.posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item,
.posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item {
    margin-bottom: 1.875rem
}

.posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .post-thumbnail,
.posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .post-thumbnail,
.posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .post-thumbnail {
    margin-right: 0;
    margin-bottom: 0
}

.posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .post-thumbnail img,
.posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .post-thumbnail img,
.posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .post-thumbnail img {
    border-radius: 0
}

.posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap,
.posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap,
.posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap {
    border: 1px solid #ebeced;
    border-radius: 4px;
    padding: 25px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap>*,
.posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap .entry-meta>*,
.posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap>*,
.posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap .entry-meta>*,
.posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap>*,
.posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap .entry-meta>* {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap__content,
.posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap__content,
.posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    text-align: center
}

@media(min-width:1120px) {

    .posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap,
    .posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap,
    .posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap {
        padding: 36px 38px 38px
    }
}

@media(max-width:1199px) {

    .posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap .space-between-content,
    .posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap .space-between-content,
    .posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap .space-between-content {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-align-content: stretch;
        -ms-flex-line-pack: stretch;
        align-content: stretch;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .posts-list.posts-list--masonry.list-style-v8 .posts-list__item.masonry-item .masonry-item-wrap .space-between-content .comments-link,
    .posts-list.posts-list--masonry.list-style-v7 .posts-list__item.masonry-item .masonry-item-wrap .space-between-content .comments-link,
    .posts-list.posts-list--masonry.list-style-v9 .posts-list__item.masonry-item .masonry-item-wrap .space-between-content .comments-link {
        margin-top: 10px
    }
}

.posts-list.posts-list--masonry.list-style-v9 {
    margin-left: 1.875rem;
    margin-right: 1.875rem
}

@media(max-width:939px) {
    .posts-list.posts-list--masonry.list-style-v9 {
        margin-left: .9375rem;
        margin-right: .9375rem
    }
}

.posts-list.posts-list--masonry.list-style-v10 .masonry-item {
    margin-bottom: 34px
}

.posts-list.posts-list--masonry.list-style-v10 .masonry-item .post-thumbnail {
    margin-bottom: 0
}

.posts-list.posts-list--masonry.list-style-v10 .masonry-item:not(.has-post-thumbnail) .masonry-item-inner {
    margin: 0;
    padding: 0
}

.posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner {
    position: relative;
    margin: -30px 20px 0;
    background-color: #fff;
    padding: 20px
}

@media(min-width:640px) {
    .posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner {
        margin: -40px 0 0 40px;
        padding: 25px 25px 25px 30px
    }
}

@media(min-width:1120px) {
    .posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner {
        margin: -49px 0 0 62px;
        padding: 35px 25px 25px 38px
    }
}

.posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner .entry-header .entry-meta {
    margin-bottom: 23px
}

.posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner .entry-header .entry-title {
    margin: 0 0 24px
}

.posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner .entry-content {
    margin-bottom: 27px
}

.posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner .space-between-content {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.posts-list.posts-list--masonry.list-style-v10 .masonry-item-inner .space-between-content .comments-link {
    padding: 10px 5px 9px;
    background-color: transparent
}

.jet-blocks-icon {
    display: inline-block;
    line-height: 1;
    text-align: center
}

.jet-blocks-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.jet-auth-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-auth-links__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-auth-links__item {
    margin-right: 5px;
    margin-left: 5px;
    display: block
}

.jet-auth-links__item-icon {
    margin-right: 5px
}

.jet-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.jet-logo__link {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.jet-logo-display-block .jet-logo__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.jet-search {
    position: relative
}

.jet-search__label {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0
}

.jet-search__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.jet-search__field {
    width: 100%
}

.jet-search__field[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.jet-search__submit {
    margin-left: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: none
}

.jet-search__submit-icon+.jet-search__submit-label {
    margin-left: 4px
}

.jet-search__popup {
    visibility: hidden;
    position: absolute;
    z-index: 2;
    top: -999em;
    left: -999em;
    width: 250px;
    opacity: 0
}

.jet-search-popup-active .jet-search__popup {
    opacity: 1
}

.jet-transition-out .jet-search__popup {
    opacity: 0
}

.jet-transition-in .jet-search__popup {
    opacity: 1
}

.jet-search-popup-active .jet-search__popup,
.jet-transition-out .jet-search__popup,
.jet-transition-in .jet-search__popup {
    visibility: visible;
    top: 0;
    left: 0
}

.jet-search__popup.jet-search__popup--move-up-effect:not(.jet-search__popup--full-screen) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: opacity .2s linear, -webkit-transform .2s linear;
    transition: opacity .2s linear, -webkit-transform .2s linear;
    -o-transition: opacity .2s linear, transform .2s linear;
    transition: opacity .2s linear, transform .2s linear;
    transition: opacity .2s linear, transform .2s linear, -webkit-transform .2s linear
}

.jet-search-popup-active .jet-search__popup.jet-search__popup--move-up-effect:not(.jet-search__popup--full-screen) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.jet-transition-out .jet-search__popup.jet-search__popup--move-up-effect:not(.jet-search__popup--full-screen) {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.jet-transition-in .jet-search__popup.jet-search__popup--move-up-effect:not(.jet-search__popup--full-screen) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.jet-search__popup.jet-search__popup--move-down-effect:not(.jet-search__popup--full-screen) {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .2s linear, -webkit-transform .2s linear;
    transition: opacity .2s linear, -webkit-transform .2s linear;
    -o-transition: opacity .2s linear, transform .2s linear;
    transition: opacity .2s linear, transform .2s linear;
    transition: opacity .2s linear, transform .2s linear, -webkit-transform .2s linear
}

.jet-search-popup-active .jet-search__popup.jet-search__popup--move-down-effect:not(.jet-search__popup--full-screen) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.jet-transition-out .jet-search__popup.jet-search__popup--move-down-effect:not(.jet-search__popup--full-screen) {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.jet-transition-in .jet-search__popup.jet-search__popup--move-down-effect:not(.jet-search__popup--full-screen) {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.jet-search__popup.jet-search__popup--fade-effect {
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.jet-search__popup.jet-search__popup--scale-effect {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity .2s linear, -webkit-transform .2s linear;
    transition: opacity .2s linear, -webkit-transform .2s linear;
    -o-transition: opacity .2s linear, transform .2s linear;
    transition: opacity .2s linear, transform .2s linear;
    transition: opacity .2s linear, transform .2s linear, -webkit-transform .2s linear
}

.jet-search-popup-active .jet-search__popup.jet-search__popup--scale-effect {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-transition-out .jet-search__popup.jet-search__popup--scale-effect {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.jet-transition-in .jet-search__popup.jet-search__popup--scale-effect {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-search__popup-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-search__popup-close {
    margin-left: 10px;
    border: none
}

.jet-search__popup--full-screen {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9998;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: auto;
    padding: 30px;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.jet-search-popup-active .jet-search__popup--full-screen {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-transition-out .jet-search__popup--full-screen.jet-search__popup--none-effect {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.jet-transition-in .jet-search__popup--full-screen.jet-search__popup--none-effect {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-transition-out .jet-search__popup--full-screen.jet-search__popup--fade-effect,
.jet-transition-in .jet-search__popup--full-screen.jet-search__popup--fade-effect {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-search__popup--full-screen.jet-search__popup--move-up-effect,
.jet-search__popup--full-screen.jet-search__popup--move-down-effect {
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.jet-transition-out .jet-search__popup--full-screen.jet-search__popup--move-up-effect,
.jet-transition-in .jet-search__popup--full-screen.jet-search__popup--move-up-effect,
.jet-transition-out .jet-search__popup--full-screen.jet-search__popup--move-down-effect,
.jet-transition-in .jet-search__popup--full-screen.jet-search__popup--move-down-effect {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-search__popup--full-screen.jet-search__popup--move-up-effect .jet-search__form {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.jet-search-popup-active .jet-search__popup--full-screen.jet-search__popup--move-up-effect .jet-search__form {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.jet-transition-out .jet-search__popup--full-screen.jet-search__popup--move-up-effect .jet-search__form {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
}

.jet-transition-in .jet-search__popup--full-screen.jet-search__popup--move-up-effect .jet-search__form {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.jet-search__popup--full-screen.jet-search__popup--move-down-effect .jet-search__form {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform .2s linear;
    transition: -webkit-transform .2s linear;
    -o-transition: transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear
}

.jet-search-popup-active .jet-search__popup--full-screen.jet-search__popup--move-down-effect .jet-search__form {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.jet-transition-out .jet-search__popup--full-screen.jet-search__popup--move-down-effect .jet-search__form {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px)
}

.jet-transition-in .jet-search__popup--full-screen.jet-search__popup--move-down-effect .jet-search__form {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.jet-search__popup--full-screen .jet-search__popup-content {
    width: 500px;
    max-width: 100%
}

.jet-search__popup--full-screen .jet-search__popup-close {
    position: absolute;
    top: 0;
    right: 0;
    margin: 30px
}

@media(max-width:767px) {
    .jet-search__popup--full-screen .jet-search__popup-close {
        margin: 15px
    }
}

.jet-search__popup-trigger-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.jet-search__popup-trigger {
    border: none
}

.jet-login label {
    display: block
}

.jet-login p {
    margin: 0;
    padding: 0
}

.jet-login-lost-password-link {
    display: inline-block;
    margin-top: 15px
}

.jet-login-message {
    margin-top: 15px;
    margin-bottom: 15px;
    color: red
}

.jet-login-lost-password-link+.jet-login-message a {
    display: none
}

.jet-register__row {
    padding: 0;
    margin: 0
}

.jet-register__label {
    display: block
}

.jet-register-message {
    margin-top: 15px;
    margin-bottom: 15px;
    color: red
}

.jet-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    direction: ltr
}

.jet-nav .menu-item-has-children {
    position: relative
}

.jet-nav .menu-item-link {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 10px
}

.jet-nav .menu-item-link.menu-item-link-top {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px 15px
}

.jet-nav .menu-item-link-sub .jet-nav-arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.jet-nav-item-desc {
    display: block
}

.jet-nav-arrow {
    margin-left: 10px
}

.jet-nav__sub {
    position: absolute;
    left: 0;
    top: -999em;
    visibility: hidden;
    z-index: 999;
    width: 200px;
    background: #fff;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    -o-transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s;
    transition: transform .2s, opacity .2s, -webkit-transform .2s;
    -webkit-transition-timing-function: cubic-bezier(.17, .67, .83, .67);
    -o-transition-timing-function: cubic-bezier(.17, .67, .83, .67);
    transition-timing-function: cubic-bezier(.17, .67, .83, .67)
}

@media(max-width:767px) {
    .jet-mobile-menu.jet-nav-wrap .jet-nav__sub {
        position: static;
        top: 0;
        left: 0;
        width: 100% !important;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        display: none
    }
}

.jet-nav--vertical-sub-bottom .jet-nav__sub {
    position: static;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    display: none
}

.menu-item.jet-nav-hover>.jet-nav__sub {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

@media(max-width:767px) {
    .jet-mobile-menu.jet-nav-wrap .menu-item.jet-nav-hover>.jet-nav__sub {
        display: block
    }
}

.jet-nav--vertical-sub-bottom .menu-item.jet-nav-hover>.jet-nav__sub {
    display: block
}

.menu-item.jet-nav-hover>.jet-nav__sub,
.menu-item.jet-nav-hover-out>.jet-nav__sub {
    top: 0;
    left: 100%;
    visibility: visible
}

.jet-nav--vertical-sub-left-side .menu-item.jet-nav-hover>.jet-nav__sub,
.jet-nav--vertical-sub-left-side .menu-item.jet-nav-hover-out>.jet-nav__sub {
    left: auto;
    right: 100%
}

.menu-item.jet-nav-hover>.jet-nav__sub.jet-nav-depth-0,
.menu-item.jet-nav-hover-out>.jet-nav__sub.jet-nav-depth-0 {
    top: 100%;
    left: 0
}

.jet-nav--vertical .menu-item.jet-nav-hover>.jet-nav__sub.jet-nav-depth-0,
.jet-nav--vertical .menu-item.jet-nav-hover-out>.jet-nav__sub.jet-nav-depth-0 {
    top: 0;
    left: 100%
}

.jet-nav--vertical-sub-left-side .menu-item.jet-nav-hover>.jet-nav__sub.jet-nav-depth-0,
.jet-nav--vertical-sub-left-side .menu-item.jet-nav-hover-out>.jet-nav__sub.jet-nav-depth-0 {
    left: auto;
    right: 100%
}

.jet-nav-align-space-between .jet-nav--horizontal>.menu-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media(max-width:1024px) {
    .jet-nav-tablet-align-space-between .jet-nav--horizontal>.menu-item {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media(max-width:1024px) {

    .jet-nav-tablet-align-center .jet-nav--horizontal>.menu-item,
    .jet-nav-tablet-align-flex-start .jet-nav--horizontal>.menu-item,
    .jet-nav-tablet-align-flex-end .jet-nav--horizontal>.menu-item {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media(max-width:767px) {
    .jet-nav-mobile-align-space-between .jet-nav--horizontal>.menu-item {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media(max-width:767px) {

    .jet-nav-mobile-align-center .jet-nav--horizontal>.menu-item,
    .jet-nav-mobile-align-flex-start .jet-nav--horizontal>.menu-item,
    .jet-nav-mobile-align-flex-end .jet-nav--horizontal>.menu-item {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

.jet-nav.jet-nav--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.jet-nav.jet-nav--vertical .menu-item-link.menu-item-link-top {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jet-nav.jet-nav--vertical .menu-item-link.menu-item-link-top .jet-nav-arrow {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.jet-nav.jet-nav--vertical-sub-left-side .menu-item-link.menu-item-link-top .jet-nav-arrow,
.jet-nav.jet-nav--vertical-sub-left-side .menu-item-link.menu-item-link-sub .jet-nav-arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.jet-nav.jet-nav--vertical-sub-left-side .menu-item-link.menu-item-link-sub {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jet-nav.jet-nav--vertical-sub-left-side .jet-nav-arrow {
    margin-left: 0;
    margin-right: 10px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
}

.jet-nav-align-space-between .jet-nav.jet-nav--vertical-sub-left-side .menu-item-link-top .jet-nav-link-text {
    margin-left: auto
}

@media(max-width:1024px) {
    .jet-nav-tablet-align-space-between .jet-nav.jet-nav--vertical-sub-left-side .menu-item-link-top .jet-nav-link-text {
        margin-left: auto
    }
}

@media(max-width:1024px) {

    .jet-nav-tablet-align-center .jet-nav.jet-nav--vertical-sub-left-side .menu-item-link-top .jet-nav-link-text,
    .jet-nav-tablet-align-flex-start .jet-nav.jet-nav--vertical-sub-left-side .menu-item-link-top .jet-nav-link-text,
    .jet-nav-tablet-align-flex-end .jet-nav.jet-nav--vertical-sub-left-side .menu-item-link-top .jet-nav-link-text {
        margin-left: 0
    }
}

@media(max-width:767px) {
    .jet-nav-mobile-align-space-between .jet-nav.jet-nav--vertical-sub-left-side .menu-item-link-top .jet-nav-link-text {
        margin-left: auto
    }
}

@media(max-width:767px) {

    .jet-nav-mobile-align-center .jet-nav.jet-nav--vertical-sub-left-side .menu-item-link-top .jet-nav-link-text,
    .jet-nav-mobile-align-flex-start .jet-nav.jet-nav--vertical-sub-left-side .menu-item-link-top .jet-nav-link-text,
    .jet-nav-mobile-align-flex-end .jet-nav.jet-nav--vertical-sub-left-side .menu-item-link-top .jet-nav-link-text {
        margin-left: 0
    }
}

.jet-nav.jet-nav--vertical-sub-bottom .menu-item-link.menu-item-link-top .jet-nav-arrow,
.jet-nav.jet-nav--vertical-sub-bottom .menu-item-link.menu-item-link-sub .jet-nav-arrow {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

@media(max-width:767px) {
    .jet-mobile-menu.jet-nav-wrap .jet-nav {
        display: none;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-top: 10px
    }

    .jet-mobile-menu.jet-nav-wrap .jet-nav .menu-item-link.menu-item-link-top {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .jet-mobile-menu.jet-nav-wrap .jet-nav .menu-item-link.menu-item-link-top .jet-nav-arrow,
    .jet-mobile-menu.jet-nav-wrap .jet-nav .menu-item-link.menu-item-link-sub .jet-nav-arrow {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    .jet-mobile-menu.jet-nav-wrap .jet-nav.jet-nav--vertical-sub-left-side .menu-item .menu-item-link.menu-item-link-top .jet-nav-link-text {
        margin-left: 0
    }

    .jet-mobile-menu.jet-nav-wrap .jet-nav.jet-nav--vertical-sub-left-side .menu-item-link.menu-item-link-sub {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .jet-mobile-menu.jet-nav-wrap .jet-nav.jet-nav--vertical-sub-left-side .jet-nav-arrow {
        margin-left: 10px;
        margin-right: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(max-width:767px) {
    .jet-mobile-menu--full-width.jet-nav-wrap .jet-nav {
        position: absolute;
        z-index: 9999;
        left: 0;
        display: block;
        width: 100vw;
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
        transform-origin: top center;
        -webkit-transition: -webkit-transform .2s cubic-bezier(.35, .19, .45, .91);
        transition: -webkit-transform .2s cubic-bezier(.35, .19, .45, .91);
        -o-transition: transform .2s cubic-bezier(.35, .19, .45, .91);
        transition: transform .2s cubic-bezier(.35, .19, .45, .91);
        transition: transform .2s cubic-bezier(.35, .19, .45, .91), -webkit-transform .2s cubic-bezier(.35, .19, .45, .91);
        will-change: transform;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        background-color: #fff
    }
}

@media(max-width:767px) {
    .jet-mobile-menu--full-width.jet-mobile-menu-active .jet-nav {
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@media(max-width:767px) {

    .jet-mobile-menu--left-side.jet-nav-wrap .jet-nav,
    .jet-mobile-menu--right-side.jet-nav-wrap .jet-nav {
        position: fixed;
        top: 0;
        z-index: 9999;
        display: block;
        width: 270px;
        max-width: 100%;
        height: 100vh;
        padding: 10px 5px;
        margin-top: 0;
        -webkit-transition: -webkit-transform .2s cubic-bezier(.35, .19, .45, .91);
        transition: -webkit-transform .2s cubic-bezier(.35, .19, .45, .91);
        -o-transition: transform .2s cubic-bezier(.35, .19, .45, .91);
        transition: transform .2s cubic-bezier(.35, .19, .45, .91);
        transition: transform .2s cubic-bezier(.35, .19, .45, .91), -webkit-transform .2s cubic-bezier(.35, .19, .45, .91);
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        will-change: transform;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        background-color: #fff
    }

    .admin-bar .jet-mobile-menu--left-side.jet-nav-wrap .jet-nav:before,
    .admin-bar .jet-mobile-menu--right-side.jet-nav-wrap .jet-nav:before {
        content: '';
        display: block;
        height: 46px
    }
}

@media(max-width:767px) {
    .jet-mobile-menu--left-side.jet-nav-wrap .jet-nav {
        left: 0;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

@media(max-width:767px) {
    .jet-mobile-menu--right-side.jet-nav-wrap .jet-nav {
        right: 0;
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%)
    }
}

@media(max-width:767px) {

    .jet-mobile-menu--left-side.jet-mobile-menu-active .jet-nav,
    .jet-mobile-menu--right-side.jet-mobile-menu-active .jet-nav {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0)
    }
}

.jet-nav__mobile-close-btn {
    display: none
}

@media(max-width:767px) {

    .jet-mobile-menu--left-side.jet-nav-wrap .jet-nav__mobile-close-btn,
    .jet-mobile-menu--right-side.jet-nav-wrap .jet-nav__mobile-close-btn {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 9999;
        padding: 10px;
        line-height: 1;
        cursor: pointer
    }

    .admin-bar .jet-mobile-menu--left-side.jet-nav-wrap .jet-nav__mobile-close-btn,
    .admin-bar .jet-mobile-menu--right-side.jet-nav-wrap .jet-nav__mobile-close-btn {
        top: 46px
    }
}

.jet-nav-wrap {
    max-width: 100%
}

.jet-nav-wrap .jet-nav__mobile-trigger {
    display: none;
    height: 40px;
    width: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width:767px) {
    .jet-nav-wrap .jet-nav__mobile-trigger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.jet-nav-wrap .jet-nav__mobile-trigger-open {
    display: block
}

.jet-nav-wrap .jet-nav__mobile-trigger-close {
    display: none
}

.jet-nav-wrap .jet-nav__mobile-trigger.jet-nav-mobile-trigger-align-left {
    margin-right: auto;
    margin-left: 0
}

.jet-nav-wrap .jet-nav__mobile-trigger.jet-nav-mobile-trigger-align-right {
    margin-right: 0;
    margin-left: auto
}

.jet-nav-wrap .jet-nav__mobile-trigger.jet-nav-mobile-trigger-align-center {
    margin-right: auto;
    margin-left: auto
}

.jet-nav-wrap.jet-mobile-menu-active .jet-nav__mobile-trigger-open {
    display: none
}

.jet-nav-wrap.jet-mobile-menu-active .jet-nav__mobile-trigger-close {
    display: block
}

@media(max-width:767px) {
    .jet-nav-wrap.jet-mobile-menu-active .jet-nav {
        display: block
    }
}

.jet-hamburger-panel {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jet-hamburger-panel__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    background-color: #6ec1e4;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .2)
}

.jet-hamburger-panel__toggle-icon {
    font-size: 20px;
    line-height: 1;
    color: #fff
}

.jet-hamburger-panel__toggle-label {
    color: #fff;
    font-size: 16px
}

.jet-hamburger-panel__toggle-icon+.jet-hamburger-panel__toggle-label {
    margin-left: 10px
}

.jet-hamburger-panel__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-hamburger-panel__icon.icon-active {
    display: none
}

.jet-hamburger-panel__instance {
    position: fixed;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    top: 0;
    width: 500px;
    height: 100vh;
    pointer-events: none;
    z-index: 100
}

.admin-bar .jet-hamburger-panel__instance {
    top: 32px
}

.elementor-editor-active .jet-hamburger-panel__instance {
    z-index: 9999
}

.jet-hamburger-panel__inner {
    position: relative;
    width: 100%;
    overflow-y: auto;
    background-color: #fff;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, .5);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .5)
}

.jet-hamburger-panel__close-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 20px;
    right: 20px;
    line-height: 1;
    cursor: pointer;
    z-index: 100;
    color: #54595f;
    font-size: 20px
}

.jet-hamburger-panel__cover {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, .3);
    pointer-events: none;
    -webkit-transition: opacity .4s cubic-bezier(.6, .17, .45, .88);
    -o-transition: opacity .4s cubic-bezier(.6, .17, .45, .88);
    transition: opacity .4s cubic-bezier(.6, .17, .45, .88)
}

.jet-hamburger-panel__content {
    position: relative;
    padding: 30px 20px
}

.jet-hamburger-panel.open-state .jet-hamburger-panel__cover {
    opacity: 1
}

.jet-hamburger-panel.open-state .jet-hamburger-panel__instance {
    pointer-events: auto
}

.jet-hamburger-panel.open-state .jet-hamburger-panel__icon.icon-normal {
    display: none
}

.jet-hamburger-panel.open-state .jet-hamburger-panel__icon.icon-active {
    display: block
}

.jet-hamburger-panel ::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.jet-hamburger-panel ::-webkit-scrollbar-button {
    width: 10px;
    height: 10px
}

.jet-hamburger-panel ::-webkit-scrollbar-thumb {
    background: #cecece;
    border: 0 #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.jet-hamburger-panel ::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1
}

.jet-hamburger-panel ::-webkit-scrollbar-thumb:active {
    background: #c1c1c1
}

.jet-hamburger-panel ::-webkit-scrollbar-track {
    background: rgba(122, 122, 122, .15);
    border: 0 #fff;
    -webkit-border-radius: 8px;
    border-radius: 8px
}

.jet-hamburger-panel ::-webkit-scrollbar-track:hover {
    background: rgba(122, 122, 122, .2)
}

.jet-hamburger-panel ::-webkit-scrollbar-track:active {
    background: rgba(122, 122, 122, .2)
}

.jet-hamburger-panel ::-webkit-scrollbar-corner {
    background: 0 0
}

.jet-hamburger-panel.jet-hamburger-panel-slide-effect.jet-hamburger-panel-right-position .jet-hamburger-panel__instance {
    right: 0
}

.jet-hamburger-panel.jet-hamburger-panel-slide-effect.jet-hamburger-panel-right-position .jet-hamburger-panel__inner {
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.6, .17, .45, .88);
    transition: -webkit-transform .4s cubic-bezier(.6, .17, .45, .88);
    -o-transition: transform .4s cubic-bezier(.6, .17, .45, .88);
    transition: transform .4s cubic-bezier(.6, .17, .45, .88);
    transition: transform .4s cubic-bezier(.6, .17, .45, .88), -webkit-transform .4s cubic-bezier(.6, .17, .45, .88)
}

.jet-hamburger-panel.jet-hamburger-panel-slide-effect.jet-hamburger-panel-right-position.open-state .jet-hamburger-panel__inner {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.jet-hamburger-panel.jet-hamburger-panel-slide-effect.jet-hamburger-panel-left-position .jet-hamburger-panel__instance {
    left: 0
}

.jet-hamburger-panel.jet-hamburger-panel-slide-effect.jet-hamburger-panel-left-position .jet-hamburger-panel__inner {
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: -webkit-transform .4s cubic-bezier(.6, .17, .45, .88);
    transition: -webkit-transform .4s cubic-bezier(.6, .17, .45, .88);
    -o-transition: transform .4s cubic-bezier(.6, .17, .45, .88);
    transition: transform .4s cubic-bezier(.6, .17, .45, .88);
    transition: transform .4s cubic-bezier(.6, .17, .45, .88), -webkit-transform .4s cubic-bezier(.6, .17, .45, .88)
}

.jet-hamburger-panel.jet-hamburger-panel-slide-effect.jet-hamburger-panel-left-position.open-state .jet-hamburger-panel__inner {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.jet-hamburger-panel.jet-hamburger-panel-fade-effect.jet-hamburger-panel-right-position .jet-hamburger-panel__instance {
    right: 0;
    opacity: 0;
    -webkit-transition: opacity .4s cubic-bezier(.6, .17, .45, .88);
    -o-transition: opacity .4s cubic-bezier(.6, .17, .45, .88);
    transition: opacity .4s cubic-bezier(.6, .17, .45, .88)
}

.jet-hamburger-panel.jet-hamburger-panel-fade-effect.jet-hamburger-panel-right-position.open-state .jet-hamburger-panel__instance {
    opacity: 1
}

.jet-hamburger-panel.jet-hamburger-panel-fade-effect.jet-hamburger-panel-left-position .jet-hamburger-panel__instance {
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .4s cubic-bezier(.6, .17, .45, .88);
    -o-transition: opacity .4s cubic-bezier(.6, .17, .45, .88);
    transition: opacity .4s cubic-bezier(.6, .17, .45, .88)
}

.jet-hamburger-panel.jet-hamburger-panel-fade-effect.jet-hamburger-panel-left-position.open-state .jet-hamburger-panel__instance {
    opacity: 1
}

.jet-hamburger-panel.jet-hamburger-panel-zoom-effect.jet-hamburger-panel-right-position .jet-hamburger-panel__instance {
    right: 0
}

.jet-hamburger-panel.jet-hamburger-panel-zoom-effect.jet-hamburger-panel-right-position .jet-hamburger-panel__inner {
    opacity: 0;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transition: opacity .3s cubic-bezier(.6, .17, .45, .88), -webkit-transform .4s cubic-bezier(.31, .86, .62, .99);
    transition: opacity .3s cubic-bezier(.6, .17, .45, .88), -webkit-transform .4s cubic-bezier(.31, .86, .62, .99);
    -o-transition: opacity .3s cubic-bezier(.6, .17, .45, .88), transform .4s cubic-bezier(.31, .86, .62, .99);
    transition: opacity .3s cubic-bezier(.6, .17, .45, .88), transform .4s cubic-bezier(.31, .86, .62, .99);
    transition: opacity .3s cubic-bezier(.6, .17, .45, .88), transform .4s cubic-bezier(.31, .86, .62, .99), -webkit-transform .4s cubic-bezier(.31, .86, .62, .99)
}

.jet-hamburger-panel.jet-hamburger-panel-zoom-effect.jet-hamburger-panel-right-position.open-state .jet-hamburger-panel__inner {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-hamburger-panel.jet-hamburger-panel-zoom-effect.jet-hamburger-panel-left-position .jet-hamburger-panel__instance {
    left: 0
}

.jet-hamburger-panel.jet-hamburger-panel-zoom-effect.jet-hamburger-panel-left-position .jet-hamburger-panel__instance .jet-hamburger-panel__inner {
    opacity: 0;
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75);
    -webkit-transition: opacity .3s cubic-bezier(.6, .17, .45, .88), -webkit-transform .4s cubic-bezier(.31, .86, .62, .99);
    transition: opacity .3s cubic-bezier(.6, .17, .45, .88), -webkit-transform .4s cubic-bezier(.31, .86, .62, .99);
    -o-transition: opacity .3s cubic-bezier(.6, .17, .45, .88), transform .4s cubic-bezier(.31, .86, .62, .99);
    transition: opacity .3s cubic-bezier(.6, .17, .45, .88), transform .4s cubic-bezier(.31, .86, .62, .99);
    transition: opacity .3s cubic-bezier(.6, .17, .45, .88), transform .4s cubic-bezier(.31, .86, .62, .99), -webkit-transform .4s cubic-bezier(.31, .86, .62, .99)
}

.jet-hamburger-panel.jet-hamburger-panel-zoom-effect.jet-hamburger-panel-left-position.open-state .jet-hamburger-panel__inner {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

html.jet-hamburger-panel-visible {
    overflow: hidden
}

.jet-blocks__edit-cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 30px;
    padding: 5px 10px;
    left: 15px;
    top: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #b7084e;
    z-index: 99;
    cursor: pointer;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.jet-blocks__edit-cover i {
    font-size: 14px;
    color: #fff;
    margin-right: 5px
}

.jet-blocks__edit-cover span {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    font-size: 13px;
    color: #fff
}

.jet-blocks__edit-cover:hover {
    background-color: #840739
}

.jet-blocks-no-template-message {
    text-align: center;
    padding: 10px
}

.jet-blocks-new-template-link {
    color: #6ec1e4;
    text-decoration: underline
}

.jet-blocks-cart {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.jet-blocks-cart__heading-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-blocks-cart__icon {
    display: block;
    margin-right: 5px
}

.jet-blocks-cart__label {
    display: block;
    margin-right: 5px
}

.jet-blocks-cart__count {
    display: block;
    text-align: center
}

.jet-blocks-cart__total {
    display: block
}

.jet-blocks-cart__list {
    position: absolute;
    top: -999em;
    opacity: 0;
    left: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
    width: 250px;
    padding: 20px;
    z-index: 9999;
    background: #fff
}

.jet-blocks-cart:hover .jet-blocks-cart__list,
.jet-blocks-cart.jet-cart-hover .jet-blocks-cart__list {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    top: 100%
}

.jet-blocks-cart__list .widget.woocommerce.widget_shopping_cart {
    padding: 0;
    margin: 0;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0
}

.jet-blocks-cart__list .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart {
    overflow-y: auto
}

.jet-blocks-cart__list .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart::-webkit-scrollbar {
    width: 6px
}

.jet-blocks-cart__list .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

.jet-blocks-cart__list .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart::-webkit-scrollbar-thumb {
    background-color: #d8d8d8;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.jet-blocks-cart__list .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart::-webkit-scrollbar-track {
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px
}

.jet-blocks-cart__list .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart::-webkit-scrollbar-corner {
    background: 0 0
}

.jet-blocks-cart__list .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart-item {
    border: none
}

.jet-blocks-cart__list .widget.woocommerce.widget_shopping_cart .woocommerce-mini-cart__total:after {
    content: none;
    display: none
}

.elementor-jet-blocks-cart {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.jet-breadcrumbs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-justify .jet-breadcrumbs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-justify .jet-breadcrumbs__title,
.jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-justify .jet-breadcrumbs__content {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

@media(max-width:1024px) {
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-tablet-justify .jet-breadcrumbs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-tablet-justify .jet-breadcrumbs__title,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-tablet-justify .jet-breadcrumbs__content {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media(max-width:1024px) {

    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-tablet-left .jet-breadcrumbs,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-tablet-center .jet-breadcrumbs,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-tablet-right .jet-breadcrumbs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-tablet-left .jet-breadcrumbs__title,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-tablet-left .jet-breadcrumbs__content,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-tablet-center .jet-breadcrumbs__title,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-tablet-center .jet-breadcrumbs__content,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-tablet-right .jet-breadcrumbs__title,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-tablet-right .jet-breadcrumbs__content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media(max-width:767px) {
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-mobile-justify .jet-breadcrumbs {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-mobile-justify .jet-breadcrumbs__title,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-mobile-justify .jet-breadcrumbs__content {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0
    }
}

@media(max-width:767px) {

    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-mobile-left .jet-breadcrumbs,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-mobile-center .jet-breadcrumbs,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-mobile-right .jet-breadcrumbs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-mobile-left .jet-breadcrumbs__title,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-mobile-left .jet-breadcrumbs__content,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-mobile-center .jet-breadcrumbs__title,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-mobile-center .jet-breadcrumbs__content,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-mobile-right .jet-breadcrumbs__title,
    .jet-breadcrumbs-page-title-yes.jet-breadcrumbs-align-mobile-right .jet-breadcrumbs__content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

.jet-breadcrumbs__title,
.jet-breadcrumbs__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.jet-breadcrumbs__title {
    padding: 0;
    margin: 0;
    border: none;
    text-align: inherit
}

.jet-breadcrumbs__content {
    font-size: 0
}

.jet-breadcrumbs__browse,
.jet-breadcrumbs__item,
.jet-breadcrumbs__item-link,
.jet-breadcrumbs__item-target {
    display: inline-block
}

.jet-breadcrumbs__wrap {
    display: inline
}

.jet-breadcrumbs__browse {
    margin-right: 5px
}

.jet-breadcrumbs__browse,
.jet-breadcrumbs__item {
    font-size: 14px;
    vertical-align: middle
}

.jet-breadcrumbs__item-sep {
    margin-left: 5px;
    margin-right: 5px
}

.jet-breadcrumbs__item-sep i {
    display: block;
    width: 1em;
    height: 1em;
    line-height: 1;
    text-align: center
}

body.home .elementor-widget-jet-breadcrumbs:not(.jet-breadcrumbs-on-front-yes):not(.elementor-element-edit-mode) {
    display: none
}

.jet-sticky-section--stuck {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    z-index: 1100;
    margin-left: auto;
    margin-right: auto
}

.col-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px
}

.col-row.disable-cols-gap div[class*=col-desk] {
    padding-left: 0;
    padding-right: 0
}

.col-row.disable-rows-gap div[class*=col-desk] {
    padding-top: 0;
    padding-bottom: 0
}

.col-desk-1,
.col-desk-2,
.col-desk-3,
.col-desk-4,
.col-desk-5,
.col-desk-6,
.col-tab-1,
.col-tab-2,
.col-tab-3,
.col-tab-4,
.col-tab-5,
.col-tab-6,
.col-mob-1,
.col-mob-2,
.col-mob-3,
.col-mob-4,
.col-mob-5,
.col-mob-6 {
    position: relative;
    min-height: 1px;
    padding: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.col-mob-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-mob-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-mob-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-mob-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-mob-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col-mob-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.66666%;
    -ms-flex: 0 0 16.66666%;
    flex: 0 0 16.66666%;
    max-width: 16.66666%
}

@media(min-width:768px) {
    .col-tab-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-tab-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-tab-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-tab-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-tab-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-tab-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666%;
        -ms-flex: 0 0 16.66666%;
        flex: 0 0 16.66666%;
        max-width: 16.66666%
    }
}

@media(min-width:1025px) {
    .col-desk-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .col-desk-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-desk-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-desk-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-desk-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 20%;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-desk-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666%;
        -ms-flex: 0 0 16.66666%;
        flex: 0 0 16.66666%;
        max-width: 16.66666%
    }
}

.jet-elements select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%
}

.jet-elements-icon {
    display: inline-block;
    line-height: 1;
    text-align: center
}

.jet-elements-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor
}

.jet-elements .jet-elements-edit-template-link {
    position: absolute;
    top: 5px;
    right: 5px;
    display: inline-block;
    padding: 5px;
    background-color: #b7084e;
    color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    line-height: 1;
    text-align: center
}

.jet-elements .jet-elements-edit-template-link i {
    width: 1em;
    height: 1em
}

.jet-elements .jet-elements-edit-template-link:hover {
    background-color: #840739;
    color: #fff
}

@-webkit-keyframes jetFade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes jetFade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes jetZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jetZoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes jetZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jetZoomOut {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes jetMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jetMoveUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(25px);
        transform: translateY(25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes jetMoveUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jetMoveUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100px);
        transform: translateY(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes jetMoveDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jetMoveDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-25px);
        transform: translateY(-25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes jetMoveDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jetMoveDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        transform: translateY(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes jetMoveLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(25px);
        transform: translateX(25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes jetMoveLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(25px);
        transform: translateX(25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes jetMoveLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes jetMoveLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        transform: translateX(100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes jetMoveRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes jetMoveRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-25px);
        transform: translateX(-25px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes jetMoveRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes jetMoveRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes jetFallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)
    }
}

@keyframes jetFallPerspective {
    0% {
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)
    }
}

@-webkit-keyframes jetFlipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

    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 jetFlipInX {
    0% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1
    }

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

@-webkit-keyframes jetFlipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

    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 jetFlipInY {
    0% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1
    }

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

.jet-family-column-flex-horizontal>.elementor-column-wrap>.elementor-widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.jet-family-column-flex-vertical>.elementor-column-wrap>.elementor-widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%
}

.jet-family-column-flex-wrap-true>.elementor-column-wrap>.elementor-widget-wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.jet-family-column-flex-start>.elementor-column-wrap>.elementor-widget-wrap {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jet-family-column-flex-center>.elementor-column-wrap>.elementor-widget-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jet-family-column-flex-end>.elementor-column-wrap>.elementor-widget-wrap {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.jet-family-column-flex-space-between>.elementor-column-wrap>.elementor-widget-wrap {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jet-family-column-flex-space-evenly>.elementor-column-wrap>.elementor-widget-wrap {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.jet-family-column-flex-space-around>.elementor-column-wrap>.elementor-widget-wrap {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

@media(max-width:1024px) {
    .jet-family-column-tablet-flex-horizontal>.elementor-column-wrap>.elementor-widget-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .jet-family-column-tablet-flex-vertical>.elementor-column-wrap>.elementor-widget-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .jet-family-column-tablet-flex-start>.elementor-column-wrap>.elementor-widget-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .jet-family-column-tablet-flex-center>.elementor-column-wrap>.elementor-widget-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .jet-family-column-tablet-flex-end>.elementor-column-wrap>.elementor-widget-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .jet-family-column-tablet-flex-space-between>.elementor-column-wrap>.elementor-widget-wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .jet-family-column-tablet-flex-space-evenly>.elementor-column-wrap>.elementor-widget-wrap {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .jet-family-column-tablet-flex-space-around>.elementor-column-wrap>.elementor-widget-wrap {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

@media(max-width:767px) {
    .jet-family-column-mobile-flex-horizontal>.elementor-column-wrap>.elementor-widget-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .jet-family-column-mobile-flex-vertical>.elementor-column-wrap>.elementor-widget-wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 100%
    }

    .jet-family-column-mobile-flex-start>.elementor-column-wrap>.elementor-widget-wrap {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .jet-family-column-mobile-flex-center>.elementor-column-wrap>.elementor-widget-wrap {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .jet-family-column-mobile-flex-end>.elementor-column-wrap>.elementor-widget-wrap {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .jet-family-column-mobile-flex-space-between>.elementor-column-wrap>.elementor-widget-wrap {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .jet-family-column-mobile-flex-space-evenly>.elementor-column-wrap>.elementor-widget-wrap {
        -webkit-box-pack: space-evenly;
        -webkit-justify-content: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly
    }

    .jet-family-column-mobile-flex-space-around>.elementor-column-wrap>.elementor-widget-wrap {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.jet-animated-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-animated-text__before-text {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto
}

.jet-animated-text__animated-text {
    position: relative;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease
}

.jet-animated-text__animated-text-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    visibility: hidden;
    z-index: 1
}

.jet-animated-text__animated-text-item.active {
    position: relative;
    z-index: 2
}

.jet-animated-text__animated-text-item.visible {
    visibility: visible
}

.jet-animated-text__animated-text-item span {
    position: relative;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto
}

.jet-animated-text__after-text {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto
}

.jet-animated-text--effect-fx6 .jet-animated-text__animated-text-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.jet-animated-text--effect-fx7 .jet-animated-text__animated-text-item span {
    -webkit-transform-origin: -200% 50%;
    -ms-transform-origin: -200% 50%;
    transform-origin: -200% 50%
}

.jet-animated-text--effect-fx8 .jet-animated-text__animated-text-item {
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.jet-animated-text--effect-fx8 .jet-animated-text__animated-text-item span {
    -webkit-transform-origin: -200% 50%;
    -ms-transform-origin: -200% 50%;
    transform-origin: -200% 50%
}

.jet-animated-text--effect-fx9 .jet-animated-text__animated-text-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.jet-animated-text--effect-fx9 .jet-animated-text__animated-text-item span {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}

.jet-animated-text--effect-fx10 .jet-animated-text__animated-text-item {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.jet-animated-text--effect-fx12 .jet-animated-text__animated-text-item span {
    overflow: hidden;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.jet-animated-text--effect-fx12 .jet-animated-text__animated-text-item:after {
    width: 2px;
    overflow: hidden;
    display: inline-block;
    background-color: #000;
    -webkit-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
    content: '|'
}

@-webkit-keyframes blink {

    from,
    to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes blink {

    from,
    to {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

.jet-animated-box {
    position: relative
}

.jet-animated-box__toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.jet-animated-box__front,
.jet-animated-box__back {
    position: absolute;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.jet-animated-box__front {
    background-color: #6ec1e4
}

.jet-animated-box__back {
    background-color: #54595f
}

.jet-animated-box__overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    z-index: 1
}

.jet-animated-box__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    min-width: 100%;
    z-index: 2
}

.jet-animated-box__icon {
    min-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jet-animated-box__icon .jet-animated-box-icon-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jet-animated-box__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.jet-animated-box .jet-animated-box__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-animated-box .jet-animated-box__button--icon-before .jet-animated-box__button-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.jet-animated-box .jet-animated-box__button--icon-before .jet-animated-box__button-icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.jet-animated-box .jet-animated-box__button--icon-after .jet-animated-box__button-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.jet-animated-box .jet-animated-box__button--icon-after .jet-animated-box__button-icon {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.jet-animated-box.jet-box-effect-1 {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.jet-animated-box.jet-box-effect-1 .jet-animated-box__front {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    -webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    -o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    transition: all .7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-1 .jet-animated-box__back {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    -webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    -o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    transition: all .7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-1.flipped .jet-animated-box__front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    -o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    transition: all .7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-1.flipped .jet-animated-box__back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    -o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    transition: all .7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-2 {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.jet-animated-box.jet-box-effect-2 .jet-animated-box__front {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    -webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    -o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    transition: all .7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-2 .jet-animated-box__back {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    -webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    -o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    transition: all .7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-2.flipped .jet-animated-box__front {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    -o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    transition: all .7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-2.flipped .jet-animated-box__back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    -o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    transition: all .7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-3 {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.jet-animated-box.jet-box-effect-3 .jet-animated-box__front {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg) translateY(0) scale(1);
    transform: rotateX(0deg) translateY(0) scale(1);
    z-index: 2;
    -webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    -o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    transition: all .7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-3 .jet-animated-box__back {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-90deg) translateY(150%) scale(0);
    transform: rotateX(-90deg) translateY(150%) scale(0);
    z-index: 1;
    -webkit-transition: all .5s cubic-bezier(.63, .07, .78, .55);
    -o-transition: all .5s cubic-bezier(.63, .07, .78, .55);
    transition: all .5s cubic-bezier(.63, .07, .78, .55)
}

.jet-animated-box.jet-box-effect-3.flipped .jet-animated-box__front {
    -webkit-transform: rotateX(90deg) translateY(-150%) scale(0);
    transform: rotateX(90deg) translateY(-150%) scale(0);
    -webkit-transition: all .5s cubic-bezier(.63, .07, .78, .55);
    -o-transition: all .5s cubic-bezier(.63, .07, .78, .55);
    transition: all .5s cubic-bezier(.63, .07, .78, .55);
    z-index: 1
}

.jet-animated-box.jet-box-effect-3.flipped .jet-animated-box__back {
    -webkit-transform: rotateX(0deg) translateY(0) scale(1);
    transform: rotateX(0deg) translateY(0) scale(1);
    -webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    -o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    transition: all .7s cubic-bezier(.11, .6, .24, .89);
    z-index: 2
}

.jet-animated-box.jet-box-effect-4 {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.jet-animated-box.jet-box-effect-4 .jet-animated-box__front {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
    z-index: 2;
    -webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    -o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    transition: all .7s cubic-bezier(.11, .6, .24, .89)
}

.jet-animated-box.jet-box-effect-4 .jet-animated-box__back {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-90deg) translateX(-150%) scale(0);
    transform: rotateY(-90deg) translateX(-150%) scale(0);
    z-index: 1;
    -webkit-transition: all .5s cubic-bezier(.63, .07, .78, .55);
    -o-transition: all .5s cubic-bezier(.63, .07, .78, .55);
    transition: all .5s cubic-bezier(.63, .07, .78, .55)
}

.jet-animated-box.jet-box-effect-4.flipped .jet-animated-box__front {
    -webkit-transform: rotateY(90deg) translateX(150%) scale(0);
    transform: rotateY(90deg) translateX(150%) scale(0);
    -webkit-transition: all .5s cubic-bezier(.63, .07, .78, .55);
    -o-transition: all .5s cubic-bezier(.63, .07, .78, .55);
    transition: all .5s cubic-bezier(.63, .07, .78, .55);
    z-index: 1
}

.jet-animated-box.jet-box-effect-4.flipped .jet-animated-box__back {
    -webkit-transform: rotateY(0deg) translateX(0) scale(1);
    transform: rotateY(0deg) translateX(0) scale(1);
    -webkit-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    -o-transition: all .7s cubic-bezier(.11, .6, .24, .89);
    transition: all .7s cubic-bezier(.11, .6, .24, .89);
    z-index: 2
}

.jet-animated-box.jet-box-effect-5 {
    overflow: hidden
}

.jet-animated-box.jet-box-effect-5 .jet-animated-box__front {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-5 .jet-animated-box__back {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-5.flipped .jet-animated-box__front {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-5.flipped .jet-animated-box__back {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-6 {
    overflow: hidden
}

.jet-animated-box.jet-box-effect-6 .jet-animated-box__front {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-6 .jet-animated-box__back {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-6.flipped .jet-animated-box__front {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-6.flipped .jet-animated-box__back {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-7 {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.jet-animated-box.jet-box-effect-7 .jet-animated-box__front {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-7 .jet-animated-box__front .jet-animated-box__inner {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-7 .jet-animated-box__back {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-7 .jet-animated-box__back .jet-animated-box__inner {
    -webkit-transform: translateZ(125px);
    transform: translateZ(125px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__front .jet-animated-box__inner {
    -webkit-transform: translateZ(125px);
    transform: translateZ(125px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-7.flipped .jet-animated-box__back .jet-animated-box__inner {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-8 {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.jet-animated-box.jet-box-effect-8 .jet-animated-box__front {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-8 .jet-animated-box__front .jet-animated-box__inner {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-8 .jet-animated-box__back {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-8 .jet-animated-box__back .jet-animated-box__inner {
    -webkit-transform: translateZ(125px);
    transform: translateZ(125px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__front {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__front .jet-animated-box__inner {
    -webkit-transform: translateZ(125px);
    transform: translateZ(125px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88);
    transition: all .4s cubic-bezier(.5, .12, .46, .88);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__back {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    -webkit-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .7s cubic-bezier(.5, .12, .46, .88);
    transition: all .7s cubic-bezier(.5, .12, .46, .88)
}

.jet-animated-box.jet-box-effect-8.flipped .jet-animated-box__back .jet-animated-box__inner {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -o-transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    transition: all .4s cubic-bezier(.5, .12, .46, .88) .2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.elementor-jet-banner:after {
    clear: both;
    width: 100%;
    display: block;
    content: ''
}

.jet-banner {
    position: relative;
    overflow: hidden;
    float: left;
    max-width: 100%
}

.jet-banner * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.jet-banner__content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    text-align: center
}

.jet-banner__content-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.jet-banner .jet-banner__title,
.jet-banner .jet-banner__text {
    margin: 0;
    padding: 0
}

.jet-banner__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0;
    background: #000;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: opacity .35s;
    -o-transition: opacity .35s;
    transition: opacity .35s
}

.jet-banner__img {
    display: block
}

.jet-banner:hover .jet-banner__overlay {
    opacity: .2
}

.jet-banner.jet-effect-none .jet-banner__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-banner.jet-effect-lily .jet-banner__img {
    max-width: none;
    width: calc(100% + 50px);
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0)
}

.jet-banner.jet-effect-lily .jet-banner__content {
    text-align: left
}

.jet-banner.jet-effect-lily .jet-banner__content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    height: 50%;
    z-index: 2
}

.jet-banner.jet-effect-lily .jet-banner__title,
.jet-banner.jet-effect-lily .jet-banner__text {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

.jet-banner.jet-effect-lily .jet-banner__title {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.jet-banner.jet-effect-lily .jet-banner__text {
    color: rgba(255, 255, 255, .8);
    opacity: 0;
    -webkit-transition: opacity .2s, -webkit-transform .35s;
    transition: opacity .2s, -webkit-transform .35s;
    -o-transition: opacity .2s, transform .35s;
    transition: opacity .2s, transform .35s;
    transition: opacity .2s, transform .35s, -webkit-transform .35s
}

.jet-banner.jet-effect-lily:hover .jet-banner__text {
    opacity: 1
}

.jet-banner.jet-effect-lily:hover .jet-banner__img,
.jet-banner.jet-effect-lily:hover .jet-banner__title,
.jet-banner.jet-effect-lily:hover .jet-banner__text {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-lily:hover .jet-banner__text {
    -webkit-transition-delay: .05s;
    -o-transition-delay: .05s;
    transition-delay: .05s;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s
}

.jet-banner.jet-effect-sadie .jet-banner__title {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .35s, color .35s;
    -webkit-transition: color .35s, -webkit-transform .35s;
    transition: color .35s, -webkit-transform .35s;
    -o-transition: transform .35s, color .35s;
    transition: transform .35s, color .35s;
    transition: transform .35s, color .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.jet-banner.jet-effect-sadie .jet-banner__text {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.jet-banner.jet-effect-sadie .jet-banner__text {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 2em;
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0)
}

.jet-banner.jet-effect-sadie:hover .jet-banner__title {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -40px, 0)
}

.jet-banner.jet-effect-sadie:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-layla .jet-banner__content {
    padding: 3em
}

.jet-banner.jet-effect-layla .jet-banner__content:before,
.jet-banner.jet-effect-layla .jet-banner__content:after {
    position: absolute;
    content: '';
    opacity: 0;
    z-index: 2
}

.jet-banner.jet-effect-layla .jet-banner__content:before {
    top: 40px;
    right: 20px;
    bottom: 40px;
    left: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.jet-banner.jet-effect-layla .jet-banner__content:after {
    top: 20px;
    right: 40px;
    bottom: 20px;
    left: 40px;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.jet-banner.jet-effect-layla .jet-banner__title {
    padding-top: 26%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.jet-banner.jet-effect-layla .jet-banner__text {
    padding: .5em 2em;
    text-transform: none;
    opacity: 0;
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0)
}

.jet-banner.jet-effect-layla .jet-banner__title {
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0)
}

.jet-banner.jet-effect-layla .jet-banner__content:before,
.jet-banner.jet-effect-layla .jet-banner__content:after,
.jet-banner.jet-effect-layla .jet-banner__text {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.jet-banner.jet-effect-layla:hover .jet-banner__content:before,
.jet-banner.jet-effect-layla:hover .jet-banner__content:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-banner.jet-effect-layla:hover .jet-banner__title,
.jet-banner.jet-effect-layla:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-layla:hover .jet-banner__content:after,
.jet-banner.jet-effect-layla:hover .jet-banner__title,
.jet-banner.jet-effect-layla:hover .jet-banner__text {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.jet-banner.jet-effect-oscar .jet-banner__content {
    padding: 3em
}

.jet-banner.jet-effect-oscar .jet-banner__content:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: ''
}

.jet-banner.jet-effect-oscar .jet-banner__title {
    margin: 20% 0 10px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.jet-banner.jet-effect-oscar .jet-banner__content:before,
.jet-banner.jet-effect-oscar .jet-banner__text {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.jet-banner.jet-effect-oscar:hover .jet-banner__title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-oscar:hover .jet-banner__content:before,
.jet-banner.jet-effect-oscar:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-banner.jet-effect-marley .jet-banner__content {
    text-align: right
}

.jet-banner.jet-effect-marley .jet-banner__title,
.jet-banner.jet-effect-marley .jet-banner__text {
    position: absolute;
    right: 30px;
    left: 30px;
    padding: 10px 0
}

.jet-banner.jet-effect-marley .jet-banner__text {
    bottom: 30px;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0)
}

.jet-banner.jet-effect-marley .jet-banner__title {
    top: 30px;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.jet-banner.jet-effect-marley .jet-banner__title:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #fff;
    content: '';
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0)
}

.jet-banner.jet-effect-marley .jet-banner__title:after,
.jet-banner.jet-effect-marley .jet-banner__text {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.jet-banner.jet-effect-marley:hover .jet-banner__title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-marley:hover .jet-banner__title:after,
.jet-banner.jet-effect-marley:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-ruby .jet-banner__content {
    padding: 2em
}

.jet-banner.jet-effect-ruby .jet-banner__img {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15)
}

.jet-banner.jet-effect-ruby .jet-banner__title {
    margin-top: 20%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.jet-banner.jet-effect-ruby .jet-banner__text {
    margin: 1em 0 0;
    padding: 1.5em;
    border: 1px solid #fff;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 20px, 0) scale(1.1);
    transform: translate3d(0, 20px, 0) scale(1.1)
}

.jet-banner.jet-effect-ruby:hover .jet-banner__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-banner.jet-effect-ruby:hover .jet-banner__title {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-ruby:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

.jet-banner.jet-effect-roxy .jet-banner__img {
    max-width: none;
    width: calc(100% + 60px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0)
}

.jet-banner.jet-effect-roxy .jet-banner__content:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0)
}

.jet-banner.jet-effect-roxy .jet-banner__content {
    padding: 3em;
    text-align: left
}

.jet-banner.jet-effect-roxy .jet-banner__title {
    padding: 30% 0 10px
}

.jet-banner.jet-effect-roxy .jet-banner__text {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0)
}

.jet-banner.jet-effect-roxy:hover .jet-banner__img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-roxy:hover .jet-banner__content:before,
.jet-banner.jet-effect-roxy:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-bubba .jet-banner__content:before,
.jet-banner.jet-effect-bubba .jet-banner__content:after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.jet-banner.jet-effect-bubba .jet-banner__content:before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1)
}

.jet-banner.jet-effect-bubba .jet-banner__content:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0)
}

.jet-banner.jet-effect-bubba .jet-banner__title {
    padding-top: 30%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
}

.jet-banner.jet-effect-bubba .jet-banner__text {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.jet-banner.jet-effect-bubba:hover .jet-banner__content:before,
.jet-banner.jet-effect-bubba:hover .jet-banner__content:after {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-banner.jet-effect-bubba:hover .jet-banner__title,
.jet-banner.jet-effect-bubba:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-romeo {
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.jet-banner.jet-effect-romeo .jet-banner__img {
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(0, 0, 300px);
    transform: translate3d(0, 0, 300px)
}

.jet-banner.jet-effect-romeo .jet-banner__content:before,
.jet-banner.jet-effect-romeo .jet-banner__content:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: 1px;
    background: #fff;
    content: '';
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.jet-banner.jet-effect-romeo .jet-banner__title,
.jet-banner.jet-effect-romeo .jet-banner__text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s
}

.jet-banner.jet-effect-romeo .jet-banner__title {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -150%, 0)
}

.jet-banner.jet-effect-romeo .jet-banner__text {
    padding: .25em 2em;
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 150%, 0)
}

.jet-banner.jet-effect-romeo:hover .jet-banner__content:before {
    opacity: .5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
    transform: translate3d(-50%, -50%, 0) rotate(45deg)
}

.jet-banner.jet-effect-romeo:hover .jet-banner__content:after {
    opacity: .5;
    -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
    transform: translate3d(-50%, -50%, 0) rotate(-45deg)
}

.jet-banner.jet-effect-romeo:hover .jet-banner__img {
    opacity: .6;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-romeo:hover .jet-banner__title {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, -100%, 0)
}

.jet-banner.jet-effect-romeo:hover .jet-banner__text {
    -webkit-transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0);
    transform: translate3d(0, -50%, 0) translate3d(0, 100%, 0)
}

.jet-banner.jet-effect-sarah .jet-banner__img {
    max-width: none;
    width: calc(100% + 20px);
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.jet-banner.jet-effect-sarah .jet-banner__img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-sarah .jet-banner__content {
    text-align: left;
    padding: 2em
}

.jet-banner.jet-effect-sarah .jet-banner__title {
    position: relative;
    overflow: hidden;
    padding: .5em 0
}

.jet-banner.jet-effect-sarah .jet-banner__title:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    content: '';
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0)
}

.jet-banner.jet-effect-sarah .jet-banner__text {
    padding: 1em 0;
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
}

.jet-banner.jet-effect-sarah:hover .jet-banner__title:after {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-sarah:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.jet-banner.jet-effect-chico .jet-banner__img {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    -o-transition: transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    transform: scale(1.12)
}

.jet-banner.jet-effect-chico .jet-banner__content {
    padding: 3em
}

.jet-banner.jet-effect-chico .jet-banner__content:before {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    border: 1px solid #fff;
    content: '';
    -webkit-transform: scale(1.1)
}

.jet-banner.jet-effect-chico .jet-banner__content:before,
.jet-banner.jet-effect-chico .jet-banner__text {
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s;
    transition: opacity .35s, transform .35s, -webkit-transform .35s
}

.jet-banner.jet-effect-chico .jet-banner__title {
    padding: 20% 0 20px
}

.jet-banner.jet-effect-chico .jet-banner__text {
    margin: 0 auto;
    max-width: 70%;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.jet-banner.jet-effect-chico:hover .jet-banner__img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-banner.jet-effect-chico:hover .jet-banner__content:before,
.jet-banner.jet-effect-chico:hover .jet-banner__text {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-carousel {
    position: relative;
    margin-left: -10px;
    margin-right: -10px
}

.jet-carousel-wrap.jet-equal-cols .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.jet-carousel-wrap.jet-equal-cols .jet-carousel__item {
    float: none;
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.jet-carousel-wrap.jet-equal-cols .jet-carousel__item img {
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-carousel__item-inner,
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner,
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-carousel__item-inner,
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-carousel__item-inner>*:last-child,
.jet-carousel-wrap.jet-equal-cols .jet-carousel__item .jet-banner__link {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.jet-carousel__item {
    padding: 10px
}

.jet-carousel__item .jet-banner {
    float: none
}

.jet-carousel__content {
    position: relative;
    z-index: 2
}

.jet-carousel__content,
.jet-carousel__item-title,
.jet-carousel__item-text {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.jet-carousel .jet-arrow {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.jet-carousel .jet-arrow svg {
    width: 1em;
    height: 1em
}

.jet-carousel .jet-arrow:before {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.jet-carousel .jet-arrow.prev-arrow {
    left: 0
}

.jet-carousel .jet-arrow.next-arrow {
    right: 0
}

.jet-carousel .jet-slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    padding: 0
}

.jet-carousel .jet-slick-dots li {
    padding: 5px;
    margin: 0;
    list-style: none
}

.jet-carousel .jet-slick-dots li span {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    text-indent: 10em;
    overflow: hidden
}

.jet-carousel .jet-slick-dots li span:before {
    display: none
}

.elementor-jet-carousel .jet-carousel .elementor-slick-slider:not(.slick-initialized),
.elementor-jet-posts .jet-carousel>.jet-posts:not(.slick-initialized) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden
}

.elementor-jet-carousel .jet-carousel .elementor-slick-slider:not(.slick-initialized)~.jet-arrow,
.elementor-jet-posts .jet-carousel>.jet-posts:not(.slick-initialized)~.jet-arrow {
    visibility: hidden
}

.circle-progress {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.circle-progress-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    position: relative
}

.circle-progress-bar {
    position: relative;
    margin-left: auto;
    margin-right: auto
}

.circle-progress-bar .position-in-circle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.circle-progress-bar .position-in-circle .circle-counter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.circle-progress__meter,
.circle-progress__value {
    -webkit-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(.28, .77, .39, .95);
    -o-transition-timing-function: cubic-bezier(.28, .77, .39, .95);
    transition-timing-function: cubic-bezier(.28, .77, .39, .95);
    fill: none;
    stroke-linecap: butt
}

.circle-counter .circle-val {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-countdown-timer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-countdown-timer__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    margin: 5px
}

.jet-countdown-timer__separator {
    display: none
}

*+.jet-countdown-timer__separator {
    display: block
}

.jet-countdown-timer__digit {
    display: inline-block
}

.jet-countdown-timer-message {
    display: none;
    text-align: center
}

.jet-posts__item {
    outline: none
}

.jet-posts__item.slick-slide {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.jet-posts__inner-box {
    position: relative;
    overflow: hidden
}

.jet-posts__terms {
    margin-bottom: 10px
}

.jet-posts__terms-link {
    display: inline-block;
    padding: 5px 10px
}

.post-thumbnail+.jet-posts__terms {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 10px
}

.jet-posts .jet-more {
    overflow: hidden
}

.jet-posts .jet-more-icon {
    margin-left: 5px
}

.jet-posts .entry-excerpt {
    padding-bottom: 15px
}

.jet-posts .jet-more-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.jet-posts .post-thumbnail {
    overflow: hidden
}

.jet-posts .slick-list {
    width: 100%
}

.jet-posts.jet-equal-cols .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.jet-posts.jet-equal-cols .slick-track:before,
.jet-posts.jet-equal-cols .slick-track:after {
    content: none
}

.jet-posts.jet-equal-cols .slick-track .jet-posts__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.jet-posts.jet-equal-cols .jet-posts__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto
}

.jet-posts.jet-equal-cols .jet-posts__item .jet-posts__inner-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.jet-posts.jet-equal-cols .jet-posts__item .jet-posts__inner-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.jet-posts.jet-equal-cols .jet-posts__item .jet-posts__inner-content>* {
    width: 100%
}

.post-meta {
    padding-bottom: 10px;
    text-decoration: none
}

.post-meta__item {
    display: inline-block;
    text-decoration: inherit
}

.post-meta__item:not(:first-child):before {
    content: "";
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px
}

.elementor-jet-posts .jet-carousel {
    margin-left: 0;
    margin-right: 0
}

.pricing-table {
    position: relative
}

.pricing-table__icon-box .jet-elements-icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pricing-table__badge {
    position: absolute;
    right: 20px;
    top: 20px
}

.pricing-table .pricing-table-button {
    overflow: hidden
}

.pricing-table .pricing-table-button.button-full-size {
    width: 100%
}

.pricing-table .button-icon {
    margin-right: 5px
}

.pricing-feature:not(:first-child):before {
    content: "";
    display: block;
    height: 0;
    margin-left: auto;
    margin-right: auto
}

.pricing-feature__inner {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.pricing-feature .item-bullet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 7px
}

.jet-images-layout {
    position: relative
}

.jet-images-layout__item {
    overflow: hidden;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.jet-images-layout__item.image-loaded .jet-images-layout__link {
    opacity: 1;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.jet-images-layout__item:hover .jet-images-layout__content {
    opacity: 1
}

.jet-images-layout__inner {
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.jet-images-layout__link {
    display: block;
    opacity: 0
}

.jet-images-layout__icon {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    pointer-events: none
}

.jet-images-layout__icon .jet-images-layout-icon-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jet-images-layout__icon svg {
    width: 1em;
    height: 1em
}

.jet-images-layout__image {
    position: relative;
    line-height: 0
}

.jet-images-layout__image-instance {
    width: 100%;
    min-width: 100px;
    min-height: 100px
}

.jet-images-layout__title {
    width: 100%
}

.jet-images-layout__desc {
    width: 100%
}

.jet-images-layout__content {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .5s cubic-bezier(.21, .75, .27, .96);
    -o-transition: opacity .5s cubic-bezier(.21, .75, .27, .96);
    transition: opacity .5s cubic-bezier(.21, .75, .27, .96)
}

.jet-images-layout__content:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    content: ''
}

.jet-images-layout__image-loader {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    z-index: 1
}

.jet-images-layout__image-loader span {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-box-shadow: 2px 2px 1px #fff;
    box-shadow: 2px 2px 1px #fff;
    -webkit-animation: jet-images-layout-load-spin .69s infinite linear;
    animation: jet-images-layout-load-spin .69s infinite linear
}

.jet-images-layout.layout-type-masonry .jet-images-layout__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jet-images-layout.layout-type-masonry .jet-images-layout__list .jet-images-layout__item {
    height: auto;
    min-height: 100px
}

.jet-images-layout.layout-type-masonry .jet-images-layout__list .salvattore-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.jet-images-layout.layout-type-masonry .jet-images-layout__list:before {
    display: none
}

.jet-images-layout.layout-type-justify .jet-images-layout__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 25%;
    -ms-flex: 0 1 25%;
    flex: 0 1 25%;
    height: auto;
    min-height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__link {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__image {
    height: 100%
}

.jet-images-layout.layout-type-justify .jet-images-layout__list .jet-images-layout__image-instance {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.jet-images-layout.layout-type-grid .jet-images-layout__image-instance {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.jet-images-layout.layout-type-list .jet-images-layout__item {
    width: 100%
}

@media screen and (min-width:1px) and (max-width:767px) {
    .jet-images-layout .jet-images-layout__list.column-mobile-1[data-columns]:before {
        content: '1 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-1 .salvattore-column {
        width: 100%
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-2[data-columns]:before {
        content: '2 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-2 .salvattore-column {
        width: 50%
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-3[data-columns]:before {
        content: '3 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-3 .salvattore-column {
        width: 33.33333%
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-4[data-columns]:before {
        content: '4 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-4 .salvattore-column {
        width: 25%
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-5[data-columns]:before {
        content: '5 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-5 .salvattore-column {
        width: 20%
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-6[data-columns]:before {
        content: '6 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-mobile-6 .salvattore-column {
        width: 16.66666%
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .jet-images-layout .jet-images-layout__list.column-tablet-1[data-columns]:before {
        content: '1 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-1 .salvattore-column {
        width: 100%
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-2[data-columns]:before {
        content: '2 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-2 .salvattore-column {
        width: 50%
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-3[data-columns]:before {
        content: '3 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-3 .salvattore-column {
        width: 33.33333%
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-4[data-columns]:before {
        content: '4 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-4 .salvattore-column {
        width: 25%
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-5[data-columns]:before {
        content: '5 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-5 .salvattore-column {
        width: 20%
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-6[data-columns]:before {
        content: '6 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-tablet-6 .salvattore-column {
        width: 16.66666%
    }
}

@media(min-width:1025px) {
    .jet-images-layout .jet-images-layout__list.column-desktop-1[data-columns]:before {
        content: '1 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-1 .salvattore-column {
        width: 100%
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-2[data-columns]:before {
        content: '2 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-2 .salvattore-column {
        width: 50%
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-3[data-columns]:before {
        content: '3 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-3 .salvattore-column {
        width: 33.33333%
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-4[data-columns]:before {
        content: '4 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-4 .salvattore-column {
        width: 25%
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-5[data-columns]:before {
        content: '5 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-5 .salvattore-column {
        width: 20%
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-6[data-columns]:before {
        content: '6 .salvattore-column'
    }

    .jet-images-layout .jet-images-layout__list.column-desktop-6 .salvattore-column {
        width: 16.66666%
    }
}

@-webkit-keyframes jet-images-layout-load-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes jet-images-layout-load-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.jet-slider {
    position: relative
}

.jet-slider .hidden-html {
    display: none
}

.jet-slider .slider-pro {
    visibility: hidden
}

.jet-slider .slider-pro.slider-loaded {
    visibility: visible
}

.jet-slider .jet-slider-loader {
    width: 0;
    height: 5px;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    background-color: #6ec1e4;
    z-index: 99
}

.jet-slider__image-exact .sp-image {
    -o-object-fit: cover;
    object-fit: cover
}

.jet-slider__image-contain .sp-image {
    -o-object-fit: contain;
    object-fit: contain
}

.jet-slider__item {
    overflow: hidden
}

.jet-slider__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-slider__content-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 100%
}

.jet-slider__content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%
}

.jet-slider__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.jet-slider__icon .jet-slider-icon-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-slider__icon .jet-slider-icon-inner svg {
    width: 1em;
    height: 1em
}

.jet-slider__title {
    width: 100%
}

.jet-slider__subtitle {
    width: 100%
}

.jet-slider__desc {
    width: 100%
}

.jet-slider__button-wrapper {
    width: 100%
}

.jet-slider__button {
    margin: 0 5px
}

.jet-slider .sp-slides-container {
    -webkit-background-size: cover;
    background-size: cover
}

.jet-slider .sp-image-container {
    position: relative
}

.jet-slider .sp-image-container:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .3);
    content: ''
}

.jet-slider .sp-full-screen-button {
    color: #fff
}

.jet-slider .sp-full-screen-button svg {
    width: 1em;
    height: 1em
}

.jet-slider .sp-arrow {
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-slider .sp-arrow.sp-next-arrow {
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.jet-slider .sp-arrow svg {
    width: 1em;
    height: 1em
}

.jet-slider .sp-arrow i {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0
}

.jet-slider .sp-arrow:before,
.jet-slider .sp-arrow:after {
    display: none
}

.jet-slider .sp-full-screen-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    top: 10px;
    right: 10px
}

.jet-slider .sp-full-screen-button:before {
    display: none
}

.jet-slider .sp-buttons {
    width: 100%;
    padding: 0;
    margin: 0 auto
}

.jet-slider .sp-buttons .sp-button {
    width: 15px;
    height: 15px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.jet-slider .sp-thumbnails .sp-thumbnail-container {
    position: relative;
    cursor: pointer
}

.jet-slider .sp-thumbnails .sp-thumbnail-container:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: ''
}

.jet-slider .sp-grab {
    cursor: auto
}

.jet-download.elementor-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jet-download.jet-download-icon-position-top,
.jet-download.jet-download-icon-position-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.jet-download__icon.jet-download-icon-left {
    margin-right: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.jet-download__icon.jet-download-icon-right {
    margin-left: 10px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.jet-download__icon.jet-download-icon-top {
    margin-bottom: 10px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.jet-download__icon.jet-download-icon-bottom {
    margin-top: 10px;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.jet-download__icon {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.jet-download__text {
    text-align: left;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.jet-download__label {
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.jet-download__sub-label {
    display: block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.jet-team-member__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-team-member__image {
    position: relative
}

.jet-team-member__image img.jet-team-member__img-tag {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.jet-team-member__image {
    width: 100%
}

.jet-team-member__figure {
    width: 100%;
    height: 100%;
    overflow: hidden;
    line-height: 0
}

.jet-team-member__cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.jet-team-member__cover:empty {
    display: none
}

.jet-team-member__cover>* {
    z-index: 1
}

.jet-team-member__cover:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    content: ''
}

.jet-team-member__cover:after {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: none
}

.jet-team-member__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.jet-team-member__content:empty {
    display: none
}

.jet-team-member__name {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-align: center;
    max-width: 100%
}

.jet-team-member__position {
    max-width: 100%
}

.jet-team-member__desc {
    max-width: 100%
}

.jet-team-member__button-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%
}

.jet-team-member__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-team-member__socials-item .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-team-member.jet-team-member--cover-hint .jet-team-member__cover {
    top: auto;
    height: auto;
    bottom: 100%;
    padding-bottom: 12px
}

.jet-team-member.jet-team-member--cover-hint .jet-team-member__cover:before {
    height: calc(100% - 12px)
}

.jet-team-member.jet-team-member--cover-hint .jet-team-member__cover:after {
    bottom: 2px
}

.jet-team-member.jet-team-member--hint-corner .jet-team-member__cover:after {
    content: ''
}

.jet-team-member.jet-team-member--cover-hover .jet-team-member__cover {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .3s cubic-bezier(.69, .1, .33, .9);
    -o-transition: opacity .3s cubic-bezier(.69, .1, .33, .9);
    transition: opacity .3s cubic-bezier(.69, .1, .33, .9);
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.jet-team-member.jet-team-member--cover-hover .jet-team-member__image:hover .jet-team-member__cover {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.jet-services__header {
    position: relative;
    overflow: hidden;
    max-width: 100%
}

.jet-services__header img.jet-services__img-tag {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.jet-services__cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.jet-services__cover:empty {
    display: none
}

.jet-services__cover>* {
    z-index: 1
}

.jet-services__cover:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    content: ''
}

.jet-services__cover:after {
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: none
}

.jet-services__content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.jet-services__content:empty {
    display: none
}

.jet-services__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-services__icon .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-services__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    max-width: 100%
}

.jet-services__desc {
    max-width: 100%
}

.jet-services .jet-services__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-services .jet-services__button--icon-before .jet-services__button-text {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.jet-services .jet-services__button--icon-before .jet-services__button-icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.jet-services .jet-services__button--icon-after .jet-services__button-text {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.jet-services .jet-services__button--icon-after .jet-services__button-icon {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.jet-services.jet-services--cover-hover .jet-services__cover {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .4s cubic-bezier(.69, .1, .33, .9);
    -o-transition: opacity .4s cubic-bezier(.69, .1, .33, .9);
    transition: opacity .4s cubic-bezier(.69, .1, .33, .9)
}

.jet-services.jet-services--cover-hover .jet-services__header:hover .jet-services__cover {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition: opacity .3s cubic-bezier(.69, .1, .33, .9);
    -o-transition: opacity .3s cubic-bezier(.69, .1, .33, .9);
    transition: opacity .3s cubic-bezier(.69, .1, .33, .9)
}

.jet-services.jet-services--header-position-top .jet-services__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-services.jet-services--header-position-left .jet-services__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row
}

.jet-services.jet-services--header-position-left .jet-services__inner .jet-services__header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.jet-services.jet-services--header-position-left .jet-services__inner .jet-services__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto
}

.jet-services.jet-services--header-position-right .jet-services__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row
}

.jet-services.jet-services--header-position-right .jet-services__inner .jet-services__header {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.jet-services.jet-services--header-position-right .jet-services__inner .jet-services__content {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.jet-testimonials {
    width: 100%;
    position: relative
}

.jet-testimonials.jet-equal-cols .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.jet-testimonials.jet-equal-cols .jet-testimonials__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    float: none;
    height: auto
}

.jet-testimonials.jet-equal-cols .jet-testimonials__item-inner {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.jet-testimonials__instance {
    width: 100%;
    position: relative
}

.jet-testimonials__instance:not(.slick-initialized) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden
}

.jet-testimonials__instance.jet-testimonials--comment-corner .jet-testimonials__comment:after {
    content: ''
}

.jet-testimonials__item {
    outline: none
}

.jet-testimonials__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-testimonials__figure {
    position: relative;
    overflow: hidden
}

.jet-testimonials__figure img.jet-testimonials__tag-img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.jet-testimonials__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-testimonials__icon .jet-testimonials__icon-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-testimonials__icon svg {
    width: 1em;
    height: 1em
}

.jet-testimonials__title {
    max-width: 100%
}

.jet-testimonials__comment {
    max-width: 100%;
    position: relative
}

.jet-testimonials__comment:after {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0;
    bottom: -10px;
    content: none
}

.jet-testimonials__name {
    max-width: 100%
}

.jet-testimonials__name a {
    color: inherit
}

.jet-testimonials__position {
    max-width: 100%
}

.jet-testimonials__date {
    max-width: 100%
}

.jet-testimonials__rating {
    color: #ffe435
}

.jet-testimonials__rating i {
    color: #c1c1c1
}

.jet-testimonials__rating i:before {
    content: attr(data-star-style)
}

.jet-testimonials__rating[data-rating="1"] i:nth-child(-n+1),
.jet-testimonials__rating[data-rating="2"] i:nth-child(-n+2),
.jet-testimonials__rating[data-rating="3"] i:nth-child(-n+3),
.jet-testimonials__rating[data-rating="4"] i:nth-child(-n+4),
.jet-testimonials__rating[data-rating="5"] i:nth-child(-n+5) {
    color: inherit !important
}

.jet-testimonials__rating[data-rating="1"] i:nth-child(-n+1):before,
.jet-testimonials__rating[data-rating="2"] i:nth-child(-n+2):before,
.jet-testimonials__rating[data-rating="3"] i:nth-child(-n+3):before,
.jet-testimonials__rating[data-rating="4"] i:nth-child(-n+4):before,
.jet-testimonials__rating[data-rating="5"] i:nth-child(-n+5):before {
    content: attr(data-active-star-style)
}

.jet-testimonials .jet-arrow {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.jet-testimonials .jet-arrow:before {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.jet-testimonials .jet-arrow.prev-arrow {
    left: 0
}

.jet-testimonials .jet-arrow.next-arrow {
    right: 0
}

.jet-testimonials .jet-slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    padding: 0
}

.jet-testimonials .jet-slick-dots li {
    padding: 5px;
    margin: 0;
    list-style: none
}

.jet-testimonials .jet-slick-dots li span {
    display: block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    text-indent: 10em;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.jet-testimonials .jet-slick-dots li span:before {
    display: none
}

.jet-button__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jet-button__instance {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__plane {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.jet-button__plane-normal {
    z-index: 1
}

.jet-button__plane-hover {
    z-index: 3
}

.jet-button__state {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.jet-button__state-normal {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2
}

.jet-button__state-hover {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 4
}

.jet-button__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-button__instance.jet-button__instance--icon-left .jet-button__state {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.jet-button__instance.jet-button__instance--icon-left .jet-button__state .jet-button__icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.jet-button__instance.jet-button__instance--icon-left .jet-button__state .jet-button__label {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.jet-button__instance.jet-button__instance--icon-top .jet-button__state {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.jet-button__instance.jet-button__instance--icon-top .jet-button__state .jet-button__icon {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.jet-button__instance.jet-button__instance--icon-top .jet-button__state .jet-button__label {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.jet-button__instance.jet-button__instance--icon-right .jet-button__state {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.jet-button__instance.jet-button__instance--icon-right .jet-button__state .jet-button__icon {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.jet-button__instance.jet-button__instance--icon-right .jet-button__state .jet-button__label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.jet-button__instance.jet-button__instance--icon-bottom .jet-button__state {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.jet-button__instance.jet-button__instance--icon-bottom .jet-button__state .jet-button__icon {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.jet-button__instance.jet-button__instance--icon-bottom .jet-button__state .jet-button__label {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.jet-button__instance.hover-effect-0 .jet-button__plane-normal {
    opacity: 1
}

.jet-button__instance.hover-effect-0 .jet-button__plane-hover {
    opacity: 0
}

.jet-button__instance.hover-effect-0 .jet-button__state-normal {
    opacity: 1
}

.jet-button__instance.hover-effect-0 .jet-button__state-hover {
    opacity: 0
}

.jet-button__instance.hover-effect-0:hover .jet-button__plane-normal {
    opacity: 0
}

.jet-button__instance.hover-effect-0:hover .jet-button__plane-hover {
    opacity: 1
}

.jet-button__instance.hover-effect-0:hover .jet-button__state-normal {
    opacity: 0
}

.jet-button__instance.hover-effect-0:hover .jet-button__state-hover {
    opacity: 1
}

.jet-button__instance.hover-effect-1 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-1 .jet-button__plane-hover {
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-1 .jet-button__state-normal .jet-button__icon {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-1 .jet-button__state-normal .jet-button__label {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-1 .jet-button__state-hover .jet-button__icon {
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-1 .jet-button__state-hover .jet-button__label {
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-1:hover .jet-button__plane-normal {
    opacity: 0
}

.jet-button__instance.hover-effect-1:hover .jet-button__plane-hover {
    opacity: 1
}

.jet-button__instance.hover-effect-1:hover .jet-button__state-normal .jet-button__icon {
    opacity: 0
}

.jet-button__instance.hover-effect-1:hover .jet-button__state-normal .jet-button__label {
    opacity: 0
}

.jet-button__instance.hover-effect-1:hover .jet-button__state-hover .jet-button__icon {
    opacity: 1
}

.jet-button__instance.hover-effect-1:hover .jet-button__state-hover .jet-button__label {
    opacity: 1
}

.jet-button__instance.hover-effect-2 .jet-button__plane-normal {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-2 .jet-button__plane-hover {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-2 .jet-button__state-normal {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-2 .jet-button__state-hover {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-2:hover .jet-button__plane-normal {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.jet-button__instance.hover-effect-2:hover .jet-button__plane-hover {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.jet-button__instance.hover-effect-2:hover .jet-button__state-normal {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.jet-button__instance.hover-effect-2:hover .jet-button__state-hover {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.jet-button__instance.hover-effect-3 .jet-button__plane-normal {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-3 .jet-button__plane-hover {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-3 .jet-button__state-normal {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-3 .jet-button__state-hover {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-3:hover .jet-button__plane-normal {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.jet-button__instance.hover-effect-3:hover .jet-button__plane-hover {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.jet-button__instance.hover-effect-3:hover .jet-button__state-normal {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.jet-button__instance.hover-effect-3:hover .jet-button__state-hover {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%)
}

.jet-button__instance.hover-effect-4 .jet-button__plane-normal {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-4 .jet-button__plane-hover {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-4 .jet-button__state-normal {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-4 .jet-button__state-hover {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-4:hover .jet-button__plane-normal {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.jet-button__instance.hover-effect-4:hover .jet-button__plane-hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.jet-button__instance.hover-effect-4:hover .jet-button__state-normal {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.jet-button__instance.hover-effect-4:hover .jet-button__state-hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.jet-button__instance.hover-effect-5 .jet-button__plane-normal {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-5 .jet-button__plane-hover {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-5 .jet-button__state-normal {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-5 .jet-button__state-hover {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-5:hover .jet-button__plane-normal {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.jet-button__instance.hover-effect-5:hover .jet-button__plane-hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.jet-button__instance.hover-effect-5:hover .jet-button__state-normal {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.jet-button__instance.hover-effect-5:hover .jet-button__state-hover {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.jet-button__instance.hover-effect-6 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-6 .jet-button__plane-hover {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-6 .jet-button__state-normal {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-6 .jet-button__state-hover {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-6:hover .jet-button__plane-normal {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.jet-button__instance.hover-effect-6:hover .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-button__instance.hover-effect-6:hover .jet-button__state-normal {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5)
}

.jet-button__instance.hover-effect-6:hover .jet-button__state-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-button__instance.hover-effect-7 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-7 .jet-button__plane-hover {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-7 .jet-button__state-normal {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-7 .jet-button__state-hover {
    opacity: 0;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-7:hover .jet-button__plane-normal {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.jet-button__instance.hover-effect-7:hover .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-button__instance.hover-effect-7:hover .jet-button__state-normal {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.jet-button__instance.hover-effect-7:hover .jet-button__state-hover {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-button__instance.hover-effect-8 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-8 .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotateZ(-90deg) scaleX(2);
    -ms-transform: rotate(-90deg) scaleX(2);
    transform: rotateZ(-90deg) scaleX(2);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-8 .jet-button__state-normal {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-8 .jet-button__state-hover {
    opacity: 0;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotateZ(-90deg) translateY(-100%);
    -ms-transform: rotate(-90deg) translateY(-100%);
    transform: rotateZ(-90deg) translateY(-100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-8:hover .jet-button__plane-normal {
    opacity: 0
}

.jet-button__instance.hover-effect-8:hover .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg)
}

.jet-button__instance.hover-effect-8:hover .jet-button__state-normal {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.jet-button__instance.hover-effect-8:hover .jet-button__state-hover {
    opacity: 1;
    -webkit-transform: rotateZ(0) translateY(0);
    -ms-transform: rotate(0) translateY(0);
    transform: rotateZ(0) translateY(0);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.jet-button__instance.hover-effect-9 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-9 .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotateZ(-90deg) translateY(100%) scaleX(2);
    -ms-transform: rotate(-90deg) translateY(100%) scaleX(2);
    transform: rotateZ(-90deg) translateY(100%) scaleX(2);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-9 .jet-button__state-normal {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-9 .jet-button__state-hover {
    opacity: 0;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -webkit-transform: rotateZ(-90deg) translateY(100%);
    -ms-transform: rotate(-90deg) translateY(100%);
    transform: rotateZ(-90deg) translateY(100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-9:hover .jet-button__plane-normal {
    opacity: 0
}

.jet-button__instance.hover-effect-9:hover .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: rotateZ(0deg);
    -ms-transform: rotate(0deg);
    transform: rotateZ(0deg)
}

.jet-button__instance.hover-effect-9:hover .jet-button__state-normal {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.jet-button__instance.hover-effect-9:hover .jet-button__state-hover {
    opacity: 1;
    -webkit-transform: rotateZ(0) translateY(0);
    -ms-transform: rotate(0) translateY(0);
    transform: rotateZ(0) translateY(0);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.jet-button__instance.hover-effect-10 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-10 .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-10 .jet-button__state-normal {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-10 .jet-button__state-hover {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-10:hover .jet-button__plane-normal {
    opacity: 0
}

.jet-button__instance.hover-effect-10:hover .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.jet-button__instance.hover-effect-10:hover .jet-button__state-normal {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.jet-button__instance.hover-effect-10:hover .jet-button__state-hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.jet-button__instance.hover-effect-11 .jet-button__plane-normal {
    opacity: 1;
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-11 .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-11 .jet-button__state-normal {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-11 .jet-button__state-hover {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-button__instance.hover-effect-11:hover .jet-button__plane-normal {
    opacity: 1
}

.jet-button__instance.hover-effect-11:hover .jet-button__plane-hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.jet-button__instance.hover-effect-11:hover .jet-button__state-normal {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%)
}

.jet-button__instance.hover-effect-11:hover .jet-button__state-hover {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.jet-image-comparison {
    width: 100%;
    position: relative
}

.jet-image-comparison__instance {
    width: 100%;
    position: relative;
    overflow: hidden
}

.jet-image-comparison__instance:not(.slick-initialized) {
    display: none
}

.jet-image-comparison .jet-arrow {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.jet-image-comparison .jet-arrow:before {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.jet-image-comparison .jet-arrow.prev-arrow {
    left: 0
}

.jet-image-comparison .jet-arrow.next-arrow {
    right: 0
}

.jet-image-comparison .jet-arrow svg {
    width: 1em;
    height: 1em
}

.jet-image-comparison .jet-slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 99;
    padding: 0
}

.jet-image-comparison .jet-slick-dots li {
    padding: 5px;
    margin: 0;
    list-style: none
}

.jet-image-comparison .jet-slick-dots li span {
    display: block;
    cursor: pointer;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 0;
    text-indent: 10em;
    overflow: hidden;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.jet-image-comparison .jet-slick-dots li span:before {
    display: none
}

.jet-image-comparison .juxtapose {
    margin: 0 auto;
    max-width: 100%
}

.jet-image-comparison .juxtapose .jx-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.jet-image-comparison .juxtapose .jx-image img {
    top: 0
}

.jet-image-comparison .juxtapose .jx-image .jx-label {
    float: none;
    left: auto;
    right: auto
}

.jet-image-comparison .juxtapose .jx-image.jx-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jet-image-comparison .juxtapose .jx-image.jx-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.jet-image-comparison .juxtapose .jx-handle {
    width: 40px;
    margin: 0;
    margin-left: -20px
}

.jet-image-comparison .juxtapose .jx-handle .jx-arrow {
    display: none
}

.jet-image-comparison .juxtapose .jx-handle .jx-control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    background: 0 0;
    margin: 0;
    z-index: 1
}

.jet-image-comparison .juxtapose .jx-handle .jx-control:before {
    width: 3px;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #fff;
    content: ''
}

.jet-image-comparison .juxtapose .jx-handle .jx-controller {
    width: 40px;
    height: 40px;
    margin: 0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    direction: ltr
}

.jet-image-comparison .juxtapose .jx-handle .jx-controller i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-instagram-gallery__instance.layout-type-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap
}

.jet-instagram-gallery__instance.layout-type-masonry {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jet-instagram-gallery__instance.layout-type-masonry .salvattore-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.jet-instagram-gallery__instance.show-overlay-on-hover .jet-instagram-gallery__inner .jet-instagram-gallery__content {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity .5s cubic-bezier(.21, .75, .27, .96);
    -o-transition: opacity .5s cubic-bezier(.21, .75, .27, .96);
    transition: opacity .5s cubic-bezier(.21, .75, .27, .96)
}

.jet-instagram-gallery__instance.show-overlay-on-hover .jet-instagram-gallery__inner:hover .jet-instagram-gallery__content {
    opacity: 1;
    pointer-events: auto
}

.jet-instagram-gallery__item {
    position: relative
}

.jet-instagram-gallery__inner {
    position: relative;
    overflow: hidden;
    margin: 10px
}

.jet-instagram-gallery__link {
    display: block;
    line-height: 0
}

.jet-instagram-gallery__image {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    vertical-align: top
}

.jet-instagram-gallery__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-instagram-gallery__meta-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-instagram-gallery__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-instagram-gallery__content:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    content: ''
}

.jet-instagram-gallery__caption {
    max-width: 100%
}

@media screen and (min-width:1px) and (max-width:767px) {
    .jet-instagram-gallery__instance.column-mobile-1[data-columns]:before {
        content: '1 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-mobile-1 .salvattore-column {
        width: 100%
    }

    .jet-instagram-gallery__instance.column-mobile-2[data-columns]:before {
        content: '2 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-mobile-2 .salvattore-column {
        width: 50%
    }

    .jet-instagram-gallery__instance.column-mobile-3[data-columns]:before {
        content: '3 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-mobile-3 .salvattore-column {
        width: 33.33333%
    }

    .jet-instagram-gallery__instance.column-mobile-4[data-columns]:before {
        content: '4 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-mobile-4 .salvattore-column {
        width: 25%
    }

    .jet-instagram-gallery__instance.column-mobile-5[data-columns]:before {
        content: '5 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-mobile-5 .salvattore-column {
        width: 20%
    }

    .jet-instagram-gallery__instance.column-mobile-6[data-columns]:before {
        content: '6 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-mobile-6 .salvattore-column {
        width: 16.66666%
    }
}

@media screen and (min-width:768px) and (max-width:1024px) {
    .jet-instagram-gallery__instance.column-tablet-1[data-columns]:before {
        content: '1 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-tablet-1 .salvattore-column {
        width: 100%
    }

    .jet-instagram-gallery__instance.column-tablet-2[data-columns]:before {
        content: '2 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-tablet-2 .salvattore-column {
        width: 50%
    }

    .jet-instagram-gallery__instance.column-tablet-3[data-columns]:before {
        content: '3 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-tablet-3 .salvattore-column {
        width: 33.33333%
    }

    .jet-instagram-gallery__instance.column-tablet-4[data-columns]:before {
        content: '4 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-tablet-4 .salvattore-column {
        width: 25%
    }

    .jet-instagram-gallery__instance.column-tablet-5[data-columns]:before {
        content: '5 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-tablet-5 .salvattore-column {
        width: 20%
    }

    .jet-instagram-gallery__instance.column-tablet-6[data-columns]:before {
        content: '6 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-tablet-6 .salvattore-column {
        width: 16.66666%
    }
}

@media(min-width:1025px) {
    .jet-instagram-gallery__instance.column-desktop-1[data-columns]:before {
        content: '1 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-desktop-1 .salvattore-column {
        width: 100%
    }

    .jet-instagram-gallery__instance.column-desktop-2[data-columns]:before {
        content: '2 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-desktop-2 .salvattore-column {
        width: 50%
    }

    .jet-instagram-gallery__instance.column-desktop-3[data-columns]:before {
        content: '3 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-desktop-3 .salvattore-column {
        width: 33.33333%
    }

    .jet-instagram-gallery__instance.column-desktop-4[data-columns]:before {
        content: '4 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-desktop-4 .salvattore-column {
        width: 25%
    }

    .jet-instagram-gallery__instance.column-desktop-5[data-columns]:before {
        content: '5 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-desktop-5 .salvattore-column {
        width: 20%
    }

    .jet-instagram-gallery__instance.column-desktop-6[data-columns]:before {
        content: '6 .salvattore-column'
    }

    .jet-instagram-gallery__instance.column-desktop-6 .salvattore-column {
        width: 16.66666%
    }
}

.jet-scroll-navigation {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    overflow: visible !important
}

.jet-scroll-navigation--position-left {
    left: 0
}

.jet-scroll-navigation--position-left .jet-scroll-navigation__item-hint {
    left: calc(100% + 10px)
}

.jet-scroll-navigation--position-right {
    right: 0
}

.jet-scroll-navigation--position-right .jet-scroll-navigation__item-hint {
    right: calc(100% + 10px)
}

.jet-scroll-navigation--show-active-hint .jet-scroll-navigation__item.active .jet-scroll-navigation__item-hint {
    opacity: 1;
    pointer-events: auto
}

.jet-scroll-navigation--show-hint-on-hover .jet-scroll-navigation__item:hover .jet-scroll-navigation__item-hint {
    opacity: 1;
    pointer-events: auto
}

.jet-scroll-navigation__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    overflow: visible !important
}

.jet-scroll-navigation__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: visible !important
}

.jet-scroll-navigation__dot {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-scroll-navigation__item-hint {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-scroll-navigation__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jet-scroll-navigation__label {
    white-space: nowrap
}

.jet-headline,
.jet-headline .jet-headline__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-headline--direction-horizontal,
.jet-headline--direction-horizontal .jet-headline__link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-headline--direction-horizontal .jet-headline__link {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.jet-headline--direction-vertical,
.jet-headline--direction-vertical .jet-headline__link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-headline--direction-vertical .jet-headline__link {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.jet-headline--direction-vertical .jet-headline__divider {
    width: 100%
}

.jet-headline__first {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-headline__second {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-headline__divider {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.jet-headline__deco-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.jet-headline__deco-icon svg {
    width: 1em;
    height: 1em
}

.jet-headline__deco-image {
    position: relative;
    width: 50px;
    height: 50px;
    line-height: 0
}

.jet-headline__deco-image img {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover
}

.jet-headline .headline__part--image-text .jet-headline__label {
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent !important;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover
}

.jet-subscribe-form {
    max-width: 100%
}

.jet-subscribe-form__fields {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.jet-subscribe-form__submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    position: relative;
    max-width: 100%
}

.jet-subscribe-form__submit i {
    visibility: visible;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.jet-subscribe-form__submit span {
    visibility: visible
}

.jet-subscribe-form__submit:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    visibility: hidden;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    margin-left: -13px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    border-top-color: #000;
    content: '';
    -webkit-animation: jet-spinner .6s linear infinite;
    animation: jet-spinner .6s linear infinite
}

.jet-subscribe-form__submit.loading i {
    visibility: hidden
}

.jet-subscribe-form__submit.loading span {
    visibility: hidden
}

.jet-subscribe-form__submit.loading:before {
    visibility: visible
}

.jet-subscribe-form__message {
    position: absolute;
    top: 120%;
    width: 100%;
    visibility: hidden
}

.jet-subscribe-form__message .jet-subscribe-form__message-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.jet-subscribe-form--inline-layout .jet-subscribe-form__input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.jet-subscribe-form--inline-layout .jet-subscribe-form__input-group .jet-subscribe-form__fields {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: auto
}

.jet-subscribe-form--inline-layout .jet-subscribe-form__input-group .jet-subscribe-form__submit {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: auto
}

.jet-subscribe-form--block-layout .jet-subscribe-form__input-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-subscribe-form--block-layout .jet-subscribe-form__input-group .jet-subscribe-form__fields {
    width: 100%
}

@-webkit-keyframes jet-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes jet-spinner {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.jet-parallax-section__layout {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    pointer-events: none;
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.jet-parallax-section__image {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
    background-position-x: 50%;
    background-position-y: 50%;
    will-change: transform
}

.jet-parallax-section .jet-parallax-section__scroll-layout:not(.is-mac) .jet-parallax-section__image {
    -webkit-transition: background-position 0s linear, -webkit-transform .5s cubic-bezier(.25, .88, .54, .98);
    transition: background-position 0s linear, -webkit-transform .5s cubic-bezier(.25, .88, .54, .98);
    -o-transition: transform .5s cubic-bezier(.25, .88, .54, .98), background-position 0s linear;
    transition: transform .5s cubic-bezier(.25, .88, .54, .98), background-position 0s linear;
    transition: transform .5s cubic-bezier(.25, .88, .54, .98), background-position 0s linear, -webkit-transform .5s cubic-bezier(.25, .88, .54, .98)
}

.jet-progress-bar__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap
}

.jet-progress-bar__wrapper {
    position: relative
}

.jet-progress-bar__status-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    will-change: width, height;
    -webkit-transition: width 1s cubic-bezier(.6, .17, .37, .86), height 1s cubic-bezier(.6, .17, .37, .86);
    -o-transition: width 1s cubic-bezier(.6, .17, .37, .86), height 1s cubic-bezier(.6, .17, .37, .86);
    transition: width 1s cubic-bezier(.6, .17, .37, .86), height 1s cubic-bezier(.6, .17, .37, .86);
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.jet-progress-bar__percent {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-progress-bar__percent-value {
    line-height: 1
}

.jet-progress-bar__percent-suffix {
    line-height: 1
}

.jet-progress-bar-type-1 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__status-bar {
    width: 0
}

.jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__wrapper {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.jet-progress-bar-type-1 .jet-progress-bar__inner .jet-progress-bar__percent {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.jet-progress-bar-type-2 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.jet-progress-bar-type-2 .jet-progress-bar__inner .jet-progress-bar__status-bar {
    width: 0
}

.jet-progress-bar-type-3 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column
}

.jet-progress-bar-type-3 .jet-progress-bar__inner .jet-progress-bar__wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.jet-progress-bar-type-3 .jet-progress-bar__inner .jet-progress-bar__status-bar {
    width: 0
}

.jet-progress-bar-type-3 .jet-progress-bar__inner .jet-progress-bar__percent {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: absolute;
    bottom: calc(100% + 10px);
    right: 0
}

.jet-progress-bar-type-4 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-progress-bar-type-4 .jet-progress-bar__inner .jet-progress-bar__wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.jet-progress-bar-type-4 .jet-progress-bar__inner .jet-progress-bar__status-bar {
    width: 0
}

.jet-progress-bar-type-5 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-progress-bar-type-5 .jet-progress-bar__inner .jet-progress-bar__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.jet-progress-bar-type-5 .jet-progress-bar__inner .jet-progress-bar__status-bar {
    width: 0
}

.jet-progress-bar-type-6 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-progress-bar-type-6 .jet-progress-bar__inner .jet-progress-bar__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.jet-progress-bar-type-6 .jet-progress-bar__inner .jet-progress-bar__status-bar {
    width: 0
}

.jet-progress-bar-type-6 .jet-progress-bar__inner .jet-progress-bar__status {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.jet-progress-bar-type-7 .jet-progress-bar__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-progress-bar-type-7 .jet-progress-bar__inner .jet-progress-bar__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap
}

.jet-progress-bar-type-7 .jet-progress-bar__inner .jet-progress-bar__status-bar {
    width: 100%;
    height: 0
}

.jet-portfolio {
    position: relative
}

.jet-portfolio__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-portfolio__filter-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-portfolio__filter-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}

.jet-portfolio__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: height .5s cubic-bezier(.33, .79, .37, .97);
    -o-transition: height .5s cubic-bezier(.33, .79, .37, .97);
    transition: height .5s cubic-bezier(.33, .79, .37, .97)
}

.jet-portfolio__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.jet-portfolio__item.item-loaded .jet-portfolio__image-instance {
    visibility: visible
}

.jet-portfolio__item.item-loaded .jet-portfolio__content {
    visibility: visible
}

.jet-portfolio__item.hidden-status {
    height: 0;
    visibility: hidden
}

.jet-portfolio__item.hidden-status .jet-portfolio__inner {
    opacity: 0;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.jet-portfolio__item.visible-status {
    height: auto;
    visibility: visible
}

.jet-portfolio__item.visible-status .jet-portfolio__inner {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.jet-portfolio__inner {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    position: relative;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.jet-portfolio__link {
    display: block
}

.jet-portfolio__image {
    position: relative;
    line-height: 0
}

.jet-portfolio__image-instance {
    width: 100%;
    min-height: 100px;
    visibility: hidden
}

.jet-portfolio__image-loader {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(84, 89, 95, .75);
    z-index: 1
}

.jet-portfolio__image-loader span {
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-box-shadow: 2px 2px 1px #fff;
    box-shadow: 2px 2px 1px #fff;
    -webkit-animation: jet-portfolio-load-spin .69s infinite linear;
    animation: jet-portfolio-load-spin .69s infinite linear
}

.jet-portfolio__content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    visibility: hidden
}

.jet-portfolio__content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column wrap;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-portfolio__content-inner:empty {
    display: none
}

.jet-portfolio__title {
    width: 100%
}

.jet-portfolio__desc {
    width: 100%
}

.jet-portfolio__category {
    width: 100%
}

.jet-portfolio__cover {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.jet-portfolio__cover i {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column nowrap;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.jet-portfolio__view-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jet-portfolio__view-more.hidden-status {
    display: none
}

.jet-portfolio__view-more-button {
    cursor: pointer
}

.jet-portfolio .grid-sizer {
    width: 25%;
    height: 0
}

.jet-portfolio.layout-type-grid .jet-portfolio__image-instance {
    -o-object-fit: cover;
    object-fit: cover
}

.jet-portfolio.layout-type-justify .jet-portfolio__item,
.jet-portfolio.layout-type-justify .grid-sizer {
    width: 25%
}

.jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-1-4,
.jet-portfolio.layout-type-justify .grid-sizer.justify-size-1-4 {
    width: 25%
}

.jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-2-4,
.jet-portfolio.layout-type-justify .grid-sizer.justify-size-2-4 {
    width: 25%
}

.jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-3-4,
.jet-portfolio.layout-type-justify .grid-sizer.justify-size-3-4 {
    width: 50%
}

.jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-4-4,
.jet-portfolio.layout-type-justify .grid-sizer.justify-size-4-4 {
    width: 50%
}

@media(max-width:767px) {

    .jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-1-4,
    .jet-portfolio.layout-type-justify .grid-sizer.justify-size-1-4 {
        width: 100%
    }

    .jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-2-4,
    .jet-portfolio.layout-type-justify .grid-sizer.justify-size-2-4 {
        width: 100%
    }

    .jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-3-4,
    .jet-portfolio.layout-type-justify .grid-sizer.justify-size-3-4 {
        width: 100%
    }

    .jet-portfolio.layout-type-justify .jet-portfolio__item.justify-size-4-4,
    .jet-portfolio.layout-type-justify .grid-sizer.justify-size-4-4 {
        width: 100%
    }
}

.jet-portfolio.layout-type-justify .jet-portfolio__image-instance {
    -o-object-fit: cover;
    object-fit: cover;
    height: 350px
}

.jet-portfolio.layout-type-list .jet-portfolio__item {
    width: 100%
}

.jet-portfolio.preset-type-1 .jet-portfolio__item .jet-portfolio__content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.jet-portfolio.preset-type-1 .jet-portfolio__item:hover .jet-portfolio__content {
    opacity: 1
}

.jet-portfolio.preset-type-2 .jet-portfolio__item .jet-portfolio__cover {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.jet-portfolio.preset-type-2 .jet-portfolio__item .jet-portfolio__cover i {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    transition: all .3s ease .1s
}

.jet-portfolio.preset-type-2 .jet-portfolio__item:hover .jet-portfolio__cover {
    opacity: 1
}

.jet-portfolio.preset-type-2 .jet-portfolio__item:hover .jet-portfolio__cover i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.jet-portfolio.preset-type-3 .jet-portfolio__item .jet-portfolio__cover {
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.jet-portfolio.preset-type-3 .jet-portfolio__item .jet-portfolio__cover i {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5);
    opacity: 0;
    -webkit-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    transition: all .3s ease .1s
}

.jet-portfolio.preset-type-3 .jet-portfolio__item:hover .jet-portfolio__cover {
    opacity: 1
}

.jet-portfolio.preset-type-3 .jet-portfolio__item:hover .jet-portfolio__cover i {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1
}

.jet-portfolio.preset-type-4 .jet-portfolio__item .jet-portfolio__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.jet-portfolio.preset-type-4 .jet-portfolio__item .jet-portfolio__content-inner {
    width: 100%
}

.jet-portfolio.preset-type-4 .jet-portfolio__item:hover .jet-portfolio__content {
    opacity: 1
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-1 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-1 .jet-portfolio__item {
    width: 100%
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-2 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-2 .jet-portfolio__item {
    width: 50%
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-3 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-3 .jet-portfolio__item {
    width: 33.3333%
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-4 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-4 .jet-portfolio__item {
    width: 25%
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-5 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-5 .jet-portfolio__item {
    width: 20%
}

.jet-portfolio.layout-type-masonry.layout-desktop-column-6 .jet-portfolio__item,
.jet-portfolio.layout-type-grid.layout-desktop-column-6 .jet-portfolio__item {
    width: 16.6666%
}

@media(max-width:1024px) {

    .jet-portfolio.layout-type-masonry.layout-tablet-column-1 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-tablet-column-1 .jet-portfolio__item {
        width: 100%
    }

    .jet-portfolio.layout-type-masonry.layout-tablet-column-2 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-tablet-column-2 .jet-portfolio__item {
        width: 50%
    }

    .jet-portfolio.layout-type-masonry.layout-tablet-column-3 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-tablet-column-3 .jet-portfolio__item {
        width: 33.3333%
    }

    .jet-portfolio.layout-type-masonry.layout-tablet-column-4 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-tablet-column-4 .jet-portfolio__item {
        width: 25%
    }

    .jet-portfolio.layout-type-masonry.layout-tablet-column-5 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-tablet-column-5 .jet-portfolio__item {
        width: 20%
    }

    .jet-portfolio.layout-type-masonry.layout-tablet-column-6 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-tablet-column-6 .jet-portfolio__item {
        width: 16.6666%
    }
}

@media(max-width:767px) {

    .jet-portfolio.layout-type-masonry.layout-mobile-column-1 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-mobile-column-1 .jet-portfolio__item {
        width: 100%
    }

    .jet-portfolio.layout-type-masonry.layout-mobile-column-2 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-mobile-column-2 .jet-portfolio__item {
        width: 50%
    }

    .jet-portfolio.layout-type-masonry.layout-mobile-column-3 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-mobile-column-3 .jet-portfolio__item {
        width: 33.3333%
    }

    .jet-portfolio.layout-type-masonry.layout-mobile-column-4 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-mobile-column-4 .jet-portfolio__item {
        width: 25%
    }

    .jet-portfolio.layout-type-masonry.layout-mobile-column-5 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-mobile-column-5 .jet-portfolio__item {
        width: 20%
    }

    .jet-portfolio.layout-type-masonry.layout-mobile-column-6 .jet-portfolio__item,
    .jet-portfolio.layout-type-grid.layout-mobile-column-6 .jet-portfolio__item {
        width: 16.6666%
    }
}

@-webkit-keyframes fade {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes fade {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    1% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes jet-portfolio-load-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes jet-portfolio-load-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

[data-element_type="jet-map.default"] .jet-map-message {
    width: 100%;
    height: 300px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

[data-element_type="jet-map.default"] .jet-map-message .jet-map-message__text {
    z-index: 2
}

[data-element_type="jet-map.default"] .jet-map-message .jet-map-message__dammy-map {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(//ld-wp73.template-help.com/wordpress/prod_25527/v1/wp-content/plugins/jet-elements/assets/css/../images/dummy-map.png);
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px);
    z-index: 1
}

.jet-timeline {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.jet-timeline-item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.jet-timeline__line {
    position: absolute;
    width: 2px;
    bottom: 0;
    top: 0;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    overflow: hidden
}

.jet-timeline__line-progress {
    width: 100%;
    height: 20%
}

.jet-timeline .timeline-item__card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.jet-timeline .timeline-item__card-inner {
    z-index: 1
}

.jet-timeline .timeline-item__card-arrow {
    position: absolute;
    width: 20px;
    height: 20px
}

.jet-timeline .timeline-item__card-btn-wrap {
    margin-top: 15px
}

.jet-timeline .timeline-item__meta {
    display: inline-block
}

.jet-timeline .timeline-item__meta-content {
    display: inline-block
}

.jet-timeline .timeline-item__point-content {
    width: 40px;
    height: 40px;
    min-width: 10px;
    min-height: 10px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.jet-timeline--align-left .timeline-item__point {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.jet-timeline--align-left .timeline-item__card {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.jet-timeline--align-left .jet-timeline__line {
    left: 0
}

.jet-timeline--align-left .timeline-item__card-arrow {
    left: 0;
    margin-left: -10px;
    border-top-width: 0 !important;
    border-right-width: 0 !important
}

.jet-timeline--align-left .timeline-item__meta:empty {
    display: none
}

.jet-timeline--align-left .jet-timeline-item>.timeline-item__meta {
    display: none
}

@media(min-width:1025px) {
    .jet-timeline--align-center .jet-timeline-item:nth-child(even) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .jet-timeline--align-center .jet-timeline-item:nth-child(even) .timeline-item__meta {
        text-align: right
    }

    .jet-timeline--align-center .jet-timeline-item:nth-child(even) .timeline-item__card-arrow {
        left: 0;
        margin-left: -10px;
        border-top-width: 0 !important;
        border-right-width: 0 !important
    }

    .jet-timeline--align-center .jet-timeline-item:nth-child(odd) .timeline-item__meta {
        text-align: left
    }

    .jet-timeline--align-center .jet-timeline-item:nth-child(odd) .timeline-item__card-arrow {
        right: 0;
        margin-right: -10px;
        border-left-width: 0 !important;
        border-bottom-width: 0 !important
    }

    .jet-timeline--align-center .timeline-item__meta {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .jet-timeline--align-center .timeline-item__point {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .jet-timeline--align-center .timeline-item__card {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0
    }

    .jet-timeline--align-center .jet-timeline__line {
        left: 50%;
        margin: 0 !important
    }

    .jet-timeline--align-center .timeline-item__card-content>.timeline-item__meta {
        display: none
    }
}

@media(max-width:1024px) {
    .jet-timeline--align-center .timeline-item__point {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        -ms-flex-order: 0;
        order: 0;
        margin-left: 0 !important
    }

    .jet-timeline--align-center .timeline-item__card {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 10px
    }

    .jet-timeline--align-center .jet-timeline__line {
        left: 0
    }

    .jet-timeline--align-center .timeline-item__card-arrow {
        left: 0;
        margin-left: -10px;
        border-top-width: 0 !important;
        border-right-width: 0 !important
    }

    .jet-timeline--align-center .jet-timeline-item>.timeline-item__meta {
        display: none
    }
}

.jet-timeline--align-right .timeline-item__point {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.jet-timeline--align-right .timeline-item__card {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.jet-timeline--align-right .jet-timeline__line {
    left: auto;
    right: 0
}

.jet-timeline--align-right .timeline-item__meta:empty {
    display: none
}

.jet-timeline--align-right .timeline-item__card-arrow {
    right: 0;
    margin-right: -10px;
    border-bottom-width: 0 !important;
    border-left-width: 0 !important
}

.jet-timeline--align-right .jet-timeline-item>.timeline-item__meta {
    display: none
}

.jet-timeline--align-top .jet-timeline-item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.jet-timeline--align-top .timeline-item__card-arrow {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.jet-timeline--align-middle .jet-timeline-item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-timeline--align-middle .timeline-item__card-arrow {
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg)
}

.jet-timeline--align-bottom .jet-timeline-item {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.jet-timeline--align-bottom .timeline-item__card-arrow {
    bottom: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.jet-timeline-item--animated .timeline-item__card {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    opacity: 0
}

@-webkit-keyframes card-animation-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes card-animation-right {
    0% {
        opacity: 0;
        -webkit-transform: translateX(400px);
        transform: translateX(400px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.card-animation-right,
.jet-timeline--align-left .jet-timeline-item--animated.is--show .timeline-item__card,
.jet-timeline--align-center .jet-timeline-item--animated.is--show:nth-child(even) .timeline-item__card {
    -webkit-animation-name: card-animation-right;
    animation-name: card-animation-right
}

@-webkit-keyframes card-animation-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0)
    }
}

@keyframes card-animation-left {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-400px);
        transform: translateX(-400px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.card-animation-left,
.jet-timeline--align-center .jet-timeline-item--animated.is--show:nth-child(odd) .timeline-item__card,
.jet-timeline--align-right .jet-timeline-item--animated.is--show .timeline-item__card {
    -webkit-animation-name: card-animation-left;
    animation-name: card-animation-left
}

.jet-inline-svg {
    display: inline-block
}

.jet-inline-svg svg {
    min-width: 20px
}

.jet-inline-svg svg>circle:not([stroke]),
.jet-inline-svg svg>ellipse:not([stroke]),
.jet-inline-svg svg>polygon:not([stroke]),
.jet-inline-svg svg>path:not([stroke]),
.jet-inline-svg svg>rect:not([stroke]) {
    stroke: none
}

.jet-inline-svg svg>circle:not([stroke-width]),
.jet-inline-svg svg>ellipse:not([stroke-width]),
.jet-inline-svg svg>polygon:not([stroke-width]),
.jet-inline-svg svg>path:not([stroke-width]),
.jet-inline-svg svg>rect:not([stroke-width]) {
    stroke-width: 2px
}

.jet-inline-svg svg>circle:not([stroke-linecap]),
.jet-inline-svg svg>ellipse:not([stroke-linecap]),
.jet-inline-svg svg>polygon:not([stroke-linecap]),
.jet-inline-svg svg>path:not([stroke-linecap]),
.jet-inline-svg svg>rect:not([stroke-linecap]) {
    stroke-linecap: butt
}

.jet-inline-svg svg>circle:not([stroke-dasharray]),
.jet-inline-svg svg>ellipse:not([stroke-dasharray]),
.jet-inline-svg svg>polygon:not([stroke-dasharray]),
.jet-inline-svg svg>path:not([stroke-dasharray]),
.jet-inline-svg svg>rect:not([stroke-dasharray]) {
    stroke-dasharray: none
}

.jet-inline-svg svg>circle:not([stroke-miterlimit]),
.jet-inline-svg svg>ellipse:not([stroke-miterlimit]),
.jet-inline-svg svg>polygon:not([stroke-miterlimit]),
.jet-inline-svg svg>path:not([stroke-miterlimit]),
.jet-inline-svg svg>rect:not([stroke-miterlimit]) {
    stroke-miterlimit: 4
}

.jet-inline-svg--custom-width {
    width: 100%
}

.jet-inline-svg--custom-width svg {
    width: 100%;
    height: auto;
    display: block
}

.jet-inline-svg--custom-color svg {
    fill: currentColor;
    stroke: currentColor
}

.jet-price-list {
    list-style: none;
    margin: 0
}

.jet-price-list .price-list__item-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.jet-price-list .price-list__item-content {
    width: 100%
}

.jet-price-list .price-list__item-img-wrap {
    max-width: 200px;
    margin-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    font-size: 0
}

.jet-price-list .price-list__item-img-wrap img {
    width: 100%
}

.jet-price-list .price-list__item-title__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-price-list .price-list__item-title__wrapper>* {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0
}

.jet-price-list .price-list__item-separator {
    position: relative;
    height: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.jet-weather__title {
    padding: 0;
    margin: 0 0 15px
}

.jet-weather__current {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.jet-weather__current-temp,
.jet-weather__current-icon-box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: 50%
}

.jet-weather__current-temp {
    font-size: 4em
}

.jet-weather__current-icon-box {
    text-align: center
}

.jet-weather__current-desc {
    margin-top: 10px
}

.jet-weather__current-day,
.jet-weather__forecast-day {
    font-weight: 700
}

.jet-weather__details,
.jet-weather__forecast {
    font-size: 14px;
    line-height: 1.5
}

.jet-weather__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 10px
}

.jet-weather__details-column {
    width: 33.33%
}

.jet-weather__details-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-weather__details-item+.jet-weather__details-item {
    margin-top: 5px
}

.jet-weather__details-item .jet-weather-icon {
    margin-right: 5px
}

.jet-weather__current-sunrise,
.jet-weather__current-sunset {
    text-transform: uppercase
}

.jet-weather__forecast {
    margin-top: 15px
}

.jet-weather__forecast-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 5px
}

.jet-weather__forecast-day,
.jet-weather__forecast-icon,
.jet-weather__forecast-max-temp,
.jet-weather__forecast-min-temp {
    width: 25%
}

.jet-weather__forecast-icon,
.jet-weather__forecast-max-temp,
.jet-weather__forecast-min-temp {
    text-align: center
}

.jet-weather-icon {
    line-height: 1
}

.jet-weather__current-icon .jet-weather-icon {
    font-size: 60px
}

.jet-weather__details-item .jet-weather-icon,
.jet-weather__forecast-icon .jet-weather-icon {
    font-size: 1.5em
}

.jet-weather-icon svg {
    width: auto;
    height: 1em;
    vertical-align: top
}

.jet-weather-notice {
    font-style: italic
}

.jet-table-wrapper {
    width: 100%;
    max-width: 100%
}

.jet-table-wrapper .jet-table {
    margin: 0
}

.jet-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent
}

.jet-table .jet-table__cell {
    padding: 0;
    border: 1px
}

.jet-table__cell {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.jet-table__cell-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px
}

.jet-table__cell-link {
    color: inherit
}

.jet-table__head-cell {
    background-color: #00b4ff;
    color: #fff
}

.jet-table-header-sort {
    cursor: pointer
}

.jet-table__sort-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 5px
}

.jet-table--fa5-compat .jet-table__sort-icon {
    font: normal normal 900 12px/1 'Font Awesome 5 Free'
}

.jet-table__sort-icon:before {
    content: '\f0dc'
}

.jet-table-header-sort--up .jet-table__sort-icon:before {
    content: '\f0de'
}

.jet-table-header-sort--down .jet-table__sort-icon:before {
    content: '\f0dd'
}

.jet-table__cell-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

body:not(.rtl) .jet-table__cell-content {
    margin-left: 0;
    margin-right: auto;
    text-align: left
}

.jet-table__cell-img {
    display: block
}

.jet-table__cell-img img {
    vertical-align: top
}

.jet-table__cell-icon {
    width: 1em
}

body:not(.rtl) .jet-table__cell-icon--before:not(:only-child),
body:not(.rtl) .jet-table__cell-img--before:not(:only-child) {
    margin-right: 5px
}

.jet-table__cell-icon--after:not(:only-child),
.jet-table__cell-img--after:not(:only-child) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

body:not(.rtl) .jet-table__cell-icon--after:not(:only-child),
body:not(.rtl) .jet-table__cell-img--after:not(:only-child) {
    margin-left: 5px
}

[data-elementor-device-mode=mobile] .jet-table-responsive-mobile,
[data-elementor-device-mode=tablet] .jet-table-responsive-tablet,
[data-elementor-device-mode=desktop] .jet-table-responsive-desktop {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar
}

.jet-dropbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.jet-dropbar__inner {
    position: relative
}

.jet-dropbar__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    border: 1px
}

.jet-dropbar__button-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center
}

body:not(.rtl) .jet-dropbar__button-icon--before:not(:only-child) {
    margin-right: 5px
}

body:not(.rtl) .jet-dropbar__button-icon--after:not(:only-child) {
    margin-left: 5px
}

.jet-dropbar__content-wrapper {
    position: absolute;
    z-index: 999;
    width: 300px;
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.jet-dropbar--none-effect .jet-dropbar__content-wrapper,
.jet-dropbar-open .jet-dropbar__content-wrapper {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

.jet-dropbar-open .jet-dropbar__content-wrapper {
    visibility: visible;
    pointer-events: auto;
    opacity: 1
}

.jet-dropbar__content-wrapper:before {
    position: absolute
}

.jet-dropbar-open .jet-dropbar__content-wrapper:before {
    content: ''
}

.jet-dropbar__content {
    position: relative;
    padding: 10px;
    background-color: #f7f7fb
}

.jet-dropbar--fade-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetFade .5s cubic-bezier(.26, .69, .37, .96);
    animation: jetFade .5s cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--zoom-in-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetZoomIn .5s cubic-bezier(.26, .69, .37, .96);
    animation: jetZoomIn .5s cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--zoom-out-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetZoomOut .5s cubic-bezier(.26, .69, .37, .96);
    animation: jetZoomOut .5s cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-up-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveUp .5s cubic-bezier(.26, .69, .37, .96);
    animation: jetMoveUp .5s cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-down-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveDown .5s cubic-bezier(.26, .69, .37, .96);
    animation: jetMoveDown .5s cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-left-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveLeft .5s cubic-bezier(.26, .69, .37, .96);
    animation: jetMoveLeft .5s cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-right-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveRight .5s cubic-bezier(.26, .69, .37, .96);
    animation: jetMoveRight .5s cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-up-big-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveUpBig .5s cubic-bezier(.26, .69, .37, .96);
    animation: jetMoveUpBig .5s cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-down-big-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveDownBig .5s cubic-bezier(.26, .69, .37, .96);
    animation: jetMoveDownBig .5s cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-left-big-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveLeftBig .5s cubic-bezier(.26, .69, .37, .96);
    animation: jetMoveLeftBig .5s cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--slide-right-big-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetMoveRightBig .5s cubic-bezier(.26, .69, .37, .96);
    animation: jetMoveRightBig .5s cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--fall-perspective-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetFallPerspective .5s cubic-bezier(.26, .69, .37, .96);
    animation: jetFallPerspective .5s cubic-bezier(.26, .69, .37, .96)
}

.jet-dropbar--flip-in-x-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetFlipInX .5s;
    animation: jetFlipInX .5s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.jet-dropbar--flip-in-y-effect.jet-dropbar-open .jet-dropbar__content {
    -webkit-animation: jetFlipInY .5s;
    animation: jetFlipInY .5s;
    -webkit-backface-visibility: visible;
    backface-visibility: visible
}

.jet-dropbar-fixed {
    position: fixed;
    z-index: 9999;
    padding: 10px
}

.jet-dropbar-fixed--top-left-position {
    top: 0;
    left: 0
}

.jet-dropbar-fixed--top-center-position {
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.jet-dropbar-fixed--top-right-position {
    top: 0;
    right: 0
}

.jet-dropbar-fixed--center-left-position {
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.jet-dropbar-fixed--center-center-position {
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.jet-dropbar-fixed--center-right-position {
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.jet-dropbar-fixed--bottom-left-position {
    bottom: 0;
    left: 0
}

.jet-dropbar-fixed--bottom-center-position {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.jet-dropbar-fixed--bottom-right-position {
    bottom: 0;
    right: 0
}

.jet-video {
    position: relative;
    z-index: 1;
    overflow: hidden;
    background-color: #000
}

.jet-video__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.jet-video__overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4
}

.jet-video__overlay--custom-bg {
    z-index: 3
}

.jet-video__play-button {
    z-index: 5;
    font-size: 80px;
    line-height: 1;
    text-align: center;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.jet-video__play-button-icon {
    width: 1em;
    vertical-align: top
}

.jet-video__play-button-image {
    width: 1em;
    vertical-align: top
}

.jet-video__play-button-image svg {
    width: 100%;
    height: auto;
    vertical-align: top
}

.jet-video__play-button--animation-grow {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.jet-video__overlay:hover .jet-video__play-button--animation-grow {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.jet-video__play-button--animation-shrink {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.jet-video__overlay:hover .jet-video__play-button--animation-shrink {
    -webkit-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9)
}

.jet-video__overlay:hover .jet-video__play-button--animation-pulse {
    -webkit-animation-name: elementor-animation-pulse;
    animation-name: elementor-animation-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.jet-video__overlay:hover .jet-video__play-button--animation-pulse-grow {
    -webkit-animation-name: elementor-animation-pulse-grow;
    animation-name: elementor-animation-pulse-grow;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.jet-video__overlay:hover .jet-video__play-button--animation-pulse-shrink {
    -webkit-animation-name: elementor-animation-pulse-shrink;
    animation-name: elementor-animation-pulse-shrink;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate
}

.jet-video__overlay:hover .jet-video__play-button--animation-push {
    -webkit-animation-name: elementor-animation-push;
    animation-name: elementor-animation-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.jet-video__overlay:hover .jet-video__play-button--animation-pop {
    -webkit-animation-name: elementor-animation-pop;
    animation-name: elementor-animation-pop;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.jet-video__play-button--animation-bounce-in {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.jet-video__overlay:hover .jet-video__play-button--animation-bounce-in {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    -o-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.jet-video__play-button--animation-bounce-out {
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s
}

.jet-video__overlay:hover .jet-video__play-button--animation-bounce-out {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    -o-transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.jet-video__play-button--animation-rotate {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.jet-video__overlay:hover .jet-video__play-button--animation-rotate {
    -webkit-transform: rotate(4deg);
    -ms-transform: rotate(4deg);
    transform: rotate(4deg)
}

.jet-video__play-button--animation-grow-rotate {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.jet-video__overlay:hover .jet-video__play-button--animation-grow-rotate {
    -webkit-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}

.jet-video__play-button--animation-float {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.jet-video__overlay:hover .jet-video__play-button--animation-float {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px)
}

.jet-video__play-button--animation-sink {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.jet-video__overlay:hover .jet-video__play-button--animation-sink {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px)
}

.jet-video__overlay:hover .jet-video__play-button--animation-bob {
    -webkit-animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

.jet-video__overlay:hover .jet-video__play-button--animation-hang {
    -webkit-animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    -webkit-animation-duration: .3s, 1.5s;
    animation-duration: .3s, 1.5s;
    -webkit-animation-delay: 0s, .3s;
    animation-delay: 0s, .3s;
    -webkit-animation-timing-function: ease-out, ease-in-out;
    animation-timing-function: ease-out, ease-in-out;
    -webkit-animation-iteration-count: 1, infinite;
    animation-iteration-count: 1, infinite;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-direction: normal, alternate;
    animation-direction: normal, alternate
}

.jet-video__play-button--animation-skew {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.jet-video__overlay:hover .jet-video__play-button--animation-skew {
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg)
}

.jet-video__play-button--animation-skew-forward {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.jet-video__overlay:hover .jet-video__play-button--animation-skew-forward {
    -webkit-transform: skew(-10deg);
    -ms-transform: skew(-10deg);
    transform: skew(-10deg)
}

.jet-video__play-button--animation-skew-backward {
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.jet-video__overlay:hover .jet-video__play-button--animation-skew-backward {
    -webkit-transform: skew(10deg);
    -ms-transform: skew(10deg);
    transform: skew(10deg)
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-vertical {
    -webkit-animation-name: elementor-animation-wobble-vertical;
    animation-name: elementor-animation-wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-horizontal {
    -webkit-animation-name: elementor-animation-wobble-horizontal;
    animation-name: elementor-animation-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-to-bottom-right {
    -webkit-animation-name: elementor-animation-wobble-to-bottom-right;
    animation-name: elementor-animation-wobble-to-bottom-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-to-top-right {
    -webkit-animation-name: elementor-animation-wobble-to-top-right;
    animation-name: elementor-animation-wobble-to-top-right;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.jet-video__play-button--animation-wobble-top {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-top {
    -webkit-animation-name: elementor-animation-wobble-top;
    animation-name: elementor-animation-wobble-top;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.jet-video__play-button--animation-wobble-bottom {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-bottom {
    -webkit-animation-name: elementor-animation-wobble-bottom;
    animation-name: elementor-animation-wobble-bottom;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.jet-video__overlay:hover .jet-video__play-button--animation-wobble-skew {
    -webkit-animation-name: elementor-animation-wobble-skew;
    animation-name: elementor-animation-wobble-skew;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.jet-video__overlay:hover .jet-video__play-button--animation-buzz {
    -webkit-animation-name: elementor-animation-buzz;
    animation-name: elementor-animation-buzz;
    -webkit-animation-duration: .15s;
    animation-duration: .15s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.jet-video__overlay:hover .jet-video__play-button--animation-buzz-out {
    -webkit-animation-name: elementor-animation-buzz-out;
    animation-name: elementor-animation-buzz-out;
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1
}

.jet-video.jet-video-aspect-ratio--16-9 {
    padding-bottom: 56.25%
}

.jet-video.jet-video-aspect-ratio--21-9 {
    padding-bottom: 42.8571%
}

.jet-video.jet-video-aspect-ratio--4-3 {
    padding-bottom: 75%
}

.jet-video.jet-video-aspect-ratio--3-2 {
    padding-bottom: 66.6666%
}

.jet-video.jet-video-aspect-ratio--1-1 {
    padding-bottom: 100%
}

.jet-video.jet-video-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    border: none
}

.jet-video .jet-video-html5-player,
.jet-video .mejs-mediaelement video.jet-video-mejs-player {
    -o-object-fit: cover;
    object-fit: cover
}

.jet-video>video.jet-video-mejs-player {
    opacity: 0
}

.jet-video .jet-video-html5-player {
    display: block
}

.jet-video .jet-video-mejs-player.mejs-container {
    font-family: inherit;
    background: 0 0
}

.jet-video .jet-video-mejs-player.jet-video-custom-play-button .mejs-overlay-play .mejs-overlay-button {
    display: none
}

.jet-video .jet-video-mejs-player .mejs-overlay-loading {
    display: none
}

.jet-video .jet-video-mejs-player .mejs-controls {
    height: auto;
    padding: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-button,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail {
    width: auto;
    height: auto
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-button>button {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    letter-spacing: normal;
    border: 1px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-button>button:before {
    display: inline-block;
    width: 1em
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-playpause-button>button {
    padding: 14px;
    color: #fff;
    background-color: #00b4ff
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-button,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-fullscreen-button {
    margin-left: 10px
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-button>button {
    padding: 3px;
    color: #00b4ff
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-fullscreen-button>button {
    color: #00b4ff
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-fullscreen-button>button:before {
    content: '\f0b2'
}

@supports((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .jet-video .jet-video-mejs-player .mejs-controls .mejs-fullscreen-button>button:before {
        content: '';
        height: 1em;
        vertical-align: top;
        background-color: currentColor;
        -webkit-mask-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMyAxMyc+PHBhdGggZD0nTTAgNC42NzE4OEMwIDQuNzgxMjUgMC4wMjczNDM4IDQuODYzMjggMC4wODIwMzEyIDQuOTE3OTdDMC4xMzY3MTkgNC45NzI2NiAwLjIxODc1IDUgMC4zMjgxMjUgNUgxLjQyMTg4QzEuNTAzOTEgNSAxLjU4NTk0IDQuOTcyNjYgMS42NDA2MiA0LjkxNzk3QzEuNjk1MzEgNC44NjMyOCAxLjc1IDQuNzgxMjUgMS43NSA0LjY3MTg4VjIuMzc1SDQuMDQ2ODhDNC4xMjg5MSAyLjM3NSA0LjIxMDk0IDIuMzQ3NjYgNC4yNjU2MiAyLjI5Mjk3QzQuMzIwMzEgMi4yMzgyOCA0LjM3NSAyLjE1NjI1IDQuMzc1IDIuMDQ2ODhWMC45NTMxMjVDNC4zNzUgMC44NzEwOTQgNC4zMjAzMSAwLjc4OTA2MiA0LjI2NTYyIDAuNzM0Mzc1QzQuMjEwOTQgMC42Nzk2ODggNC4xMjg5MSAwLjYyNSA0LjA0Njg4IDAuNjI1SDAuNjU2MjVDMC40NjQ4NDQgMC42MjUgMC4zMDA3ODEgMC43MDcwMzEgMC4xOTE0MDYgMC44MTY0MDZDMC4wNTQ2ODc1IDAuOTUzMTI1IDAgMS4xMTcxOSAwIDEuMjgxMjVWNC42NzE4OFpNNy44NzUgMC45NTMxMjVDNy44NzUgMC44NzEwOTQgNy45MDIzNCAwLjc4OTA2MiA3Ljk1NzAzIDAuNzM0Mzc1QzguMDExNzIgMC42Nzk2ODggOC4wOTM3NSAwLjYyNSA4LjIwMzEyIDAuNjI1SDExLjU5MzhDMTEuNzU3OCAwLjYyNSAxMS45MjE5IDAuNzA3MDMxIDEyLjA1ODYgMC44MTY0MDZDMTIuMTY4IDAuOTUzMTI1IDEyLjI1IDEuMTE3MTkgMTIuMjUgMS4yODEyNVY0LjY3MTg4QzEyLjI1IDQuNzgxMjUgMTIuMTk1MyA0Ljg2MzI4IDEyLjE0MDYgNC45MTc5N0MxMi4wODU5IDQuOTcyNjYgMTIuMDAzOSA1IDExLjkyMTkgNUgxMC44MjgxQzEwLjcxODggNSAxMC42MzY3IDQuOTcyNjYgMTAuNTgyIDQuOTE3OTdDMTAuNTI3MyA0Ljg2MzI4IDEwLjUgNC43ODEyNSAxMC41IDQuNjcxODhWMi4zNzVIOC4yMDMxMkM4LjA5Mzc1IDIuMzc1IDguMDExNzIgMi4zNDc2NiA3Ljk1NzAzIDIuMjkyOTdDNy45MDIzNCAyLjIzODI4IDcuODc1IDIuMTU2MjUgNy44NzUgMi4wNDY4OFYwLjk1MzEyNVpNMTEuOTIxOSA4LjVDMTIuMDAzOSA4LjUgMTIuMDg1OSA4LjU1NDY5IDEyLjE0MDYgOC42MDkzOEMxMi4xOTUzIDguNjY0MDYgMTIuMjUgOC43NDYwOSAxMi4yNSA4LjgyODEyVjEyLjIxODhDMTIuMjUgMTIuNDEwMiAxMi4xNjggMTIuNTc0MiAxMi4wNTg2IDEyLjY4MzZDMTEuOTIxOSAxMi44MjAzIDExLjc1NzggMTIuODc1IDExLjU5MzggMTIuODc1SDguMjAzMTJDOC4wOTM3NSAxMi44NzUgOC4wMTE3MiAxMi44NDc3IDcuOTU3MDMgMTIuNzkzQzcuOTAyMzQgMTIuNzM4MyA3Ljg3NSAxMi42NTYyIDcuODc1IDEyLjU0NjlWMTEuNDUzMUM3Ljg3NSAxMS4zNzExIDcuOTAyMzQgMTEuMjg5MSA3Ljk1NzAzIDExLjIzNDRDOC4wMTE3MiAxMS4xNzk3IDguMDkzNzUgMTEuMTI1IDguMjAzMTIgMTEuMTI1SDEwLjVWOC44MjgxMkMxMC41IDguNzQ2MDkgMTAuNTI3MyA4LjY2NDA2IDEwLjU4MiA4LjYwOTM4QzEwLjYzNjcgOC41NTQ2OSAxMC43MTg4IDguNSAxMC44MjgxIDguNUgxMS45MjE5Wk00LjM3NSAxMi41NDY5QzQuMzc1IDEyLjY1NjIgNC4zMjAzMSAxMi43MzgzIDQuMjY1NjIgMTIuNzkzQzQuMjEwOTQgMTIuODQ3NyA0LjEyODkxIDEyLjg3NSA0LjA0Njg4IDEyLjg3NUgwLjY1NjI1QzAuNDY0ODQ0IDEyLjg3NSAwLjMwMDc4MSAxMi44MjAzIDAuMTkxNDA2IDEyLjY4MzZDMC4wNTQ2ODc1IDEyLjU3NDIgMCAxMi40MTAyIDAgMTIuMjE4OFY4LjgyODEyQzAgOC43NDYwOSAwLjAyNzM0MzggOC42NjQwNiAwLjA4MjAzMTIgOC42MDkzOEMwLjEzNjcxOSA4LjU1NDY5IDAuMjE4NzUgOC41IDAuMzI4MTI1IDguNUgxLjQyMTg4QzEuNTAzOTEgOC41IDEuNTg1OTQgOC41NTQ2OSAxLjY0MDYyIDguNjA5MzhDMS42OTUzMSA4LjY2NDA2IDEuNzUgOC43NDYwOSAxLjc1IDguODI4MTJWMTEuMTI1SDQuMDQ2ODhDNC4xMjg5MSAxMS4xMjUgNC4yMTA5NCAxMS4xNzk3IDQuMjY1NjIgMTEuMjM0NEM0LjMyMDMxIDExLjI4OTEgNC4zNzUgMTEuMzcxMSA0LjM3NSAxMS40NTMxVjEyLjU0NjlaJy8+PC9zdmc+);
        mask-image: url(data:image/svg+xml;charset=utf8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxMyAxMyc+PHBhdGggZD0nTTAgNC42NzE4OEMwIDQuNzgxMjUgMC4wMjczNDM4IDQuODYzMjggMC4wODIwMzEyIDQuOTE3OTdDMC4xMzY3MTkgNC45NzI2NiAwLjIxODc1IDUgMC4zMjgxMjUgNUgxLjQyMTg4QzEuNTAzOTEgNSAxLjU4NTk0IDQuOTcyNjYgMS42NDA2MiA0LjkxNzk3QzEuNjk1MzEgNC44NjMyOCAxLjc1IDQuNzgxMjUgMS43NSA0LjY3MTg4VjIuMzc1SDQuMDQ2ODhDNC4xMjg5MSAyLjM3NSA0LjIxMDk0IDIuMzQ3NjYgNC4yNjU2MiAyLjI5Mjk3QzQuMzIwMzEgMi4yMzgyOCA0LjM3NSAyLjE1NjI1IDQuMzc1IDIuMDQ2ODhWMC45NTMxMjVDNC4zNzUgMC44NzEwOTQgNC4zMjAzMSAwLjc4OTA2MiA0LjI2NTYyIDAuNzM0Mzc1QzQuMjEwOTQgMC42Nzk2ODggNC4xMjg5MSAwLjYyNSA0LjA0Njg4IDAuNjI1SDAuNjU2MjVDMC40NjQ4NDQgMC42MjUgMC4zMDA3ODEgMC43MDcwMzEgMC4xOTE0MDYgMC44MTY0MDZDMC4wNTQ2ODc1IDAuOTUzMTI1IDAgMS4xMTcxOSAwIDEuMjgxMjVWNC42NzE4OFpNNy44NzUgMC45NTMxMjVDNy44NzUgMC44NzEwOTQgNy45MDIzNCAwLjc4OTA2MiA3Ljk1NzAzIDAuNzM0Mzc1QzguMDExNzIgMC42Nzk2ODggOC4wOTM3NSAwLjYyNSA4LjIwMzEyIDAuNjI1SDExLjU5MzhDMTEuNzU3OCAwLjYyNSAxMS45MjE5IDAuNzA3MDMxIDEyLjA1ODYgMC44MTY0MDZDMTIuMTY4IDAuOTUzMTI1IDEyLjI1IDEuMTE3MTkgMTIuMjUgMS4yODEyNVY0LjY3MTg4QzEyLjI1IDQuNzgxMjUgMTIuMTk1MyA0Ljg2MzI4IDEyLjE0MDYgNC45MTc5N0MxMi4wODU5IDQuOTcyNjYgMTIuMDAzOSA1IDExLjkyMTkgNUgxMC44MjgxQzEwLjcxODggNSAxMC42MzY3IDQuOTcyNjYgMTAuNTgyIDQuOTE3OTdDMTAuNTI3MyA0Ljg2MzI4IDEwLjUgNC43ODEyNSAxMC41IDQuNjcxODhWMi4zNzVIOC4yMDMxMkM4LjA5Mzc1IDIuMzc1IDguMDExNzIgMi4zNDc2NiA3Ljk1NzAzIDIuMjkyOTdDNy45MDIzNCAyLjIzODI4IDcuODc1IDIuMTU2MjUgNy44NzUgMi4wNDY4OFYwLjk1MzEyNVpNMTEuOTIxOSA4LjVDMTIuMDAzOSA4LjUgMTIuMDg1OSA4LjU1NDY5IDEyLjE0MDYgOC42MDkzOEMxMi4xOTUzIDguNjY0MDYgMTIuMjUgOC43NDYwOSAxMi4yNSA4LjgyODEyVjEyLjIxODhDMTIuMjUgMTIuNDEwMiAxMi4xNjggMTIuNTc0MiAxMi4wNTg2IDEyLjY4MzZDMTEuOTIxOSAxMi44MjAzIDExLjc1NzggMTIuODc1IDExLjU5MzggMTIuODc1SDguMjAzMTJDOC4wOTM3NSAxMi44NzUgOC4wMTE3MiAxMi44NDc3IDcuOTU3MDMgMTIuNzkzQzcuOTAyMzQgMTIuNzM4MyA3Ljg3NSAxMi42NTYyIDcuODc1IDEyLjU0NjlWMTEuNDUzMUM3Ljg3NSAxMS4zNzExIDcuOTAyMzQgMTEuMjg5MSA3Ljk1NzAzIDExLjIzNDRDOC4wMTE3MiAxMS4xNzk3IDguMDkzNzUgMTEuMTI1IDguMjAzMTIgMTEuMTI1SDEwLjVWOC44MjgxMkMxMC41IDguNzQ2MDkgMTAuNTI3MyA4LjY2NDA2IDEwLjU4MiA4LjYwOTM4QzEwLjYzNjcgOC41NTQ2OSAxMC43MTg4IDguNSAxMC44MjgxIDguNUgxMS45MjE5Wk00LjM3NSAxMi41NDY5QzQuMzc1IDEyLjY1NjIgNC4zMjAzMSAxMi43MzgzIDQuMjY1NjIgMTIuNzkzQzQuMjEwOTQgMTIuODQ3NyA0LjEyODkxIDEyLjg3NSA0LjA0Njg4IDEyLjg3NUgwLjY1NjI1QzAuNDY0ODQ0IDEyLjg3NSAwLjMwMDc4MSAxMi44MjAzIDAuMTkxNDA2IDEyLjY4MzZDMC4wNTQ2ODc1IDEyLjU3NDIgMCAxMi40MTAyIDAgMTIuMjE4OFY4LjgyODEyQzAgOC43NDYwOSAwLjAyNzM0MzggOC42NjQwNiAwLjA4MjAzMTIgOC42MDkzOEMwLjEzNjcxOSA4LjU1NDY5IDAuMjE4NzUgOC41IDAuMzI4MTI1IDguNUgxLjQyMTg4QzEuNTAzOTEgOC41IDEuNTg1OTQgOC41NTQ2OSAxLjY0MDYyIDguNjA5MzhDMS42OTUzMSA4LjY2NDA2IDEuNzUgOC43NDYwOSAxLjc1IDguODI4MTJWMTEuMTI1SDQuMDQ2ODhDNC4xMjg5MSAxMS4xMjUgNC4yMTA5NCAxMS4xNzk3IDQuMjY1NjIgMTEuMjM0NEM0LjMyMDMxIDExLjI4OTEgNC4zNzUgMTEuMzcxMSA0LjM3NSAxMS40NTMxVjEyLjU0NjlaJy8+PC9zdmc+)
    }
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-playpause-button.mejs-play>button:before {
    content: '\f04b'
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-playpause-button.mejs-pause>button:before {
    content: '\f04c'
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-playpause-button.mejs-replay>button:before {
    content: '\f0e2'
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-button.mejs-mute>button:before {
    content: '\f028'
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-button.mejs-unmute>button:before {
    content: '\f026'
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #303865
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-currenttime,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-duration {
    margin-left: 10px
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-currenttime~.mejs-duration {
    margin-left: 0
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail {
    padding: 0;
    margin: 0 0 0 10px
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-total {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #eaebf0;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
    background: #ea36a4;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-current,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
    height: 100%
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-buffering,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-loaded {
    -webkit-border-radius: 0;
    border-radius: 0
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-handle,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-loaded,
.jet-video .jet-video-mejs-player .mejs-controls .mejs-time-rail .mejs-time-hovered {
    display: none
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-horizontal-volume-slider {
    width: auto;
    height: auto;
    margin-left: 7px
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: relative;
    top: auto;
    width: 60px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #eaebf0;
    overflow: hidden
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background: #00b4ff
}

.jet-video .jet-video-mejs-player .mejs-controls .mejs-volume-slider .mejs-volume-total {
    width: 4px
}

.jet-video--fa5-compat .jet-video-mejs-player .mejs-controls .mejs-button>button {
    font: normal normal 900 12px/1 'Font Awesome 5 Free'
}

.jet-video .ast-oembed-container {
    position: static;
    padding: 0
}

.jet-audio>audio {
    display: none
}

.jet-audio .mejs-container,
.jet-audio .mejs-container .mejs-controls {
    background: 0 0
}

.jet-audio .mejs-container {
    max-width: 100%;
    height: auto !important;
    font-family: inherit
}

.jet-audio .mejs-controls {
    position: relative;
    height: auto;
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-audio .mejs-controls .mejs-button,
.jet-audio .mejs-controls .mejs-time,
.jet-audio .mejs-controls .mejs-time-rail {
    width: auto;
    height: auto
}

.jet-audio .mejs-controls .mejs-button>button {
    position: relative;
    width: auto;
    height: auto;
    margin: 0;
    letter-spacing: normal;
    border: 1px;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: 0 0;
    font: normal normal normal 12px/1 FontAwesome;
    text-rendering: auto;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.jet-audio .mejs-controls .mejs-button>button:before {
    display: inline-block;
    width: 1em
}

.jet-audio .mejs-controls .mejs-playpause-button>button {
    padding: 14px;
    color: #303865;
    background-color: #fff
}

.jet-audio .mejs-controls .mejs-volume-button {
    margin-left: 10px
}

.jet-audio .mejs-controls .mejs-volume-button>button {
    padding: 3px;
    color: #fff
}

.jet-audio .mejs-controls .mejs-playpause-button.mejs-play>button:before {
    content: '\f04b'
}

.jet-audio .mejs-controls .mejs-playpause-button.mejs-pause>button:before {
    content: '\f04c'
}

.jet-audio .mejs-controls .mejs-playpause-button.mejs-replay>button:before {
    content: '\f0e2'
}

.jet-audio .mejs-controls .mejs-volume-button.mejs-mute>button:before {
    content: '\f028'
}

.jet-audio .mejs-controls .mejs-volume-button.mejs-unmute>button:before {
    content: '\f026'
}

.jet-audio .mejs-controls .mejs-time {
    padding: 0;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
    color: #fff
}

.jet-audio .mejs-controls .mejs-currenttime,
.jet-audio .mejs-controls .mejs-duration {
    margin-left: 10px
}

.jet-audio .mejs-controls .mejs-currenttime~.mejs-duration {
    margin-left: 0
}

.jet-audio .mejs-controls .mejs-time-rail {
    padding: 0;
    margin: 0 0 0 10px
}

.jet-audio .mejs-controls .mejs-time-rail .mejs-time-total {
    position: relative;
    margin: 0;
    overflow: hidden;
    background: #303865;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.jet-audio .mejs-controls .mejs-time-rail .mejs-time-current {
    width: 0;
    -webkit-transform: scaleX(1) !important;
    -ms-transform: scaleX(1) !important;
    transform: scaleX(1) !important;
    background: #fff;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0
}

.jet-audio .mejs-controls .mejs-time-rail .mejs-time-buffering,
.jet-audio .mejs-controls .mejs-time-rail .mejs-time-loaded,
.jet-audio .mejs-controls .mejs-time-rail .mejs-time-current,
.jet-audio .mejs-controls .mejs-time-rail .mejs-time-hovered {
    height: 100%
}

.jet-audio .mejs-controls .mejs-time-rail .mejs-time-buffering,
.jet-audio .mejs-controls .mejs-time-rail .mejs-time-loaded {
    -webkit-border-radius: 0;
    border-radius: 0
}

.jet-audio .mejs-controls .mejs-time-rail .mejs-time-handle,
.jet-audio .mejs-controls .mejs-time-rail .mejs-time-loaded,
.jet-audio .mejs-controls .mejs-time-rail .mejs-time-hovered {
    display: none
}

.jet-audio .mejs-controls .mejs-horizontal-volume-slider {
    width: auto;
    height: auto;
    margin-left: 7px
}

.jet-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
    position: relative;
    top: auto;
    width: 60px;
    height: 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #303865;
    overflow: hidden
}

.jet-audio .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    background: #fff
}

.jet-audio .mejs-controls .mejs-volume-slider .mejs-volume-total {
    width: 4px
}

.jet-audio--fa5-compat .mejs-controls .mejs-button>button {
    font: normal normal 900 12px/1 'Font Awesome 5 Free'
}

.elementor-widget-jet-audio .elementor-widget-container {
    padding: 10px;
    background: #00b4ff
}

.jet-hor-timeline {
    position: relative
}

.jet-hor-timeline--arrows-nav .jet-hor-timeline-inner {
    overflow: hidden
}

.jet-hor-timeline--scroll-bar .jet-hor-timeline-track {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-bottom: 30px
}

.jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar {
    height: 8px;
    background: #efeff1;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-button {
    width: 0;
    height: 0
}

.jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-thumb {
    background-color: #34314b;
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-track {
    border: none;
    background: 0 0
}

.jet-hor-timeline--scroll-bar .jet-hor-timeline-track::-webkit-scrollbar-corner {
    background: 0 0
}

.jet-hor-timeline--arrows-nav .jet-hor-timeline-track {
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease
}

.jet-hor-timeline-list {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    direction: ltr
}

.jet-hor-timeline-list--top {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.jet-hor-timeline-list--middle {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.jet-hor-timeline-list--bottom {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.jet-hor-timeline-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s
}

.jet-hor-timeline-list--top .jet-hor-timeline-item {
    padding-top: 15px
}

.jet-hor-timeline-list--bottom .jet-hor-timeline-item {
    padding-bottom: 15px
}

.jet-hor-timeline-item__card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-width: 1px;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.jet-hor-timeline-list--top .jet-hor-timeline-item__card {
    margin-bottom: 30px
}

.jet-hor-timeline-list--bottom .jet-hor-timeline-item__card {
    margin-top: 30px
}

.jet-hor-timeline-item__card-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 30px;
    overflow: hidden;
    z-index: 1;
    background-color: #f8f8f8;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.jet-hor-timeline-item__card-img {
    margin-bottom: 10px
}

.jet-hor-timeline-item__card-img img {
    vertical-align: top
}

.jet-hor-timeline-item__card-title {
    margin: 0 0 10px;
    padding: 0;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.jet-hor-timeline-item__card-btn-wrap {
    margin-top: 15px
}

.jet-hor-timeline-item__card-arrow {
    position: absolute;
    width: 20px;
    height: 20px;
    border-width: 1px;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.jet-hor-timeline .jet-hor-timeline-item__card-arrow {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.jet-hor-timeline-item__card-arrow:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f8f8f8;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.jet-hor-timeline-list--top .jet-hor-timeline-item__card-arrow {
    top: 100%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    border-left-color: transparent !important;
    border-top-color: transparent !important
}

.jet-hor-timeline-list--bottom .jet-hor-timeline-item__card-arrow {
    bottom: 100%;
    -webkit-transform: translateY(50%) rotate(45deg);
    -ms-transform: translateY(50%) rotate(45deg);
    transform: translateY(50%) rotate(45deg);
    border-right-color: transparent !important;
    border-bottom-color: transparent !important
}

.jet-hor-timeline--align-left .jet-hor-timeline-item__card-arrow {
    left: 20px
}

.jet-hor-timeline--align-right .jet-hor-timeline-item__card-arrow {
    right: 20px
}

.jet-hor-timeline--align-center .jet-hor-timeline-item__card-arrow {
    left: 50%
}

.jet-hor-timeline--align-center .jet-hor-timeline-list--top .jet-hor-timeline-item__card-arrow {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg)
}

.jet-hor-timeline--align-center .jet-hor-timeline-list--bottom .jet-hor-timeline-item__card-arrow {
    -webkit-transform: translateX(-50%) translateY(50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(50%) rotate(45deg);
    transform: translateX(-50%) translateY(50%) rotate(45deg)
}

.jet-hor-timeline-item__meta {
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.jet-hor-timeline-list--top .jet-hor-timeline-item__meta {
    margin-bottom: 15px
}

.jet-hor-timeline-list--bottom .jet-hor-timeline-item__meta {
    margin-top: 15px
}

.jet-hor-timeline--align-left .jet-hor-timeline-item__meta {
    text-align: left;
    margin-right: auto
}

.jet-hor-timeline--align-center .jet-hor-timeline-item__meta {
    text-align: center;
    margin-left: auto;
    margin-right: auto
}

.jet-hor-timeline--align-right .jet-hor-timeline-item__meta {
    text-align: right;
    margin-left: auto
}

.jet-hor-timeline-item__point {
    z-index: 1;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.jet-hor-timeline-item__point-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    min-width: 10px;
    min-height: 10px;
    font-size: 16px;
    color: #34314b;
    background-color: #efeff1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: inherit;
    -o-transition: inherit;
    transition: inherit
}

.jet-hor-timeline--align-left .jet-hor-timeline-item__point-content {
    margin-left: 10px;
    margin-right: auto
}

.jet-hor-timeline--align-center .jet-hor-timeline-item__point-content {
    margin-left: auto;
    margin-right: auto
}

.jet-hor-timeline--align-right .jet-hor-timeline-item__point-content {
    margin-left: auto;
    margin-right: 10px
}

.jet-hor-timeline-item.is-active .jet-hor-timeline-item__point-content {
    background-color: #55cdff;
    color: #fff
}

.jet-hor-timeline__line {
    position: absolute;
    top: 50%;
    height: 2px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: hidden;
    background-color: #efeff1
}

.jet-hor-timeline__line-progress {
    width: 0;
    height: 100%;
    background-color: #55cdff;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease
}

.jet-hor-timeline .jet-arrow {
    position: absolute;
    top: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 36px;
    height: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 30px;
    line-height: 1;
    background-color: #55cdff;
    color: #fff
}

.jet-hor-timeline .jet-arrow:before {
    line-height: 0
}

.jet-hor-timeline .jet-arrow.jet-prev-arrow {
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.jet-hor-timeline .jet-arrow.jet-next-arrow {
    right: 0;
    -webkit-transform: translateY(-50%) scale(-1, 1);
    -ms-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1)
}

.jet-hor-timeline .jet-arrow.jet-arrow-disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none
}

.jet-pie-chart-container {
    position: relative;
    height: 400px;
    max-width: 100%
}

.jet-pie-chart-title-container .jet-pie-chart-title {
    display: block;
    margin: 0;
    padding: 0;
    text-align: center
}

.pricing-table {
    text-align: center;
    padding: 30px
}

.pricing-table__icon-box>* {
    font-size: 40px
}

.pricing-table .pricing-table__title {
    margin: 20px 0 0;
    padding: 0
}

.pricing-table .pricing-table__subtitle {
    margin: 10px 0 0;
    padding: 0
}

.pricing-table__price {
    padding: 15px 0
}

.pricing-table__price-prefix,
.pricing-table__price-val {
    font-size: 23px
}

.pricing-table__price-desc {
    padding: 0;
    margin: 5px 0 0
}

.pricing-table__action {
    padding: 20px 0 0
}

.brands-list .brands-list__item-name {
    margin: 20px 0 0;
    text-align: center
}

.brands-list .brands-list__item-desc {
    text-align: center
}

.brands-list .brands-list__item-img-wrap {
    text-align: center
}

.brands-list .brands-list__item-img {
    display: inline-block
}

.jet-animated-box {
    height: 250px
}

.jet-animated-box__front,
.jet-animated-box__back {
    padding: 10px
}

.jet-animated-box__icon .jet-animated-box-icon-inner {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.jet-animated-box__icon .jet-elements-icon {
    font-size: 40px;
    color: #fff
}

.jet-animated-box .jet-animated-box__toggle {
    cursor: pointer;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    background-color: #848484;
    -webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .2);
    box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, .2)
}

.jet-animated-box .jet-animated-box__title {
    color: #fff;
    font-size: 23px;
    text-align: center;
    margin: 0 0 10px
}

.jet-animated-box .jet-animated-box__subtitle {
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin: 0 0 10px
}

.jet-animated-box .jet-animated-box__description {
    color: #fff;
    font-size: 13px;
    text-align: center;
    margin: 0 0 10px
}

.jet-animated-box .jet-animated-box__button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center
}

.jet-animated-box .jet-animated-box__button .jet-animated-box__button-text {
    margin: 0 3px
}

.jet-animated-box .jet-animated-box__button .jet-animated-box__button-icon {
    color: #fff
}

.jet-animated-text__before-text {
    color: #54595f;
    font-size: 36px
}

.jet-animated-text__animated-text {
    color: #6ec1e4;
    font-size: 36px
}

.jet-animated-text__after-text {
    color: #7a7a7a;
    font-size: 36px
}

.circle-counter .circle-val {
    color: #6ec1e4;
    font-size: 23px
}

.circle-counter .circle-val .circle-counter__prefix {
    line-height: 1
}

.circle-counter .circle-val .circle-counter__suffix {
    line-height: 1
}

.circle-counter .circle-counter__title {
    padding-top: 10px
}

.jet-carousel .jet-carousel__item-title {
    margin: 0;
    padding: 0
}

.jet-carousel .jet-arrow {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    margin-top: -18px;
    color: #fff;
    font-size: 23px
}

.jet-carousel .jet-arrow.prev-arrow {
    left: 20px
}

.jet-carousel .jet-arrow.next-arrow {
    right: 20px
}

.jet-countdown-timer .jet-countdown-timer__item {
    margin: 10px
}

.jet-countdown-timer .jet-countdown-timer__item-value {
    font-size: 23px
}

.jet-countdown-timer .jet-countdown-timer__item-label {
    font-size: 13px
}

.jet-images-layout__inner {
    margin: 10px
}

.jet-images-layout__icon .jet-jet-images-layout-icon-inner {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.jet-images-layout__icon i,
.jet-images-layout__icon svg {
    font-size: 40px;
    color: #fff
}

.jet-images-layout__content {
    padding: 20px
}

.jet-images-layout__content:before {
    background-color: rgba(84, 89, 95, .6)
}

.jet-images-layout .jet-images-layout__title {
    color: #fff;
    font-size: 23px;
    margin: 0 0 10px
}

.jet-images-layout .jet-images-layout__desc {
    color: #fff;
    font-size: 13px;
    margin: 0 0 10px
}

.jet-slider {
    position: relative
}

.jet-slider__icon .jet-slider-icon-inner {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.jet-slider .jet-slider__icon {
    color: #fff;
    font-size: 40px;
    text-align: center
}

.jet-slider .jet-slider__title {
    color: #fff;
    font-size: 36px;
    margin: 10px 0;
    text-align: center
}

.jet-slider .jet-slider__subtitle {
    color: #fff;
    font-size: 24px;
    margin: 10px 0;
    text-align: center
}

.jet-slider .jet-slider__desc {
    color: #fff;
    font-size: 14px;
    margin: 10px 0 30px;
    text-align: center
}

.jet-slider .jet-slider__button-wrapper {
    text-align: center
}

.jet-slider .jet-slider__button-wrapper .jet-slider__button--primary {
    background-color: #6ec1e4
}

.jet-slider .sp-image-container {
    position: relative
}

.jet-slider .sp-image-container:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, .2);
    content: ''
}

.jet-slider .sp-arrow {
    color: #fff;
    font-size: 30px;
    background-color: #6ec1e4
}

.jet-slider .sp-full-screen-button {
    font-size: 16px;
    color: #fff
}

.jet-slider .sp-buttons .sp-button {
    border-color: #6ec1e4;
    background-color: transparent
}

.jet-slider .sp-buttons .sp-button.sp-selected-button {
    background-color: #6ec1e4
}

.jet-slider .sp-buttons .sp-button:hover {
    background-color: #6ec1e4
}

.jet-slider .sp-thumbnails .sp-thumbnail-container:hover:before {
    border: 2px solid #54595f
}

.jet-slider .sp-thumbnails .sp-thumbnail-container.sp-selected-thumbnail:before {
    border: 2px solid #6ec1e4
}

.jet-team-member .jet-team-member__cover:before {
    background-color: rgba(84, 89, 95, .5)
}

.jet-team-member .jet-team-member__cover:after {
    border-color: rgba(84, 89, 95, .5) transparent transparent transparent
}

.jet-team-member .jet-team-member__name {
    font-size: 20px;
    color: #000;
    margin: 10px 0
}

.jet-team-member .jet-team-member__position {
    text-align: center;
    margin: 5px 0;
    font-size: 14px;
    color: #6ec1e4
}

.jet-team-member .jet-team-member__desc {
    text-align: center;
    font-size: 16px;
    color: #54595f;
    margin: 10px 0
}

.jet-team-member .jet-team-member__socials {
    margin: 10px 0
}

.jet-team-member .jet-team-member__socials-icon {
    font-size: 18px;
    color: #6ec1e4
}

.jet-team-member .jet-team-member__socials-icon .inner {
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.jet-team-member .jet-team-member__socials-icon .inner {
    margin: 5px
}

.jet-services .jet-services__icon {
    color: #fff;
    font-size: 40px;
    text-align: center;
    margin: 10px 0
}

.jet-services .jet-services__icon .inner {
    width: 80px;
    height: 80px;
    background-color: #6ec1e4;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.jet-services .jet-services__title {
    font-size: 20px;
    color: #000;
    margin: 10px 0
}

.jet-services .jet-services__desc {
    text-align: center;
    font-size: 16px;
    color: #54595f;
    margin: 10px 0
}

.jet-testimonials .jet-testimonials__icon {
    font-size: 40px;
    text-align: center;
    margin: 5px
}

.jet-testimonials .jet-testimonials__icon .jet-testimonials__icon-inner {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.jet-testimonials .jet-testimonials__icon svg {
    width: 40px;
    height: 40px
}

.jet-testimonials .jet-testimonials__title {
    font-size: 20px;
    color: #000;
    margin: 5px
}

.jet-testimonials .jet-testimonials__comment {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #54595f;
    margin: 5px;
    padding: 25px 15px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #6ec1e4
}

.jet-testimonials .jet-testimonials__comment:after {
    border-color: #6ec1e4 transparent transparent
}

.jet-testimonials .jet-testimonials__name {
    font-size: 18px;
    color: #000;
    margin: 5px
}

.jet-testimonials .jet-testimonials__position {
    text-align: center;
    margin: 5px;
    font-size: 16px;
    color: #6ec1e4
}

.jet-testimonials .jet-testimonials__date {
    text-align: center;
    margin: 5px;
    font-size: 12px;
    color: #7a7a7a
}

.jet-testimonials .jet-arrow {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    margin-top: -18px;
    color: #fff;
    background-color: #6ec1e4;
    font-size: 23px
}

.jet-testimonials .jet-arrow.prev-arrow {
    left: 20px
}

.jet-testimonials .jet-arrow.next-arrow {
    right: 20px
}

.jet-testimonials .jet-slick-dots {
    margin: 20px 0 0
}

.jet-testimonials .jet-slick-dots li.slick-active span {
    background-color: #61ce70
}

.jet-testimonials .jet-slick-dots li:hover span {
    background-color: #6ec1e4
}

.jet-testimonials .jet-slick-dots li span {
    background-color: #7a7a7a
}

.jet-button__instance {
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.jet-button__icon {
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 25px;
    margin: 3px
}

.jet-button__label {
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    text-align: left
}

.jet-button__state {
    padding: 10px 30px
}

.jet-button__plane-normal {
    background-color: #6ec1e4
}

.jet-button__plane-hover {
    background-color: #54595f
}

.jet-image-comparison .jx-label {
    margin: 5px;
    background-color: #54595f
}

.jet-image-comparison .jx-controller {
    width: 40px;
    height: 40px;
    background-color: #6ec1e4;
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-image-comparison .jx-controller i {
    color: #fff;
    font-size: 20px;
    margin: 5px
}

.jet-image-comparison .jx-image.jx-left {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.jet-image-comparison .jx-image.jx-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.jet-image-comparison .jet-arrow {
    width: 36px;
    height: 36px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
    margin-top: -18px;
    color: #fff;
    background-color: #6ec1e4;
    font-size: 23px
}

.jet-image-comparison .jet-arrow.prev-arrow {
    left: 20px
}

.jet-image-comparison .jet-arrow.next-arrow {
    right: 20px
}

.jet-image-comparison .jet-slick-dots {
    margin: 20px 0 0
}

.jet-image-comparison .jet-slick-dots li.slick-active span {
    background-color: #61ce70
}

.jet-image-comparison .jet-slick-dots li:hover span {
    background-color: #6ec1e4
}

.jet-image-comparison .jet-slick-dots li span {
    background-color: #7a7a7a
}

.jet-instagram-gallery__content {
    padding: 20px
}

.jet-instagram-gallery__content:before {
    background-color: rgba(84, 89, 95, .6)
}

.jet-instagram-gallery__caption {
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    margin: 10px 0;
    max-width: 100%;
    z-index: 1
}

.jet-instagram-gallery__meta {
    z-index: 1
}

.jet-instagram-gallery__comments-count {
    color: #fff;
    font-size: 20px;
    margin: 5px
}

.jet-instagram-gallery__comments-icon {
    color: #6ec1e4;
    margin-right: 5px
}

.jet-instagram-gallery__likes-count {
    color: #fff;
    font-size: 20px;
    margin: 5px
}

.jet-instagram-gallery__likes-icon {
    color: #6ec1e4;
    margin-right: 5px
}

.jet-scroll-navigation--position-left {
    margin-left: 20px
}

.jet-scroll-navigation--position-right {
    margin-right: 20px
}

.jet-scroll-navigation__item {
    margin: 10px 0
}

.jet-scroll-navigation__item .jet-scroll-navigation__dot {
    background-color: #54595f
}

.jet-scroll-navigation__item:hover .jet-scroll-navigation__dot {
    background-color: #61ce70
}

.jet-scroll-navigation__item.invert .jet-scroll-navigation__dot {
    background-color: #fff
}

.jet-scroll-navigation__item.active .jet-scroll-navigation__dot {
    background-color: #6ec1e4
}

.jet-scroll-navigation__dot {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    -webkit-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    -o-transition: all .3s cubic-bezier(.5, .12, .46, .88);
    transition: all .3s cubic-bezier(.5, .12, .46, .88)
}

.jet-scroll-navigation__item-hint {
    background-color: #6ec1e4;
    padding: 0 10px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.jet-scroll-navigation__icon {
    color: #fff;
    font-size: 20px;
    margin: 5px
}

.jet-scroll-navigation__label {
    color: #fff;
    font-size: 16px
}

.jet-headline__first {
    color: #54595f
}

.jet-headline__first .jet-headline__deco {
    margin-right: 10px
}

.jet-headline__second {
    color: #6ec1e4
}

.jet-headline__second .jet-headline__deco {
    margin-left: 10px
}

.jet-headline__divider {
    height: 2px;
    background-color: #7a7a7a
}

.jet-headline__deco-icon {
    font-size: 30px;
    color: #54595f
}

.jet-headline--direction-horizontal .jet-headline__divider.jet-headline__left-divider {
    margin-right: 10px
}

.jet-headline--direction-horizontal .jet-headline__divider.jet-headline__right-divider {
    margin-left: 10px
}

.jet-subscribe-form .jet-subscribe-form__input {
    border: 1px solid #e0e0e8;
    background-color: #f7fafd;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 13px 20px;
    margin: 5px 0
}

.jet-subscribe-form .jet-subscribe-form__input.mail-invalid {
    color: #d9534f
}

.jet-subscribe-form .jet-subscribe-form__input:focus {
    outline: none;
    -webkit-box-shadow: 0 0 10px #e0e0e8;
    box-shadow: 0 0 10px #e0e0e8
}

.jet-subscribe-form .jet-subscribe-form__input:first-child {
    margin-top: 0
}

.jet-subscribe-form .jet-subscribe-form__input:last-child {
    margin-bottom: 0
}

.jet-subscribe-form .jet-subscribe-form__submit {
    background-color: #6ec1e4
}

.jet-subscribe-form .jet-subscribe-form__submit-icon {
    color: #fff;
    font-size: 15px;
    margin-right: 10px
}

.jet-subscribe-form--inline-layout .jet-subscribe-form__submit {
    margin-left: 10px
}

.jet-subscribe-form--block-layout .jet-subscribe-form__submit {
    margin-top: 10px
}

.jet-subscribe-form--response-success .jet-subscribe-form__message {
    color: #5cb85c
}

.jet-subscribe-form--response-error .jet-subscribe-form__message {
    color: #d9534f
}

.jet-progress-bar__wrapper {
    position: relative;
    height: 30px;
    background-color: #eee;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.jet-progress-bar__status-bar {
    height: 100%;
    background-color: #6ec1e4;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.jet-progress-bar__title-icon {
    margin-right: 5px
}

.jet-progress-bar-type-1 .jet-progress-bar__title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.jet-progress-bar-type-1 .jet-progress-bar__title-text {
    color: #54595f
}

.jet-progress-bar-type-1 .jet-progress-bar__title-icon {
    color: #54595f
}

.jet-progress-bar-type-1 .jet-progress-bar__percent {
    margin: 0 10px;
    color: #fff;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end
}

.jet-progress-bar-type-2 .jet-progress-bar__title {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: 5px
}

.jet-progress-bar-type-2 .jet-progress-bar__percent {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 5px
}

.jet-progress-bar-type-3 .jet-progress-bar__percent {
    width: 40px;
    margin-right: -20px;
    padding: 5px 0;
    color: #fff;
    background-color: #6ec1e4;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.jet-progress-bar-type-3 .jet-progress-bar__wrapper {
    height: 10px
}

.jet-progress-bar-type-4 .jet-progress-bar__title {
    margin-right: 20px
}

.jet-progress-bar-type-4 .jet-progress-bar__percent {
    margin-left: 20px
}

.jet-progress-bar-type-4 .jet-progress-bar__wrapper {
    height: 10px
}

.jet-progress-bar-type-5 .jet-progress-bar__title {
    margin-bottom: 5px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.jet-progress-bar-type-5 .jet-progress-bar__percent {
    margin-left: 10px
}

.jet-progress-bar-type-6 .jet-progress-bar__title {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.jet-progress-bar-type-6 .jet-progress-bar__wrapper {
    height: 60px
}

.jet-progress-bar-type-6 .jet-progress-bar__status {
    margin-left: 10px
}

.jet-progress-bar-type-6 .jet-progress-bar__percent {
    font-size: 25px
}

.jet-progress-bar-type-7 .jet-progress-bar__wrapper {
    width: 50px;
    height: 300px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.jet-progress-bar-type-7 .jet-progress-bar__percent {
    margin-bottom: 10px
}

.jet-portfolio .jet-portfolio__filter-list {
    margin: 0 0 30px
}

.jet-portfolio .jet-portfolio__filter-item {
    padding: 0 10px;
    margin: 0 5px;
    color: #54595f
}

.jet-portfolio .jet-portfolio__filter-item.active {
    color: #fff;
    background-color: #6ec1e4
}

.jet-portfolio .jet-portfolio__filter-item-separator {
    font-size: 12px;
    color: #6ec1e4
}

.jet-portfolio .jet-portfolio__content-inner {
    padding: 10px
}

.jet-portfolio .jet-portfolio__title {
    font-size: 22px;
    margin: 0 0 5px
}

.jet-portfolio .jet-portfolio__category {
    font-size: 16px;
    margin: 0 0 5px
}

.jet-portfolio .jet-portfolio__desc {
    font-size: 14px;
    margin: 0 0 5px
}

.jet-portfolio .jet-portfolio__view-more {
    margin-top: 30px
}

.jet-portfolio .jet-portfolio__view-more-button {
    background-color: #6ec1e4;
    color: #fff
}

.jet-portfolio.preset-type-1 .jet-portfolio__title {
    color: #fff
}

.jet-portfolio.preset-type-1 .jet-portfolio__category {
    color: #fff
}

.jet-portfolio.preset-type-1 .jet-portfolio__desc {
    color: #fff
}

.jet-portfolio.preset-type-1 .jet-portfolio__content-inner {
    background-color: #54595f
}

.jet-portfolio.preset-type-2 .jet-portfolio__title {
    color: #54595f
}

.jet-portfolio.preset-type-2 .jet-portfolio__category {
    color: #54595f
}

.jet-portfolio.preset-type-2 .jet-portfolio__desc {
    color: #54595f
}

.jet-portfolio.preset-type-2 .jet-portfolio__cover {
    background-color: rgba(84, 89, 95, .6)
}

.jet-portfolio.preset-type-2 .jet-portfolio__cover i {
    font-size: 25px;
    color: #6ec1e4
}

.jet-portfolio.preset-type-3 .jet-portfolio__cover {
    background-color: rgba(84, 89, 95, .6)
}

.jet-portfolio.preset-type-3 .jet-portfolio__cover i {
    font-size: 25px;
    color: #6ec1e4
}

.jet-portfolio.preset-type-4 .jet-portfolio__title {
    color: #fff
}

.jet-portfolio.preset-type-4 .jet-portfolio__category {
    color: #fff
}

.jet-portfolio.preset-type-4 .jet-portfolio__desc {
    color: #fff
}

.jet-portfolio.preset-type-4 .jet-portfolio__content-inner {
    background-color: rgba(84, 89, 95, .6)
}

.jet-timeline__line {
    background-color: #e8e8f6
}

.jet-timeline__line-progress {
    background-color: #55cdff
}

.jet-timeline-item h5 {
    margin-top: 0
}

.jet-timeline-item .timeline-item__card {
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 2px 2px 30px 0 rgba(156, 156, 192, .26);
    box-shadow: 2px 2px 30px 0 rgba(156, 156, 192, .26)
}

.jet-timeline-item .timeline-item__card-img {
    font-size: 0
}

.jet-timeline-item .timeline-item__card-arrow {
    background-color: #fff
}

.jet-timeline-item .timeline-item__card-content {
    padding: 40px
}

.jet-timeline-item .timeline-item__meta-content {
    font-size: 16px;
    color: #a0a0a2
}

.jet-timeline-item .timeline-item__point-content {
    color: #fff;
    background-color: #e8e8f6;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.jet-timeline-item.is--active .timeline-item__point-content {
    background-color: #55cdff
}

.jet-timeline-item.is--active .timeline-item__meta-content {
    color: #55cdff
}

.jet-timeline-item--align-left .timeline-item__card {
    margin-left: 10px
}

.jet-timeline-item--align-left .jet-timeline__line {
    margin-left: 20px
}

.jet-timeline-item--align-right .timeline-item__card {
    margin-right: 10px
}

.jet-timeline-item--align-right .jet-timeline__line {
    margin-right: 20px
}

.jet-price-list .price-list {
    margin: 0
}

.jet-price-list .price-list__item-separator {
    border-bottom: 2px dotted #434345
}

/*!elementor-icons - v5.4.0 - 21-08-2019*/
@font-face {
    font-family: eicons;
    src: url(//ld-wp73.template-help.com/wordpress/prod_25527/v1/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.4.0);
    src: url(//ld-wp73.template-help.com/wordpress/prod_25527/v1/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.4.0#iefix) format("embedded-opentype"), url(//ld-wp73.template-help.com/wordpress/prod_25527/v1/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.4.0) format("woff2"), url(//ld-wp73.template-help.com/wordpress/prod_25527/v1/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.4.0) format("woff"), url(//ld-wp73.template-help.com/wordpress/prod_25527/v1/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.4.0) format("truetype"), url(//ld-wp73.template-help.com/wordpress/prod_25527/v1/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.4.0#eicon) format("svg");
    font-weight: 400;
    font-style: normal
}

[class*=" eicon-"],
[class^=eicon] {
    display: inline-block;
    font-family: eicons;
    font-size: inherit;
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

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

    to {
        transform: rotate(359deg)
    }
}

.eicon-animation-spin {
    animation: a 2s infinite linear
}

.eicon-editor-link:before {
    content: '\e800'
}

.eicon-editor-unlink:before {
    content: '\e801'
}

.eicon-editor-external-link:before {
    content: '\e802'
}

.eicon-editor-close:before {
    content: '\e803'
}

.eicon-editor-list-ol:before {
    content: '\e804'
}

.eicon-editor-list-ul:before {
    content: '\e805'
}

.eicon-editor-bold:before {
    content: '\e806'
}

.eicon-editor-italic:before {
    content: '\e807'
}

.eicon-editor-underline:before {
    content: '\e808'
}

.eicon-editor-paragraph:before {
    content: '\e809'
}

.eicon-editor-h1:before {
    content: '\e80a'
}

.eicon-editor-h2:before {
    content: '\e80b'
}

.eicon-editor-h3:before {
    content: '\e80c'
}

.eicon-editor-h4:before {
    content: '\e80d'
}

.eicon-editor-h5:before {
    content: '\e80e'
}

.eicon-editor-h6:before {
    content: '\e80f'
}

.eicon-editor-quote:before {
    content: '\e810'
}

.eicon-editor-code:before {
    content: '\e811'
}

.eicon-elementor:before {
    content: '\e812'
}

.eicon-elementor-square:before {
    content: '\e813'
}

.eicon-pojome:before {
    content: '\e814'
}

.eicon-plus:before {
    content: '\e815'
}

.eicon-menu-bar:before {
    content: '\e816'
}

.eicon-apps:before {
    content: '\e817'
}

.eicon-accordion:before {
    content: '\e818'
}

.eicon-alert:before {
    content: '\e819'
}

.eicon-animation-text:before {
    content: '\e81a'
}

.eicon-animation:before {
    content: '\e81b'
}

.eicon-banner:before {
    content: '\e81c'
}

.eicon-blockquote:before {
    content: '\e81d'
}

.eicon-button:before {
    content: '\e81e'
}

.eicon-call-to-action:before {
    content: '\e81f'
}

.eicon-captcha:before {
    content: '\e820'
}

.eicon-carousel:before {
    content: '\e821'
}

.eicon-checkbox:before {
    content: '\e822'
}

.eicon-columns:before {
    content: '\e823'
}

.eicon-countdown:before {
    content: '\e824'
}

.eicon-counter:before {
    content: '\e825'
}

.eicon-date:before {
    content: '\e826'
}

.eicon-divider-shape:before {
    content: '\e827'
}

.eicon-divider:before {
    content: '\e828'
}

.eicon-download-button:before {
    content: '\e829'
}

.eicon-dual-button:before {
    content: '\e82a'
}

.eicon-email-field:before {
    content: '\e82b'
}

.eicon-facebook-comments:before {
    content: '\e82c'
}

.eicon-facebook-like-box:before {
    content: '\e82d'
}

.eicon-form-horizontal:before {
    content: '\e82e'
}

.eicon-form-vertical:before {
    content: '\e82f'
}

.eicon-gallery-grid:before {
    content: '\e830'
}

.eicon-gallery-group:before {
    content: '\e831'
}

.eicon-gallery-justified:before {
    content: '\e832'
}

.eicon-gallery-masonry:before {
    content: '\e833'
}

.eicon-icon-box:before {
    content: '\e834'
}

.eicon-image-before-after:before {
    content: '\e835'
}

.eicon-image-box:before {
    content: '\e836'
}

.eicon-image-hotspot:before {
    content: '\e837'
}

.eicon-image-rollover:before {
    content: '\e838'
}

.eicon-info-box:before {
    content: '\e839'
}

.eicon-inner-section:before {
    content: '\e83a'
}

.eicon-mailchimp:before {
    content: '\e83b'
}

.eicon-menu-card:before {
    content: '\e83c'
}

.eicon-navigation-horizontal:before {
    content: '\e83d'
}

.eicon-nav-menu:before {
    content: '\e83e'
}

.eicon-navigation-vertical:before {
    content: '\e83f'
}

.eicon-number-field:before {
    content: '\e840'
}

.eicon-parallax:before {
    content: '\e841'
}

.eicon-php7:before {
    content: '\e842'
}

.eicon-post-list:before {
    content: '\e843'
}

.eicon-post-slider:before {
    content: '\e844'
}

.eicon-post:before {
    content: '\e845'
}

.eicon-posts-carousel:before {
    content: '\e846'
}

.eicon-posts-grid:before {
    content: '\e847'
}

.eicon-posts-group:before {
    content: '\e848'
}

.eicon-posts-justified:before {
    content: '\e849'
}

.eicon-posts-masonry:before {
    content: '\e84a'
}

.eicon-posts-ticker:before {
    content: '\e84b'
}

.eicon-price-list:before {
    content: '\e84c'
}

.eicon-price-table:before {
    content: '\e84d'
}

.eicon-radio:before {
    content: '\e84e'
}

.eicon-rtl:before {
    content: '\e84f'
}

.eicon-scroll:before {
    content: '\e850'
}

.eicon-search:before {
    content: '\e851'
}

.eicon-select:before {
    content: '\e852'
}

.eicon-share:before {
    content: '\e853'
}

.eicon-sidebar:before {
    content: '\e854'
}

.eicon-skill-bar:before {
    content: '\e855'
}

.eicon-slider-3d:before {
    content: '\e856'
}

.eicon-slider-album:before {
    content: '\e857'
}

.eicon-slider-device:before {
    content: '\e858'
}

.eicon-slider-full-screen:before {
    content: '\e859'
}

.eicon-slider-push:before {
    content: '\e85a'
}

.eicon-slider-vertical:before {
    content: '\e85b'
}

.eicon-slider-video:before {
    content: '\e85c'
}

.eicon-slides:before {
    content: '\e85d'
}

.eicon-social-icons:before {
    content: '\e85e'
}

.eicon-spacer:before {
    content: '\e85f'
}

.eicon-table:before {
    content: '\e860'
}

.eicon-tabs:before {
    content: '\e861'
}

.eicon-tel-field:before {
    content: '\e862'
}

.eicon-text-area:before {
    content: '\e863'
}

.eicon-text-field:before {
    content: '\e864'
}

.eicon-thumbnails-down:before {
    content: '\e865'
}

.eicon-thumbnails-half:before {
    content: '\e866'
}

.eicon-thumbnails-right:before {
    content: '\e867'
}

.eicon-time-line:before {
    content: '\e868'
}

.eicon-toggle:before {
    content: '\e869'
}

.eicon-url:before {
    content: '\e86a'
}

.eicon-t-letter:before {
    content: '\e86b'
}

.eicon-wordpress:before {
    content: '\e86c'
}

.eicon-text:before {
    content: '\e86d'
}

.eicon-anchor:before {
    content: '\e86e'
}

.eicon-bullet-list:before {
    content: '\e86f'
}

.eicon-code:before {
    content: '\e870'
}

.eicon-favorite:before {
    content: '\e871'
}

.eicon-google-maps:before {
    content: '\e872'
}

.eicon-image:before {
    content: '\e873'
}

.eicon-photo-library:before {
    content: '\e874'
}

.eicon-woocommerce:before {
    content: '\e875'
}

.eicon-youtube:before {
    content: '\e876'
}

.eicon-flip-box:before {
    content: '\e877'
}

.eicon-settings:before {
    content: '\e878'
}

.eicon-headphones:before {
    content: '\e879'
}

.eicon-testimonial:before {
    content: '\e87a'
}

.eicon-counter-circle:before {
    content: '\e87b'
}

.eicon-person:before {
    content: '\e87c'
}

.eicon-chevron-right:before {
    content: '\e87d'
}

.eicon-chevron-left:before {
    content: '\e87e'
}

.eicon-close:before {
    content: '\e87f'
}

.eicon-file-download:before {
    content: '\e880'
}

.eicon-save:before {
    content: '\e881'
}

.eicon-zoom-in:before {
    content: '\e882'
}

.eicon-shortcode:before {
    content: '\e883'
}

.eicon-nerd:before {
    content: '\e884'
}

.eicon-device-desktop:before {
    content: '\e885'
}

.eicon-device-tablet:before {
    content: '\e886'
}

.eicon-device-mobile:before {
    content: '\e887'
}

.eicon-document-file:before {
    content: '\e888'
}

.eicon-folder-o:before {
    content: '\e889'
}

.eicon-hypster:before {
    content: '\e88a'
}

.eicon-h-align-left:before {
    content: '\e88b'
}

.eicon-h-align-right:before {
    content: '\e88c'
}

.eicon-h-align-center:before {
    content: '\e88d'
}

.eicon-h-align-stretch:before {
    content: '\e88e'
}

.eicon-v-align-top:before {
    content: '\e88f'
}

.eicon-v-align-bottom:before {
    content: '\e890'
}

.eicon-v-align-middle:before {
    content: '\e891'
}

.eicon-v-align-stretch:before {
    content: '\e892'
}

.eicon-pro-icon:before {
    content: '\e893'
}

.eicon-mail:before {
    content: '\e894'
}

.eicon-lock-user:before {
    content: '\e895'
}

.eicon-testimonial-carousel:before {
    content: '\e896'
}

.eicon-media-carousel:before {
    content: '\e897'
}

.eicon-section:before {
    content: '\e898'
}

.eicon-column:before {
    content: '\e899'
}

.eicon-edit:before {
    content: '\e89a'
}

.eicon-clone:before {
    content: '\e89b'
}

.eicon-trash:before {
    content: '\e89c'
}

.eicon-play:before {
    content: '\e89d'
}

.eicon-angle-right:before {
    content: '\e89e'
}

.eicon-angle-left:before {
    content: '\e89f'
}

.eicon-animated-headline:before {
    content: '\e8a0'
}

.eicon-menu-toggle:before {
    content: '\e8a1'
}

.eicon-fb-embed:before {
    content: '\e8a2'
}

.eicon-fb-feed:before {
    content: '\e8a3'
}

.eicon-twitter-embed:before {
    content: '\e8a4'
}

.eicon-twitter-feed:before {
    content: '\e8a5'
}

.eicon-sync:before {
    content: '\e8a6'
}

.eicon-import-export:before {
    content: '\e8a7'
}

.eicon-check-circle:before {
    content: '\e8a8'
}

.eicon-library-save:before {
    content: '\e8a9'
}

.eicon-library-download:before {
    content: '\e8aa'
}

.eicon-insert:before {
    content: '\e8ab'
}

.eicon-preview:before {
    content: '\e8ac'
}

.eicon-sort-down:before {
    content: '\e8ad'
}

.eicon-sort-up:before {
    content: '\e8ae'
}

.eicon-heading:before {
    content: '\e8af'
}

.eicon-logo:before {
    content: '\e8b0'
}

.eicon-meta-data:before {
    content: '\e8b1'
}

.eicon-post-content:before {
    content: '\e8b2'
}

.eicon-post-excerpt:before {
    content: '\e8b3'
}

.eicon-post-navigation:before {
    content: '\e8b4'
}

.eicon-yoast:before {
    content: '\e8b5'
}

.eicon-nerd-chuckle:before {
    content: '\e8b6'
}

.eicon-nerd-wink:before {
    content: '\e8b7'
}

.eicon-comments:before {
    content: '\e8b8'
}

.eicon-download-circle-o:before {
    content: '\e8b9'
}

.eicon-library-upload:before {
    content: '\e8ba'
}

.eicon-save-o:before {
    content: '\e8bb'
}

.eicon-upload-circle-o:before {
    content: '\e8bc'
}

.eicon-ellipsis-h:before {
    content: '\e8bd'
}

.eicon-ellipsis-v:before {
    content: '\e8be'
}

.eicon-arrow-left:before {
    content: '\e8bf'
}

.eicon-arrow-right:before {
    content: '\e8c0'
}

.eicon-arrow-up:before {
    content: '\e8c1'
}

.eicon-arrow-down:before {
    content: '\e8c2'
}

.eicon-play-o:before {
    content: '\e8c3'
}

.eicon-archive-posts:before {
    content: '\e8c4'
}

.eicon-archive-title:before {
    content: '\e8c5'
}

.eicon-featured-image:before {
    content: '\e8c6'
}

.eicon-post-info:before {
    content: '\e8c7'
}

.eicon-post-title:before {
    content: '\e8c8'
}

.eicon-site-logo:before {
    content: '\e8c9'
}

.eicon-site-search:before {
    content: '\e8ca'
}

.eicon-site-title:before {
    content: '\e8cb'
}

.eicon-plus-square:before {
    content: '\e8cc'
}

.eicon-minus-square:before {
    content: '\e8cd'
}

.eicon-cloud-check:before {
    content: '\e8ce'
}

.eicon-drag-n-drop:before {
    content: '\e8cf'
}

.eicon-welcome:before {
    content: '\e8d0'
}

.eicon-handle:before {
    content: '\e8d1'
}

.eicon-cart:before {
    content: '\e8d2'
}

.eicon-product-add-to-cart:before {
    content: '\e8d3'
}

.eicon-product-breadcrumbs:before {
    content: '\e8d4'
}

.eicon-product-categories:before {
    content: '\e8d5'
}

.eicon-product-description:before {
    content: '\e8d6'
}

.eicon-product-images:before {
    content: '\e8d7'
}

.eicon-product-info:before {
    content: '\e8d8'
}

.eicon-product-meta:before {
    content: '\e8d9'
}

.eicon-product-pages:before {
    content: '\e8da'
}

.eicon-product-price:before {
    content: '\e8db'
}

.eicon-product-rating:before {
    content: '\e8dc'
}

.eicon-product-related:before {
    content: '\e8dd'
}

.eicon-product-stock:before {
    content: '\e8de'
}

.eicon-product-tabs:before {
    content: '\e8df'
}

.eicon-product-title:before {
    content: '\e8e0'
}

.eicon-product-upsell:before {
    content: '\e8e1'
}

.eicon-products:before {
    content: '\e8e2'
}

.eicon-bag-light:before {
    content: '\e8e3'
}

.eicon-bag-medium:before {
    content: '\e8e4'
}

.eicon-bag-solid:before {
    content: '\e8e5'
}

.eicon-basket-light:before {
    content: '\e8e6'
}

.eicon-basket-medium:before {
    content: '\e8e7'
}

.eicon-basket-solid:before {
    content: '\e8e8'
}

.eicon-cart-light:before {
    content: '\e8e9'
}

.eicon-cart-medium:before {
    content: '\e8ea'
}

.eicon-cart-solid:before {
    content: '\e8eb'
}

.eicon-exchange:before {
    content: '\e8ec'
}

.eicon-eye:before {
    content: '\e8ed'
}

.eicon-device-laptop:before {
    content: '\e8ee'
}

.eicon-collapse:before {
    content: '\e8ef'
}

.eicon-expand:before {
    content: '\e8f0'
}

.eicon-navigator:before {
    content: '\e8f1'
}

.eicon-plug:before {
    content: '\e8f2'
}

.eicon-dashboard:before {
    content: '\e8f3'
}

.eicon-typography:before {
    content: '\e8f4'
}

.eicon-info-circle-o:before {
    content: '\e8f5'
}

.eicon-integration:before {
    content: '\e8f6'
}

.eicon-plus-circle-o:before {
    content: '\e8f7'
}

.eicon-rating:before {
    content: '\e8f8'
}

.eicon-review:before {
    content: '\e8f9'
}

.eicon-tools:before {
    content: '\e8fa'
}

.eicon-loading:before {
    content: '\e8fb'
}

.eicon-sitemap:before {
    content: '\e8fc'
}

.eicon-click:before {
    content: '\e8fd'
}

.eicon-clock:before {
    content: '\e8fe'
}

.eicon-library-open:before {
    content: '\e8ff'
}

.eicon-warning:before {
    content: '\e900'
}

.eicon-flow:before {
    content: '\e901'
}

.eicon-cursor-move:before {
    content: '\e902'
}

.eicon-arrow-circle-left:before {
    content: '\e903'
}

.eicon-flash:before {
    content: '\e904'
}

.eicon-redo:before {
    content: '\e905'
}

.eicon-ban:before {
    content: '\e906'
}

.eicon-barcode:before {
    content: '\e907'
}

.eicon-calendar:before {
    content: '\e908'
}

.eicon-caret-left:before {
    content: '\e909'
}

.eicon-caret-right:before {
    content: '\e90a'
}

.eicon-caret-up:before {
    content: '\e90b'
}

.eicon-chain-broken:before {
    content: '\e90c'
}

.eicon-check-circle-o:before {
    content: '\e90d'
}

.eicon-check:before {
    content: '\e90e'
}

.eicon-chevron-double-left:before {
    content: '\e90f'
}

.eicon-chevron-double-right:before {
    content: '\e910'
}

.eicon-undo:before {
    content: '\e911'
}

.eicon-filter:before {
    content: '\e912'
}

.eicon-circle-o:before {
    content: '\e913'
}

.eicon-circle:before {
    content: '\e914'
}

.eicon-clock-o:before {
    content: '\e915'
}

.eicon-cog:before {
    content: '\e916'
}

.eicon-cogs:before {
    content: '\e917'
}

.eicon-commenting-o:before {
    content: '\e918'
}

.eicon-copy:before {
    content: '\e919'
}

.eicon-database:before {
    content: '\e91a'
}

.eicon-dot-circle-o:before {
    content: '\e91b'
}

.eicon-envelope:before {
    content: '\e91c'
}

.eicon-external-link-square:before {
    content: '\e91d'
}

.eicon-eyedropper:before {
    content: '\e91e'
}

.eicon-folder:before {
    content: '\e91f'
}

.eicon-font:before {
    content: '\e920'
}

.eicon-adjust:before {
    content: '\e921'
}

.eicon-lightbox:before {
    content: '\e922'
}

.eicon-heart-o:before {
    content: '\e923'
}

.eicon-history:before {
    content: '\e924'
}

.eicon-image-bold:before {
    content: '\e925'
}

.eicon-info-circle:before {
    content: '\e926'
}

.eicon-link:before {
    content: '\e927'
}

.eicon-long-arrow-left:before {
    content: '\e928'
}

.eicon-long-arrow-right:before {
    content: '\e929'
}

.eicon-caret-down:before {
    content: '\e92a'
}

.eicon-paint-brush:before {
    content: '\e92b'
}

.eicon-pencil:before {
    content: '\e92c'
}

.eicon-plus-circle:before {
    content: '\e92d'
}

.eicon-zoom-in-bold:before {
    content: '\e92e'
}

.eicon-sort-amount-desc:before {
    content: '\e92f'
}

.eicon-sign-out:before {
    content: '\e930'
}

.eicon-spinner:before {
    content: '\e931'
}

.eicon-square:before {
    content: '\e932'
}

.eicon-star-o:before {
    content: '\e933'
}

.eicon-star:before {
    content: '\e934'
}

.eicon-text-align-justify:before {
    content: '\e935'
}

.eicon-text-align-center:before {
    content: '\e936'
}

.eicon-tags:before {
    content: '\e937'
}

.eicon-text-align-left:before {
    content: '\e938'
}

.eicon-text-align-right:before {
    content: '\e939'
}

.eicon-close-circle:before {
    content: '\e93a'
}

.eicon-trash-o:before {
    content: '\e93b'
}

.eicon-font-awesome:before {
    content: '\e93c'
}

.eicon-user-circle-o:before {
    content: '\e93d'
}

.eicon-video-camera:before {
    content: '\e93e'
}

.eicon-heart:before {
    content: '\e93f'
}

.eicon-wrench:before {
    content: '\e940'
}

.eicon-help:before {
    content: '\e941'
}

.eicon-help-o:before {
    content: '\e942'
}

.eicon-zoom-out-bold:before {
    content: '\e943'
}

.eicon-plus-square-o:before {
    content: '\e944'
}

.eicon-minus-square-o:before {
    content: '\e945'
}

.eicon-minus-circle:before {
    content: '\e946'
}

.eicon-minus-circle-o:before {
    content: '\e947'
}

.eicon-code-bold:before {
    content: '\e948'
}

.eicon-cloud-upload:before {
    content: '\e949'
}

.eicon-search-bold:before {
    content: '\e94a'
}

.eicon-map-pin:before {
    content: '\e94b'
}

.eicon-meetup:before {
    content: '\e94c'
}

.eicon-slideshow:before {
    content: '\e94d'
}

.eicon-t-letter-bold:before {
    content: '\e94e'
}

@keyframes bounce {

    20%,
    53%,
    80%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        transform: translate3d(0, 0, 0)
    }

    40%,
    43% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -30px, 0)
    }

    70% {
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        transform: translate3d(0, -15px, 0)
    }

    90% {
        transform: translate3d(0, -4px, 0)
    }
}

.bounce {
    animation-name: bounce;
    transform-origin: center bottom
}

@keyframes flash {

    50%,
    from,
    to {
        opacity: 1
    }

    25%,
    75% {
        opacity: 0
    }
}

.flash {
    animation-name: flash
}

@keyframes pulse {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
}

.pulse {
    animation-name: pulse
}

@keyframes rubberBand {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    30% {
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        transform: scale3d(.75, 1.25, 1)
    }

    50% {
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        transform: scale3d(1.05, .95, 1)
    }
}

.rubberBand {
    animation-name: rubberBand
}

@keyframes shake {

    from,
    to {
        transform: translate3d(0, 0, 0)
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-10px, 0, 0)
    }

    20%,
    40%,
    60%,
    80% {
        transform: translate3d(10px, 0, 0)
    }
}

.shake {
    animation-name: shake
}

@keyframes headShake {
    0% {
        transform: translateX(0)
    }

    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }

    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }

    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }

    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }

    50% {
        transform: translateX(0)
    }
}

.headShake {
    animation-timing-function: ease-in-out;
    animation-name: headShake
}

@keyframes swing {
    20% {
        transform: rotate3d(0, 0, 1, 15deg)
    }

    40% {
        transform: rotate3d(0, 0, 1, -10deg)
    }

    60% {
        transform: rotate3d(0, 0, 1, 5deg)
    }

    80% {
        transform: rotate3d(0, 0, 1, -5deg)
    }

    to {
        transform: rotate3d(0, 0, 1, 0deg)
    }
}

.swing {
    transform-origin: top center;
    animation-name: swing
}

@keyframes tada {

    from,
    to {
        transform: scale3d(1, 1, 1)
    }

    10%,
    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    30%,
    50%,
    70%,
    90% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
    }

    40%,
    60%,
    80% {
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
    }
}

.tada {
    animation-name: tada
}

@keyframes wobble {

    from,
    to {
        transform: none
    }

    15% {
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
    }

    30% {
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
    }

    45% {
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
    }

    60% {
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
    }

    75% {
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
    }
}

.wobble {
    animation-name: wobble
}

@keyframes jello {

    11.1%,
    from,
    to {
        transform: none
    }

    22.2% {
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }

    33.3% {
        transform: skewX(6.25deg) skewY(6.25deg)
    }

    44.4% {
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }

    55.5% {
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }

    66.6% {
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }

    77.7% {
        transform: skewX(.390625deg) skewY(.390625deg)
    }

    88.8% {
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.jello {
    animation-name: jello;
    transform-origin: center
}

@keyframes bounceIn {

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

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

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

    40% {
        transform: scale3d(.9, .9, .9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(.97, .97, .97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.bounceIn {
    animation-name: bounceIn
}

@keyframes bounceInDown {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(0, -3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, 25px, 0)
    }

    75% {
        transform: translate3d(0, -10px, 0)
    }

    90% {
        transform: translate3d(0, 5px, 0)
    }

    to {
        transform: none
    }
}

.bounceInDown {
    animation-name: bounceInDown
}

@keyframes bounceInLeft {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    0% {
        opacity: 0;
        transform: translate3d(-3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(25px, 0, 0)
    }

    75% {
        transform: translate3d(-10px, 0, 0)
    }

    90% {
        transform: translate3d(5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInLeft {
    animation-name: bounceInLeft
}

@keyframes bounceInRight {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(3000px, 0, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(-25px, 0, 0)
    }

    75% {
        transform: translate3d(10px, 0, 0)
    }

    90% {
        transform: translate3d(-5px, 0, 0)
    }

    to {
        transform: none
    }
}

.bounceInRight {
    animation-name: bounceInRight
}

@keyframes bounceInUp {

    60%,
    75%,
    90%,
    from,
    to {
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }

    from {
        opacity: 0;
        transform: translate3d(0, 3000px, 0)
    }

    60% {
        opacity: 1;
        transform: translate3d(0, -20px, 0)
    }

    75% {
        transform: translate3d(0, 10px, 0)
    }

    90% {
        transform: translate3d(0, -5px, 0)
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.bounceInUp {
    animation-name: bounceInUp
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.fadeIn {
    animation-name: fadeIn
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translate3d(0, -100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInDown {
    animation-name: fadeInDown
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInLeft {
    animation-name: fadeInLeft
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInRight {
    animation-name: fadeInRight
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.fadeInUp {
    animation-name: fadeInUp
}

@keyframes lightSpeedIn {
    from {
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }

    60% {
        transform: skewX(20deg);
        opacity: 1
    }

    80% {
        transform: skewX(-5deg);
        opacity: 1
    }

    to {
        transform: none;
        opacity: 1
    }
}

.lightSpeedIn {
    animation-name: lightSpeedIn;
    animation-timing-function: ease-out
}

@keyframes rotateIn {
    from {
        transform-origin: center;
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0
    }

    to {
        transform-origin: center;
        transform: none;
        opacity: 1
    }
}

.rotateIn {
    animation-name: rotateIn
}

@keyframes rotateInDownLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownLeft {
    animation-name: rotateInDownLeft
}

@keyframes rotateInDownRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInDownRight {
    animation-name: rotateInDownRight
}

@keyframes rotateInUpLeft {
    from {
        transform-origin: left bottom;
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0
    }

    to {
        transform-origin: left bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpLeft {
    animation-name: rotateInUpLeft
}

@keyframes rotateInUpRight {
    from {
        transform-origin: right bottom;
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0
    }

    to {
        transform-origin: right bottom;
        transform: none;
        opacity: 1
    }
}

.rotateInUpRight {
    animation-name: rotateInUpRight
}

@keyframes rollIn {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.rollIn {
    animation-name: rollIn
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInDown {
    animation-name: zoomInDown
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInLeft {
    animation-name: zoomInLeft
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInRight {
    animation-name: zoomInRight
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }

    60% {
        opacity: 1;
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.zoomInUp {
    animation-name: zoomInUp
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown {
    animation-name: slideInDown
}

@keyframes slideInLeft {
    from {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInLeft {
    animation-name: slideInLeft
}

@keyframes slideInRight {
    from {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInRight {
    animation-name: slideInRight
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }

    to {
        transform: translate3d(0, 0, 0)
    }
}

.slideInUp {
    animation-name: slideInUp
}

.elementor-animation-grow {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow:active,
.elementor-animation-grow:focus,
.elementor-animation-grow:hover {
    transform: scale(1.1)
}

.elementor-animation-shrink {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-shrink:active,
.elementor-animation-shrink:focus,
.elementor-animation-shrink:hover {
    transform: scale(.9)
}

@keyframes elementor-animation-pulse {
    25% {
        transform: scale(1.1)
    }

    75% {
        transform: scale(.9)
    }
}

.elementor-animation-pulse:active,
.elementor-animation-pulse:focus,
.elementor-animation-pulse:hover {
    animation-name: elementor-animation-pulse;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-pulse-grow {
    to {
        transform: scale(1.1)
    }
}

.elementor-animation-pulse-grow:active,
.elementor-animation-pulse-grow:focus,
.elementor-animation-pulse-grow:hover {
    animation-name: elementor-animation-pulse-grow;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-pulse-shrink {
    to {
        transform: scale(.9)
    }
}

.elementor-animation-pulse-shrink:active,
.elementor-animation-pulse-shrink:focus,
.elementor-animation-pulse-shrink:hover {
    animation-name: elementor-animation-pulse-shrink;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: alternate
}

@keyframes elementor-animation-push {
    50% {
        transform: scale(.8)
    }

    100% {
        transform: scale(1)
    }
}

.elementor-animation-push:active,
.elementor-animation-push:focus,
.elementor-animation-push:hover {
    animation-name: elementor-animation-push;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

@keyframes elementor-animation-pop {
    50% {
        transform: scale(1.2)
    }
}

.elementor-animation-pop:active,
.elementor-animation-pop:focus,
.elementor-animation-pop:hover {
    animation-name: elementor-animation-pop;
    animation-duration: .3s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

.elementor-animation-bounce-in {
    transition-duration: .5s
}

.elementor-animation-bounce-in:active,
.elementor-animation-bounce-in:focus,
.elementor-animation-bounce-in:hover {
    transform: scale(1.2);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-bounce-out {
    transition-duration: .5s
}

.elementor-animation-bounce-out:active,
.elementor-animation-bounce-out:focus,
.elementor-animation-bounce-out:hover {
    transform: scale(.8);
    transition-timing-function: cubic-bezier(.47, 2.02, .31, -.36)
}

.elementor-animation-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-rotate:active,
.elementor-animation-rotate:focus,
.elementor-animation-rotate:hover {
    transform: rotate(4deg)
}

.elementor-animation-grow-rotate {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-grow-rotate:active,
.elementor-animation-grow-rotate:focus,
.elementor-animation-grow-rotate:hover {
    transform: scale(1.1) rotate(4deg)
}

.elementor-animation-float {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-float:active,
.elementor-animation-float:focus,
.elementor-animation-float:hover {
    transform: translateY(-8px)
}

.elementor-animation-sink {
    transition-duration: .3s;
    transition-property: transform;
    transition-timing-function: ease-out
}

.elementor-animation-sink:active,
.elementor-animation-sink:focus,
.elementor-animation-sink:hover {
    transform: translateY(8px)
}

@keyframes elementor-animation-bob {
    0% {
        transform: translateY(-8px)
    }

    50% {
        transform: translateY(-4px)
    }

    100% {
        transform: translateY(-8px)
    }
}

@keyframes elementor-animation-bob-float {
    100% {
        transform: translateY(-8px)
    }
}

.elementor-animation-bob:active,
.elementor-animation-bob:focus,
.elementor-animation-bob:hover {
    animation-name: elementor-animation-bob-float, elementor-animation-bob;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

@keyframes elementor-animation-hang {
    0% {
        transform: translateY(8px)
    }

    50% {
        transform: translateY(4px)
    }

    100% {
        transform: translateY(8px)
    }
}

@keyframes elementor-animation-hang-sink {
    100% {
        transform: translateY(8px)
    }
}

.elementor-animation-hang:active,
.elementor-animation-hang:focus,
.elementor-animation-hang:hover {
    animation-name: elementor-animation-hang-sink, elementor-animation-hang;
    animation-duration: .3s, 1.5s;
    animation-delay: 0s, .3s;
    animation-timing-function: ease-out, ease-in-out;
    animation-iteration-count: 1, infinite;
    animation-fill-mode: forwards;
    animation-direction: normal, alternate
}

.elementor-animation-skew {
    transition-duration: .3s;
    transition-property: transform
}

.elementor-animation-skew:active,
.elementor-animation-skew:focus,
.elementor-animation-skew:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-forward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-forward:active,
.elementor-animation-skew-forward:focus,
.elementor-animation-skew-forward:hover {
    transform: skew(-10deg)
}

.elementor-animation-skew-backward {
    transition-duration: .3s;
    transition-property: transform;
    transform-origin: 0 100%
}

.elementor-animation-skew-backward:active,
.elementor-animation-skew-backward:focus,
.elementor-animation-skew-backward:hover {
    transform: skew(10deg)
}

@keyframes elementor-animation-wobble-vertical {
    16.65% {
        transform: translateY(8px)
    }

    33.3% {
        transform: translateY(-6px)
    }

    49.95% {
        transform: translateY(4px)
    }

    66.6% {
        transform: translateY(-2px)
    }

    83.25% {
        transform: translateY(1px)
    }

    100% {
        transform: translateY(0)
    }
}

.elementor-animation-wobble-vertical:active,
.elementor-animation-wobble-vertical:focus,
.elementor-animation-wobble-vertical:hover {
    animation-name: elementor-animation-wobble-vertical;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-horizontal {
    16.65% {
        transform: translateX(8px)
    }

    33.3% {
        transform: translateX(-6px)
    }

    49.95% {
        transform: translateX(4px)
    }

    66.6% {
        transform: translateX(-2px)
    }

    83.25% {
        transform: translateX(1px)
    }

    100% {
        transform: translateX(0)
    }
}

.elementor-animation-wobble-horizontal:active,
.elementor-animation-wobble-horizontal:focus,
.elementor-animation-wobble-horizontal:hover {
    animation-name: elementor-animation-wobble-horizontal;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-bottom-right {
    16.65% {
        transform: translate(8px, 8px)
    }

    33.3% {
        transform: translate(-6px, -6px)
    }

    49.95% {
        transform: translate(4px, 4px)
    }

    66.6% {
        transform: translate(-2px, -2px)
    }

    83.25% {
        transform: translate(1px, 1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-bottom-right:active,
.elementor-animation-wobble-to-bottom-right:focus,
.elementor-animation-wobble-to-bottom-right:hover {
    animation-name: elementor-animation-wobble-to-bottom-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-to-top-right {
    16.65% {
        transform: translate(8px, -8px)
    }

    33.3% {
        transform: translate(-6px, 6px)
    }

    49.95% {
        transform: translate(4px, -4px)
    }

    66.6% {
        transform: translate(-2px, 2px)
    }

    83.25% {
        transform: translate(1px, -1px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.elementor-animation-wobble-to-top-right:active,
.elementor-animation-wobble-to-top-right:focus,
.elementor-animation-wobble-to-top-right:hover {
    animation-name: elementor-animation-wobble-to-top-right;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-top {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-top {
    transform-origin: 0 100%
}

.elementor-animation-wobble-top:active,
.elementor-animation-wobble-top:focus,
.elementor-animation-wobble-top:hover {
    animation-name: elementor-animation-wobble-top;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-bottom {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-bottom {
    transform-origin: 100% 0
}

.elementor-animation-wobble-bottom:active,
.elementor-animation-wobble-bottom:focus,
.elementor-animation-wobble-bottom:hover {
    animation-name: elementor-animation-wobble-bottom;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-wobble-skew {
    16.65% {
        transform: skew(-12deg)
    }

    33.3% {
        transform: skew(10deg)
    }

    49.95% {
        transform: skew(-6deg)
    }

    66.6% {
        transform: skew(4deg)
    }

    83.25% {
        transform: skew(-2deg)
    }

    100% {
        transform: skew(0)
    }
}

.elementor-animation-wobble-skew:active,
.elementor-animation-wobble-skew:focus,
.elementor-animation-wobble-skew:hover {
    animation-name: elementor-animation-wobble-skew;
    animation-duration: 1s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1
}

@keyframes elementor-animation-buzz {
    50% {
        transform: translateX(3px) rotate(2deg)
    }

    100% {
        transform: translateX(-3px) rotate(-2deg)
    }
}

.elementor-animation-buzz:active,
.elementor-animation-buzz:focus,
.elementor-animation-buzz:hover {
    animation-name: elementor-animation-buzz;
    animation-duration: .15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite
}

@keyframes elementor-animation-buzz-out {
    10% {
        transform: translateX(3px) rotate(2deg)
    }

    20% {
        transform: translateX(-3px) rotate(-2deg)
    }

    30% {
        transform: translateX(3px) rotate(2deg)
    }

    40% {
        transform: translateX(-3px) rotate(-2deg)
    }

    50% {
        transform: translateX(2px) rotate(1deg)
    }

    60% {
        transform: translateX(-2px) rotate(-1deg)
    }

    70% {
        transform: translateX(2px) rotate(1deg)
    }

    80% {
        transform: translateX(-2px) rotate(-1deg)
    }

    90% {
        transform: translateX(1px) rotate(0)
    }

    100% {
        transform: translateX(-1px) rotate(0)
    }
}

.elementor-animation-buzz-out:active,
.elementor-animation-buzz-out:focus,
.elementor-animation-buzz-out:hover {
    animation-name: elementor-animation-buzz-out;
    animation-duration: .75s;
    animation-timing-function: linear;
    animation-iteration-count: 1
}

/*!elementor - v2.7.3 - 24-09-2019*/
.dialog-widget-content {
    background-color: #fff;
    position: absolute;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    box-shadow: 2px 8px 23px 3px rgba(0, 0, 0, .2);
    overflow: hidden
}

.dialog-message {
    font-size: 12px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.dialog-type-lightbox {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
    z-index: 9999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dialog-type-lightbox .dialog-widget-content {
    margin: auto;
    width: 375px
}

.dialog-type-lightbox .dialog-header {
    font-size: 15px;
    color: #495157;
    padding: 30px 0 10px;
    font-weight: 500
}

.dialog-type-lightbox .dialog-message {
    padding: 0 30px 30px;
    min-height: 50px
}

.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-header,
.dialog-type-lightbox:not(.elementor-popup-modal) .dialog-message {
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper {
    border-top: 1px solid #e6e9ec;
    text-align: center
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    width: 50%;
    border: none;
    background: 0 0;
    color: #6d7882;
    font-size: 15px;
    cursor: pointer;
    padding: 13px 0;
    outline: 0
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:hover {
    background-color: #f4f6f7
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-ok {
    color: #b01b1b
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button.dialog-take_over {
    color: #39b54a
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button:active {
    background-color: rgba(230, 233, 236, .5)
}

.dialog-type-lightbox .dialog-buttons-wrapper>.dialog-button::-moz-focus-inner {
    border: 0
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 15px;
    line-height: 1
}

.dialog-close-button:not(:hover) {
    opacity: .4
}

.dialog-alert-widget .dialog-buttons-wrapper>button {
    width: 100%
}

.dialog-confirm-widget .dialog-button:first-child {
    border-right: 1px solid #e6e9ec
}

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh
}

@media(max-width:767px) {
    .dialog-close-button {
        top: 15px;
        right: 15px
    }

    body.admin-bar .dialog-close-button {
        top: 40px
    }
}

.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio {
    padding-bottom: 42.8571%
}

.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio {
    padding-bottom: 56.25%
}

.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio {
    padding-bottom: 75%
}

.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio {
    padding-bottom: 66.6666%
}

.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio {
    padding-bottom: 100%
}

.elementor-aspect-ratio-916 .elementor-fit-aspect-ratio {
    padding-bottom: 177.8%
}

.elementor-fit-aspect-ratio {
    position: relative;
    height: 0
}

.elementor-fit-aspect-ratio iframe {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: 0;
    background-color: #000
}

.elementor-fit-aspect-ratio video {
    width: 100%
}

.flatpickr-calendar {
    width: 280px
}

.flatpickr-calendar .flatpickr-current-month span.cur-month {
    font-weight: 300
}

.flatpickr-calendar .dayContainer {
    width: 280px;
    min-width: 280px;
    max-width: 280px
}

.flatpickr-calendar .flatpickr-days {
    width: 280px
}

.flatpickr-calendar .flatpickr-day {
    max-width: 37px;
    height: 37px;
    line-height: 37px
}

.elementor-templates-modal .dialog-widget-content {
    font-family: Roboto, Arial, Helvetica, Verdana, sans-serif;
    background-color: #f1f3f5;
    width: 100%
}

@media(max-width:1439px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 990px
    }
}

@media(min-width:1440px) {
    .elementor-templates-modal .dialog-widget-content {
        max-width: 1200px
    }
}

.elementor-templates-modal .dialog-header {
    padding: 0;
    z-index: 1
}

.elementor-templates-modal .dialog-buttons-wrapper,
.elementor-templates-modal .dialog-header {
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    position: relative
}

.elementor-templates-modal .dialog-buttons-wrapper {
    border: none;
    display: none;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button {
    height: 40px;
    margin-left: 5px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success {
    padding: 12px 36px;
    color: #fff;
    width: auto;
    font-size: 15px
}

.elementor-templates-modal .dialog-buttons-wrapper .elementor-button-success:hover {
    background-color: #39b54a
}

.elementor-templates-modal .dialog-message {
    height: 750px;
    max-height: 85vh;
    overflow: auto;
    padding-top: 25px
}

.elementor-templates-modal .dialog-content {
    height: 100%
}

.elementor-templates-modal .dialog-loading {
    display: none
}

.elementor-templates-modal__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 50px
}

.elementor-templates-modal__header__logo {
    line-height: 1;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer
}

.elementor-templates-modal__header__logo-area {
    text-align: left;
    padding-left: 15px
}

.elementor-templates-modal__header__logo-area>* {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-templates-modal__header__logo__icon-wrapper {
    padding: 4px 7px 6px;
    background-image: -webkit-linear-gradient(225deg, #f2295b, #434363);
    background-image: -o-linear-gradient(225deg, #f2295b, #434363);
    background-image: linear-gradient(-135deg, #f2295b, #434363);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px
}

.elementor-templates-modal__header__logo i {
    color: #fff;
    font-size: 10px
}

.elementor-templates-modal__header__items-area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.elementor-templates-modal__header__item>i {
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer
}

.elementor-templates-modal__header__item>i:not(:hover) {
    color: #a4afb7
}

.elementor-templates-modal__header__close--normal {
    width: 45px;
    border-left: 1px solid #e6e9ec
}

.elementor-templates-modal__header__close--normal i {
    font-size: 18px
}

.elementor-templates-modal__header__close--skip {
    padding: 10px 10px 10px 20px;
    margin-right: 10px;
    color: #fff;
    background-color: #a4afb7;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer
}

.elementor-templates-modal__header__close--skip>i {
    font-size: inherit;
    padding-left: 10px;
    margin-left: 15px;
    border-left: 1px solid
}

.elementor-templates-modal__header__close--skip>i:not(:hover) {
    color: #fff
}

.elementor-templates-modal__sidebar {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0, 0%, 100%, .3)
}

.elementor-templates-modal__content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-shadow: 0 0 13px inset rgba(0, 0, 0, .05);
    box-shadow: inset 0 0 13px rgba(0, 0, 0, .05)
}

.elementor-hidden {
    display: none
}

.elementor-screen-only,
.screen-reader-text,
.screen-reader-text span,
.ui-helper-hidden-accessible {
    position: absolute;
    top: -10000em;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.elementor-clearfix:after {
    content: "";
    display: block;
    clear: both;
    width: 0;
    height: 0
}

.elementor {
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual
}

.elementor *,
.elementor :after,
.elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none
}

.elementor hr {
    margin: 0;
    background-color: transparent
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.elementor .elementor-widget:not(.elementor-widget-text-editor) figure {
    margin: 0
}

.elementor embed,
.elementor iframe,
.elementor object,
.elementor video {
    max-width: 100%;
    width: 100%;
    margin: 0;
    line-height: 1;
    border: none
}

.elementor .elementor-custom-embed {
    line-height: 0
}

.elementor .elementor-background,
.elementor .elementor-background-holder,
.elementor .elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr
}

.elementor .elementor-background-video-container {
    -webkit-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    pointer-events: none
}

.elementor .elementor-background-video-container.elementor-loading {
    opacity: 0
}

.elementor .elementor-background-video-embed {
    max-width: none
}

.elementor .elementor-background-video-embed,
.elementor .elementor-background-video-hosted {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.elementor .elementor-background-video {
    position: absolute;
    max-width: none;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.elementor .elementor-html5-video {
    -o-object-fit: cover;
    object-fit: cover
}

.elementor .elementor-background-overlay,
.elementor .elementor-background-slideshow {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute
}

.elementor .elementor-background-slideshow {
    z-index: 0
}

.elementor .elementor-background-slideshow__slide__image {
    width: 100%;
    height: 100%;
    background-position: 50%;
    -webkit-background-size: cover;
    background-size: cover
}

.elementor-widget-wrap>.elementor-element.elementor-absolute {
    position: absolute
}

.elementor-widget-wrap>.elementor-element.elementor-fixed {
    position: fixed
}

.elementor-widget-wrap .elementor-element.elementor-widget__width-auto,
.elementor-widget-wrap .elementor-element.elementor-widget__width-initial {
    max-width: 100%
}

@media(max-width:1024px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-tablet__width-initial {
        max-width: 100%
    }
}

@media(max-width:767px) {

    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-auto,
    .elementor-widget-wrap .elementor-element.elementor-widget-mobile__width-initial {
        max-width: 100%
    }
}

.elementor-element.elementor-absolute,
.elementor-element.elementor-fixed {
    z-index: 1
}

.elementor-invisible {
    visibility: hidden
}

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

.elementor-align-center .elementor-button {
    width: auto
}

.elementor-align-right {
    text-align: right
}

.elementor-align-right .elementor-button {
    width: auto
}

.elementor-align-left {
    text-align: left
}

.elementor-align-left .elementor-button {
    width: auto
}

.elementor-align-justify .elementor-button {
    width: 100%
}

.elementor-custom-embed-play {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.elementor-custom-embed-play i {
    font-size: 100px;
    color: #fff;
    opacity: .8;
    text-shadow: 1px 0 6px rgba(0, 0, 0, .3);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.elementor-custom-embed-play.elementor-playing i {
    font-family: eicons;
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite
}

.elementor-custom-embed-play.elementor-playing i:before {
    content: "\e8fb"
}

.elementor-tag {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.elementor-ken-burns {
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 10s;
    -o-transition-duration: 10s;
    transition-duration: 10s;
    -webkit-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.elementor-ken-burns--out {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

.elementor-ken-burns--active {
    -webkit-transition-duration: 20s;
    -o-transition-duration: 20s;
    transition-duration: 20s
}

.elementor-ken-burns--active.elementor-ken-burns--out {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.elementor-ken-burns--active.elementor-ken-burns--in {
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3)
}

@media(max-width:1024px) {
    .elementor-tablet-align-center {
        text-align: center
    }

    .elementor-tablet-align-center .elementor-button {
        width: auto
    }

    .elementor-tablet-align-right {
        text-align: right
    }

    .elementor-tablet-align-right .elementor-button {
        width: auto
    }

    .elementor-tablet-align-left {
        text-align: left
    }

    .elementor-tablet-align-left .elementor-button {
        width: auto
    }

    .elementor-tablet-align-justify .elementor-button {
        width: 100%
    }
}

@media(max-width:767px) {
    .elementor-mobile-align-center {
        text-align: center
    }

    .elementor-mobile-align-center .elementor-button {
        width: auto
    }

    .elementor-mobile-align-right {
        text-align: right
    }

    .elementor-mobile-align-right .elementor-button {
        width: auto
    }

    .elementor-mobile-align-left {
        text-align: left
    }

    .elementor-mobile-align-left .elementor-button {
        width: auto
    }

    .elementor-mobile-align-justify .elementor-button {
        width: 100%
    }
}

#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px
}

#wpadminbar #wp-admin-bar-elementor_inspector>.ab-item:before {
    content: "\f348";
    top: 2px
}

.elementor-section {
    position: relative
}

.elementor-section .elementor-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: auto;
    margin-left: auto;
    position: relative
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1140px
}

.elementor-section.elementor-section-stretched {
    position: relative;
    width: 100%
}

.elementor-section.elementor-section-items-top>.elementor-container {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-section.elementor-section-items-middle>.elementor-container {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-section.elementor-section-items-bottom>.elementor-container {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

@media(min-width:768px) {
    .elementor-section.elementor-section-height-full {
        height: 100vh
    }

    .elementor-section.elementor-section-height-full>.elementor-container {
        height: 100%
    }
}

.elementor-bc-flex-widget .elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-bc-flex-widget .elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-bc-flex-widget .elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media(max-width:1024px) {
    .elementor-row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-widget-wrap>.elementor-element {
    width: 100%
}

.elementor-widget {
    position: relative
}

.elementor-widget:not(:last-child) {
    margin-bottom: 20px
}

.elementor-widget:not(:last-child).elementor-absolute,
.elementor-widget:not(:last-child).elementor-widget__width-auto,
.elementor-widget:not(:last-child).elementor-widget__width-initial {
    margin-bottom: 0
}

.elementor-column {
    position: relative;
    min-height: 1px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 5px
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 10px
}

.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 15px
}

.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 20px
}

.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 30px
}

.elementor-inner-section .elementor-column-gap-no .elementor-element-populated {
    padding: 0
}

@media(min-width:768px) {

    .elementor-column.elementor-col-10,
    .elementor-column[data-col="10"] {
        width: 10%
    }

    .elementor-column.elementor-col-11,
    .elementor-column[data-col="11"] {
        width: 11.111%
    }

    .elementor-column.elementor-col-12,
    .elementor-column[data-col="12"] {
        width: 12.5%
    }

    .elementor-column.elementor-col-14,
    .elementor-column[data-col="14"] {
        width: 14.285%
    }

    .elementor-column.elementor-col-16,
    .elementor-column[data-col="16"] {
        width: 16.666%
    }

    .elementor-column.elementor-col-20,
    .elementor-column[data-col="20"] {
        width: 20%
    }

    .elementor-column.elementor-col-25,
    .elementor-column[data-col="25"] {
        width: 25%
    }

    .elementor-column.elementor-col-30,
    .elementor-column[data-col="30"] {
        width: 30%
    }

    .elementor-column.elementor-col-33,
    .elementor-column[data-col="33"] {
        width: 33.333%
    }

    .elementor-column.elementor-col-40,
    .elementor-column[data-col="40"] {
        width: 40%
    }

    .elementor-column.elementor-col-50,
    .elementor-column[data-col="50"] {
        width: 50%
    }

    .elementor-column.elementor-col-60,
    .elementor-column[data-col="60"] {
        width: 60%
    }

    .elementor-column.elementor-col-66,
    .elementor-column[data-col="66"] {
        width: 66.666%
    }

    .elementor-column.elementor-col-70,
    .elementor-column[data-col="70"] {
        width: 70%
    }

    .elementor-column.elementor-col-75,
    .elementor-column[data-col="75"] {
        width: 75%
    }

    .elementor-column.elementor-col-80,
    .elementor-column[data-col="80"] {
        width: 80%
    }

    .elementor-column.elementor-col-83,
    .elementor-column[data-col="83"] {
        width: 83.333%
    }

    .elementor-column.elementor-col-90,
    .elementor-column[data-col="90"] {
        width: 90%
    }

    .elementor-column.elementor-col-100,
    .elementor-column[data-col="100"] {
        width: 100%
    }
}

@media(max-width:479px) {
    .elementor-column.elementor-xs-10 {
        width: 10%
    }

    .elementor-column.elementor-xs-11 {
        width: 11.111%
    }

    .elementor-column.elementor-xs-12 {
        width: 12.5%
    }

    .elementor-column.elementor-xs-14 {
        width: 14.285%
    }

    .elementor-column.elementor-xs-16 {
        width: 16.666%
    }

    .elementor-column.elementor-xs-20 {
        width: 20%
    }

    .elementor-column.elementor-xs-25 {
        width: 25%
    }

    .elementor-column.elementor-xs-30 {
        width: 30%
    }

    .elementor-column.elementor-xs-33 {
        width: 33.333%
    }

    .elementor-column.elementor-xs-40 {
        width: 40%
    }

    .elementor-column.elementor-xs-50 {
        width: 50%
    }

    .elementor-column.elementor-xs-60 {
        width: 60%
    }

    .elementor-column.elementor-xs-66 {
        width: 66.666%
    }

    .elementor-column.elementor-xs-70 {
        width: 70%
    }

    .elementor-column.elementor-xs-75 {
        width: 75%
    }

    .elementor-column.elementor-xs-80 {
        width: 80%
    }

    .elementor-column.elementor-xs-83 {
        width: 83.333%
    }

    .elementor-column.elementor-xs-90 {
        width: 90%
    }

    .elementor-column.elementor-xs-100 {
        width: 100%
    }
}

@media(max-width:767px) {
    .elementor-column.elementor-sm-10 {
        width: 10%
    }

    .elementor-column.elementor-sm-11 {
        width: 11.111%
    }

    .elementor-column.elementor-sm-12 {
        width: 12.5%
    }

    .elementor-column.elementor-sm-14 {
        width: 14.285%
    }

    .elementor-column.elementor-sm-16 {
        width: 16.666%
    }

    .elementor-column.elementor-sm-20 {
        width: 20%
    }

    .elementor-column.elementor-sm-25 {
        width: 25%
    }

    .elementor-column.elementor-sm-30 {
        width: 30%
    }

    .elementor-column.elementor-sm-33 {
        width: 33.333%
    }

    .elementor-column.elementor-sm-40 {
        width: 40%
    }

    .elementor-column.elementor-sm-50 {
        width: 50%
    }

    .elementor-column.elementor-sm-60 {
        width: 60%
    }

    .elementor-column.elementor-sm-66 {
        width: 66.666%
    }

    .elementor-column.elementor-sm-70 {
        width: 70%
    }

    .elementor-column.elementor-sm-75 {
        width: 75%
    }

    .elementor-column.elementor-sm-80 {
        width: 80%
    }

    .elementor-column.elementor-sm-83 {
        width: 83.333%
    }

    .elementor-column.elementor-sm-90 {
        width: 90%
    }

    .elementor-column.elementor-sm-100 {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .elementor-column.elementor-md-10 {
        width: 10%
    }

    .elementor-column.elementor-md-11 {
        width: 11.111%
    }

    .elementor-column.elementor-md-12 {
        width: 12.5%
    }

    .elementor-column.elementor-md-14 {
        width: 14.285%
    }

    .elementor-column.elementor-md-16 {
        width: 16.666%
    }

    .elementor-column.elementor-md-20 {
        width: 20%
    }

    .elementor-column.elementor-md-25 {
        width: 25%
    }

    .elementor-column.elementor-md-30 {
        width: 30%
    }

    .elementor-column.elementor-md-33 {
        width: 33.333%
    }

    .elementor-column.elementor-md-40 {
        width: 40%
    }

    .elementor-column.elementor-md-50 {
        width: 50%
    }

    .elementor-column.elementor-md-60 {
        width: 60%
    }

    .elementor-column.elementor-md-66 {
        width: 66.666%
    }

    .elementor-column.elementor-md-70 {
        width: 70%
    }

    .elementor-column.elementor-md-75 {
        width: 75%
    }

    .elementor-column.elementor-md-80 {
        width: 80%
    }

    .elementor-column.elementor-md-83 {
        width: 83.333%
    }

    .elementor-column.elementor-md-90 {
        width: 90%
    }

    .elementor-column.elementor-md-100 {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet>.elementor-container>.elementor-row>:first-child {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-tablet>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }
}

@media(max-width:767px) {
    .elementor-reverse-mobile>.elementor-container>.elementor-row>:first-child {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        -ms-flex-order: 8;
        order: 8
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2
    }

    .elementor-reverse-mobile>.elementor-container>.elementor-row>:nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1
    }

    .elementor-column {
        width: 100%
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
    word-break: break-word
}

.elementor-grid .elementor-grid-item {
    word-break: break-word;
    min-width: 0
}

.elementor-grid-0 .elementor-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1, 1fr);
    display: grid
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2, 1fr);
    display: grid
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3, 1fr);
    display: grid
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4, 1fr);
    display: grid
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5, 1fr);
    display: grid
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6, 1fr);
    display: grid
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7, 1fr);
    display: grid
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8, 1fr);
    display: grid
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9, 1fr);
    display: grid
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10, 1fr);
    display: grid
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11, 1fr);
    display: grid
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12, 1fr);
    display: grid
}

@media(max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid
    }
}

@media(max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1, 1fr);
        display: grid
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2, 1fr);
        display: grid
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3, 1fr);
        display: grid
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4, 1fr);
        display: grid
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5, 1fr);
        display: grid
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6, 1fr);
        display: grid
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7, 1fr);
        display: grid
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8, 1fr);
        display: grid
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9, 1fr);
        display: grid
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10, 1fr);
        display: grid
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11, 1fr);
        display: grid
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12, 1fr);
        display: grid
    }
}

@media(min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop"
    }
}

@media(min-width:768px) and (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet"
    }
}

@media(max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile"
    }
}

.elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>.elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>input,
.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>textarea {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%
}

.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,
.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-field-group.elementor-field-type-submit {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end
}

.elementor-field-group .elementor-field-textual {
    width: 100%;
    max-width: 100%;
    border: 1px solid #818a91;
    background-color: transparent;
    color: #373a3c;
    vertical-align: middle;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
    outline: 0
}

.elementor-field-group .elementor-field-textual::-webkit-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual:-moz-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::-ms-input-placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-field-textual::placeholder {
    color: inherit;
    font-family: inherit;
    opacity: .6
}

.elementor-field-group .elementor-select-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%
}

.elementor-field-group .elementor-select-wrapper select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-right: 20px
}

.elementor-field-group .elementor-select-wrapper:before {
    content: "\e92a";
    font-family: eicons;
    font-size: 15px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px;
    pointer-events: none
}

.elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
    content: ""
}

.elementor-field-subgroup {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.elementor-field-subgroup .elementor-field-option label {
    display: inline-block
}

.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
    padding-right: 10px
}

.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-acceptance .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-checkbox .elementor-field-subgroup .elementor-field-option label,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option input,
.elementor-field-type-radio .elementor-field-subgroup .elementor-field-option label {
    display: inline
}

.elementor-field-label {
    cursor: pointer
}

.elementor-mark-required .elementor-field-label:after {
    content: "*";
    color: red;
    padding-left: .2em
}

.elementor-field-textual {
    line-height: 1.4
}

.elementor-field-textual.elementor-size-xs {
    font-size: 13px;
    min-height: 33px;
    padding: 4px 12px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-field-textual.elementor-size-sm {
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.elementor-field-textual.elementor-size-md {
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-field-textual.elementor-size-lg {
    font-size: 18px;
    min-height: 59px;
    padding: 7px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-field-textual.elementor-size-xl {
    font-size: 20px;
    min-height: 72px;
    padding: 8px 24px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-button-align-stretch .elementor-field-type-submit button {
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-tablet-button-align-stretch .elementor-field-type-submit button {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-mobile-button-align-stretch .elementor-field-type-submit button {
        -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

.elementor-error .elementor-field {
    border-color: #d9534f
}

.elementor-error .help-inline {
    color: #d9534f;
    font-size: .9em
}

.elementor-message {
    margin: 10px 0;
    font-size: 1em;
    line-height: 1
}

.elementor-message:before {
    content: "\e90e";
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px
}

.elementor-message.elementor-message-danger {
    color: #d9534f
}

.elementor-message.elementor-message-danger:before {
    content: "\e87f"
}

.elementor-message.form-message-success {
    color: #5cb85c
}

.elementor-form .elementor-button {
    padding-top: 0;
    padding-bottom: 0;
    border: 0
}

.elementor-form .elementor-button>span {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-form .elementor-button .elementor-align-icon-right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.elementor-form .elementor-button .elementor-align-icon-left {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0
}

.elementor-form .elementor-button.elementor-size-xs {
    min-height: 33px
}

.elementor-form .elementor-button.elementor-size-sm {
    min-height: 40px
}

.elementor-form .elementor-button.elementor-size-md {
    min-height: 47px
}

.elementor-form .elementor-button.elementor-size-lg {
    min-height: 59px
}

.elementor-form .elementor-button.elementor-size-xl {
    min-height: 72px
}

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s
}

.elementor-accordion {
    text-align: left
}

.elementor-accordion .elementor-accordion-item {
    border: 1px solid #d4d4d4
}

.elementor-accordion .elementor-accordion-item+.elementor-accordion-item {
    border-top: none
}

.elementor-accordion .elementor-tab-title {
    margin: 0;
    padding: 15px 20px;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    outline: none
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon {
    display: inline-block;
    width: 1.5em
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-right {
    float: right;
    text-align: right
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon.elementor-accordion-icon-left {
    float: left;
    text-align: left
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-closed {
    display: block
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon .elementor-accordion-icon-opened,
.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-closed {
    display: none
}

.elementor-accordion .elementor-tab-title.elementor-active .elementor-accordion-icon-opened {
    display: block
}

.elementor-accordion .elementor-tab-content {
    display: none;
    padding: 15px 20px;
    border-top: 1px solid #d4d4d4
}

@media(max-width:767px) {
    .elementor-accordion .elementor-tab-title {
        padding: 12px 15px
    }

    .elementor-accordion .elementor-tab-title .elementor-accordion-icon {
        width: 1.2em
    }

    .elementor-accordion .elementor-tab-content {
        padding: 7px 15px
    }
}

.elementor-alert {
    padding: 15px;
    border-left: 5px solid transparent;
    position: relative;
    text-align: left
}

.elementor-alert .elementor-alert-title {
    display: block;
    font-weight: 700
}

.elementor-alert .elementor-alert-description {
    font-size: 13px
}

.elementor-alert button.elementor-alert-dismiss {
    position: absolute;
    right: 10px;
    top: 10px;
    padding: 3px;
    font-size: 20px;
    line-height: 1;
    background: 0 0;
    color: inherit;
    border: none;
    cursor: pointer
}

.elementor-alert.elementor-alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1
}

.elementor-alert.elementor-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #cae6be
}

.elementor-alert.elementor-alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #f9f0c3
}

.elementor-alert.elementor-alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #e8c4c4
}

@media(max-width:767px) {
    .elementor-alert {
        padding: 10px
    }

    .elementor-alert button.elementor-alert-dismiss {
        right: 7px;
        top: 7px
    }
}

.elementor-tab-title a {
    color: inherit
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    color: #fff;
    fill: #fff;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}

.elementor-button:focus,
.elementor-button:hover,
.elementor-button:visited {
    color: #fff
}

.elementor-button-icon svg {
    width: 1em
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-button.elementor-size-sm {
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    -webkit-border-radius: 6px;
    border-radius: 6px
}

.elementor-button .elementor-align-icon-right {
    float: right;
    margin-left: 5px
}

.elementor-button .elementor-align-icon-left {
    float: left;
    margin-right: 5px
}

.elementor-button .elementor-button-text {
    display: inline-block
}

.elementor-button span {
    text-decoration: inherit
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f
}

.elementor-counter .elementor-counter-number-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 69px;
    font-weight: 600;
    color: #222;
    line-height: 1
}

.elementor-counter .elementor-counter-number-prefix,
.elementor-counter .elementor-counter-number-suffix {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: pre-wrap
}

.elementor-counter .elementor-counter-number-prefix {
    text-align: right
}

.elementor-counter .elementor-counter-number-suffix {
    text-align: left
}

.elementor-counter .elementor-counter-title {
    text-align: center;
    font-size: 19px;
    font-weight: 400;
    color: #666;
    line-height: 2.5
}

.elementor-widget-divider {
    --divider-border-style: none;
    --divider-border-width: 1px;
    --divider-border-color: $gray-darkest;
    --divider-icon-size: 20px;
    --divider-element-spacing: 10px;
    --divider-pattern-height: 24px;
    --divider-pattern-size: 20px;
    --divider-pattern-url: none;
    --divider-pattern-repeat: repeat-x
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon):not(.elementor-widget-divider--separator-type-pattern) .elementor-divider-separator {
    display: inline-block
}

.elementor-widget-divider .elementor-divider {
    line-height: 0;
    font-size: 0
}

.elementor-widget-divider .elementor-divider__text {
    font-size: 15px;
    line-height: 1
}

.elementor-widget-divider .elementor-divider__element {
    margin: 0 var(--divider-element-spacing);
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-divider .elementor-icon {
    font-size: var(--divider-icon-size)
}

.elementor-widget-divider .elementor-divider-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    direction: ltr
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--view-line_text .elementor-divider-separator {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-widget-divider--view-line_icon .elementor-divider-separator:after,
.elementor-widget-divider--view-line_icon .elementor-divider-separator:before,
.elementor-widget-divider--view-line_text .elementor-divider-separator:after,
.elementor-widget-divider--view-line_text .elementor-divider-separator:before {
    display: block;
    content: "";
    border-bottom: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
}

.elementor-widget-divider--element-align-left .elementor-divider .elementor-divider-separator>.elementor-divider__svg:first-of-type {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-left .elementor-divider-separator:before {
    content: none
}

.elementor-widget-divider--element-align-left .elementor-divider__element {
    margin-left: 0
}

.elementor-widget-divider--element-align-right .elementor-divider .elementor-divider-separator>.elementor-divider__svg:last-of-type {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 100;
    -ms-flex-negative: 100;
    flex-shrink: 100
}

.elementor-widget-divider--element-align-right .elementor-divider-separator:after {
    content: none
}

.elementor-widget-divider--element-align-right .elementor-divider__element {
    margin-right: 0
}

.elementor-widget-divider:not(.elementor-widget-divider--view-line_text):not(.elementor-widget-divider--view-line_icon) .elementor-divider-separator {
    border-top: var(--divider-border-width) var(--divider-border-style) var(--divider-border-color)
}

.elementor-widget-divider--separator-type-pattern {
    --divider-border-style: none
}

.elementor-widget-divider--separator-type-pattern .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:after,
.elementor-widget-divider--separator-type-pattern .elementor-divider-separator:before {
    width: 100%;
    min-height: var(--divider-pattern-height);
    background-image: var(--divider-pattern-url);
    -webkit-background-size: var(--divider-pattern-size) 100%;
    background-size: var(--divider-pattern-size) 100%;
    background-repeat: var(--divider-pattern-repeat)
}

.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_icon .elementor-divider-separator,
.elementor-widget-divider--separator-type-pattern.elementor-widget-divider--view-line_text .elementor-divider-separator {
    background-image: none
}

.elementor-widget-divider--no-spacing {
    --divider-pattern-size: auto
}

.elementor-widget-divider--bg-round {
    --divider-pattern-repeat: round
}

.rtl .elementor-widget-divider .elementor-divider__text {
    direction: rtl
}

.elementor-image-gallery .gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
    max-width: 100%;
    margin: 0 auto
}

.elementor-image-gallery .gallery-item img {
    margin: 0 auto
}

.elementor-image-gallery .gallery-item .gallery-caption {
    margin: 0
}

@media(min-width:768px) {
    .elementor-image-gallery .gallery-columns-2 .gallery-item {
        max-width: 50%
    }

    .elementor-image-gallery .gallery-columns-3 .gallery-item {
        max-width: 33.33%
    }

    .elementor-image-gallery .gallery-columns-4 .gallery-item {
        max-width: 25%
    }

    .elementor-image-gallery .gallery-columns-5 .gallery-item {
        max-width: 20%
    }

    .elementor-image-gallery .gallery-columns-6 .gallery-item {
        max-width: 16.666%
    }

    .elementor-image-gallery .gallery-columns-7 .gallery-item {
        max-width: 14.28%
    }

    .elementor-image-gallery .gallery-columns-8 .gallery-item {
        max-width: 12.5%
    }

    .elementor-image-gallery .gallery-columns-9 .gallery-item {
        max-width: 11.11%
    }

    .elementor-image-gallery .gallery-columns-10 .gallery-item {
        max-width: 10%
    }
}

@media(min-width:480px) and (max-width:767px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 50%
    }
}

@media(max-width:479px) {

    .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,
    .elementor-image-gallery .gallery.gallery-columns-10 .gallery-item {
        max-width: 100%
    }
}

.elementor-widget-google_maps iframe {
    height: 300px
}

.elementor-widget-heading .elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1
}

.elementor-widget-heading .elementor-heading-title>a {
    color: inherit;
    font-size: inherit
}

.elementor-widget-heading .elementor-heading-title.elementor-size-small {
    font-size: 15px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-medium {
    font-size: 19px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-large {
    font-size: 29px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 39px
}

.elementor-widget-heading .elementor-heading-title.elementor-size-xxl {
    font-size: 59px
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color: #818a91;
    font-size: 50px;
    text-align: center
}

.elementor-icon:hover {
    color: #818a91
}

.elementor-icon i,
.elementor-icon svg {
    width: 1em;
    height: 1em;
    position: relative;
    display: block
}

.elementor-icon i:before,
.elementor-icon svg:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #818a91;
    color: #fff;
    fill: #fff
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #818a91;
    border: 3px solid #818a91;
    background-color: transparent
}

.elementor-shape-circle .elementor-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

@media(min-width:768px) {

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,
    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto
    }

    .elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img {
        margin: auto
    }

    .elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media(max-width:767px) {
    .elementor-widget-icon-box .elementor-icon-box-icon {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-icon-box .elementor-icon-box-wrapper {
    text-align: center
}

.elementor-widget-icon-box .elementor-icon-box-title a {
    color: inherit
}

.elementor-widget-icon-box .elementor-icon-box-content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.elementor-widget-icon-box .elementor-icon-box-description {
    margin: 0
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container {
    overflow: hidden
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
    margin-right: -8px;
    margin-left: -8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
    margin-right: 8px;
    margin-left: 8px
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
    width: auto;
    left: auto;
    right: auto;
    position: relative;
    height: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 0;
    border-bottom: 0;
    border-right: 0;
    border-left-width: 1px;
    border-style: solid;
    right: -8px
}

.elementor-widget .elementor-icon-list-items {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.elementor-widget .elementor-icon-list-item {
    margin: 0;
    padding: 0;
    position: relative
}

.elementor-widget .elementor-icon-list-item:after {
    position: absolute;
    bottom: 0;
    width: 100%
}

.elementor-widget .elementor-icon-list-item,
.elementor-widget .elementor-icon-list-item a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.elementor-widget .elementor-icon-list-item a {
    width: 100%
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    padding-left: 5px
}

.elementor-widget .elementor-icon-list-icon {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget .elementor-icon-list-icon i {
    width: 1.25em
}

.elementor-widget .elementor-icon-list-icon svg {
    width: 1em
}

.elementor-widget.elementor-align-center .elementor-icon-list-item,
.elementor-widget.elementor-align-center .elementor-icon-list-item a {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
    margin: auto
}

.elementor-widget.elementor-align-center .elementor-inline-items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-widget.elementor-align-left .elementor-icon-list-item,
.elementor-widget.elementor-align-left .elementor-icon-list-item a {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left
}

.elementor-widget.elementor-align-left .elementor-inline-items {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-widget.elementor-align-right .elementor-icon-list-item,
.elementor-widget.elementor-align-right .elementor-icon-list-item a {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right
}

.elementor-widget.elementor-align-right .elementor-icon-list-items {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-widget:not(.elementor-align-right) .elementor-icon-list-item:after {
    left: 0
}

.elementor-widget:not(.elementor-align-left) .elementor-icon-list-item:after {
    right: 0
}

@media(max-width:1024px) {

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-tablet-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-tablet-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-tablet-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

@media(max-width:767px) {

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a,
    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-items {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
        margin: auto
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-items {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-left .elementor-icon-list-item a {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-items {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item,
    .elementor-widget.elementor-mobile-align-right .elementor-icon-list-item a {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: right
    }

    .elementor-widget:not(.elementor-mobile-align-right) .elementor-icon-list-item:after {
        left: 0
    }

    .elementor-widget:not(.elementor-mobile-align-left) .elementor-icon-list-item:after {
        right: 0
    }
}

.elementor-widget-image {
    text-align: center
}

.elementor-widget-image .elementor-image>a,
.elementor-widget-image .elementor-image figure>a {
    display: inline-block
}

.elementor-widget-image .elementor-image>a img[src$=".svg"],
.elementor-widget-image .elementor-image figure>a img[src$=".svg"] {
    width: 48px
}

.elementor-widget-image .elementor-image img {
    vertical-align: middle;
    display: inline-block
}

.elementor-widget-image .elementor-image.elementor-image-shape-circle {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-widget-image-box .elementor-image-box-content {
    width: 100%
}

@media(min-width:768px) {

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,
    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper {
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper {
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .elementor-widget-image-box.elementor-position-top .elementor-image-box-img {
        margin: auto
    }

    .elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        -ms-flex-align: end;
        align-items: flex-end
    }
}

@media(max-width:767px) {
    .elementor-widget-image-box .elementor-image-box-img {
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 15px
    }
}

.elementor-widget-image-box .elementor-image-box-img {
    display: inline-block
}

.elementor-widget-image-box .elementor-image-box-title a {
    color: inherit
}

.elementor-widget-image-box .elementor-image-box-wrapper {
    text-align: center
}

.elementor-widget-image-box .elementor-image-box-description {
    margin: 0
}

.elementor-widget-image-carousel .swiper-container {
    position: static
}

.elementor-widget-image-carousel .swiper-container .swiper-slide figure {
    line-height: inherit
}

.elementor-widget-image-carousel .swiper-slide {
    text-align: center
}

.elementor-image-gallery figure img {
    display: block
}

.elementor-image-gallery figure figcaption {
    width: 100%
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
    padding: 0
}

body.elementor-page .elementor-widget-menu-anchor {
    margin-bottom: 0
}

.elementor-widget-progress {
    text-align: left
}

.elementor-progress-wrapper {
    position: relative;
    background-color: #eee;
    color: #fff;
    height: 100%;
    -webkit-border-radius: 2px;
    border-radius: 2px
}

.elementor-progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #818a91;
    width: 0;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: width 1s ease-in-out;
    -o-transition: width 1s ease-in-out;
    transition: width 1s ease-in-out
}

.elementor-progress-text {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 15px
}

.elementor-progress-percentage {
    padding-right: 15px
}

.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar {
    background-color: #5bc0de
}

.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar {
    background-color: #5cb85c
}

.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar {
    background-color: #f0ad4e
}

.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar {
    background-color: #d9534f
}

.elementor-progress .elementor-title {
    display: block
}

@media(max-width:767px) {
    .elementor-progress-text {
        padding-left: 10px
    }
}

.elementor-social-icons-wrapper {
    font-size: 0
}

.elementor-social-icon {
    background-color: #818a91;
    font-size: 25px;
    text-align: center;
    padding: .5em;
    margin-right: 5px;
    cursor: pointer
}

.elementor-social-icon i {
    color: #fff
}

.elementor-social-icon:last-child {
    margin: 0
}

.elementor-social-icon:hover {
    opacity: .9;
    color: #fff
}

.elementor-social-icon-android {
    background-color: #a4c639
}

.elementor-social-icon-apple {
    background-color: #999
}

.elementor-social-icon-behance {
    background-color: #1769ff
}

.elementor-social-icon-bitbucket {
    background-color: #205081
}

.elementor-social-icon-codepen {
    background-color: #000
}

.elementor-social-icon-delicious {
    background-color: #39f
}

.elementor-social-icon-deviantart {
    background-color: #05cc47
}

.elementor-social-icon-digg {
    background-color: #005be2
}

.elementor-social-icon-dribbble {
    background-color: #ea4c89
}

.elementor-social-icon-elementor {
    background-color: #d30c5c
}

.elementor-social-icon-envelope {
    background-color: #ea4335
}

.elementor-social-icon-facebook,
.elementor-social-icon-facebook-f {
    background-color: #3b5998
}

.elementor-social-icon-flickr {
    background-color: #0063dc
}

.elementor-social-icon-foursquare {
    background-color: #2d5be3
}

.elementor-social-icon-free-code-camp,
.elementor-social-icon-freecodecamp {
    background-color: #006400
}

.elementor-social-icon-github {
    background-color: #333
}

.elementor-social-icon-gitlab {
    background-color: #e24329
}

.elementor-social-icon-globe {
    background-color: #818a91
}

.elementor-social-icon-google-plus,
.elementor-social-icon-google-plus-g {
    background-color: #dd4b39
}

.elementor-social-icon-houzz {
    background-color: #7ac142
}

.elementor-social-icon-instagram {
    background-color: #262626
}

.elementor-social-icon-jsfiddle {
    background-color: #487aa2
}

.elementor-social-icon-link {
    background-color: #818a91
}

.elementor-social-icon-linkedin {
    background-color: #0077b5
}

.elementor-social-icon-medium {
    background-color: #00ab6b
}

.elementor-social-icon-meetup {
    background-color: #ec1c40
}

.elementor-social-icon-mixcloud {
    background-color: #273a4b
}

.elementor-social-icon-odnoklassniki {
    background-color: #f4731c
}

.elementor-social-icon-pinterest {
    background-color: #bd081c
}

.elementor-social-icon-product-hunt {
    background-color: #da552f
}

.elementor-social-icon-reddit {
    background-color: #ff4500
}

.elementor-social-icon-rss {
    background-color: #f26522
}

.elementor-social-icon-shopping-cart {
    background-color: #4caf50
}

.elementor-social-icon-skype {
    background-color: #00aff0
}

.elementor-social-icon-slideshare {
    background-color: #0077b5
}

.elementor-social-icon-snapchat {
    background-color: #fffc00
}

.elementor-social-icon-soundcloud {
    background-color: #f80
}

.elementor-social-icon-spotify {
    background-color: #2ebd59
}

.elementor-social-icon-stack-overflow {
    background-color: #fe7a15
}

.elementor-social-icon-steam {
    background-color: #00adee
}

.elementor-social-icon-stumbleupon {
    background-color: #eb4924
}

.elementor-social-icon-telegram {
    background-color: #2ca5e0
}

.elementor-social-icon-thumb-tack {
    background-color: #1aa1d8
}

.elementor-social-icon-tripadvisor {
    background-color: #589442
}

.elementor-social-icon-tumblr {
    background-color: #35465c
}

.elementor-social-icon-twitch {
    background-color: #6441a5
}

.elementor-social-icon-twitter {
    background-color: #1da1f2
}

.elementor-social-icon-viber {
    background-color: #665cac
}

.elementor-social-icon-vimeo {
    background-color: #1ab7ea
}

.elementor-social-icon-vk {
    background-color: #45668e
}

.elementor-social-icon-weibo {
    background-color: #df2029
}

.elementor-social-icon-weixin {
    background-color: #7bb32e
}

.elementor-social-icon-whatsapp {
    background-color: #25d366
}

.elementor-social-icon-wordpress {
    background-color: #21759b
}

.elementor-social-icon-xing {
    background-color: #026466
}

.elementor-social-icon-yelp {
    background-color: #af0606
}

.elementor-social-icon-youtube {
    background-color: #cd201f
}

.elementor-social-icon-500px {
    background-color: #0099e5
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 10%;
    border-radius: 10%
}

.elementor-shape-circle .elementor-icon.elementor-social-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.elementor-star-rating {
    color: #ccd6df;
    font-family: eicons;
    display: inline-block
}

.elementor-star-rating i {
    display: inline-block;
    position: relative;
    font-style: normal;
    cursor: default
}

.elementor-star-rating i:before {
    content: "\e934";
    display: block;
    font-size: inherit;
    font-family: inherit;
    position: absolute;
    overflow: hidden;
    color: #f0ad4e;
    top: 0;
    left: 0
}

.elementor-star-rating .elementor-star-empty:before {
    content: none
}

.elementor-star-rating .elementor-star-1:before {
    width: 10%
}

.elementor-star-rating .elementor-star-2:before {
    width: 20%
}

.elementor-star-rating .elementor-star-3:before {
    width: 30%
}

.elementor-star-rating .elementor-star-4:before {
    width: 40%
}

.elementor-star-rating .elementor-star-5:before {
    width: 50%
}

.elementor-star-rating .elementor-star-6:before {
    width: 60%
}

.elementor-star-rating .elementor-star-7:before {
    width: 70%
}

.elementor-star-rating .elementor-star-8:before {
    width: 80%
}

.elementor-star-rating .elementor-star-9:before {
    width: 90%
}

.elementor-star-rating__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.elementor-star-rating__title {
    margin-right: 10px
}

.elementor-star-rating--align-right .elementor-star-rating__wrapper {
    text-align: right;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.elementor-star-rating--align-left .elementor-star-rating__wrapper {
    text-align: left;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.elementor-star-rating--align-center .elementor-star-rating__wrapper {
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.elementor-star-rating--align-justify .elementor-star-rating__title {
    margin-right: auto
}

@media(max-width:1024px) {
    .elementor-star-rating-tablet--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-star-rating-tablet--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-star-rating-tablet--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-star-rating-tablet--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

@media(max-width:767px) {
    .elementor-star-rating-mobile--align-right .elementor-star-rating__wrapper {
        text-align: right;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .elementor-star-rating-mobile--align-left .elementor-star-rating__wrapper {
        text-align: left;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .elementor-star-rating-mobile--align-center .elementor-star-rating__wrapper {
        text-align: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .elementor-star-rating-mobile--align-justify .elementor-star-rating__title {
        margin-right: auto
    }
}

.last-star {
    letter-spacing: 0
}

.elementor--star-style-star_unicode .elementor-star-rating {
    font-family: Arial, Helvetica, sans-serif
}

.elementor--star-style-star_unicode .elementor-star-rating i:not(.elementor-star-empty):before {
    content: "\002605"
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper {
    width: 25%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active {
    border-right-style: none
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    height: 999em;
    width: 0;
    right: 0;
    border-right-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:before {
    top: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%)
}

.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.elementor-active:after {
    top: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title {
    display: table-cell
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active {
    border-bottom-style: none
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    bottom: 0;
    height: 0;
    width: 999em;
    border-bottom-style: solid
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:before {
    right: 100%
}

.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.elementor-active:after {
    left: 100%
}

.elementor-widget-tabs .elementor-tab-content,
.elementor-widget-tabs .elementor-tab-title,
.elementor-widget-tabs .elementor-tab-title:after,
.elementor-widget-tabs .elementor-tab-title:before,
.elementor-widget-tabs .elementor-tabs-content-wrapper {
    border: 1px #d4d4d4
}

.elementor-widget-tabs .elementor-tabs {
    text-align: left
}

.elementor-widget-tabs .elementor-tabs-wrapper {
    overflow: hidden
}

.elementor-widget-tabs .elementor-tab-title {
    cursor: pointer;
    outline: none
}

.elementor-widget-tabs .elementor-tab-desktop-title {
    position: relative;
    padding: 20px 25px;
    font-weight: 700;
    line-height: 1;
    border: solid transparent
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active {
    border-color: #d4d4d4
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:after,
.elementor-widget-tabs .elementor-tab-desktop-title.elementor-active:before {
    display: block;
    content: "";
    position: absolute
}

.elementor-widget-tabs .elementor-tab-mobile-title {
    padding: 10px;
    cursor: pointer
}

.elementor-widget-tabs .elementor-tab-content {
    padding: 20px;
    display: none
}

@media(max-width:767px) {

    .elementor-tabs .elementor-tab-content,
    .elementor-tabs .elementor-tab-title {
        border-style: solid solid none
    }

    .elementor-tabs .elementor-tabs-wrapper {
        display: none
    }

    .elementor-tabs .elementor-tabs-content-wrapper {
        border-bottom-style: solid
    }

    .elementor-tabs .elementor-tab-content {
        padding: 10px
    }
}

@media(min-width:768px) {
    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-style: solid solid solid none
    }

    .elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content {
        border-style: none solid solid
    }

    .elementor-tabs .elementor-tab-mobile-title {
        display: none
    }
}

.elementor-testimonial-wrapper {
    overflow: hidden;
    text-align: center
}

.elementor-testimonial-wrapper .elementor-testimonial-content {
    font-size: 1.3em;
    margin-bottom: 20px
}

.elementor-testimonial-wrapper .elementor-testimonial-name {
    line-height: 1.5;
    color: inherit
}

.elementor-testimonial-wrapper .elementor-testimonial-job {
    font-size: .85em;
    color: inherit
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-left {
    text-align: left
}

.elementor-testimonial-wrapper.elementor-testimonial-text-align-right {
    text-align: right
}

.elementor-testimonial-wrapper .elementor-testimonial-meta {
    width: 100%;
    line-height: 1
}

.elementor-testimonial-wrapper .elementor-testimonial-meta-inner {
    display: inline-block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image {
    display: table-cell;
    vertical-align: middle
}

.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img {
    width: 60px;
    height: 60px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image {
    padding-right: 15px
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details {
    text-align: left
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,
.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    display: block
}

.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image {
    margin-bottom: 20px
}

.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap {
    background-color: #818a91;
    color: #fff
}

.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap {
    color: #818a91;
    border: 3px solid;
    background-color: transparent
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap {
    margin-top: 8px
}

.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter {
    width: 1em;
    height: 1em
}

.elementor-widget-text-editor .elementor-drop-cap {
    float: left;
    text-align: center;
    line-height: 1;
    font-size: 50px
}

.elementor-widget-text-editor .elementor-drop-cap-letter {
    display: inline-block
}

.elementor-toggle {
    text-align: left
}

.elementor-toggle .elementor-tab-title {
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    cursor: pointer;
    outline: none
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
    display: inline-block;
    width: 1em
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-right {
    float: right;
    text-align: right
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon.elementor-toggle-icon-left {
    float: left;
    text-align: left
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-closed {
    display: block
}

.elementor-toggle .elementor-tab-title .elementor-toggle-icon .elementor-toggle-icon-opened {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active {
    border-bottom: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-closed {
    display: none
}

.elementor-toggle .elementor-tab-title.elementor-active .elementor-toggle-icon-opened {
    display: block
}

.elementor-toggle .elementor-tab-content {
    padding: 15px;
    border-bottom: 1px solid #d4d4d4;
    display: none
}

@media(max-width:767px) {
    .elementor-toggle .elementor-tab-title {
        padding: 12px
    }

    .elementor-toggle .elementor-tab-content {
        padding: 12px 10px
    }
}

.elementor-widget-video .elementor-widget-container {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 50%
}

.elementor-widget-video .elementor-custom-embed-image-overlay {
    cursor: pointer;
    text-align: center
}

.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i {
    opacity: 1
}

.elementor-widget-video .elementor-custom-embed-image-overlay img {
    display: block;
    width: 100%
}

.elementor-widget-video .elementor-video {
    -o-object-fit: cover;
    object-fit: cover
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block
}

.slick-track:after,
.slick-track:before {
    content: "";
    display: table
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none
}

.elementor-slick-slider[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.elementor-slick-slider .slick-loading .slick-list {
    background: #fff
}

.elementor-slick-slider .slick-loading .slick-list:after {
    content: "\e8fb";
    font-family: eicons;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
    font-size: 25px;
    color: #a4afb7
}

.elementor-slick-slider .slick-next,
.elementor-slick-slider .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    padding: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: 0 0
}

.elementor-slick-slider .slick-next:focus,
.elementor-slick-slider .slick-next:hover,
.elementor-slick-slider .slick-prev:focus,
.elementor-slick-slider .slick-prev:hover {
    color: transparent;
    outline: none;
    background: 0 0
}

.elementor-slick-slider .slick-next:focus:before,
.elementor-slick-slider .slick-next:hover:before,
.elementor-slick-slider .slick-prev:focus:before,
.elementor-slick-slider .slick-prev:hover:before {
    opacity: 1
}

.elementor-slick-slider .slick-next.slick-disabled:before,
.elementor-slick-slider .slick-prev.slick-disabled:before {
    opacity: .25
}

.elementor-slick-slider .slick-next:before,
.elementor-slick-slider .slick-prev:before {
    font-family: eicons;
    font-size: 35px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider .slick-prev {
    left: -25px
}

[dir=rtl] .elementor-slick-slider .slick-prev {
    left: auto;
    right: -25px
}

.elementor-slick-slider .slick-prev:before {
    content: "\e89f"
}

[dir=rtl] .elementor-slick-slider .slick-prev:before {
    content: "\e89e"
}

.elementor-slick-slider .slick-next {
    right: -25px
}

[dir=rtl] .elementor-slick-slider .slick-next {
    left: -25px;
    right: auto
}

.elementor-slick-slider .slick-next:before {
    content: "\e89e"
}

[dir=rtl] .elementor-slick-slider .slick-next:before {
    content: "\e89f"
}

.elementor-slick-slider .slick-dotted.slick-slider {
    margin-bottom: 30px
}

.elementor-slick-slider ul.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1
}

.elementor-slick-slider ul.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;
    cursor: pointer
}

.elementor-slick-slider ul.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: 0 0
}

.elementor-slick-slider ul.slick-dots li button:focus,
.elementor-slick-slider ul.slick-dots li button:hover {
    outline: none
}

.elementor-slick-slider ul.slick-dots li button:focus:before,
.elementor-slick-slider ul.slick-dots li button:hover:before {
    opacity: 1
}

.elementor-slick-slider ul.slick-dots li button:before {
    font-family: eicons;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "\e914";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.elementor-slick-slider ul.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev {
    left: auto;
    right: 20px
}

.elementor-slick-slider .slick-arrows-inside .slick-next {
    right: 20px
}

[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next {
    left: 20px;
    right: auto
}

.elementor-slick-slider .slick-dots-inside .slick-dots {
    bottom: 5px
}

.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider {
    margin-bottom: 0
}

.elementor-slick-slider .slick-slider .slick-next,
.elementor-slick-slider .slick-slider .slick-prev {
    z-index: 1
}

.elementor-slick-slider .slick-slide img {
    margin: auto
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container .swiper-slide figure {
    line-height: 0
}

.swiper-container .elementor-lightbox-content-source {
    display: none
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background: no-repeat 50%
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAgMjJMMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4=);
    left: 10px;
    right: auto
}

.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAgMjJMMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnonLz48L3N2Zz4=)
}

.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTAgMjJMMjIgMGwyLjEgMi4xTDQuMiAyMmwxOS45IDE5LjlMMjIgNDQgMCAyMnonIGZpbGw9JyNmZmYnLz48L3N2Zz4=)
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3IDIyTDUgNDRsLTIuMS0yLjFMMjIuOCAyMiAyLjkgMi4xIDUgMGwyMiAyMnonIGZpbGw9JyMwMDdhZmYnLz48L3N2Zz4=);
    right: 10px;
    left: auto
}

.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3IDIyTDUgNDRsLTIuMS0yLjFMMjIuOCAyMiAyLjkgMi4xIDUgMGwyMiAyMnonLz48L3N2Zz4=)
}

.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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAyNyA0NCc+PHBhdGggZD0nTTI3IDIyTDUgNDRsLTIuMS0yLjFMMjIuOCAyMiAyLjkgMi4xIDUgMGwyMiAyMnonIGZpbGw9JyNmZmYnLz48L3N2Zz4=)
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 5px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

.swiper-pagination-fraction {
    color: #000
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, .5)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.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-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    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(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), transparent)
}

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .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,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-slide {
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    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-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-scrollbar {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    -webkit-border-radius: 10px;
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.elementor-pagination-position-outside .swiper-container {
    padding-bottom: 30px
}

.elementor-pagination-position-outside .elementor-swiper-button {
    top: calc(50% - 15px)
}

.elementor-swiper {
    position: relative
}

.elementor-main-swiper {
    position: static
}

.elementor-arrows-position-outside .swiper-container {
    width: calc(100% - 60px)
}

.elementor-arrows-position-outside .elementor-swiper-button-prev {
    left: 0
}

.elementor-arrows-position-outside .elementor-swiper-button-next {
    right: 0
}

.swiper-image-stretch .swiper-slide .swiper-slide-image {
    width: 100%
}

.elementor-swiper-button {
    position: absolute;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, .9);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.elementor-swiper-button-prev {
    left: 10px
}

.elementor-swiper-button-next {
    right: 10px
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PHBhdGggaWQ9J2EnIHN0cm9rZT0nIzZjNmM2Yycgc3Ryb2tlLXdpZHRoPScxMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBkPSdNNjAgN3YyMCcvPjwvZGVmcz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwIDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2EnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAgNjApJy8+PHVzZSB4bGluazpocmVmPScjYScgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCA2MCknLz48L3N2Zz4=) no-repeat 50%
}

.swiper-lazy-preloader-white:after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB2aWV3Qm94PScwIDAgMTIwIDEyMCcgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJyB4bWxuczp4bGluaz0naHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayc+PGRlZnM+PHBhdGggaWQ9J2EnIHN0cm9rZT0nI2ZmZicgc3Ryb2tlLXdpZHRoPScxMScgc3Ryb2tlLWxpbmVjYXA9J3JvdW5kJyBkPSdNNjAgN3YyMCcvPjwvZGVmcz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDMwIDYwIDYwKScvPjx1c2UgeGxpbms6aHJlZj0nI2EnIG9wYWNpdHk9Jy4yNycgdHJhbnNmb3JtPSdyb3RhdGUoNjAgNjAgNjApJy8+PHVzZSB4bGluazpocmVmPScjYScgb3BhY2l0eT0nLjI3JyB0cmFuc2Zvcm09J3JvdGF0ZSg5MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDEyMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMjcnIHRyYW5zZm9ybT0ncm90YXRlKDE1MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuMzcnIHRyYW5zZm9ybT0ncm90YXRlKDE4MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNDYnIHRyYW5zZm9ybT0ncm90YXRlKDIxMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNTYnIHRyYW5zZm9ybT0ncm90YXRlKDI0MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNjYnIHRyYW5zZm9ybT0ncm90YXRlKDI3MCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuNzUnIHRyYW5zZm9ybT0ncm90YXRlKDMwMCA2MCA2MCknLz48dXNlIHhsaW5rOmhyZWY9JyNhJyBvcGFjaXR5PScuODUnIHRyYW5zZm9ybT0ncm90YXRlKDMzMCA2MCA2MCknLz48L3N2Zz4=)
}

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

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

.elementor-lightbox .dialog-header {
    display: none
}

.elementor-lightbox .dialog-widget-content {
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
    height: 100%
}

.elementor-lightbox .dialog-message {
    -webkit-animation-duration: .4s;
    animation-duration: .4s
}

.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
    height: 100%
}

.elementor-lightbox .dialog-lightbox-close-button {
    cursor: pointer;
    position: absolute;
    font-size: 25px;
    padding: 5px;
    z-index: 2;
    line-height: 1
}

@media(max-width:767px) {
    .elementor-lightbox .dialog-lightbox-close-button {
        padding: 0
    }
}

.elementor-lightbox .dialog-lightbox-close-button,
.elementor-lightbox .elementor-swiper-button {
    color: hsla(0, 0%, 93.3%, .9);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    opacity: 1
}

.elementor-lightbox .dialog-lightbox-close-button:hover,
.elementor-lightbox .elementor-swiper-button:hover {
    color: #fff
}

.elementor-lightbox .swiper-container {
    height: 100%
}

.elementor-lightbox .elementor-lightbox-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    padding: 70px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    margin: auto
}

@media(max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 40px
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media(min-width:1025px) {
    .elementor-lightbox .elementor-video-container {
        width: 75%
    }
}

@media(max-width:1024px) {
    .elementor-lightbox .elementor-video-container {
        width: 100%
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .elementor-lightbox .elementor-aspect-ratio-916 .elementor-video-container {
        width: 70%
    }
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 35px
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 35px
}

@media(max-width:767px) {
    .elementor-lightbox .elementor-swiper-button-prev {
        left: 10px
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 10px
    }
}

.animated {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s
}

.animated.animated-slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s
}

.animated.animated-fast {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animated.reverse {
    animation-direction: reverse
}

@media(prefers-reduced-motion:reduce) {
    .animated {
        -webkit-animation: none;
        animation: none
    }
}

.elementor-shape {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr
}

.elementor-shape-top {
    top: -1px
}

.elementor-shape-bottom {
    bottom: -1px
}

.elementor-shape[data-negative=false].elementor-shape-bottom,
.elementor-shape[data-negative=true].elementor-shape-top {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg)
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 200px
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #55595c;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.page-template-elementor_canvas.elementor-page:before {
    display: none
}

.elementor-post__thumbnail__link {
    -webkit-transition: none;
    -o-transition: none;
    transition: none
}

#elementor .elementor-element ul.elementor-icon-list-items,
#left-area ul.elementor-icon-list-items,
.elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0
}

@media(max-width:767px) {
    .elementor:not(.elementor-edit-area-active) .elementor-hidden-phone {
        display: none
    }
}

@media(min-width:768px) and (max-width:1024px) {
    .elementor:not(.elementor-edit-area-active) .elementor-hidden-tablet {
        display: none
    }
}

@media(min-width:1025px) {
    .elementor:not(.elementor-edit-area-active) .elementor-hidden-desktop {
        display: none
    }
}

.elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1190px
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0
}

.elementor-18 .elementor-element.elementor-element-b693f81>.elementor-element-populated {
    padding: 10px 10px 10px 7px
}

.elementor-18 .elementor-element.elementor-element-b693f81 {
    z-index: 1
}

.elementor-18 .elementor-element.elementor-element-3016cb3>.tippy-popper .tippy-tooltip .tippy-content {
    text-align: center
}

.elementor-18 .elementor-element.elementor-element-3016cb3 {
    width: 475px;
    max-width: 475px;
    bottom: -266px
}

body:not(.rtl) .elementor-18 .elementor-element.elementor-element-3016cb3 {
    left: 65.177vw
}

body.rtl .elementor-18 .elementor-element.elementor-element-3016cb3 {
    right: 65.177vw
}

.elementor-18 .elementor-element.elementor-element-a157f38>.tippy-popper .tippy-tooltip .tippy-content {
    text-align: center
}

.elementor-18 .elementor-element.elementor-element-a157f38 {
    width: 475px;
    max-width: 475px;
    bottom: -43px
}

body:not(.rtl) .elementor-18 .elementor-element.elementor-element-a157f38 {
    left: -23.407vw
}

body.rtl .elementor-18 .elementor-element.elementor-element-a157f38 {
    right: -23.407vw
}

.elementor-18 .elementor-element.elementor-element-6a4f428 .jet-headline {
    justify-content: flex-start;
    margin: 15px 0 50px 150px;
}

.elementor-18 .elementor-element.elementor-element-6a4f428 .jet-headline>.jet-headline__link {
    justify-content: flex-start
}

.elementor-18 .elementor-element.elementor-element-6a4f428 .jet-headline__first .jet-headline__label {
    color: #1a1a1a;
    font-family: livvic, Sans-serif;
    font-size: 100px;
    font-weight: 600;
    font-style: normal;
    line-height: 100px
}

.elementor-18 .elementor-element.elementor-element-6a4f428 .jet-headline__second {
    align-self: flex-end
}

.elementor-18 .elementor-element.elementor-element-6a4f428 .jet-headline__second .jet-headline__label {
    color: #0E8385;
    font-family: livvic, Sans-serif;
    font-size: 100px;
    font-weight: 600;
    line-height: 100px
}

.elementor-18 .elementor-element.elementor-element-6a4f428>.elementor-widget-container {
    margin: 0 0 -5px
}

.elementor-18 .elementor-element.elementor-element-6a4f428>.tippy-popper .tippy-tooltip .tippy-content {
    text-align: center
}

.elementor-18 .elementor-element.elementor-element-e31f8c9>.elementor-element-populated {
    padding: 0 0 0 13px
}

.elementor-18 .elementor-element.elementor-element-226b96f {
    color: #4d4d4d;
    font-family: 'Barlow', Sans-serif;
    font-size: 20px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
    z-index: 1;
    flex-basis: 425px
}

.elementor-18 .elementor-element.elementor-element-226b96f>.elementor-widget-container {
    margin: 0 0 80px
}

.elementor-18 .elementor-element.elementor-element-226b96f>.tippy-popper .tippy-tooltip .tippy-content {
    text-align: center
}

.elementor-18 .elementor-element.elementor-element-09a0b4b a.elementor-button,
.elementor-18 .elementor-element.elementor-element-09a0b4b .elementor-button {
    font-family: livvic, Sans-serif;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    line-height: 35px;
    fill: #0E8385;
    color: #0E8385;
    background-color: transparent;
    border-radius: 0;
    padding: 0
}

.elementor-18 .elementor-element.elementor-element-09a0b4b a.elementor-button:hover,
.elementor-18 .elementor-element.elementor-element-09a0b4b .elementor-button:hover,
.elementor-18 .elementor-element.elementor-element-09a0b4b a.elementor-button:focus,
.elementor-18 .elementor-element.elementor-element-09a0b4b .elementor-button:focus {
    color: #4d4d4d
}

.elementor-18 .elementor-element.elementor-element-09a0b4b a.elementor-button:hover svg,
.elementor-18 .elementor-element.elementor-element-09a0b4b .elementor-button:hover svg,
.elementor-18 .elementor-element.elementor-element-09a0b4b a.elementor-button:focus svg,
.elementor-18 .elementor-element.elementor-element-09a0b4b .elementor-button:focus svg {
    fill: #4d4d4d
}

.elementor-18 .elementor-element.elementor-element-09a0b4b>.elementor-widget-container {
    margin: 0 0 30px
}

.elementor-18 .elementor-element.elementor-element-09a0b4b {
    z-index: 1
}

.elementor-18 .elementor-element.elementor-element-09a0b4b>.tippy-popper .tippy-tooltip .tippy-content {
    text-align: center
}

.elementor-18 .elementor-element.elementor-element-295be48 a.elementor-button,
.elementor-18 .elementor-element.elementor-element-295be48 .elementor-button {
    font-family: 'Barlow', Sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    fill: #4d4d4d;
    color: #4d4d4d;
    background-color: transparent;
    border-radius: 0;
    padding: 0
}

.elementor-18 .elementor-element.elementor-element-295be48 a.elementor-button:hover,
.elementor-18 .elementor-element.elementor-element-295be48 .elementor-button:hover,
.elementor-18 .elementor-element.elementor-element-295be48 a.elementor-button:focus,
.elementor-18 .elementor-element.elementor-element-295be48 .elementor-button:focus {
    color: #0E8385
}

.elementor-18 .elementor-element.elementor-element-295be48 a.elementor-button:hover svg,
.elementor-18 .elementor-element.elementor-element-295be48 .elementor-button:hover svg,
.elementor-18 .elementor-element.elementor-element-295be48 a.elementor-button:focus svg,
.elementor-18 .elementor-element.elementor-element-295be48 .elementor-button:focus svg {
    fill: #0E8385
}

.elementor-18 .elementor-element.elementor-element-295be48 {
    z-index: 1
}

.elementor-18 .elementor-element.elementor-element-295be48>.tippy-popper .tippy-tooltip .tippy-content {
    text-align: center
}

.elementor-bc-flex-widget .elementor-18 .elementor-element.elementor-element-69cbf6f.elementor-column .elementor-column-wrap {
    align-items: flex-end
}

.elementor-18 .elementor-element.elementor-element-69cbf6f.elementor-column.elementor-element[data-element_type=column]>.elementor-column-wrap.elementor-element-populated>.elementor-widget-wrap {
    align-content: flex-end;
    align-items: flex-end
}

.elementor-18 .elementor-element.elementor-element-69cbf6f>.elementor-element-populated {
    padding: 10px 10px 10px 12px
}

.elementor-18 .elementor-element.elementor-element-4f32d99 {
    text-align: left
}

.elementor-18 .elementor-element.elementor-element-4f32d99 .elementor-social-icon {
    background-color: transparent;
    font-size: 40px;
    padding: 0
}

.elementor-18 .elementor-element.elementor-element-4f32d99 .elementor-social-icon i {
    color: #cfcfcf
}

.elementor-18 .elementor-element.elementor-element-4f32d99 .elementor-social-icon svg {
    fill: #cfcfcf;
    transition: all linear .3s;
}
.elementor-18 .elementor-element.elementor-element-4f32d99 .elementor-social-icon svg:hover {
    fill: #0E8385;
}

.elementor-18 .elementor-element.elementor-element-4f32d99 .elementor-social-icon:not(:last-child) {
    margin-right: 17px
}

.elementor-18 .elementor-element.elementor-element-4f32d99 .elementor-social-icon:hover i {
    color: #0E8385
}

.elementor-18 .elementor-element.elementor-element-4f32d99 .elementor-social-icon:hover svg {
    color: #0E8385
}

.elementor-18 .elementor-element.elementor-element-4f32d99>.tippy-popper .tippy-tooltip .tippy-content {
    text-align: center
}

.elementor-18 .elementor-element.elementor-element-576b404 {
    margin-top: -150px;
    /* margin-bottom: -58px */
}

@media screen and (min-width:1200px) {
    .elementor-18 .elementor-element.elementor-element-576b404 .elementor-widget-wrap {
        padding-left: 150px;
        /* background-color: #eee; */
    }
}

@media screen and (min-width:1025px) and (max-width:1199px) {
    .elementor-18 .elementor-element.elementor-element-226b96f, .elementor-18 .elementor-element.elementor-element-09a0b4b, .elementor-18 .elementor-element.elementor-element-295be48 {
        padding-left: 150px;
        flex-basis: 600px;
    }
}

@media(max-width:1024px) {
    .elementor-18 .elementor-element.elementor-element-b693f81>.elementor-element-populated {
        padding: 0
    }

    .elementor-18 .elementor-element.elementor-element-6a4f428 .jet-headline {
        margin: 0 0 50px
    }

    .elementor-18 .elementor-element.elementor-element-e31f8c9>.elementor-element-populated {
        padding: 0
    }

    .elementor-18 .elementor-element.elementor-element-4f32d99 {
        text-align: left
    }

    .elementor-18 .elementor-element.elementor-element-4f32d99>.elementor-widget-container {
        padding: 0 0 0 20px
    }

    .elementor-18 .elementor-element.elementor-element-576b404 {
        padding: 100px 30px
    }
}

@media(max-width:767px) {
    .elementor-18 .elementor-element.elementor-element-6a4f428 .jet-headline__first .jet-headline__label {
        font-size: 60px;
        line-height: 60px
    }

    .elementor-18 .elementor-element.elementor-element-6a4f428 .jet-headline__second .jet-headline__label {
        font-size: 60px;
        line-height: 60px
    }

    .elementor-18 .elementor-element.elementor-element-09a0b4b>.elementor-widget-container {
        margin: 0 0 20px
    }

    .elementor-18 .elementor-element.elementor-element-295be48>.elementor-widget-container {
        margin: 0 0 30px
    }

    .elementor-18 .elementor-element.elementor-element-4f32d99 {
        text-align: center
    }

    .elementor-18 .elementor-element.elementor-element-576b404 {
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 15px 30px
    }
}

.elementor-28 .elementor-element.elementor-element-ccebae7>.elementor-container {
    max-width: 1840px
}

.elementor-28 .elementor-element.elementor-element-0d82251>.elementor-element-populated {
    padding: 44px 0 18px 10px
}

.elementor-28 .elementor-element.elementor-element-027bff5 .jet-logo {
    justify-content: flex-start
}

.elementor-28 .elementor-element.elementor-element-027bff5>.tippy-popper .tippy-tooltip .tippy-content {
    text-align: center
}

.elementor-28 .elementor-element.elementor-element-0dad714>.elementor-element-populated {
    padding: 0 0 0 8px
}

.elementor-28 .elementor-element.elementor-element-d7a15cb .jet-nav--horizontal {
    justify-content: flex-start;
    text-align: left
}

.elementor-28 .elementor-element.elementor-element-d7a15cb .jet-nav--vertical .menu-item-link-top {
    justify-content: flex-start;
    text-align: left
}

.elementor-28 .elementor-element.elementor-element-d7a15cb .jet-nav--vertical-sub-bottom .menu-item-link-sub {
    justify-content: flex-start;
    text-align: left
}

body:not(.rtl) .elementor-28 .elementor-element.elementor-element-d7a15cb .jet-nav--horizontal .jet-nav__sub {
    text-align: left
}

body.rtl .elementor-28 .elementor-element.elementor-element-d7a15cb .jet-nav--horizontal .jet-nav__sub {
    text-align: right
}

.elementor-28 .elementor-element.elementor-element-d7a15cb .menu-item-link-top {
    color: #1a1a1a;
    padding: 43px 0 0;
    border-style: solid;
    border-width: 14px 0 0;
    border-color: transparent
}

.elementor-28 .elementor-element.elementor-element-d7a15cb .menu-item-link-top .jet-nav-link-text {
    font-family: livvic, Sans-serif;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    line-height: 25px
}

.elementor-28 .elementor-element.elementor-element-d7a15cb .menu-item:hover>.menu-item-link-top {
    color: #0E8385;
    border-color: #0E8385
}

.elementor-28 .elementor-element.elementor-element-d7a15cb .menu-item.current-menu-item .menu-item-link-top {
    color: #0E8385;
    border-color: #0E8385
}

.elementor-28 .elementor-element.elementor-element-d7a15cb .jet-nav>.jet-nav__item {
    margin: 0 42px 0 0
}

.elementor-28 .elementor-element.elementor-element-d7a15cb>.tippy-popper .tippy-tooltip .tippy-content {
    text-align: center
}

.elementor-28 .elementor-element.elementor-element-b748657.elementor-column>.elementor-column-wrap>.elementor-widget-wrap {
    justify-content: flex-end
}

.elementor-28 .elementor-element.elementor-element-b748657 .elementor-element-populated a {
    color: #0E8385
}

.elementor-28 .elementor-element.elementor-element-b748657 .elementor-element-populated a:hover {
    color: #4d4d4d
}

.elementor-28 .elementor-element.elementor-element-b748657>.elementor-element-populated {
    padding: 53px 10px 0
}

.elementor-28 .elementor-element.elementor-element-b95df8e .elementor-text-editor {
    text-align: right
}

.elementor-28 .elementor-element.elementor-element-b95df8e {
    color: #1a1a1a;
    font-family: livvic, Sans-serif;
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    line-height: 35px;
    width: auto;
    max-width: auto
}

.elementor-28 .elementor-element.elementor-element-b95df8e>.elementor-widget-container {
    margin: 0 30px 0 0
}

.elementor-28 .elementor-element.elementor-element-b95df8e>.tippy-popper .tippy-tooltip .tippy-content {
    text-align: center
}

.elementor-28 .elementor-element.elementor-element-2a70b3a {
    text-align: right;
    flex-basis: 129px
}

.elementor-28 .elementor-element.elementor-element-2a70b3a .elementor-social-icon {
    background-color: transparent;
    font-size: 21px;
    padding: 0
}

.elementor-28 .elementor-element.elementor-element-2a70b3a .elementor-social-icon i {
    color: #cfcfcf
}

.elementor-28 .elementor-element.elementor-element-2a70b3a .elementor-social-icon svg {
    fill: #cfcfcf
}

.elementor-28 .elementor-element.elementor-element-2a70b3a .elementor-social-icon:not(:last-child) {
    margin-right: 20px
}

.elementor-28 .elementor-element.elementor-element-2a70b3a .elementor-social-icon:hover i {
    color: #0E8385
}

.elementor-28 .elementor-element.elementor-element-2a70b3a .elementor-social-icon:hover svg {
    color: #0E8385
}

.elementor-28 .elementor-element.elementor-element-2a70b3a>.elementor-widget-container {
    margin: 6px 0 0;
    border-style: solid;
    border-width: 0 0 0 1px;
    border-color: #cfcfcf
}

.elementor-28 .elementor-element.elementor-element-2a70b3a>.tippy-popper .tippy-tooltip .tippy-content {
    text-align: center
}

.elementor-28 .elementor-element.elementor-element-ccebae7 {
    padding: 0 0 33px;
    z-index: 1
}

@media(min-width:768px) {
    .elementor-28 .elementor-element.elementor-element-0d82251 {
        width: 13.873%
    }

    .elementor-28 .elementor-element.elementor-element-0dad714 {
        width: 39.736%
    }

    .elementor-28 .elementor-element.elementor-element-b748657 {
        width: 46.387%
    }
}

@media(max-width:1024px) and (min-width:768px) {
    .elementor-28 .elementor-element.elementor-element-0d82251 {
        width: 22%
    }

    .elementor-28 .elementor-element.elementor-element-0dad714 {
        width: 78%
    }

    .elementor-28 .elementor-element.elementor-element-b748657 {
        width: 50%
    }
}

@media(max-width:1024px) {
    .elementor-28 .elementor-element.elementor-element-0d82251>.elementor-element-populated {
        padding: 40px 0 0
    }

    .elementor-28 .elementor-element.elementor-element-d7a15cb .jet-nav--horizontal {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-28 .elementor-element.elementor-element-d7a15cb .jet-nav--vertical .menu-item-link-top {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-28 .elementor-element.elementor-element-d7a15cb .jet-nav--vertical-sub-bottom .menu-item-link-sub {
        justify-content: flex-end;
        text-align: right
    }

    .elementor-28 .elementor-element.elementor-element-2a70b3a {
        text-align: left
    }

    .elementor-28 .elementor-element.elementor-element-2a70b3a>.elementor-widget-container {
        padding: 0 0 0 20px
    }

    .elementor-28 .elementor-element.elementor-element-ccebae7 {
        padding: 0 30px 40px
    }
}

@media(max-width:767px) {
    .elementor-28 .elementor-element.elementor-element-0d82251>.elementor-element-populated {
        padding: 0 0 20px
    }

    .elementor-28 .elementor-element.elementor-element-027bff5 .jet-logo {
        justify-content: center
    }

    .elementor-28 .elementor-element.elementor-element-0dad714>.elementor-element-populated {
        padding: 0
    }

    .elementor-28 .elementor-element.elementor-element-d7a15cb .jet-mobile-menu .menu-item-link {
        justify-content: center;
        text-align: center
    }

    .elementor-28 .elementor-element.elementor-element-d7a15cb .jet-nav--horizontal {
        justify-content: center;
        text-align: center
    }

    .elementor-28 .elementor-element.elementor-element-d7a15cb .jet-nav--vertical .menu-item-link-top {
        justify-content: center;
        text-align: center
    }

    .elementor-28 .elementor-element.elementor-element-d7a15cb .jet-nav--vertical-sub-bottom .menu-item-link-sub {
        justify-content: center;
        text-align: center
    }

    .elementor-28 .elementor-element.elementor-element-d7a15cb .menu-item-link-top {
        padding: 20px 0 0
    }

    .elementor-28 .elementor-element.elementor-element-d7a15cb .jet-nav>.jet-nav__item {
        margin: 0 8px
    }

    .elementor-28 .elementor-element.elementor-element-ccebae7 {
        padding: 20px 15px
    }
}

.elementor-39 .elementor-element.elementor-element-68edff8 .elementor-text-editor {
    text-align: center
}

.elementor-39 .elementor-element.elementor-element-68edff8 {
    color: #888;
    font-family: livvic, Sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    line-height: 24px
}

.elementor-39 .elementor-element.elementor-element-68edff8>.tippy-popper .tippy-tooltip .tippy-content {
    text-align: center
}

.jet-view-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jet-view-more__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    padding: 15px 30px;
    font-size: 16px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    background-color: #818a91;
    color: #fff;
    text-align: center;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.jet-view-more__icon {
    color: #fff;
    margin: 0 5px 0 0
}

.jet-view-more__label {
    color: #fff
}

.jet-view-more-section-edit-mode {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: .5
}

.jet-view-more-section {
    height: 0;
    overflow: hidden
}

.jet-view-more-section.jet-tricks-fade-effect {
    -webkit-animation-name: jetTricksFade;
    animation-name: jetTricksFade;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.jet-view-more-section.jet-tricks-fade-effect.view-more-visible {
    height: auto;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.jet-view-more-section.jet-tricks-zoom-in-effect {
    -webkit-animation-name: jetTricksZoomIn;
    animation-name: jetTricksZoomIn;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.jet-view-more-section.jet-tricks-zoom-in-effect.view-more-visible {
    height: auto;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.jet-view-more-section.jet-tricks-zoom-out-effect {
    -webkit-animation-name: jetTricksZoomOut;
    animation-name: jetTricksZoomOut;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.jet-view-more-section.jet-tricks-zoom-out-effect.view-more-visible {
    height: auto;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.jet-view-more-section.jet-tricks-move-up-effect {
    -webkit-animation-name: jetTricksMoveUp;
    animation-name: jetTricksMoveUp;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.jet-view-more-section.jet-tricks-move-up-effect.view-more-visible {
    height: auto;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.jet-view-more-section.jet-tricks-fall-perspective-effect {
    -webkit-animation-name: jetTricksFallPerspective;
    animation-name: jetTricksFallPerspective;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    animation-timing-function: cubic-bezier(.26, .69, .37, .96);
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.jet-view-more-section.jet-tricks-fall-perspective-effect.view-more-visible {
    height: auto;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

@-webkit-keyframes jetTricksFade {
    0% {
        height: 0;
        opacity: 0
    }

    1% {
        height: auto;
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes jetTricksFade {
    0% {
        height: 0;
        opacity: 0
    }

    1% {
        height: auto;
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes jetTricksZoomIn {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jetTricksZoomIn {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes jetTricksZoomOut {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jetTricksZoomOut {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes jetTricksMoveUp {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes jetTricksMoveUp {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: translateY(50px);
        transform: translateY(50px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes jetTricksFallPerspective {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)
    }
}

@keyframes jetTricksFallPerspective {
    0% {
        height: 0;
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
    }

    1% {
        height: auto;
        opacity: 0;
        -webkit-transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg);
        transform: perspective(1000px) translateY(50px) translateZ(-300px) rotateX(-35deg)
    }

    100% {
        opacity: 1;
        -webkit-transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg);
        transform: perspective(1000px) translateY(0) translateZ(0) rotateX(0deg)
    }
}

.jet-unfold {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.jet-unfold__mask {
    overflow: hidden;
    position: relative
}

.jet-unfold__separator {
    position: absolute;
    display: block;
    width: 100%;
    height: 30px;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .1s ease;
    -o-transition: opacity .1s ease;
    transition: opacity .1s ease
}

.jet-unfold__trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px
}

.jet-unfold__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #6ec1e4;
    cursor: pointer
}

.jet-unfold__button-icon {
    margin-right: 5px
}

.jet-unfold-state .jet-unfold__separator {
    opacity: 0
}

.jet-hotspots {
    position: relative
}

.jet-hotspots.image-loaded .jet-hotspots__item {
    visibility: visible
}

.jet-hotspots__container {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    display: block
}

.jet-hotspots__image {
    width: 100%
}

.jet-hotspots__item {
    visibility: hidden;
    position: absolute;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 99
}

.jet-hotspots__item .jet-hotspots__item-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    color: #fff;
    background-color: #6ec1e4;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.jet-hotspots__item i {
    font-size: 20px
}

.jet-hotspots__item span {
    font-size: 14px;
    margin: 0 5px;
    overflow-wrap: break-word
}

.jet-hotspots.jet-hotspots__hotspots-flash-animation .jet-hotspots__item .jet-hotspots__item-inner {
    -webkit-animation-name: flash;
    animation-name: flash;
    -webkit-animation-duration: 7.5s;
    animation-duration: 7.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.jet-hotspots.jet-hotspots__hotspots-flash-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.jet-hotspots.jet-hotspots__hotspots-pulse-animation .jet-hotspots__item .jet-hotspots__item-inner {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.jet-hotspots.jet-hotspots__hotspots-pulse-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.jet-hotspots.jet-hotspots__hotspots-shake-animation .jet-hotspots__item .jet-hotspots__item-inner {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.jet-hotspots.jet-hotspots__hotspots-shake-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.jet-hotspots.jet-hotspots__hotspots-tada-animation .jet-hotspots__item .jet-hotspots__item-inner {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.jet-hotspots.jet-hotspots__hotspots-tada-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.jet-hotspots.jet-hotspots__hotspots-rubber-animation .jet-hotspots__item .jet-hotspots__item-inner {
    -webkit-animation-name: rubber;
    animation-name: rubber;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.jet-hotspots.jet-hotspots__hotspots-rubber-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

.jet-hotspots.jet-hotspots__hotspots-swing-animation .jet-hotspots__item .jet-hotspots__item-inner {
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.jet-hotspots.jet-hotspots__hotspots-swing-animation .jet-hotspots__item:hover .jet-hotspots__item-inner {
    -webkit-animation-play-state: paused;
    animation-play-state: paused
}

@-webkit-keyframes flash {

    0%,
    100%,
    89% {
        opacity: 1
    }

    90%,
    94%,
    98% {
        opacity: 0
    }

    92%,
    96% {
        opacity: 1
    }
}

@keyframes flash {

    0%,
    100%,
    89% {
        opacity: 1
    }

    90%,
    94%,
    98% {
        opacity: 0
    }

    92%,
    96% {
        opacity: 1
    }
}

@-webkit-keyframes pulse {

    0%,
    100%,
    89% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    90%,
    94%,
    98% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    92%,
    96% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
}

@keyframes pulse {

    0%,
    100%,
    89% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    90%,
    94%,
    98% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }

    92%,
    96% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
}

@-webkit-keyframes shake {

    0%,
    100%,
    89% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    90%,
    94%,
    98% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    92%,
    96% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
}

@keyframes shake {

    0%,
    100%,
    89% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    90%,
    94%,
    98% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0)
    }

    92%,
    96% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0)
    }
}

@-webkit-keyframes tada {

    0%,
    100%,
    86% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    87% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    90%,
    94%,
    98% {
        -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)
    }

    92%,
    96% {
        -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)
    }
}

@keyframes tada {

    0%,
    100%,
    86% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    87% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
    }

    90%,
    94%,
    98% {
        -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)
    }

    92%,
    96% {
        -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)
    }
}

@-webkit-keyframes rubber {
    64% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    73% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    77% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    81% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    86% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    90% {
        -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 rubber {
    64% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    73% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    77% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }

    81% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    86% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    90% {
        -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)
    }
}

@-webkit-keyframes swing {

    0%,
    100%,
    75% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    85% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    90% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    95% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
}

@keyframes swing {

    0%,
    100%,
    75% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg)
    }

    85% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg)
    }

    90% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg)
    }

    95% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg)
    }
}

.jet-satellite-widget {
    position: relative
}

.jet-satellite-widget>.elementor-widget-container {
    position: relative;
    z-index: 1
}

.jet-tricks-satellite {
    position: absolute;
    pointer-events: none;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    z-index: 2
}

.jet-tricks-satellite .jet-tricks-satellite__text {
    font-size: 60px;
    font-weight: 600;
    color: #6ec1e4;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.jet-tricks-satellite .jet-tricks-satellite__text span {
    display: block;
    white-space: nowrap;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.jet-tricks-satellite .jet-tricks-satellite__icon {
    position: relative;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.jet-tricks-satellite .jet-tricks-satellite__icon .jet-tricks-satellite__icon-instance {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #fff;
    background-color: #6ec1e4
}

.jet-tricks-satellite .jet-tricks-satellite__image {
    position: relative;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

.jet-tricks-satellite .jet-tricks-satellite__image .jet-tricks-satellite__image-instance {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.jet-tricks-satellite--top-left {
    top: 0;
    left: 0
}

.jet-tricks-satellite--top-center {
    top: 0;
    left: 50%
}

.jet-tricks-satellite--top-right {
    top: 0;
    left: 100%
}

.jet-tricks-satellite--middle-left {
    top: 50%;
    left: 0
}

.jet-tricks-satellite--middle-center {
    top: 50%;
    left: 50%
}

.jet-tricks-satellite--middle-right {
    top: 50%;
    left: 100%
}

.jet-tricks-satellite--bottom-left {
    top: 100%;
    left: 0
}

.jet-tricks-satellite--bottom-center {
    top: 100%;
    left: 50%
}

.jet-tricks-satellite--bottom-right {
    top: 100%;
    left: 100%
}

.jet-tooltip-widget__content {
    display: none
}

.jet-tooltip-widget .tippy-popper .tippy-tooltip {
    max-width: 100%
}

.jet-tooltip-widget .tippy-popper .jet-tooltip-widget__content {
    display: block
}

.jet-tricks-particles-section__instance {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.jet-sticky-section.stuck {
    position: fixed;
    width: auto;
    z-index: 99
}

.jet-sticky-column {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.jet-sticky-column.is-affixed.elementor-element.elementor-column>.elementor-column-wrap {
    margin-top: 0;
    margin-bottom: 0
}

.jet-parallax-widget:not(.is-mac)>.elementor-widget-container {
    -webkit-transition: -webkit-transform .25s cubic-bezier(.25, .88, .54, .98);
    transition: -webkit-transform .25s cubic-bezier(.25, .88, .54, .98);
    -o-transition: transform .25s cubic-bezier(.25, .88, .54, .98);
    transition: transform .25s cubic-bezier(.25, .88, .54, .98);
    transition: transform .25s cubic-bezier(.25, .88, .54, .98), -webkit-transform .25s cubic-bezier(.25, .88, .54, .98);
    will-change: transform;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

/*!* Font Awesome Free 5.9.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,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.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;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.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 {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    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 {
    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 {
    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-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-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-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-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-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-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-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-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.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-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-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-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-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-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-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-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-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-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-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-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-family: "font awesome 5 brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
    src: url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "font awesome 5 brands"
}

@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot);
    src: url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff2) format("woff2"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.woff) format("woff"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.ttf) format("truetype"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-regular-400.svg#fontawesome) format("svg")
}

.far {
    font-weight: 400
}

@font-face {
    font-family: "font awesome 5 free";
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot);
    src: url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff2) format("woff2"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.woff) format("woff"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.ttf) format("truetype"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-solid-900.svg#fontawesome) format("svg")
}

.fa,
.far,
.fas {
    font-family: "font awesome 5 free"
}

.fa,
.fas {
    font-weight: 900
}

/*!* Font Awesome Free 5.9.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.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-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: "\f15e"
}

.fa.fa-sort-amount-asc:before {
    content: "\f160"
}

.fa.fa-sort-amount-desc:before {
    content: "\f161"
}

.fa.fa-sort-numeric-asc:before {
    content: "\f162"
}

.fa.fa-sort-numeric-desc:before {
    content: "\f163"
}

.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-cab:before {
    content: "\f1ba"
}

.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 {
    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-spotify,
.fa.fa-superpowers,
.fa.fa-wpexplorer {
    font-family: "font awesome 5 brands";
    font-weight: 400
}

.lazy-hidden,
.entry img.lazy-hidden,
img.thumbnail.lazy-hidden {
    background-color: #fff;
    background-image: url(assets/img/loading.gif);
    background-repeat: no-repeat;
    background-position: 50% 50%
}

figure.wp-block-image img.lazy-hidden {
    min-width: 150px
}

/*!* Font Awesome Free 5.9.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,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.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;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.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 {
    animation: fa-spin 2s infinite linear
}

.fa-pulse {
    animation: fa-spin 1s infinite steps(8)
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    transform: rotate(90deg)
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    transform: rotate(180deg)
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    transform: scaleX(-1)
}

.fa-flip-vertical {
    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 {
    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 {
    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-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-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-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-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-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-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-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-wizard:before {
    content: "\f6e8"
}

.fa-haykal:before {
    content: "\f666"
}

.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-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-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-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-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-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-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-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-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-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-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-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 Awesome Free 5.9.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)*/
@font-face {
    font-family: "font awesome 5 brands";
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
    src: url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"), url(assets/plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}

.fab {
    font-family: "font awesome 5 brands"
}

.recentcomments a {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important
}