﻿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;
}

@charset "UTF-8";

.wp-block-archives-dropdown label {
    display: block;
}

.wp-block-audio {
    margin: 0 0 1em;
}

    .wp-block-audio figcaption {
        margin-top: .5em;
        margin-bottom: 1em;
    }

    .wp-block-audio audio {
        width: 100%;
        min-width: 300px;
    }

.wp-block-button__link {
    color: #fff;
    background-color: #32373c;
    border-radius: 9999px;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    font-size: 1.125em;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-align: center;
    text-decoration: none;
    word-break: break-word;
    box-sizing: border-box;
}

    .wp-block-button__link:active, .wp-block-button__link:focus, .wp-block-button__link:hover, .wp-block-button__link:visited {
        color: #fff;
    }

    .wp-block-button__link.aligncenter {
        text-align: center;
    }

    .wp-block-button__link.alignright {
        text-align: right;
    }

.wp-block-buttons > .wp-block-button.has-custom-width {
    max-width: none;
}

    .wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
        width: 100%;
    }

.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
    font-size: inherit;
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    width: calc(25% - var(--wp--style--block-gap, .5em)*0.75);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
    width: calc(50% - var(--wp--style--block-gap, .5em)*0.5);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
    width: calc(75% - var(--wp--style--block-gap, .5em)*0.25);
}

.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
    width: 100%;
    flex-basis: 100%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
    width: 25%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
    width: 50%;
}

.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
    width: 75%;
}

.wp-block-button.is-style-squared, .wp-block-button__link.wp-block-button.is-style-squared {
    border-radius: 0;
}

.wp-block-button.no-border-radius, .wp-block-button__link.no-border-radius {
    border-radius: 0 !important;
}

.is-style-outline > :where(.wp-block-button__link), :where(.wp-block-button__link).is-style-outline {
    border: 2px solid;
    padding: .667em 1.333em;
}

.is-style-outline > .wp-block-button__link:not(.has-text-color), .wp-block-button__link.is-style-outline:not(.has-text-color) {
    color: currentColor;
}

.is-style-outline > .wp-block-button__link:not(.has-background), .wp-block-button__link.is-style-outline:not(.has-background) {
    background-color: transparent;
}

.wp-block-buttons.is-vertical {
    flex-direction: column;
}

    .wp-block-buttons.is-vertical > .wp-block-button:last-child {
        margin-bottom: 0;
    }

.wp-block-buttons > .wp-block-button {
    display: inline-block;
    margin: 0;
}

.wp-block-buttons.is-content-justification-left {
    justify-content: flex-start;
}

    .wp-block-buttons.is-content-justification-left.is-vertical {
        align-items: flex-start;
    }

.wp-block-buttons.is-content-justification-center {
    justify-content: center;
}

    .wp-block-buttons.is-content-justification-center.is-vertical {
        align-items: center;
    }

.wp-block-buttons.is-content-justification-right {
    justify-content: flex-end;
}

    .wp-block-buttons.is-content-justification-right.is-vertical {
        align-items: flex-end;
    }

.wp-block-buttons.is-content-justification-space-between {
    justify-content: space-between;
}

.wp-block-buttons.aligncenter {
    text-align: center;
}

.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.wp-block-button.aligncenter, .wp-block-calendar {
    text-align: center;
}

    .wp-block-calendar tbody td, .wp-block-calendar th {
        padding: .25em;
        border: 1px solid #ddd;
    }

    .wp-block-calendar tfoot td {
        border: none;
    }

    .wp-block-calendar table {
        width: 100%;
        border-collapse: collapse;
    }

        .wp-block-calendar table th {
            font-weight: 400;
            background: #ddd;
        }

    .wp-block-calendar a {
        text-decoration: underline;
    }

    .wp-block-calendar table caption, .wp-block-calendar table tbody {
        color: #40464d;
    }

.wp-block-categories.alignleft {
    margin-right: 2em;
}

.wp-block-categories.alignright {
    margin-left: 2em;
}

.wp-block-code code {
    display: block;
    white-space: pre-wrap;
    overflow-wrap: break-word;
}

.wp-block-columns {
    display: flex;
    margin-bottom: 1.75em;
    box-sizing: border-box;
    flex-wrap: wrap;
}

@media (min-width:782px) {
    .wp-block-columns {
        flex-wrap: nowrap;
    }
}

.wp-block-columns:where(.has-background) {
    padding: 1.25em 2.375em;
}

.wp-block-columns.are-vertically-aligned-top {
    align-items: flex-start;
}

.wp-block-columns.are-vertically-aligned-center {
    align-items: center;
}

.wp-block-columns.are-vertically-aligned-bottom {
    align-items: flex-end;
}

@media (max-width:599px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 100% !important;
    }
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
        flex-basis: calc(50% - var(--wp--style--block-gap, 2em)/2) !important;
        flex-grow: 0;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
        margin-left: var(--wp--style--block-gap,2em);
    }
}

@media (min-width:782px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }

        .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*=flex-basis] {
            flex-grow: 0;
        }

        .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
            margin-left: var(--wp--style--block-gap,2em);
        }
}

.wp-block-columns.is-not-stacked-on-mobile {
    flex-wrap: nowrap;
}

    .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
        flex-basis: 0;
        flex-grow: 1;
    }

        .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*=flex-basis] {
            flex-grow: 0;
        }

        .wp-block-columns.is-not-stacked-on-mobile > .wp-block-column:not(:first-child) {
            margin-left: var(--wp--style--block-gap,2em);
        }

.wp-block-column {
    flex-grow: 1;
    min-width: 0;
    word-break: break-word;
    overflow-wrap: break-word;
}

    .wp-block-column.is-vertically-aligned-top {
        align-self: flex-start;
    }

    .wp-block-column.is-vertically-aligned-center {
        align-self: center;
    }

    .wp-block-column.is-vertically-aligned-bottom {
        align-self: flex-end;
    }

    .wp-block-column.is-vertically-aligned-bottom, .wp-block-column.is-vertically-aligned-center, .wp-block-column.is-vertically-aligned-top {
        width: 100%;
    }

.wp-block-cover, .wp-block-cover-image {
    position: relative;
    background-size: cover;
    background-position: 50%;
    min-height: 430px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em;
    box-sizing: border-box;
}

    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: fixed;
    }

@supports (-webkit-overflow-scrolling:touch) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll;
    }
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-cover-image.has-parallax, .wp-block-cover.has-parallax {
        background-attachment: scroll;
    }
}

.wp-block-cover-image.is-repeated, .wp-block-cover.is-repeated {
    background-repeat: repeat;
    background-size: auto;
}

.wp-block-cover-image.has-background-dim:not([class*=-background-color]), .wp-block-cover-image .has-background-dim:not([class*=-background-color]), .wp-block-cover.has-background-dim:not([class*=-background-color]), .wp-block-cover .has-background-dim:not([class*=-background-color]) {
    background-color: #000;
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover-image .has-background-dim:before, .wp-block-cover.has-background-dim:before, .wp-block-cover .has-background-dim:before {
    content: "";
    background-color: inherit;
}

.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .has-background-dim:not(.has-background-gradient):before, .wp-block-cover-image .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim:not(.has-background-gradient):before, .wp-block-cover .has-background-dim:not(.has-background-gradient):before, .wp-block-cover .wp-block-cover__gradient-background {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: .5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
    opacity: .1;
}

.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
    opacity: .2;
}

.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
    opacity: .3;
}

.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
    opacity: .4;
}

.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
    opacity: .5;
}

.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
    opacity: .6;
}

.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
    opacity: .7;
}

.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
    opacity: .8;
}

.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
    opacity: .9;
}

.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before, .wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background, .wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
    opacity: 1;
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
    opacity: 0;
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
    opacity: .1;
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
    opacity: .2;
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
    opacity: .3;
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
    opacity: .4;
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
    opacity: .5;
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
    opacity: .6;
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
    opacity: .7;
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
    opacity: .8;
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
    opacity: .9;
}

.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100, .wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
    opacity: 1;
}

.wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    max-width: 420px;
    width: 100%;
}

.wp-block-cover-image:after, .wp-block-cover:after {
    display: block;
    content: "";
    font-size: 0;
    min-height: inherit;
}

@supports (position:sticky) {
    .wp-block-cover-image:after, .wp-block-cover:after {
        content: none;
    }
}

.wp-block-cover-image.aligncenter, .wp-block-cover-image.alignleft, .wp-block-cover-image.alignright, .wp-block-cover.aligncenter, .wp-block-cover.alignleft, .wp-block-cover.alignright {
    display: flex;
}

.wp-block-cover-image .wp-block-cover__inner-container, .wp-block-cover .wp-block-cover__inner-container {
    width: 100%;
    z-index: 1;
    color: #fff;
}

.wp-block-cover-image.is-light .wp-block-cover__inner-container, .wp-block-cover.is-light .wp-block-cover__inner-container {
    color: #000;
}

.wp-block-cover-image h1:not(.has-text-color), .wp-block-cover-image h2:not(.has-text-color), .wp-block-cover-image h3:not(.has-text-color), .wp-block-cover-image h4:not(.has-text-color), .wp-block-cover-image h5:not(.has-text-color), .wp-block-cover-image h6:not(.has-text-color), .wp-block-cover-image p:not(.has-text-color), .wp-block-cover h1:not(.has-text-color), .wp-block-cover h2:not(.has-text-color), .wp-block-cover h3:not(.has-text-color), .wp-block-cover h4:not(.has-text-color), .wp-block-cover h5:not(.has-text-color), .wp-block-cover h6:not(.has-text-color), .wp-block-cover p:not(.has-text-color) {
    color: inherit;
}

.wp-block-cover-image.is-position-top-left, .wp-block-cover.is-position-top-left {
    align-items: flex-start;
    justify-content: flex-start;
}

.wp-block-cover-image.is-position-top-center, .wp-block-cover.is-position-top-center {
    align-items: flex-start;
    justify-content: center;
}

.wp-block-cover-image.is-position-top-right, .wp-block-cover.is-position-top-right {
    align-items: flex-start;
    justify-content: flex-end;
}

.wp-block-cover-image.is-position-center-left, .wp-block-cover.is-position-center-left {
    align-items: center;
    justify-content: flex-start;
}

.wp-block-cover-image.is-position-center-center, .wp-block-cover.is-position-center-center {
    align-items: center;
    justify-content: center;
}

.wp-block-cover-image.is-position-center-right, .wp-block-cover.is-position-center-right {
    align-items: center;
    justify-content: flex-end;
}

.wp-block-cover-image.is-position-bottom-left, .wp-block-cover.is-position-bottom-left {
    align-items: flex-end;
    justify-content: flex-start;
}

.wp-block-cover-image.is-position-bottom-center, .wp-block-cover.is-position-bottom-center {
    align-items: flex-end;
    justify-content: center;
}

.wp-block-cover-image.is-position-bottom-right, .wp-block-cover.is-position-bottom-right {
    align-items: flex-end;
    justify-content: flex-end;
}

.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container, .wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    margin: 0;
    width: auto;
}

.wp-block-cover-image img.wp-block-cover__image-background, .wp-block-cover-image video.wp-block-cover__video-background, .wp-block-cover img.wp-block-cover__image-background, .wp-block-cover video.wp-block-cover__video-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    -o-object-fit: cover;
    object-fit: cover;
    outline: none;
    border: none;
    box-shadow: none;
}

.wp-block-cover__image-background, .wp-block-cover__video-background {
    z-index: 0;
}

.wp-block-cover-image-text, .wp-block-cover-image-text a, .wp-block-cover-image-text a:active, .wp-block-cover-image-text a:focus, .wp-block-cover-image-text a:hover, .wp-block-cover-text, .wp-block-cover-text a, .wp-block-cover-text a:active, .wp-block-cover-text a:focus, .wp-block-cover-text a:hover, section.wp-block-cover-image h2, section.wp-block-cover-image h2 a, section.wp-block-cover-image h2 a:active, section.wp-block-cover-image h2 a:focus, section.wp-block-cover-image h2 a:hover {
    color: #fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content {
    justify-content: flex-start;
}

.wp-block-cover-image .wp-block-cover.has-right-content {
    justify-content: flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text, .wp-block-cover.has-left-content .wp-block-cover-text, section.wp-block-cover-image.has-left-content > h2 {
    margin-left: 0;
    text-align: left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text, .wp-block-cover.has-right-content .wp-block-cover-text, section.wp-block-cover-image.has-right-content > h2 {
    margin-right: 0;
    text-align: right;
}

.wp-block-cover-image .wp-block-cover-image-text, .wp-block-cover .wp-block-cover-text, section.wp-block-cover-image > h2 {
    font-size: 2em;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    max-width: 840px;
    padding: .44em;
    text-align: center;
}

.wp-block-embed.alignleft, .wp-block-embed.alignright, .wp-block[data-align=left] > [data-type="core/embed"], .wp-block[data-align=right] > [data-type="core/embed"] {
    max-width: 360px;
    width: 100%;
}

    .wp-block-embed.alignleft .wp-block-embed__wrapper, .wp-block-embed.alignright .wp-block-embed__wrapper, .wp-block[data-align=left] > [data-type="core/embed"] .wp-block-embed__wrapper, .wp-block[data-align=right] > [data-type="core/embed"] .wp-block-embed__wrapper {
        min-width: 280px;
    }

.wp-block-cover .wp-block-embed {
    min-width: 320px;
    min-height: 240px;
}

.wp-block-embed {
    margin: 0 0 1em;
    overflow-wrap: break-word;
}

    .wp-block-embed figcaption {
        margin-top: .5em;
        margin-bottom: 1em;
    }

    .wp-block-embed iframe {
        max-width: 100%;
    }

.wp-block-embed__wrapper {
    position: relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
    content: "";
    display: block;
    padding-top: 50%;
}

.wp-embed-responsive .wp-has-aspect-ratio iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
    padding-top: 42.85%;
}

.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
    padding-top: 50%;
}

.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
    padding-top: 56.25%;
}

.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
    padding-top: 75%;
}

.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
    padding-top: 100%;
}

.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
    padding-top: 177.77%;
}

.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
    padding-top: 200%;
}

.wp-block-file {
    margin-bottom: 1.5em;
}

    .wp-block-file.aligncenter {
        text-align: center;
    }

    .wp-block-file.alignright {
        text-align: right;
    }

    .wp-block-file .wp-block-file__embed {
        margin-bottom: 1em;
    }

    .wp-block-file .wp-block-file__button {
        background: #32373c;
        border-radius: 2em;
        color: #fff;
        font-size: .8em;
        padding: .5em 1em;
    }

    .wp-block-file a.wp-block-file__button {
        text-decoration: none;
    }

        .wp-block-file a.wp-block-file__button:active, .wp-block-file a.wp-block-file__button:focus, .wp-block-file a.wp-block-file__button:hover, .wp-block-file a.wp-block-file__button:visited {
            box-shadow: none;
            color: #fff;
            opacity: .85;
            text-decoration: none;
        }

    .wp-block-file * + .wp-block-file__button {
        margin-left: .75em;
    }

.blocks-gallery-grid, .wp-block-gallery {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .blocks-gallery-grid .blocks-gallery-image, .blocks-gallery-grid .blocks-gallery-item, .wp-block-gallery .blocks-gallery-image, .wp-block-gallery .blocks-gallery-item {
        margin: 0 1em 1em 0;
        display: flex;
        flex-grow: 1;
        flex-direction: column;
        justify-content: center;
        position: relative;
        width: calc(50% - 1em);
    }

        .blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
            margin-right: 0;
        }

        .blocks-gallery-grid .blocks-gallery-image figure, .blocks-gallery-grid .blocks-gallery-item figure, .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
            margin: 0;
            height: 100%;
            display: flex;
            align-items: flex-end;
            justify-content: flex-start;
        }

        .blocks-gallery-grid .blocks-gallery-image img, .blocks-gallery-grid .blocks-gallery-item img, .wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
            display: block;
            max-width: 100%;
            height: auto;
            width: auto;
        }

        .blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
            position: absolute;
            bottom: 0;
            width: 100%;
            max-height: 100%;
            overflow: auto;
            padding: 3em .77em .7em;
            color: #fff;
            text-align: center;
            font-size: .8em;
            background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
            box-sizing: border-box;
            margin: 0;
            z-index: 2;
        }

            .blocks-gallery-grid .blocks-gallery-image figcaption img, .blocks-gallery-grid .blocks-gallery-item figcaption img, .wp-block-gallery .blocks-gallery-image figcaption img, .wp-block-gallery .blocks-gallery-item figcaption img {
                display: inline;
            }

    .blocks-gallery-grid figcaption, .wp-block-gallery figcaption {
        flex-grow: 1;
    }

    .blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
        width: 100%;
        height: 100%;
        flex: 1;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .blocks-gallery-grid.columns-1 .blocks-gallery-image, .blocks-gallery-grid.columns-1 .blocks-gallery-item, .wp-block-gallery.columns-1 .blocks-gallery-image, .wp-block-gallery.columns-1 .blocks-gallery-item {
        width: 100%;
        margin-right: 0;
    }

@media (min-width:600px) {
    .blocks-gallery-grid.columns-3 .blocks-gallery-image, .blocks-gallery-grid.columns-3 .blocks-gallery-item, .wp-block-gallery.columns-3 .blocks-gallery-image, .wp-block-gallery.columns-3 .blocks-gallery-item {
        width: calc(33.33333% - .66667em);
        margin-right: 1em;
    }

    .blocks-gallery-grid.columns-4 .blocks-gallery-image, .blocks-gallery-grid.columns-4 .blocks-gallery-item, .wp-block-gallery.columns-4 .blocks-gallery-image, .wp-block-gallery.columns-4 .blocks-gallery-item {
        width: calc(25% - .75em);
        margin-right: 1em;
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image, .blocks-gallery-grid.columns-5 .blocks-gallery-item, .wp-block-gallery.columns-5 .blocks-gallery-image, .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(20% - .8em);
        margin-right: 1em;
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image, .blocks-gallery-grid.columns-6 .blocks-gallery-item, .wp-block-gallery.columns-6 .blocks-gallery-image, .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16.66667% - .83333em);
        margin-right: 1em;
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image, .blocks-gallery-grid.columns-7 .blocks-gallery-item, .wp-block-gallery.columns-7 .blocks-gallery-image, .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(14.28571% - .85714em);
        margin-right: 1em;
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image, .blocks-gallery-grid.columns-8 .blocks-gallery-item, .wp-block-gallery.columns-8 .blocks-gallery-image, .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12.5% - .875em);
        margin-right: 1em;
    }

        .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n), .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n), .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n), .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n), .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n), .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n), .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n), .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n), .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n), .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n), .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n), .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n), .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n), .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n), .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n), .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n), .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n), .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n), .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n), .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n), .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n), .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n), .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n), .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n), .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n), .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n), .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n), .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n), .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n), .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n), .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n), .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
            margin-right: 0;
        }
}

.blocks-gallery-grid .blocks-gallery-image:last-child, .blocks-gallery-grid .blocks-gallery-item:last-child, .wp-block-gallery .blocks-gallery-image:last-child, .wp-block-gallery .blocks-gallery-item:last-child {
    margin-right: 0;
}

.blocks-gallery-grid.alignleft, .blocks-gallery-grid.alignright, .wp-block-gallery.alignleft, .wp-block-gallery.alignright {
    max-width: 420px;
    width: 100%;
}

.blocks-gallery-grid.aligncenter .blocks-gallery-item figure, .wp-block-gallery.aligncenter .blocks-gallery-item figure {
    justify-content: center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
    align-self: flex-start;
}

.wp-block-gallery.has-nested-images {
    display: flex;
    flex-wrap: wrap;
}

    .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
        margin: 0 var(--gallery-block--gutter-size,16px) var(--gallery-block--gutter-size,16px) 0;
        width: calc(50% - var(--gallery-block--gutter-size, 16px)/2);
    }

        .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image), .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
            margin-right: 0;
        }

    .wp-block-gallery.has-nested-images figure.wp-block-image {
        display: flex;
        flex-grow: 1;
        justify-content: center;
        position: relative;
        margin-top: auto;
        margin-bottom: auto;
        flex-direction: column;
        max-width: 100%;
    }

        .wp-block-gallery.has-nested-images figure.wp-block-image > a, .wp-block-gallery.has-nested-images figure.wp-block-image > div {
            margin: 0;
            flex-direction: column;
            flex-grow: 1;
        }

        .wp-block-gallery.has-nested-images figure.wp-block-image img {
            display: block;
            height: auto;
            max-width: 100% !important;
            width: auto;
        }

        .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
            background: linear-gradient(0deg,rgba(0,0,0,.7),rgba(0,0,0,.3) 70%,transparent);
            bottom: 0;
            color: #fff;
            font-size: 13px;
            left: 0;
            margin-bottom: 0;
            max-height: 60%;
            overflow: auto;
            padding: 0 8px 8px;
            position: absolute;
            text-align: center;
            width: 100%;
            box-sizing: border-box;
        }

            .wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
                display: inline;
            }

        .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a, .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
            flex: 1 1 auto;
        }

        .wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
            flex: initial;
            background: none;
            color: inherit;
            margin: 0;
            padding: 10px 10px 9px;
            position: relative;
        }

    .wp-block-gallery.has-nested-images figcaption {
        flex-grow: 1;
        flex-basis: 100%;
        text-align: center;
    }

    .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
        margin-top: 0;
        margin-bottom: auto;
    }

        .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
            margin-bottom: var(--gallery-block--gutter-size,16px);
        }

        .wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
            bottom: var(--gallery-block--gutter-size,16px);
        }

    .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
        align-self: inherit;
    }

        .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
            display: flex;
        }

        .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a, .wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
            width: 100%;
            flex: 1 0 0%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
        }

    .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
        margin-right: 0;
        width: 100%;
    }

@media (min-width:600px) {
    .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size,16px);
        width: calc(33.33333% - var(--gallery-block--gutter-size, 16px)*0.66667);
    }

        .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
            margin-right: var(--gallery-block--gutter-size,16px);
        }

    .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size,16px);
        width: calc(25% - var(--gallery-block--gutter-size, 16px)*0.75);
    }

        .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
            margin-right: var(--gallery-block--gutter-size,16px);
        }

    .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size,16px);
        width: calc(20% - var(--gallery-block--gutter-size, 16px)*0.8);
    }

        .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
            margin-right: var(--gallery-block--gutter-size,16px);
        }

    .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size,16px);
        width: calc(16.66667% - var(--gallery-block--gutter-size, 16px)*0.83333);
    }

        .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
            margin-right: var(--gallery-block--gutter-size,16px);
        }

    .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size,16px);
        width: calc(14.28571% - var(--gallery-block--gutter-size, 16px)*0.85714);
    }

        .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
            margin-right: var(--gallery-block--gutter-size,16px);
        }

    .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size,16px);
        width: calc(12.5% - var(--gallery-block--gutter-size, 16px)*0.875);
    }

        .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
            margin-right: var(--gallery-block--gutter-size,16px);
        }

        .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image):nth-of-type(1n), .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-of-type(2n), .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-of-type(3n), .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-of-type(4n), .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(5n), .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n), .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image):nth-of-type(7n), .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image):nth-of-type(8n) {
            margin-right: 0;
        }

    .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
        margin-right: var(--gallery-block--gutter-size,16px);
        width: calc(33.33% - var(--gallery-block--gutter-size, 16px)*0.66667);
    }

        .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n+3) {
            margin-right: 0;
        }

        .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2), .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
            width: calc(50% - var(--gallery-block--gutter-size, 16px)*0.5);
        }

        .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
            width: 100%;
        }
}

.wp-block-gallery.has-nested-images.alignleft, .wp-block-gallery.has-nested-images.alignright {
    max-width: 420px;
    width: 100%;
}

.wp-block-gallery.has-nested-images.aligncenter {
    justify-content: center;
}

.wp-block-group {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    overflow-wrap: break-word;
}

    h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
        padding: 1.25em 2.375em;
    }

.wp-block-image {
    margin: 0 0 1em;
}

    .wp-block-image img {
        vertical-align: bottom;
    }

    .wp-block-image:not(.is-style-rounded) > a, .wp-block-image:not(.is-style-rounded) img {
        border-radius: inherit;
    }

    .wp-block-image.aligncenter {
        text-align: center;
    }

    .wp-block-image.alignfull img, .wp-block-image.alignwide img {
        height: auto;
        width: 100%;
    }

    .wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright {
        display: table;
    }

        .wp-block-image .aligncenter > figcaption, .wp-block-image .alignleft > figcaption, .wp-block-image .alignright > figcaption {
            display: table-caption;
            caption-side: bottom;
        }

    .wp-block-image .alignleft {
        float: left;
        margin: .5em 1em .5em 0;
    }

    .wp-block-image .alignright {
        float: right;
        margin: .5em 0 .5em 1em;
    }

    .wp-block-image .aligncenter {
        margin-left: auto;
        margin-right: auto;
    }

    .wp-block-image figcaption {
        margin-top: .5em;
        margin-bottom: 1em;
    }

    .wp-block-image.is-style-circle-mask img, .wp-block-image.is-style-rounded img {
        border-radius: 9999px;
    }

@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none) {
    .wp-block-image.is-style-circle-mask img {
        -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
        mask-mode: alpha;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-position: center;
        mask-position: center;
        border-radius: 0;
    }
}

.wp-block-image figure {
    margin: 0;
}

ol.wp-block-latest-comments {
    margin-left: 0;
}

.wp-block-latest-comments .wp-block-latest-comments {
    padding-left: 0;
}

.wp-block-latest-comments__comment {
    line-height: 1.1;
    list-style: none;
    margin-bottom: 1em;
}

.has-avatars .wp-block-latest-comments__comment {
    min-height: 2.25em;
    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: 3.25em;
    }

.has-dates .wp-block-latest-comments__comment, .has-excerpts .wp-block-latest-comments__comment {
    line-height: 1.5;
}

.wp-block-latest-comments__comment-excerpt p {
    font-size: .875em;
    line-height: 1.8;
    margin: .36em 0 1.4em;
}

.wp-block-latest-comments__comment-date {
    display: block;
    font-size: .75em;
}

.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
    border-radius: 1.5em;
    display: block;
    float: left;
    height: 2.5em;
    margin-right: .75em;
    width: 2.5em;
}

.wp-block-latest-posts.alignleft {
    margin-right: 2em;
}

.wp-block-latest-posts.alignright {
    margin-left: 2em;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    list-style: none;
    padding-left: 0;
}

    .wp-block-latest-posts.wp-block-latest-posts__list li {
        clear: both;
    }

.wp-block-latest-posts.is-grid {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

    .wp-block-latest-posts.is-grid li {
        margin: 0 1.25em 1.25em 0;
        width: 100%;
    }

@media (min-width:600px) {
    .wp-block-latest-posts.columns-2 li {
        width: calc(50% - .625em);
    }

        .wp-block-latest-posts.columns-2 li:nth-child(2n) {
            margin-right: 0;
        }

    .wp-block-latest-posts.columns-3 li {
        width: calc(33.33333% - .83333em);
    }

        .wp-block-latest-posts.columns-3 li:nth-child(3n) {
            margin-right: 0;
        }

    .wp-block-latest-posts.columns-4 li {
        width: calc(25% - .9375em);
    }

        .wp-block-latest-posts.columns-4 li:nth-child(4n) {
            margin-right: 0;
        }

    .wp-block-latest-posts.columns-5 li {
        width: calc(20% - 1em);
    }

        .wp-block-latest-posts.columns-5 li:nth-child(5n) {
            margin-right: 0;
        }

    .wp-block-latest-posts.columns-6 li {
        width: calc(16.66667% - 1.04167em);
    }

        .wp-block-latest-posts.columns-6 li:nth-child(6n) {
            margin-right: 0;
        }
}

.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    display: block;
    font-size: .8125em;
}

.wp-block-latest-posts__post-excerpt {
    margin-top: .5em;
    margin-bottom: 1em;
}

.wp-block-latest-posts__featured-image a {
    display: inline-block;
}

.wp-block-latest-posts__featured-image img {
    height: auto;
    width: auto;
    max-width: 100%;
}

.wp-block-latest-posts__featured-image.alignleft {
    margin-right: 1em;
}

.wp-block-latest-posts__featured-image.alignright {
    margin-left: 1em;
}

.wp-block-latest-posts__featured-image.aligncenter {
    margin-bottom: 1em;
    text-align: center;
}

.block-editor-image-alignment-control__row .components-base-control__field {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
        margin-bottom: 0;
    }

ol, ul {
    overflow-wrap: break-word;
}

    ol.has-background, ul.has-background {
        padding: 1.25em 2.375em;
    }

.wp-block-media-text {
    /*!rtl:begin:ignore*/ direction: ltr;
    /*!rtl:end:ignore*/ display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
}

    .wp-block-media-text.has-media-on-the-right {
        grid-template-columns: 1fr 50%;
    }

    .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
        align-self: start;
    }

    .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media, .wp-block-media-text .wp-block-media-text__content, .wp-block-media-text .wp-block-media-text__media {
        align-self: center;
    }

    .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content, .wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
        align-self: end;
    }

    .wp-block-media-text .wp-block-media-text__media {
        /*!rtl:begin:ignore*/ grid-column: 1;
        grid-row: 1;
        /*!rtl:end:ignore*/ margin: 0;
    }

    .wp-block-media-text .wp-block-media-text__content {
        direction: ltr;
        /*!rtl:begin:ignore*/ grid-column: 2;
        grid-row: 1;
        /*!rtl:end:ignore*/ padding: 0 8%;
        word-break: break-word;
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
        /*!rtl:begin:ignore*/ grid-column: 2;
        grid-row: 1;
        /*!rtl:end:ignore*/
    }

    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        /*!rtl:begin:ignore*/ grid-column: 1;
        grid-row: 1;
        /*!rtl:end:ignore*/
    }

.wp-block-media-text__media img, .wp-block-media-text__media video {
    height: auto;
    max-width: unset;
    width: 100%;
    vertical-align: middle;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
    height: 100%;
    min-height: 250px;
    background-size: cover;
}

    .wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
        display: block;
        height: 100%;
    }

    .wp-block-media-text.is-image-fill .wp-block-media-text__media img {
        position: absolute;
        width: 1px;
        height: 1px;
        padding: 0;
        margin: -1px;
        overflow: hidden;
        clip: rect(0,0,0,0);
        border: 0;
    }

@media (max-width:600px) {
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100% !important;
    }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
            grid-column: 1;
            grid-row: 1;
        }

        .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
            grid-column: 1;
            grid-row: 2;
        }
}

.wp-block-navigation {
    position: relative;
    --navigation-layout-justification-setting:flex-start;
    --navigation-layout-direction:row;
    --navigation-layout-wrap:wrap;
    --navigation-layout-justify:flex-start;
    --navigation-layout-align:center;
}

    .wp-block-navigation ul {
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 0;
        padding-left: 0;
    }

        .wp-block-navigation ul, .wp-block-navigation ul li {
            list-style: none;
            padding: 0;
        }

    .wp-block-navigation .wp-block-navigation-item {
        display: flex;
        align-items: center;
        position: relative;
    }

        .wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
            display: none;
        }

    .wp-block-navigation .wp-block-navigation-item__content {
        color: inherit;
        display: block;
        padding: 0;
    }

    .wp-block-navigation[style*=text-decoration] .wp-block-navigation-item, .wp-block-navigation[style*=text-decoration] .wp-block-navigation__submenu-container, .wp-block-navigation[style*=text-decoration] a, .wp-block-navigation[style*=text-decoration] a:active, .wp-block-navigation[style*=text-decoration] a:focus {
        text-decoration: inherit;
    }

    .wp-block-navigation:not([style*=text-decoration]) a, .wp-block-navigation:not([style*=text-decoration]) a:active, .wp-block-navigation:not([style*=text-decoration]) a:focus {
        text-decoration: none;
    }

    .wp-block-navigation .wp-block-navigation__submenu-icon {
        align-self: center;
        line-height: 0;
        display: inline-block;
        vertical-align: middle;
        font-size: inherit;
        padding: 0;
        background-color: inherit;
        color: currentColor;
        border: none;
        margin-left: .25em;
        width: .6em;
        height: .6em;
    }

        .wp-block-navigation .wp-block-navigation__submenu-icon svg {
            display: inline-block;
            stroke: currentColor;
            width: inherit;
            height: inherit;
        }

    .wp-block-navigation.is-vertical {
        --navigation-layout-direction:column;
        --navigation-layout-justify:initial;
        --navigation-layout-align:flex-start;
    }

    .wp-block-navigation.no-wrap {
        --navigation-layout-wrap:nowrap;
    }

    .wp-block-navigation.items-justified-center {
        --navigation-layout-justification-setting:center;
        --navigation-layout-justify:center;
    }

        .wp-block-navigation.items-justified-center.is-vertical {
            --navigation-layout-align:center;
        }

    .wp-block-navigation.items-justified-right {
        --navigation-layout-justification-setting:flex-end;
        --navigation-layout-justify:flex-end;
    }

        .wp-block-navigation.items-justified-right.is-vertical {
            --navigation-layout-align:flex-end;
        }

    .wp-block-navigation.items-justified-space-between {
        --navigation-layout-justification-setting:space-between;
        --navigation-layout-justify:space-between;
    }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
        background-color: inherit;
        color: inherit;
        position: absolute;
        z-index: 2;
        display: flex;
        flex-direction: column;
        align-items: normal;
        opacity: 0;
        transition: opacity .1s linear;
        visibility: hidden;
        width: 0;
        height: 0;
        overflow: hidden;
        left: -1px;
        top: 100%;
    }

        .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) > .wp-block-navigation-item > .wp-block-navigation-item__content {
            display: flex;
            flex-grow: 1;
        }

            .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
                margin-right: 0;
                margin-left: auto;
            }

        .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
            margin: 0;
        }

@media (min-width:782px) {
    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
        left: 100%;
        top: -1px;
    }

        .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container:before {
            content: "";
            position: absolute;
            right: 100%;
            height: 100%;
            display: block;
            width: .5em;
            background: transparent;
        }

    .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
        transform: rotate(-90deg);
    }
}

.wp-block-navigation .has-child:where(:not(.open-on-click)):hover > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px;
}

.wp-block-navigation .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within > .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px;
}

.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true] + .wp-block-navigation__submenu-container {
    visibility: visible;
    overflow: visible;
    opacity: 1;
    width: auto;
    height: auto;
    min-width: 200px;
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
    left: 0;
    top: 100%;
}

@media (min-width:782px) {
    .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: 100%;
        top: 0;
    }
}

.wp-block-navigation-submenu {
    position: relative;
    display: flex;
}

    .wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
        stroke: currentColor;
    }

button.wp-block-navigation-item__content {
    background-color: transparent;
    border: none;
    color: currentColor;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
    text-align: left;
}

.wp-block-navigation-submenu__toggle {
    cursor: pointer;
}

.wp-block-navigation, .wp-block-navigation .wp-block-page-list, .wp-block-navigation__container, .wp-block-navigation__responsive-container-content {
    gap: var(--wp--style--block-gap,2em);
}

    .wp-block-navigation:where(.has-background), .wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list, .wp-block-navigation:where(.has-background) .wp-block-navigation__container {
        gap: var(--wp--style--block-gap,.5em);
    }

        .wp-block-navigation:where(.has-background) .wp-block-navigation-item__content, .wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
            padding: .5em 1em;
        }

    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
        left: auto;
        right: 0;
    }

        .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
            left: -1px;
            right: -1px;
        }

@media (min-width:782px) {
    .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container, .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
        left: auto;
        right: 100%;
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0,0,0,.15);
}

.wp-block-navigation__container {
    display: flex;
    flex-wrap: var(--navigation-layout-wrap,wrap);
    flex-direction: var(--navigation-layout-direction,initial);
    justify-content: var(--navigation-layout-justify,initial);
    align-items: var(--navigation-layout-align,initial);
    list-style: none;
    margin: 0;
    padding-left: 0;
}

    .wp-block-navigation__container .is-responsive {
        display: none;
    }

    .wp-block-navigation__container:only-child, .wp-block-page-list:only-child {
        flex-grow: 1;
    }

.wp-block-navigation__responsive-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

    .wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
        display: flex;
        flex-wrap: var(--navigation-layout-wrap,wrap);
        flex-direction: var(--navigation-layout-direction,initial);
        justify-content: var(--navigation-layout-justify,initial);
        align-items: var(--navigation-layout-align,initial);
    }

    .wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
        color: inherit !important;
        background-color: inherit !important;
    }

    .wp-block-navigation__responsive-container.is-menu-open {
        display: flex;
        flex-direction: column;
        background-color: inherit;
        padding: 2em;
        overflow: auto;
        z-index: 100000;
    }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
            padding-top: calc(2em + 24px);
            overflow: visible;
            display: flex;
            flex-direction: column;
            flex-wrap: nowrap;
            align-items: var(--navigation-layout-justification-setting,inherit);
        }

            .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
                justify-content: flex-start;
            }

                .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
                    display: none;
                }

                .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
                    opacity: 1;
                    visibility: visible;
                    height: auto;
                    width: auto;
                    overflow: initial;
                    min-width: 200px;
                    position: static;
                    border: none;
                    padding-left: 2em;
                    padding-right: 2em;
                }

                .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
                    gap: var(--wp--style--block-gap,2em);
                }

                .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
                    padding-top: var(--wp--style--block-gap,2em);
                }

                .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
                    padding: 0;
                }

                .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
                    display: flex;
                    flex-direction: column;
                    align-items: var(--navigation-layout-justification-setting,initial);
                }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item, .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container, .wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
            color: inherit !important;
            background: transparent !important;
        }

        .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
            right: auto;
            left: auto;
        }

@media (min-width:600px) {
    .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block;
        width: 100%;
        position: relative;
        z-index: auto;
        background-color: inherit;
    }

        .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
            display: none;
        }

    .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
        left: 0;
    }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
    background-color: #fff;
    color: #000;
}

.wp-block-navigation__responsive-container-close, .wp-block-navigation__responsive-container-open {
    vertical-align: middle;
    cursor: pointer;
    color: currentColor;
    background: transparent;
    border: none;
    margin: 0;
    padding: 0;
}

    .wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
        fill: currentColor;
        pointer-events: none;
        display: block;
        width: 24px;
        height: 24px;
    }

.wp-block-navigation__responsive-container-open {
    display: flex;
}

@media (min-width:600px) {
    .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none;
    }
}

.wp-block-navigation__responsive-container-close {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.wp-block-navigation__responsive-close {
    width: 100%;
}

.is-menu-open .wp-block-navigation__responsive-close, .is-menu-open .wp-block-navigation__responsive-container-content, .is-menu-open .wp-block-navigation__responsive-dialog {
    box-sizing: border-box;
}

.wp-block-navigation__responsive-dialog {
    position: relative;
}

html.has-modal-open {
    overflow: hidden;
}

.wp-block-navigation .wp-block-navigation-item__label {
    word-break: normal;
    overflow-wrap: break-word;
}

.wp-block-navigation .wp-block-home-link__content {
    color: inherit;
    display: block;
}

.wp-block-navigation[style*=text-decoration] .wp-block-home-link, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:active, .wp-block-navigation[style*=text-decoration] .wp-block-home-link__content:focus {
    text-decoration: inherit;
}

.wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content, .wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:active, .wp-block-navigation:not([style*=text-decoration]) .wp-block-home-link__content:focus {
    text-decoration: none;
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
    background-color: #fff;
    color: #000;
    border: 1px solid rgba(0,0,0,.15);
}

    .wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
        top: -1px;
    }

.wp-block-navigation .wp-block-page-list {
    display: flex;
    flex-direction: var(--navigation-layout-direction,initial);
    justify-content: var(--navigation-layout-justify,initial);
    align-items: var(--navigation-layout-align,initial);
    flex-wrap: var(--navigation-layout-wrap,wrap);
    background-color: inherit;
}

.wp-block-navigation .wp-block-navigation-item {
    background-color: inherit;
}

.is-small-text {
    font-size: .875em;
}

.is-regular-text {
    font-size: 1em;
}

.is-large-text {
    font-size: 2.25em;
}

.is-larger-text {
    font-size: 3em;
}

.has-drop-cap:not(:focus):first-letter {
    float: left;
    font-size: 8.4em;
    line-height: .68;
    font-weight: 100;
    margin: .05em .1em 0 0;
    text-transform: uppercase;
    font-style: normal;
}

p {
    overflow-wrap: break-word;
}

    p.has-drop-cap.has-background {
        overflow: hidden;
    }

    p.has-background {
        padding: 1.25em 2.375em;
    }

:where(p.has-text-color:not(.has-link-color)) a {
    color: inherit;
}

.wp-block-post-author {
    display: flex;
    flex-wrap: wrap;
}

.wp-block-post-author__byline {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .5em;
}

.wp-block-post-author__avatar {
    margin-right: 1em;
}

.wp-block-post-author__bio {
    margin-bottom: .7em;
    font-size: .7em;
}

.wp-block-post-author__content {
    flex-grow: 1;
    flex-basis: 0;
}

.wp-block-post-author__name {
    margin: 0;
}

.wp-block-post-comments > h3:first-of-type {
    margin-top: 0;
}

.wp-block-post-comments .commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .wp-block-post-comments .commentlist .comment {
        min-height: 2.25em;
        padding-left: 3.25em;
    }

        .wp-block-post-comments .commentlist .comment p {
            font-size: .875em;
            line-height: 1.8;
            margin: .36em 0 1.4em;
        }

    .wp-block-post-comments .commentlist .children {
        list-style: none;
        margin: 0;
        padding: 0;
    }

.wp-block-post-comments .comment-author {
    line-height: 1.5;
}

    .wp-block-post-comments .comment-author .avatar {
        border-radius: 1.5em;
        display: block;
        float: left;
        height: 2.5em;
        margin-right: .75em;
        width: 2.5em;
    }

    .wp-block-post-comments .comment-author cite {
        font-style: normal;
    }

.wp-block-post-comments .comment-meta {
    line-height: 1.5;
    margin-left: -3.25em;
}

.wp-block-post-comments .comment-body .commentmetadata {
    font-size: .75em;
}

.wp-block-post-comments .comment-form-author label, .wp-block-post-comments .comment-form-comment label, .wp-block-post-comments .comment-form-email label, .wp-block-post-comments .comment-form-url label {
    display: block;
    margin-bottom: .25em;
}

.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.wp-block-post-comments .comment-form-cookies-consent {
    display: flex;
    gap: .25em;
}

    .wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
        margin-top: .35em;
    }

.wp-block-post-comments .reply {
    font-size: .75em;
    margin-bottom: 1.4em;
}

.wp-block-post-comments input:not([type=submit]), .wp-block-post-comments textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit;
}

    .wp-block-post-comments input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments textarea {
        padding: calc(.667em + 2px);
    }

.wp-block-post-comments input[type=submit] {
    border: none;
}

.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title) {
    font-weight: inherit;
}

.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title) {
    font-family: inherit;
}

.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title), .wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title) {
    font-size: inherit;
}

.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title) {
    line-height: inherit;
}

.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title) {
    font-style: inherit;
}

.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title) {
    letter-spacing: inherit;
}

.wp-block-post-comments-form input[type=submit] {
    border: none;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    overflow-wrap: break-word;
}

.wp-block-post-comments-form input:not([type=submit]), .wp-block-post-comments-form textarea {
    border: 1px solid #949494;
    font-size: 1em;
    font-family: inherit;
}

    .wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form textarea {
        padding: calc(.667em + 2px);
    }

.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]), .wp-block-post-comments-form .comment-form textarea {
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.wp-block-post-comments-form .comment-form-author label, .wp-block-post-comments-form .comment-form-email label, .wp-block-post-comments-form .comment-form-url label {
    display: block;
    margin-bottom: .25em;
}

.wp-block-post-comments-form .comment-form-cookies-consent {
    display: flex;
    gap: .25em;
}

    .wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
        margin-top: .35em;
    }

.wp-block-post-excerpt__more-link {
    display: inline-block;
}

.wp-block-post-terms__separator {
    white-space: pre-wrap;
}

.wp-block-post-title a {
    display: inline-block;
}

.wp-block-preformatted {
    white-space: pre-wrap;
}

    .wp-block-preformatted.has-background {
        padding: 1.25em 2.375em;
    }

.wp-block-pullquote {
    margin: 0 0 1em;
    padding: 3em 0;
    text-align: center;
    overflow-wrap: break-word;
}

    .wp-block-pullquote blockquote, .wp-block-pullquote cite, .wp-block-pullquote p {
        color: inherit;
    }

    .wp-block-pullquote.alignleft, .wp-block-pullquote.alignright, .wp-block-pullquote.has-text-align-left, .wp-block-pullquote.has-text-align-right {
        max-width: 420px;
    }

        .wp-block-pullquote.alignleft p, .wp-block-pullquote.alignright p, .wp-block-pullquote.has-text-align-left p, .wp-block-pullquote.has-text-align-right p {
            font-size: 1.25em;
        }

    .wp-block-pullquote p {
        font-size: 1.75em;
        line-height: 1.6;
    }

    .wp-block-pullquote cite, .wp-block-pullquote footer {
        position: relative;
    }

    .wp-block-pullquote .has-text-color a {
        color: inherit;
    }

    .wp-block-pullquote.has-text-align-left blockquote {
        text-align: left;
    }

    .wp-block-pullquote.has-text-align-right blockquote {
        text-align: right;
    }

    .wp-block-pullquote:not(.is-style-solid-color) {
        background: none;
    }

    .wp-block-pullquote.is-style-solid-color {
        border: none;
    }

        .wp-block-pullquote.is-style-solid-color blockquote {
            margin-left: auto;
            margin-right: auto;
            max-width: 60%;
        }

            .wp-block-pullquote.is-style-solid-color blockquote p {
                margin-top: 0;
                margin-bottom: 0;
                font-size: 2em;
            }

            .wp-block-pullquote.is-style-solid-color blockquote cite {
                text-transform: none;
                font-style: normal;
            }

    .wp-block-pullquote cite {
        color: inherit;
    }

.wp-block-post-template, .wp-block-query-loop {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 100%;
    list-style: none;
    padding: 0;
}

    .wp-block-post-template.wp-block-post-template, .wp-block-query-loop.wp-block-post-template {
        background: none;
    }

    .wp-block-post-template.is-flex-container, .wp-block-query-loop.is-flex-container {
        flex-direction: row;
        display: flex;
        flex-wrap: wrap;
        gap: 1.25em;
    }

        .wp-block-post-template.is-flex-container li, .wp-block-query-loop.is-flex-container li {
            margin: 0;
            width: 100%;
        }

@media (min-width:600px) {
    .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
        width: calc(50% - .625em);
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
        width: calc(33.33333% - .83333em);
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
        width: calc(25% - .9375em);
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
        width: calc(20% - 1em);
    }

    .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li, .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
        width: calc(16.66667% - 1.04167em);
    }
}

.wp-block-query-pagination > .wp-block-query-pagination-next, .wp-block-query-pagination > .wp-block-query-pagination-numbers, .wp-block-query-pagination > .wp-block-query-pagination-previous {
    margin-right: .5em;
    margin-bottom: .5em;
}

    .wp-block-query-pagination > .wp-block-query-pagination-next:last-child, .wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child, .wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
        margin-right: 0;
    }

.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
    margin-right: 1ch;
    display: inline-block;
}

    .wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1);
    }

.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
    margin-left: 1ch;
    display: inline-block;
}

    .wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
        transform: scaleX(1);
    }

.wp-block-query-pagination.aligncenter {
    justify-content: center;
}

.wp-block-quote {
    overflow-wrap: break-word;
}

    .wp-block-quote.is-large, .wp-block-quote.is-style-large {
        margin-bottom: 1em;
        padding: 0 1em;
    }

        .wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
            font-size: 1.5em;
            font-style: italic;
            line-height: 1.6;
        }

        .wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
            font-size: 1.125em;
            text-align: right;
        }

ul.wp-block-rss {
    list-style: none;
    padding: 0;
}

    ul.wp-block-rss.wp-block-rss {
        box-sizing: border-box;
    }

    ul.wp-block-rss.alignleft {
        margin-right: 2em;
    }

    ul.wp-block-rss.alignright {
        margin-left: 2em;
    }

    ul.wp-block-rss.is-grid {
        display: flex;
        flex-wrap: wrap;
        padding: 0;
        list-style: none;
    }

        ul.wp-block-rss.is-grid li {
            margin: 0 1em 1em 0;
            width: 100%;
        }

@media (min-width:600px) {
    ul.wp-block-rss.columns-2 li {
        width: calc(50% - 1em);
    }

    ul.wp-block-rss.columns-3 li {
        width: calc(33.33333% - 1em);
    }

    ul.wp-block-rss.columns-4 li {
        width: calc(25% - 1em);
    }

    ul.wp-block-rss.columns-5 li {
        width: calc(20% - 1em);
    }

    ul.wp-block-rss.columns-6 li {
        width: calc(16.66667% - 1em);
    }
}

.wp-block-rss__item-author, .wp-block-rss__item-publish-date {
    display: block;
    font-size: .8125em;
}

.wp-block-search__button {
    background: #f7f7f7;
    border: 1px solid #ccc;
    padding: .375em .625em;
    color: #32373c;
    margin-left: .625em;
    word-break: normal;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

    .wp-block-search__button.has-icon {
        line-height: 0;
    }

    .wp-block-search__button svg {
        min-width: 1.5em;
        min-height: 1.5em;
        fill: currentColor;
    }

.wp-block-search__inside-wrapper {
    display: flex;
    flex: auto;
    flex-wrap: nowrap;
    max-width: 100%;
}

.wp-block-search__label {
    width: 100%;
}

.wp-block-search__input {
    padding: 8px;
    flex-grow: 1;
    min-width: 3em;
    border: 1px solid #949494;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button {
    margin-left: 0;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    padding: 4px;
    border: 1px solid #949494;
}

    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
        border-radius: 0;
        border: none;
        padding: 0 0 0 .25em;
    }

        .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
            outline: none;
        }

    .wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
        padding: .125em .5em;
    }

.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
    margin: auto;
}

.wp-block-separator {
    border-top: 1px solid;
    border-bottom: 1px solid;
}

    .wp-block-separator.is-style-wide {
        border-bottom-width: 1px;
    }

    .wp-block-separator.is-style-dots {
        background: none !important;
        border: none;
        text-align: center;
        line-height: 1;
        height: auto;
    }

        .wp-block-separator.is-style-dots:before {
            content: "···";
            color: currentColor;
            font-size: 1.5em;
            letter-spacing: 2em;
            padding-left: 2em;
            font-family: serif;
        }

.wp-block-site-logo {
    line-height: 0;
}

    .wp-block-site-logo a {
        display: inline-block;
    }

    .wp-block-site-logo.is-default-size img {
        width: 120px;
        height: auto;
    }

    .wp-block-site-logo a, .wp-block-site-logo img {
        border-radius: inherit;
    }

    .wp-block-site-logo.aligncenter {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .wp-block-site-logo.is-style-rounded {
        border-radius: 9999px;
    }

.wp-block-social-links {
    padding-left: 0;
    padding-right: 0;
    text-indent: 0;
    margin-left: 0;
}

    .wp-block-social-links .wp-social-link a, .wp-block-social-links .wp-social-link a:hover {
        text-decoration: none;
        border-bottom: 0;
        box-shadow: none;
    }

    .wp-block-social-links .wp-social-link a {
        padding: .25em;
    }

    .wp-block-social-links .wp-social-link svg {
        width: 1em;
        height: 1em;
    }

    .wp-block-social-links.has-small-icon-size {
        font-size: 16px;
    }

    .wp-block-social-links, .wp-block-social-links.has-normal-icon-size {
        font-size: 24px;
    }

        .wp-block-social-links.has-large-icon-size {
            font-size: 36px;
        }

        .wp-block-social-links.has-huge-icon-size {
            font-size: 48px;
        }

        .wp-block-social-links.aligncenter {
            justify-content: center;
            display: flex;
        }

        .wp-block-social-links.alignright {
            justify-content: flex-end;
        }

.wp-block-social-link {
    display: block;
    border-radius: 9999px;
    transition: transform .1s ease;
    height: auto;
}

@media (prefers-reduced-motion:reduce) {
    .wp-block-social-link {
        transition-duration: 0s;
        transition-delay: 0s;
    }
}

.wp-block-social-link a {
    display: block;
    line-height: 0;
    transition: transform .1s ease;
}

.wp-block-social-link:hover {
    transform: scale(1.1);
}

.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited, .wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
    color: currentColor;
    fill: currentColor;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    background-color: #f0f0f0;
    color: #444;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
    background-color: #f90;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
    background-color: #1ea0c3;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
    background-color: #0757fe;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
    background-color: #1e1f26;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
    background-color: #02e49b;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
    background-color: #e94c89;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
    background-color: #4280ff;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
    background-color: #f45800;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
    background-color: #1778f2;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
    background-color: #000;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
    background-color: #0461dd;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
    background-color: #e65678;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
    background-color: #24292d;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
    background-color: #eceadd;
    color: #382110;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
    background-color: #ea4434;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
    background-color: #f00075;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
    background-color: #e21b24;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
    background-color: #0d66c2;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
    background-color: #3288d4;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
    background-color: #02ab6c;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
    background-color: #f6405f;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
    background-color: #ff424d;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
    background-color: #e60122;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
    background-color: #ef4155;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
    background-color: #fe4500;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
    background-color: #0478d7;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
    background-color: #fefc00;
    color: #fff;
    stroke: #000;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
    background-color: #ff5600;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
    background-color: #1bd760;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
    background-color: #2aabee;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
    background-color: #000;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
    background-color: #011835;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
    background-color: #6440a4;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
    background-color: #1da1f2;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
    background-color: #1eb7ea;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
    background-color: #4680c2;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
    background-color: #3499cd;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
    background-color: #d32422;
    color: #fff;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
    background-color: red;
    color: #fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link {
    background: none;
}

    .wp-block-social-links.is-style-logos-only .wp-social-link a {
        padding: 0;
    }

    .wp-block-social-links.is-style-logos-only .wp-social-link svg {
        width: 1.25em;
        height: 1.25em;
    }

.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
    color: #f90;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
    color: #1ea0c3;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
    color: #0757fe;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
    color: #1e1f26;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
    color: #02e49b;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
    color: #e94c89;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
    color: #4280ff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
    color: #f45800;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
    color: #1778f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
    color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
    color: #0461dd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
    color: #e65678;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-github {
    color: #24292d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
    color: #382110;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-google {
    color: #ea4434;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
    color: #f00075;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
    color: #e21b24;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
    color: #0d66c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
    color: #3288d4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
    color: #02ab6c;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
    color: #f6405f;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
    color: #ff424d;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
    color: #e60122;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
    color: #ef4155;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
    color: #fe4500;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
    color: #0478d7;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
    color: #fff;
    stroke: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
    color: #ff5600;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
    color: #1bd760;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
    color: #2aabee;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
    color: #000;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
    color: #011835;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
    color: #6440a4;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
    color: #1da1f2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
    color: #1eb7ea;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
    color: #4680c2;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
    color: #3499cd;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
    color: #d32422;
}

.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
    color: red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link {
    width: auto;
}

    .wp-block-social-links.is-style-pill-shape .wp-social-link a {
        padding-left: .66667em;
        padding-right: .66667em;
    }

.wp-block-spacer {
    clear: both;
}

.wp-block-tag-cloud.aligncenter {
    text-align: center;
}

.wp-block-tag-cloud.alignfull {
    padding-left: 1em;
    padding-right: 1em;
}

.wp-block-tag-cloud a {
    display: inline-block;
    margin-right: 5px;
}

.wp-block-tag-cloud span {
    display: inline-block;
    margin-left: 5px;
    text-decoration: none;
}

.wp-block-table {
    margin: 0 0 1em;
    overflow-x: auto;
}

    .wp-block-table table {
        border-collapse: collapse;
        width: 100%;
    }

    .wp-block-table .has-fixed-layout {
        table-layout: fixed;
        width: 100%;
    }

        .wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
            word-break: break-word;
        }

    .wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
        display: table;
        width: auto;
    }

        .wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
            word-break: break-word;
        }

    .wp-block-table .has-subtle-light-gray-background-color {
        background-color: #f3f4f5;
    }

    .wp-block-table .has-subtle-pale-green-background-color {
        background-color: #e9fbe5;
    }

    .wp-block-table .has-subtle-pale-blue-background-color {
        background-color: #e7f5fe;
    }

    .wp-block-table .has-subtle-pale-pink-background-color {
        background-color: #fcf0ef;
    }

    .wp-block-table.is-style-stripes {
        border-spacing: 0;
        border-collapse: inherit;
        background-color: transparent;
        border-bottom: 1px solid #f0f0f0;
    }

        .wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
            background-color: #f0f0f0;
        }

        .wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
            background-color: #f3f4f5;
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
            background-color: #e9fbe5;
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
            background-color: #e7f5fe;
        }

        .wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
            background-color: #fcf0ef;
        }

        .wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
            border-color: transparent;
        }

    .wp-block-table .has-border-color > *, .wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr {
        border-color: inherit;
    }

    .wp-block-table table[style*=border-style] > *, .wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr {
        border-style: inherit;
    }

    .wp-block-table table[style*=border-width] > *, .wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr {
        border-width: inherit;
    }

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex;
}

    .wp-block-text-columns .wp-block-column {
        margin: 0 1em;
        padding: 0;
    }

        .wp-block-text-columns .wp-block-column:first-child {
            margin-left: 0;
        }

        .wp-block-text-columns .wp-block-column:last-child {
            margin-right: 0;
        }

    .wp-block-text-columns.columns-2 .wp-block-column {
        width: 50%;
    }

    .wp-block-text-columns.columns-3 .wp-block-column {
        width: 33.33333%;
    }

    .wp-block-text-columns.columns-4 .wp-block-column {
        width: 25%;
    }

pre.wp-block-verse {
    font-family: inherit;
    overflow: auto;
    white-space: pre-wrap;
}

.wp-block-video {
    margin: 0 0 1em;
}

    .wp-block-video video {
        width: 100%;
    }

@supports (position:sticky) {
    .wp-block-video [poster] {
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.wp-block-video.aligncenter {
    text-align: center;
}

.wp-block-video figcaption {
    margin-top: .5em;
    margin-bottom: 1em;
}

.wp-block-post-featured-image {
    margin-left: 0;
    margin-right: 0;
}

    .wp-block-post-featured-image a {
        display: inline-block;
    }

    .wp-block-post-featured-image img {
        max-width: 100%;
        width: 100%;
        height: auto;
        vertical-align: bottom;
    }

    .wp-block-post-featured-image.alignfull img, .wp-block-post-featured-image.alignwide img {
        width: 100%;
    }

:root {
    --wp--preset--font-size--normal:16px;
    --wp--preset--font-size--huge:42px;
}

    :root .has-very-light-gray-background-color {
        background-color: #eee;
    }

    :root .has-very-dark-gray-background-color {
        background-color: #313131;
    }

    :root .has-very-light-gray-color {
        color: #eee;
    }

    :root .has-very-dark-gray-color {
        color: #313131;
    }

    :root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
        background: linear-gradient(135deg,#00d084,#0693e3);
    }

    :root .has-purple-crush-gradient-background {
        background: linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe);
    }

    :root .has-hazy-dawn-gradient-background {
        background: linear-gradient(135deg,#faaca8,#dad0ec);
    }

    :root .has-subdued-olive-gradient-background {
        background: linear-gradient(135deg,#fafae1,#67a671);
    }

    :root .has-atomic-cream-gradient-background {
        background: linear-gradient(135deg,#fdd79a,#004a59);
    }

    :root .has-nightshade-gradient-background {
        background: linear-gradient(135deg,#330968,#31cdcf);
    }

    :root .has-midnight-gradient-background {
        background: linear-gradient(135deg,#020381,#2874fc);
    }

.has-regular-font-size {
    font-size: 1em;
}

.has-larger-font-size {
    font-size: 2.625em;
}

.has-normal-font-size {
    font-size: var(--wp--preset--font-size--normal);
}

.has-huge-font-size {
    font-size: var(--wp--preset--font-size--huge);
}

.has-text-align-center {
    text-align: center;
}

.has-text-align-left {
    text-align: left;
}

.has-text-align-right {
    text-align: right;
}

#end-resizable-editor-section {
    display: none;
}

.aligncenter {
    clear: both;
}

.items-justified-left {
    justify-content: flex-start;
}

.items-justified-center {
    justify-content: center;
}

.items-justified-right {
    justify-content: flex-end;
}

.items-justified-space-between {
    justify-content: space-between;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

    .screen-reader-text:focus {
        background-color: #ddd;
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #444;
        display: block;
        font-size: 1em;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

html :where(img) {
    height: auto;
    max-width: 100%;
}

.components-custom-select-control {
    position: relative;
}

.components-custom-select-control__label {
    display: block;
    margin-bottom: 8px;
}

.components-custom-select-control__button {
    border: 1px solid #757575;
    border-radius: 2px;
    min-height: 30px;
    min-width: 130px;
    position: relative;
    text-align: left;
}

    .components-custom-select-control__button.components-custom-select-control__button {
        padding-right: 24px;
    }

    .components-custom-select-control__button:focus:not(:disabled) {
        border-color: var(--wp-admin-theme-color);
        box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    }

    .components-custom-select-control__button .components-custom-select-control__button-icon {
        height: 100%;
        padding: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.components-custom-select-control__menu {
    background-color: #fff;
    max-height: 400px;
    min-width: 100%;
    overflow: auto;
    padding: 0;
    position: absolute;
    z-index: 1000000;
}

    .components-custom-select-control__menu:focus {
        border: 1px solid #1e1e1e;
        border-radius: 2px;
        outline: none;
        transition: none;
    }

.components-custom-select-control__item {
    align-items: center;
    display: flex;
    list-style-type: none;
    padding: 10px 5px 10px 25px;
    cursor: default;
}

    .components-custom-select-control__item.is-highlighted {
        background: #ddd;
    }

.components-custom-select-control__item-icon {
    margin-left: -20px;
    margin-right: 0;
}

.components-spinner {
    display: inline-block;
    background-color: #949494;
    width: 18px;
    height: 18px;
    opacity: .7;
    margin: 5px 11px 0;
    border-radius: 100%;
    position: relative;
}

    .components-spinner:before {
        content: "";
        position: absolute;
        background-color: #fff;
        top: 3px;
        left: 3px;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        transform-origin: 6px 6px;
        -webkit-animation: components-spinner__animation 1s linear infinite;
        animation: components-spinner__animation 1s linear infinite;
    }

@-webkit-keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes components-spinner__animation {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.components-snackbar {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    background-color: #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 2px 4px rgba(0,0,0,.3);
    color: #fff;
    padding: 16px 24px;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    cursor: pointer;
}

@media(min-width:600px) {
    .components-snackbar {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
    }
}

.components-snackbar:focus {
    box-shadow: 0 0 0 1px #fff,0 0 0 3px var(--wp-admin-theme-color);
}

.components-snackbar__action.components-button {
    margin-left: 32px;
    color: #fff;
    height: auto;
    flex-shrink: 0;
    line-height: 1.4;
    padding: 0;
}

    .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary) {
        text-decoration: underline;
        background-color: transparent;
    }

        .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):focus {
            color: #fff;
            box-shadow: none;
            outline: 1px dotted #fff;
        }

        .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
            color: var(--wp-admin-theme-color);
        }

.components-snackbar__content {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    line-height: 1.4;
}

.components-snackbar-list {
    position: absolute;
    z-index: 100000;
    width: 100%;
    box-sizing: border-box;
}

.components-snackbar-list__notice-container {
    position: relative;
    padding-top: 8px;
}

.components-combobox-control {
    width: 100%;
}

input.components-combobox-control__input[type=text] {
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 2px;
    margin: 0;
    line-height: inherit;
    min-height: auto;
}

    input.components-combobox-control__input[type=text]:focus {
        outline: none;
        box-shadow: none;
    }

.components-combobox-control__suggestions-container {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .1s linear;
    border-radius: 2px;
    border: 1px solid #757575;
    font-size: 16px;
    line-height: normal;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    width: 100%;
    margin: 0 0 8px;
    padding: 4px;
}

@media(prefers-reduced-motion:reduce) {
    .components-combobox-control__suggestions-container {
        transition-duration: 0s;
    }
}

@media(min-width:600px) {
    .components-combobox-control__suggestions-container {
        font-size: 13px;
        line-height: normal;
    }
}

.components-combobox-control__suggestions-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid transparent;
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: rgba(30,30,30,.62);
}

.components-combobox-control__suggestions-container::-moz-placeholder {
    opacity: 1;
    color: rgba(30,30,30,.62);
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: rgba(30,30,30,.62);
}

.is-dark-theme .components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: hsla(0,0%,100%,.65);
}

.is-dark-theme .components-combobox-control__suggestions-container::-moz-placeholder {
    opacity: 1;
    color: hsla(0,0%,100%,.65);
}

.is-dark-theme .components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: hsla(0,0%,100%,.65);
}

.components-combobox-control__suggestions-container:focus-within {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid transparent;
}

.components-combobox-control__reset.components-button {
    display: flex;
    height: 24px;
    min-width: 24px;
    padding: 0;
}

.wc-block-link-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline;
}

    .wc-block-link-button, .wc-block-link-button:active, .wc-block-link-button:focus, .wc-block-link-button:hover {
        background: 0 0;
    }

.wc-block-suspense-placeholder {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
}

    .wc-block-suspense-placeholder > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-suspense-placeholder {
        -webkit-animation: none;
        animation: none;
    }
}

.wc-block-suspense-placeholder:after {
    content: " ";
}

.wc-block-grid__products .wc-block-grid__product-image {
    text-decoration: none;
    display: block;
    position: relative;
}

    .wc-block-grid__products .wc-block-grid__product-image a {
        text-decoration: none;
        border: 0;
        outline: 0;
        box-shadow: none;
    }

    .wc-block-grid__products .wc-block-grid__product-image img {
        height: auto;
        width: 100%;
    }

        .wc-block-grid__products .wc-block-grid__product-image img[hidden] {
            display: none;
        }

        .wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
            border: 1px solid #f2f2f2;
        }

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
    font-family: inherit;
    line-height: 1.2em;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block;
}

.wc-block-grid__product-price {
    display: block;
}

    .wc-block-grid__product-price .wc-block-grid__product-price__regular {
        margin-right: .5em;
    }

.wc-block-grid__product-add-to-cart.wp-block-button {
    word-break: break-word;
    white-space: normal;
}

    .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
        word-break: break-word;
        white-space: normal;
        margin: 0 auto !important;
        display: inline-flex;
        justify-content: center;
        text-align: center;
        padding: .5em 1em;
        font-size: 1em;
    }

        .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
            opacity: .25;
        }

        .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
            font-family: WooCommerce;
            content: "";
            margin-left: .5em;
            display: inline-block;
            width: auto;
            height: auto;
        }

        .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
            font-family: WooCommerce;
            content: "";
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
            margin-left: .5em;
            display: inline-block;
            width: auto;
            height: auto;
        }

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
    content: "";
    margin: 0;
}

.wc-block-grid__product-rating {
    display: block;
}

    .wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
        overflow: hidden;
        position: relative;
        width: 5.3em;
        height: 1.618em;
        line-height: 1.618;
        font-size: 1em;
        font-family: star;
        font-weight: 400;
        margin: 0 auto;
        text-align: left;
    }

        .wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before {
            content: "SSSSS";
            top: 0;
            left: 0;
            right: 0;
            position: absolute;
            opacity: .5;
            color: #aaa;
            white-space: nowrap;
        }

        .wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span {
            overflow: hidden;
            top: 0;
            left: 0;
            right: 0;
            position: absolute;
            padding-top: 1.5em;
        }

            .wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before {
                content: "SSSSS";
                top: 0;
                left: 0;
                right: 0;
                position: absolute;
                color: #000;
                white-space: nowrap;
            }

.wc-block-grid__product-onsale {
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-title {
    margin: 0 0 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
    margin: 0 auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
    color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
    font-size: .88889em;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}

    .theme-twentynineteen .wc-block-grid__product-title:before {
        display: none;
    }

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
    line-height: 1;
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
    color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
    color: #000;
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    color: #cd2653;
    font-size: 1em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
    margin-top: 0;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-size: .9em;
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
    opacity: .5;
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
    text-decoration: none;
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
    font-size: .7em;
}

    .theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
        line-height: 1;
    }

.theme-twentytwenty .wc-block-components-product-button > .wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart > .wp-block-button__link {
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
    background: #cd2653;
    color: #fff;
    font-family: -apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.2;
    text-transform: uppercase;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
    position: static;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
    position: absolute;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
    position: absolute;
    right: 4px;
    top: 4px;
    z-index: 1;
}

.theme-twentytwenty .wc-block-active-filters__title, .theme-twentytwenty .wc-block-attribute-filter__title, .theme-twentytwenty .wc-block-price-filter__title, .theme-twentytwenty .wc-block-stock-filter__title {
    font-size: 1em;
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all {
    font-size: .75em;
}

.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
    font-size: .75em;
    padding: .5em;
}

@media only screen and (min-width:768px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em;
    }
}

@media only screen and (min-width:1168px) {
    .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
        font-size: .875em;
        padding: .5em;
    }
}

.screen-reader-text {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
}

    .screen-reader-text:focus {
        background-color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #2b2d2f;
        display: block;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

.wc-block-components-product-add-to-cart-attribute-picker {
    margin: 0;
    flex-basis: 100%;
}

    .wc-block-components-product-add-to-cart-attribute-picker label {
        display: block;
        font-size: 1em;
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__container {
        position: relative;
    }

    .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select {
        margin: 0 0 .75em;
    }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select select {
            min-width: 60%;
            min-height: 1.75em;
        }

        .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error {
            margin-bottom: 24px;
        }

            .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select {
                border-color: #cc1818;
            }

                .wc-block-components-product-add-to-cart-attribute-picker .wc-block-components-product-add-to-cart-attribute-picker__select.has-error select:focus {
                    outline-color: #cc1818;
                }

.wc-block-components-product-add-to-cart {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button {
        margin: 0 0 .75em;
    }

        .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text {
            display: block;
        }

            .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button .wc-block-components-button__text > svg {
                fill: currentColor;
                vertical-align: top;
                width: 1.5em;
                height: 1.5em;
                margin: -.25em 0 -.25em .5em;
            }

    .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity {
        margin: 0 1em .75em 0;
        flex-basis: 5em;
        padding: .618em;
        background: #fff;
        border: 1px solid #ccc;
        border-radius: 2px;
        color: #43454b;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
        text-align: center;
    }

.is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
}

    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button > *, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button > *, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-button, .is-loading .wc-block-components-product-add-to-cart .wc-block-components-product-add-to-cart-quantity, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-button, .wc-block-components-product-add-to-cart--placeholder .wc-block-components-product-add-to-cart-quantity {
        -webkit-animation: none;
        animation: none;
    }
}

.wc-block-grid .wc-block-components-product-add-to-cart {
    justify-content: center;
}

.wc-block-components-product-add-to-cart-notice {
    margin: 0;
}

.wp-block-button.wc-block-components-product-button {
    word-break: break-word;
    white-space: normal;
    margin-top: 0;
    margin-bottom: 12px;
}

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button {
        word-break: break-word;
        white-space: normal;
        margin: 0 auto;
        display: inline-flex;
        justify-content: center;
    }

    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        box-shadow: none;
        pointer-events: none;
        max-width: 100%;
        min-width: 8em;
        min-height: 3em;
    }

        .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder > * {
            visibility: hidden;
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-button.wc-block-components-product-button .wc-block-components-product-button__button--placeholder {
        -webkit-animation: none;
        animation: none;
    }
}

.is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 8em;
    min-height: 3em;
}

    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-button > .wc-block-components-product-button__button {
        -webkit-animation: none;
        animation: none;
    }
}

.theme-twentytwentyone .editor-styles-wrapper .wc-block-components-product-button .wp-block-button__link {
    background-color: var(--button--color-background);
    color: var(--button--color-text);
    border-color: var(--button--color-background);
}

.wc-block-components-product-category-list {
    margin-top: 0;
    margin-bottom: .75em;
}

    .wc-block-components-product-category-list ul {
        margin: 0;
        padding: 0;
        display: inline;
    }

        .wc-block-components-product-category-list ul li {
            display: inline;
            list-style: none;
        }

            .wc-block-components-product-category-list ul li:after {
                content: ", ";
            }

            .wc-block-components-product-category-list ul li:last-child:after {
                content: "";
            }

.editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image, .wc-block-components-product-image {
    margin-top: 0;
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
    position: relative;
}

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image a, .wc-block-components-product-image a {
        text-decoration: none;
        border: 0;
        outline: 0;
        box-shadow: none;
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img, .wc-block-components-product-image img {
        vertical-align: middle;
        width: 100%;
    }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[hidden], .wc-block-components-product-image img[hidden] {
            display: none;
        }

        .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image img[alt=""], .wc-block-components-product-image img[alt=""] {
            border: 1px solid #f2f2f2;
        }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-left {
        position: absolute;
        left: 4px;
        top: 4px;
        right: auto;
        margin: 0;
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-center {
        position: absolute;
        top: 4px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin: 0;
    }

    .editor-styles-wrapper .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right, .wc-block-components-product-image .wc-block-components-product-sale-badge--align-right {
        position: absolute;
        right: 4px;
        top: 4px;
        left: auto;
        margin: 0;
    }

.is-loading .wc-block-components-product-image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
}

    .is-loading .wc-block-components-product-image > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-image {
        -webkit-animation: none;
        animation: none;
    }
}

.wc-block-components-product-rating {
    display: block;
    margin-top: 0;
    margin-bottom: 12px;
}

.wc-block-components-product-rating__stars {
    overflow: hidden;
    position: relative;
    width: 5.3em;
    height: 1.618em;
    line-height: 1.618;
    font-size: 1em;
    font-family: star;
    font-weight: 400;
    margin: 0 auto;
    text-align: left;
}

    .wc-block-components-product-rating__stars:before {
        content: "SSSSS";
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        opacity: .5;
        color: #aaa;
        white-space: nowrap;
    }

    .wc-block-components-product-rating__stars span {
        overflow: hidden;
        top: 0;
        left: 0;
        right: 0;
        position: absolute;
        padding-top: 1.5em;
    }

        .wc-block-components-product-rating__stars span:before {
            content: "SSSSS";
            top: 0;
            left: 0;
            right: 0;
            position: absolute;
            color: #000;
            white-space: nowrap;
        }

.wc-block-single-product .wc-block-components-product-rating__stars {
    margin: 0;
}

.wc-block-components-product-sale-badge {
    margin: 0 auto 12px;
    font-size: .875em;
    padding: .25em .75em;
    display: inline-block;
    width: auto;
    border: 1px solid #43454b;
    border-radius: 3px;
    color: #43454b;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    z-index: 9;
    position: static;
}

.wc-block-components-product-sku {
    margin-top: 0;
    margin-bottom: 12px;
    display: block;
    text-transform: uppercase;
    font-size: .875em;
}

.wc-block-components-product-stock-indicator {
    margin-top: 0;
    margin-bottom: .75em;
    display: block;
    font-size: .875em;
}

.wc-block-components-product-stock-indicator--in-stock {
    color: #4ab866;
}

.wc-block-components-product-stock-indicator--out-of-stock {
    color: #cc1818;
}

.wc-block-components-product-stock-indicator--available-on-backorder, .wc-block-components-product-stock-indicator--low-stock {
    color: #f0b849;
}

.wc-block-components-product-summary {
    margin-top: 0;
    margin-bottom: 12px;
}

.is-loading .wc-block-components-product-summary:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: block;
    width: 100%;
    height: 6em;
}

    .is-loading .wc-block-components-product-summary:before > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-summary:before {
        -webkit-animation: none;
        animation: none;
    }
}

.wc-block-components-product-tag-list {
    margin-top: 0;
    margin-bottom: .75em;
}

    .wc-block-components-product-tag-list ul {
        margin: 0;
        padding: 0;
        display: inline;
    }

        .wc-block-components-product-tag-list ul li {
            display: inline;
            list-style: none;
        }

            .wc-block-components-product-tag-list ul li:after {
                content: ", ";
            }

            .wc-block-components-product-tag-list ul li:last-child:after {
                content: "";
            }

.wc-block-components-product-title {
    margin-top: 0;
    margin-bottom: 12px;
}

.wc-block-grid .wc-block-components-product-title {
    line-height: 1.5;
    font-weight: 700;
    padding: 0;
    color: inherit;
    font-size: inherit;
    display: block;
}

.is-loading .wc-block-components-product-title:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: inline-block;
    width: 7em;
}

    .is-loading .wc-block-components-product-title:before > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-title:before {
        -webkit-animation: none;
        animation: none;
    }
}

.is-loading .wc-block-grid .wc-block-components-product-title:before {
    width: 10em;
}

.wc-block-components-product-title--align-left {
    text-align: left;
}

.wc-block-components-product-title--align-center {
    text-align: center;
}

.wc-block-components-product-title--align-right {
    text-align: right;
}

.wc-block-components-error {
    display: flex;
    padding: 40px 0;
    margin: 40px 0;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #757575;
    text-align: center;
}

.wc-block-components-error__header {
    font-size: 2em;
    margin: 0;
    color: #646970;
}

.wc-block-components-error__image {
    width: 25%;
    margin: 0 0 24px;
}

.wc-block-components-error__text {
    margin: 1em 0 0;
    color: #8c8f94;
    font-size: 1.25em;
    max-width: 60ch;
}

.wc-block-components-error__message {
    margin: 1em auto 0;
    font-style: italic;
    color: #8c8f94;
    max-width: 60ch;
}

.wc-block-error__button {
    margin: 40px 0 0;
}

.wc-block-components-button:not(.is-link) {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    background-color: #1e1e1e;
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    min-height: 3em;
    justify-content: center;
    line-height: 1;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    position: relative;
}

    .wc-block-components-button:not(.is-link):active, .wc-block-components-button:not(.is-link):disabled, .wc-block-components-button:not(.is-link):focus, .wc-block-components-button:not(.is-link):hover {
        background-color: #1e1e1e;
        color: #fff;
    }

    .wc-block-components-button:not(.is-link) .wc-block-components-button__text {
        display: block;
    }

        .wc-block-components-button:not(.is-link) .wc-block-components-button__text > svg {
            fill: currentColor;
        }

    .wc-block-components-button:not(.is-link) .wc-block-components-spinner + .wc-block-components-button__text {
        visibility: hidden;
    }

.wc-block-components-form {
    counter-reset: checkout-step;
}

    .wc-block-components-form .wc-block-components-checkout-step {
        position: relative;
        border: none;
        padding: 0 0 0 24px;
        background: 0 0;
        margin: 0;
    }

.is-mobile .wc-block-components-form .wc-block-components-checkout-step, .is-small .wc-block-components-form .wc-block-components-checkout-step {
    padding-left: 0;
}

.wc-block-components-checkout-step--disabled {
    opacity: .6;
}

.wc-block-components-checkout-step__container {
    position: relative;
}

.wc-block-components-checkout-step__content > * {
    margin-bottom: 1em;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__content > :last-child {
    margin-bottom: 0;
    padding-bottom: 1.5em;
}

.wc-block-components-checkout-step__heading {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap: wrap;
    margin: .75em 0 1em;
    position: relative;
    align-items: center;
    gap: 1em;
}

.wc-block-components-checkout-step:first-child .wc-block-components-checkout-step__heading, .wc-block-components-express-payment-continue-rule + .wc-block-components-checkout-step .wc-block-components-checkout-step__heading {
    margin-top: 0;
}

.wc-block-components-checkout-step__title {
    margin: 0 12px 0 0;
}

.wc-block-components-checkout-step__heading-content {
    font-size: .75em;
}

    .wc-block-components-checkout-step__heading-content a {
        font-weight: 700;
        color: inherit;
    }

.wc-block-components-checkout-step__description {
    font-size: .875em;
    line-height: 1.25;
    margin-bottom: 16px;
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: 0 0;
    counter-increment: checkout-step;
    content: " " counter(checkout-step) ".";
    content: " " counter(checkout-step) "."/"";
    position: absolute;
    width: 24px;
    left: -24px;
    top: 0;
    text-align: center;
    transform: translateX(-50%);
}

.wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: "";
    height: 100%;
    border-left: 1px solid;
    opacity: .3;
    position: absolute;
    left: -24px;
    top: 0;
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before, .is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__title:before {
    position: static;
    transform: none;
    left: auto;
    top: auto;
    content: counter(checkout-step) ". ";
    content: counter(checkout-step) ". "/"";
}

.is-mobile .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after, .is-small .wc-block-components-checkout-step--with-step-number .wc-block-components-checkout-step__container:after {
    content: unset;
}

.editor-styles-wrapper .wp-block h4.wc-block-components-checkout-step__title {
    font-size: 1em;
    line-height: 24px;
    margin: 0 12px 0 0;
}

.wc-block-components-order-summary .wc-block-components-panel__button {
    padding-top: 0;
    margin-top: 0;
}

.wc-block-components-order-summary .wc-block-components-panel__content {
    margin-bottom: 0;
}

.wc-block-components-order-summary__content {
    display: table;
    width: 100%;
}

.wc-block-components-order-summary-item {
    position: relative;
    font-size: .875em;
    display: flex;
    padding-bottom: 1px;
    padding-top: 16px;
    width: 100%;
}

    .wc-block-components-order-summary-item:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .wc-block-components-order-summary-item:first-child {
        padding-top: 0;
    }

    .wc-block-components-order-summary-item:last-child > div {
        padding-bottom: 0;
    }

    .wc-block-components-order-summary-item:last-child:after {
        display: none;
    }

    .wc-block-components-order-summary-item .wc-block-components-product-metadata {
        font-size: 1em;
    }

.wc-block-components-order-summary-item__description, .wc-block-components-order-summary-item__image {
    display: table-cell;
    vertical-align: top;
}

.wc-block-components-order-summary-item__image {
    width: 48px;
    padding-bottom: 16px;
    position: relative;
}

    .wc-block-components-order-summary-item__image > img {
        width: 48px;
        max-width: 48px;
    }

.wc-block-components-order-summary-item__quantity {
    align-items: center;
    background: #fff;
    border: 2px solid;
    border-radius: 1em;
    box-shadow: 0 0 0 2px #fff;
    color: #000;
    display: flex;
    line-height: 1;
    min-height: 20px;
    padding: 0 .4em;
    position: absolute;
    justify-content: center;
    min-width: 20px;
    right: 0;
    top: 0;
    transform: translate(50%,-50%);
    white-space: nowrap;
    z-index: 1;
}

.wc-block-components-order-summary-item__description {
    padding-left: 24px;
    padding-right: 12px;
    padding-bottom: 16px;
}

    .wc-block-components-order-summary-item__description .wc-block-components-product-metadata, .wc-block-components-order-summary-item__description p {
        line-height: 1.375;
        margin-top: 4px;
    }

.wc-block-components-order-summary-item__total-price {
    font-weight: 700;
    margin-left: auto;
    text-align: right;
}

.wc-block-components-order-summary-item__individual-prices {
    display: block;
}

.wc-block-components-payment-method-icons {
    margin: 0 0 14px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

    .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
        display: inline-block;
        margin: 0 4px 2px;
        padding: 0;
        width: auto;
        max-width: 38px;
        height: 24px;
        max-height: 24px;
    }

.wc-block-components-payment-method-icons--align-left {
    justify-content: flex-start;
}

    .wc-block-components-payment-method-icons--align-left .wc-block-components-payment-method-icon {
        margin-left: 0;
        margin-right: 8px;
    }

.wc-block-components-payment-method-icons--align-right {
    justify-content: flex-end;
}

    .wc-block-components-payment-method-icons--align-right .wc-block-components-payment-method-icon {
        margin-right: 0;
        margin-left: 8px;
    }

.wc-block-components-payment-method-icons:last-child {
    margin-bottom: 0;
}

.is-mobile .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon, .is-small .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
    height: 16px;
}

.wc-block-components-payment-method-label--with-icon {
    display: inline-block;
    vertical-align: middle;
}

    .wc-block-components-payment-method-label--with-icon > img, .wc-block-components-payment-method-label--with-icon > svg {
        vertical-align: middle;
        margin: -2px 4px 0 0;
    }

.is-mobile .wc-block-components-payment-method-label--with-icon > img, .is-mobile .wc-block-components-payment-method-label--with-icon > svg, .is-small .wc-block-components-payment-method-label--with-icon > img, .is-small .wc-block-components-payment-method-label--with-icon > svg {
    display: none;
}

.editor-styles-wrapper .wc-block-components-checkout-policies, .wc-block-components-checkout-policies {
    font-size: .75em;
    text-align: center;
    list-style: none outside;
    line-height: 1;
    margin: 24px 0;
}

.wc-block-components-checkout-policies__item {
    list-style: none outside;
    display: inline-block;
    padding: 0 .25em;
    margin: 0;
}

    .wc-block-components-checkout-policies__item:not(:first-child) {
        border-left: 1px solid #ccc;
    }

    .wc-block-components-checkout-policies__item > a {
        color: inherit;
        padding: 0 .25em;
    }

.wc-block-components-product-badge {
    font-size: .75em;
    border-radius: 2px;
    border: 1px solid;
    display: inline-block;
    font-weight: 600;
    padding: 0 .66em;
    text-transform: uppercase;
    white-space: nowrap;
}

.wc-block-components-product-details.wc-block-components-product-details {
    list-style: none;
    margin: .5em 0;
    padding: 0;
}

    .wc-block-components-product-details.wc-block-components-product-details:last-of-type {
        margin-bottom: 0;
    }

    .wc-block-components-product-details.wc-block-components-product-details li {
        margin-left: 0;
    }

.wc-block-components-product-details__name, .wc-block-components-product-details__value {
    display: inline-block;
}

.is-large:not(.wc-block-checkout) .wc-block-components-product-details__name {
    font-weight: 700;
}

img.wc-block-components-product-image[alt=""] {
    border: 1px solid #f2f2f2;
}

.wc-block-components-product-metadata {
    font-size: .75em;
}

    .wc-block-components-product-metadata .wc-block-components-product-metadata__description > p, .wc-block-components-product-metadata .wc-block-components-product-metadata__variation-data {
        margin: .25em 0;
    }

.wc-block-components-checkout-return-to-cart-button {
    box-shadow: none;
    color: inherit;
    padding-left: calc(24px + .25em);
    position: relative;
    text-decoration: none;
}

    .wc-block-components-checkout-return-to-cart-button svg {
        left: 0;
        position: absolute;
        transform: translateY(-50%);
        top: 50%;
    }

.wc-block-components-shipping-calculator-address {
    margin-bottom: 0;
}

.wc-block-components-shipping-calculator-address__button {
    width: 100%;
    margin-top: 1.5em;
}

.wc-block-components-shipping-calculator {
    padding: .5em 0 .75em;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__button {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: .75em;
    padding-top: .75em;
}

.wc-block-components-shipping-rates-control__package .wc-block-components-panel__content, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control .wc-block-components-radio-control__option-layout, .wc-block-components-shipping-rates-control__package .wc-block-components-radio-control__option-layout {
    padding-bottom: 0;
}

.wc-block-components-shipping-rates-control__package-items {
    font-size: .875em;
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wc-block-components-shipping-rates-control__package-item {
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
    display: inline-block;
    margin: 0;
    padding: 0;
}

    .wc-block-components-shipping-rates-control__package-item:not(:last-child):after {
        content: ", ";
        white-space: pre;
    }

.wc-block-components-totals-coupon .wc-block-components-panel__button {
    margin-top: 0;
    padding-top: 0;
}

.wc-block-components-totals-coupon .wc-block-components-panel__content {
    padding-bottom: 0;
}

.wc-block-components-totals-coupon__form {
    display: flex;
    width: 100%;
    margin-bottom: 0;
}

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
        margin-bottom: 0;
        margin-top: 0;
        flex-grow: 1;
    }

    .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button {
        height: 3em;
        flex-shrink: 0;
        margin-left: 8px;
        padding-left: 24px;
        padding-right: 24px;
        white-space: nowrap;
    }

        .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__button.no-margin {
            margin: 0;
        }

.wc-block-components-totals-coupon__content {
    flex-direction: column;
    position: relative;
}

.wc-block-components-totals-discount__coupon-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wc-block-components-totals-discount .wc-block-components-totals-item__value {
    color: #4ab866;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label, .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
    font-size: 1.25em;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
    font-weight: 700;
}

.wc-block-components-totals-footer-item .wc-block-components-totals-footer-item-tax {
    margin-bottom: 0;
}

.wc-block-components-totals-shipping fieldset.wc-block-components-totals-shipping__fieldset {
    background-color: transparent;
    margin: 0;
    padding: 0;
    border: 0;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__via {
    margin-bottom: 16px;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__label, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-description, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__options .wc-block-components-radio-control__secondary-label {
    flex-basis: 100%;
    text-align: left;
}

.wc-block-components-totals-shipping .wc-block-components-shipping-rates-control__no-results-notice {
    margin: 0 0 .75em;
}

.wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: 0 0;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline;
}

    .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:active, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:focus, .wc-block-components-totals-shipping .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0;
        opacity: .8;
    }

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    background: 0 0;
    box-shadow: none;
    display: inline;
    text-shadow: none;
    text-decoration: underline;
}

    .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:active, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:focus, .theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-totals-shipping__change-address-button:hover {
        background: 0 0;
    }

.editor-styles-wrapper .wc-block-components-checkbox-list, .wc-block-components-checkbox-list {
    margin: 0;
    padding: 0;
    list-style: none outside;
}

    .editor-styles-wrapper .wc-block-components-checkbox-list li, .wc-block-components-checkbox-list li {
        margin: 0 0 4px;
        padding: 0;
        list-style: none outside;
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list li.show-less button, .editor-styles-wrapper .wc-block-components-checkbox-list li.show-more button, .wc-block-components-checkbox-list li.show-less button, .wc-block-components-checkbox-list li.show-more button {
            background: 0 0;
            border: none;
            padding: 0;
            text-decoration: underline;
            cursor: pointer;
        }

    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        box-shadow: none;
        pointer-events: none;
        max-width: 100%;
    }

        .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li > *, .wc-block-components-checkbox-list.is-loading li > * {
            visibility: hidden;
        }

@media screen and (prefers-reduced-motion:reduce) {
    .editor-styles-wrapper .wc-block-components-checkbox-list.is-loading li, .wc-block-components-checkbox-list.is-loading li {
        -webkit-animation: none;
        animation: none;
    }
}

.wc-block-components-chip {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    align-items: center;
    border: 0;
    display: inline-flex;
    padding: .125em .5em .25em;
    margin: 0 .365em .365em 0;
    border-radius: 0;
    line-height: 1;
    max-width: 100%;
}

    .wc-block-components-chip, .wc-block-components-chip:active, .wc-block-components-chip:focus, .wc-block-components-chip:hover {
        background: #e0e0e0;
        color: #1e1e1e;
    }

        .wc-block-components-chip.wc-block-components-chip--radius-small {
            border-radius: 3px;
        }

        .wc-block-components-chip.wc-block-components-chip--radius-medium {
            border-radius: .433em;
        }

        .wc-block-components-chip.wc-block-components-chip--radius-large {
            border-radius: 2em;
            padding-left: .75em;
            padding-right: .75em;
        }

        .wc-block-components-chip .wc-block-components-chip__text {
            flex-grow: 1;
        }

        .wc-block-components-chip.is-removable {
            padding-right: .5em;
        }

            .wc-block-components-chip.is-removable .wc-block-components-chip__text {
                padding-right: .25em;
            }

        .wc-block-components-chip .wc-block-components-chip__remove {
            font-size: .75em;
            background: 0 0;
            border: 0;
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            padding: 0;
        }

        .wc-block-components-chip .wc-block-components-chip__remove-icon {
            vertical-align: middle;
        }

.theme-twentytwentyone .wc-block-components-chip, .theme-twentytwentyone .wc-block-components-chip:active, .theme-twentytwentyone .wc-block-components-chip:focus, .theme-twentytwentyone .wc-block-components-chip:hover {
    background: #fff;
}

    .theme-twentytwentyone .wc-block-components-chip:active button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip:focus button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip:hover button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background), .theme-twentytwentyone .wc-block-components-chip button.wc-block-components-chip__remove:not(:hover):not(:active):not(.has-background) {
        background: 0 0;
    }

.wc-block-components-chip__remove:focus, .wc-block-components-chip__remove:hover, button.wc-block-components-chip:focus > .wc-block-components-chip__remove, button.wc-block-components-chip:hover > .wc-block-components-chip__remove {
    fill: #cc1818;
}

.wc-block-components-chip__remove:disabled, button.wc-block-components-chip:disabled > .wc-block-components-chip__remove {
    fill: #949494;
    cursor: not-allowed;
}

.wc-block-components-combobox .wc-block-components-combobox-control, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

    .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-base-control__field {
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
    }

    .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-combobox-control__suggestions-container {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        position: relative;
    }

    .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
        color: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        font-size: 1em;
        box-sizing: border-box;
        outline: inherit;
        border: 1px solid #50575e;
        background: #fff;
        box-shadow: none;
        color: #2b2d2f;
        font-family: inherit;
        font-weight: 400;
        height: 3em;
        letter-spacing: inherit;
        line-height: 1;
        padding: 1.5em 16px .25em;
        text-align: left;
        text-overflow: ellipsis;
        text-transform: none;
        white-space: nowrap;
        width: 100%;
        opacity: 1;
        border-radius: 4px;
    }

        .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
            background-color: #fff;
            color: #2b2d2f;
            outline: 0;
            box-shadow: 0 0 0 1px #50575e;
        }

        .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true], .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input[aria-expanded=true] {
            border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
        }

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff;
}

    .has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input:focus {
        background-color: rgba(0,0,0,.1);
        color: #fff;
        box-shadow: 0 0 0 1px hsla(0,0%,100%,.4);
    }

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    position: absolute;
    z-index: 10;
    background-color: #fff;
    border: 1px solid #50575e;
    border-top: 0;
    margin: 3em 0 0;
    padding: 0;
    max-height: 300px;
    min-width: 100%;
    overflow: auto;
    color: #2b2d2f;
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list {
    background-color: #1e1e1e;
    color: #fff;
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion {
    font-size: 1em;
    color: #757575;
    cursor: default;
    list-style: none;
    margin: 0;
    padding: .25em 16px;
}

    .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
        background-color: #ddd;
    }

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-selected {
    background-color: rgba(0,0,0,.4);
}

.wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion.is-highlighted, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:active, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:focus, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control .components-form-token-field__suggestions-list .components-form-token-field__suggestion:hover {
    background-color: #00669e;
    color: #fff;
}

.wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    font-size: 1em;
    line-height: 1.375;
    position: absolute;
    transform: translateY(.75em);
    transform-origin: top left;
    transition: all .2s ease;
    color: #757575;
    z-index: 1;
    margin: 0 0 0 17px;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 32px);
    white-space: nowrap;
}

.has-dark-controls .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .has-dark-controls .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
    color: hsla(0,0%,100%,.6);
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control label.components-base-control__label {
        transition: none;
    }
}

.wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.is-active .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox:focus-within .wc-block-components-combobox-control label.components-base-control__label {
    transform: translateY(4px) scale(.75);
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control label.components-base-control__label {
    color: #cc1818;
}

.wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:active, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:hover {
    border-color: #cc1818;
}

    .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus, .wc-block-components-form .wc-block-components-combobox.has-error .wc-block-components-combobox-control input.components-combobox-control__input:focus {
        box-shadow: 0 0 0 1px #cc1818;
    }

.wc-block-components-country-input {
    margin-top: 1.5em;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadein {
    0% {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes slidein {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-480px);
    }
}

@keyframes slidein {
    0% {
        transform: translateX(0);
    }

    to {
        transform: translateX(-480px);
    }
}

@media only screen and (max-width:480px) {
    @-webkit-keyframes slidein {
        0% {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100vw);
        }
    }

    @keyframes slidein {
        0% {
            transform: translateX(0);
        }

        to {
            transform: translateX(-100vw);
        }
    }
}

.wc-block-components-drawer__screen-overlay {
    background-color: rgba(95,95,95,.35);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .3s;
    z-index: 9999;
    opacity: 1;
}

.wc-block-components-drawer__screen-overlay--with-slide-out {
    transition: opacity .3s;
}

.wc-block-components-drawer__screen-overlay--with-slide-in {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: fadein;
    animation-name: fadein;
}

.wc-block-components-drawer__screen-overlay--is-hidden {
    pointer-events: none;
    opacity: 0;
}

.wc-block-components-drawer {
    position: relative;
    background: #fff;
    display: block;
    height: 100%;
    left: 100%;
    overflow: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(-480px);
    width: 480px;
}

    .wc-block-components-drawer:after {
        border-style: solid;
        border-width: 0 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

@media only screen and (max-width:480px) {
    .wc-block-components-drawer {
        transform: translateX(-100vw);
        width: 100vw;
    }
}

.wc-block-components-drawer__screen-overlay--with-slide-out .wc-block-components-drawer {
    transition: transform .3s;
}

.wc-block-components-drawer__screen-overlay--with-slide-in .wc-block-components-drawer {
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-name: slidein;
    animation-name: slidein;
}

.wc-block-components-drawer__screen-overlay--is-hidden .wc-block-components-drawer {
    transform: translateX(0);
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-drawer, .wc-block-components-drawer__screen-overlay {
        -webkit-animation-name: none !important;
        animation-name: none !important;
        transition: none !important;
    }
}

.wc-block-components-drawer .components-modal__content {
    padding: 40px 16px;
}

.wc-block-components-drawer .components-modal__header {
    position: relative;
}

    .wc-block-components-drawer .components-modal__header .components-button {
        border: 0;
        border-radius: 0;
        vertical-align: baseline;
        background: 0 0;
        position: absolute;
        right: 0;
        top: 0;
        padding: 1em;
        margin: -1em;
    }

        .wc-block-components-drawer .components-modal__header .components-button > span {
            border: 0;
            clip: rect(1px,1px,1px,1px);
            -webkit-clip-path: inset(50%);
            clip-path: inset(50%);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            overflow-wrap: normal !important;
            word-wrap: normal !important;
            padding: 0;
            position: absolute !important;
            width: 1px;
        }

.wc-block-components-drawer .components-modal__header-heading {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 1.25rem;
    word-break: break-word;
}

.wc-block-components-dropdown-selector {
    max-width: 300px;
    position: relative;
    width: 100%;
}

.wc-block-components-dropdown-selector__input-wrapper {
    background: #fff;
    border: 1px solid #50575e;
    color: #2b2d2f;
    align-items: center;
    border-radius: 4px;
    cursor: text;
    display: flex;
    flex-wrap: wrap;
    padding: 2px 8px;
}

.is-disabled .wc-block-components-dropdown-selector__input-wrapper {
    background-color: #e0e0e0;
}

.is-multiple.has-checked > .wc-block-components-dropdown-selector__input-wrapper {
    padding: 2px 4px;
}

.is-open > .wc-block-components-dropdown-selector__input-wrapper {
    border-radius: 4px 4px 0 0;
}

.wc-block-components-dropdown-selector__input {
    font-size: .875em;
    line-height: 1.2857142857;
    margin: .1875em 0;
    min-width: 0;
    padding: .1875em 0;
}

.is-single .wc-block-components-dropdown-selector__input {
    width: 100%;
}

    .is-single .wc-block-components-dropdown-selector__input:active, .is-single .wc-block-components-dropdown-selector__input:focus, .is-single .wc-block-components-dropdown-selector__input:hover {
        outline: 0;
    }

.is-single.has-checked.is-open .wc-block-components-dropdown-selector__input {
    margin-bottom: 1.5px;
    margin-top: 1.5px;
}

.is-single.has-checked:not(.is-open) .wc-block-components-dropdown-selector__input {
    border: 0;
    clip: rect(1px,1px,1px,1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    overflow-wrap: normal !important;
    word-wrap: normal !important;
    padding: 0;
    position: absolute !important;
    width: 1px;
    position: absolute;
}

.is-multiple .wc-block-components-dropdown-selector__input {
    flex: 1;
    min-width: 0;
}

.is-multiple .wc-block-components-dropdown-selector__input, .is-single .wc-block-components-dropdown-selector__input:first-child {
    background: 0 0;
    border: 0;
}

    .is-multiple .wc-block-components-dropdown-selector__input:active, .is-multiple .wc-block-components-dropdown-selector__input:focus, .is-multiple .wc-block-components-dropdown-selector__input:hover, .is-single .wc-block-components-dropdown-selector__input:first-child:active, .is-single .wc-block-components-dropdown-selector__input:first-child:focus, .is-single .wc-block-components-dropdown-selector__input:first-child:hover {
        outline: 0;
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
    text-transform: none;
}

    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label:hover, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:active, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:focus, .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove:hover {
        background-color: transparent;
        text-decoration: none;
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value {
    font-size: .875em;
    align-items: center;
    color: #757575;
    display: inline-flex;
    margin: .1875em 0;
    padding: .1875em 0;
    width: 100%;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__label {
    flex-grow: 1;
    line-height: 1.2857142857;
    padding: 0;
    text-align: left;
}

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove {
    background-color: transparent;
    border: 0;
    display: inline-block;
    line-height: 1;
    padding: 0 0 0 .3em;
}

    .wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-value__remove > svg {
        display: block;
    }

.wc-block-components-dropdown-selector .wc-block-components-dropdown-selector__selected-chip {
    font-size: .875em;
    margin-top: .1875em;
    margin-bottom: .1875em;
    line-height: 1.2857142857;
}

.wc-block-components-dropdown-selector__list {
    background-color: #fff;
    margin: -1px 0 0;
    padding: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    max-height: 300px;
    overflow-y: auto;
    z-index: 1;
}

    .wc-block-components-dropdown-selector__list:not(:empty) {
        border: 1px solid #9f9f9f;
    }

.wc-block-components-dropdown-selector__list-item {
    font-size: .875em;
    color: #757575;
    cursor: default;
    list-style: none;
    margin: 0;
    padding: 0 4px;
}

    .wc-block-components-dropdown-selector__list-item.is-selected {
        background-color: #ddd;
    }

    .wc-block-components-dropdown-selector__list-item.is-highlighted, .wc-block-components-dropdown-selector__list-item:active, .wc-block-components-dropdown-selector__list-item:focus, .wc-block-components-dropdown-selector__list-item:hover {
        background-color: #00669e;
        color: #fff;
    }

.wc-filter-element-label-list-count {
    opacity: .6;
}

    .wc-filter-element-label-list-count:before {
        content: " (";
    }

    .wc-filter-element-label-list-count:after {
        content: ")";
    }

.wc-block-components-filter-submit-button {
    display: block;
    margin-left: auto;
    white-space: nowrap;
}

.wc-block-components-formatted-money-amount {
    white-space: nowrap;
}

.wc-block-components-load-more {
    text-align: center;
    width: 100%;
}

.wc-block-components-loading-mask {
    position: relative;
    min-height: 34px;
    pointer-events: none;
}

    .wc-block-components-loading-mask .components-spinner {
        position: absolute;
        margin: 0;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .wc-block-components-loading-mask .wc-block-components-loading-mask__children {
        opacity: .25;
    }

.wc-block-components-pagination {
    margin: 0 auto 16px;
}

.wc-block-components-pagination__ellipsis, .wc-block-components-pagination__page {
    font-size: 1em;
    color: #333;
    display: inline-block;
    font-weight: 400;
}

.wc-block-components-pagination__page {
    border-color: transparent;
    padding: .3em .6em;
    min-width: 2.2em;
}

@media(max-width:782px) {
    .wc-block-components-pagination__page {
        padding: .1em .2em;
        min-width: 1.6em;
    }
}

.wc-block-components-pagination__page:not(.toggle) {
    background-color: transparent;
}

.wc-block-components-pagination__ellipsis {
    padding: .3em;
}

@media(max-width:782px) {
    .wc-block-components-pagination__ellipsis {
        padding: .1em;
    }
}

.wc-block-components-pagination__page--active[disabled] {
    color: #333;
    font-weight: 700;
    opacity: 1 !important;
}

    .wc-block-components-pagination__page--active[disabled]:focus, .wc-block-components-pagination__page--active[disabled]:hover {
        background-color: inherit;
        color: #333;
        opacity: 1 !important;
    }

html[dir=rtl] .wc-block-components-pagination-page--arrow span {
    display: inline-block;
    transform: scaleX(-1);
}

.wc-block-components-price-slider {
    margin-bottom: 24px;
}

    .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls {
        justify-content: flex-end;
    }

        .wc-block-components-price-slider.wc-block-components-price-slider--has-filter-button .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
            margin-left: 0;
            margin-right: 10px;
        }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        pointer-events: none;
        max-width: 100%;
        box-shadow: none;
    }

        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden;
        }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none;
    }
}

.wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__amount, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__button, .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
    -webkit-animation: none;
    animation: none;
}

.wc-block-components-price-slider__range-input-wrapper {
    padding: 0 !important;
    border: 0 !important;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 9px;
    clear: both;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
    background: #e1e1e1;
    margin: 15px 0;
}

.wc-block-components-price-slider__range-input-progress {
    height: 9px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    --track-background:linear-gradient(90deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color:#af7dd1;
    background: var(--track-background);
}

.wc-block-components-price-slider__controls {
    display: flex;
}

    .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
        margin: 0;
        border-radius: 4px;
        width: auto;
        max-width: 100px;
        min-width: 0;
    }

        .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--min {
            margin-right: 10px;
        }

        .wc-block-components-price-slider__controls .wc-block-components-price-slider__amount.wc-block-components-price-slider__amount--max {
            margin-left: auto;
        }

.wc-block-components-price-slider__range-input {
    margin: 0;
    padding: 0 !important;
    border: 0 !important;
    outline: none;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 0;
    display: block;
    position: relative;
    pointer-events: none;
    outline: none !important;
    position: absolute;
    left: 0;
    top: 0;
}

    .wc-block-components-price-slider__range-input::-webkit-slider-runnable-track {
        cursor: default;
        height: 1px;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .wc-block-components-price-slider__range-input::-webkit-slider-thumb {
        background-color: transparent;
        background-position: 0 0;
        width: 28px;
        height: 23px;
        border: 0;
        padding: 0;
        vertical-align: top;
        cursor: pointer;
        z-index: 20;
        pointer-events: auto;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        -webkit-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        margin: -6px 0 0;
    }

        .wc-block-components-price-slider__range-input::-webkit-slider-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1);
        }

    .wc-block-components-price-slider__range-input::-webkit-slider-progress {
        margin: 0;
        padding: 0 !important;
        border: 0 !important;
        outline: none;
        background: 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .wc-block-components-price-slider__range-input::-moz-focus-outer {
        border: 0;
    }

    .wc-block-components-price-slider__range-input::-moz-range-track {
        cursor: default;
        height: 1px;
        outline: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .wc-block-components-price-slider__range-input::-moz-range-progress {
        margin: 0;
        padding: 0 !important;
        border: 0 !important;
        outline: none;
        background: 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .wc-block-components-price-slider__range-input::-moz-range-thumb {
        background-color: transparent;
        background-position: 0 0;
        width: 28px;
        height: 23px;
        border: 0;
        padding: 0;
        margin: 0;
        vertical-align: top;
        cursor: pointer;
        z-index: 20;
        pointer-events: auto;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        -moz-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .wc-block-components-price-slider__range-input::-moz-range-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1);
        }

    .wc-block-components-price-slider__range-input::-ms-thumb {
        background-color: transparent;
        background-position: 0 0;
        width: 28px;
        height: 23px;
        border: 0;
        padding: 0;
        margin: 0;
        vertical-align: top;
        cursor: pointer;
        z-index: 20;
        pointer-events: auto;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='56' height='46' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 9.942L16.9 3.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 16.645 6.21 21 11.67 21h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M13 7v9m-3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M25.318 32.942L16.9 26.8c-1.706-1.228-3.64-1.899-5.686-1.787H11.1c-4.89.335-8.985 4.356-9.099 9.27C1.888 39.645 6.21 44 11.67 44h.113c1.82 0 3.64-.67 5.118-1.787l8.417-6.255c.91-.893.91-2.234 0-3.016v0zM13 30v9m-3-9v9-9z' stroke='%23757575'/%3E%3Cpath d='M30.682 9.942L39.1 3.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 16.645 49.79 21 44.33 21h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23fff' stroke='%23757575'/%3E%3Cpath d='M43 7v9m3-9v9-9z' stroke='%23B8B8B8'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0z' fill='%23F8F3F7' stroke='%23fff' stroke-opacity='.75' stroke-width='3'/%3E%3Cpath d='M30.682 32.942L39.1 26.8c1.706-1.228 3.64-1.899 5.686-1.787h.114c4.89.335 8.985 4.356 9.099 9.27C54.112 39.645 49.79 44 44.33 44h-.113c-1.82 0-3.64-.67-5.118-1.787l-8.417-6.255c-.91-.893-.91-2.234 0-3.016v0zM43 30v9m3-9v9-9z' stroke='%23757575'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Cpath fill='%23fff' d='M0 0h56v46H0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
        -ms-transition: transform .2s ease-in-out;
        transition: transform .2s ease-in-out;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

        .wc-block-components-price-slider__range-input::-ms-thumb:hover {
            background-position-y: -23px;
            transform: scale(1.1);
        }

    .wc-block-components-price-slider__range-input:focus::-webkit-slider-thumb {
        background-position-y: -23px;
        transform: scale(1.1);
    }

    .wc-block-components-price-slider__range-input:focus::-moz-range-thumb {
        background-position-y: -23px;
        transform: scale(1.1);
    }

    .wc-block-components-price-slider__range-input:focus::-ms-thumb {
        background-position-y: -23px;
        transform: scale(1.1);
    }

    .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min {
        z-index: 21;
    }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-webkit-slider-thumb {
            margin-left: -2px;
            background-position-x: left;
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
            background-position-x: left;
            transform: translate(-2px,4px);
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--min::-ms-thumb {
            background-position-x: left;
        }

    .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max {
        z-index: 20;
    }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-webkit-slider-thumb {
            background-position-x: right;
            margin-left: 2px;
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
            background-position-x: right;
            transform: translate(2px,4px);
        }

        .wc-block-components-price-slider__range-input.wc-block-components-price-slider__range-input--max::-ms-thumb {
            background-position-x: right;
        }

.rtl .wc-block-components-price-slider__range-input-progress {
    --track-background:linear-gradient(270deg,transparent var(--low),var(--range-color) 0,var(--range-color) var(--high),transparent 0) no-repeat 0 100%/100% 100%;
    --range-color:#af7dd1;
    background: var(--track-background);
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px;
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px;
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto;
    }

        .wc-block-components-price-slider__range-input::-ms-track {
            background: 0 0;
            border-color: transparent;
            border-width: 7px 0;
            color: transparent;
        }

        .wc-block-components-price-slider__range-input::-ms-fill-lower {
            background: #e1e1e1;
            box-shadow: inset 0 0 0 1px #b8b8b8;
        }

        .wc-block-components-price-slider__range-input::-ms-fill-upper {
            background: 0 0;
        }

        .wc-block-components-price-slider__range-input::-ms-tooltip {
            display: none;
        }

        .wc-block-components-price-slider__range-input::-ms-thumb {
            transform: translate(1px);
            pointer-events: auto;
        }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8;
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0;
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        pointer-events: none;
        max-width: 100%;
        box-shadow: none;
    }

        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden;
        }
}

@media screen and (-ms-high-contrast:active)and (prefers-reduced-motion:reduce),screen and (-ms-high-contrast:none)and (prefers-reduced-motion:reduce) {
    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none;
    }
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none;
    }
}

@supports(-ms-ime-align:auto) {
    .wc-block-components-price-slider__range-input-wrapper {
        background: 0 0;
        box-shadow: none;
        height: 24px;
    }

    .wc-block-components-price-slider__range-input-progress {
        background: #af7dd1;
        width: 100%;
        top: 7px;
    }

    .wc-block-components-price-slider__range-input {
        height: 24px;
        pointer-events: auto;
    }

        .wc-block-components-price-slider__range-input::-ms-track {
            background: 0 0;
            border-color: transparent;
            border-width: 7px 0;
            color: transparent;
        }

        .wc-block-components-price-slider__range-input::-ms-fill-lower {
            background: #e1e1e1;
            box-shadow: inset 0 0 0 1px #b8b8b8;
        }

        .wc-block-components-price-slider__range-input::-ms-fill-upper {
            background: 0 0;
        }

        .wc-block-components-price-slider__range-input::-ms-tooltip {
            display: none;
        }

        .wc-block-components-price-slider__range-input::-ms-thumb {
            transform: translate(1px);
            pointer-events: auto;
        }

    .wc-block-components-price-slider__range-input--max::-ms-fill-upper {
        background: #e1e1e1;
        box-shadow: inset 0 0 0 1px #b8b8b8;
    }

    .wc-block-components-price-slider__range-input--max::-ms-fill-lower {
        background: 0 0;
    }

    .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: loading-fade 1.2s ease-in-out infinite;
        animation: loading-fade 1.2s ease-in-out infinite;
        background-color: var(--global--color-primary,#e0e0e0) !important;
        color: var(--global--color-primary,#e0e0e0) !important;
        outline: 0 !important;
        border: 0 !important;
        pointer-events: none;
        max-width: 100%;
        box-shadow: none;
    }

        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper > *, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper > * {
            visibility: hidden;
        }

    @media screen and (prefers-reduced-motion:reduce) {
        .wc-block-components-price-slider.is-disabled .wc-block-components-price-slider__range-input-wrapper, .wc-block-components-price-slider.is-loading .wc-block-components-price-slider__range-input-wrapper {
            -webkit-animation: none;
            animation: none;
        }
    }

    .wc-block-components-price-slider.is-disabled:not(.is-loading) .wc-block-components-price-slider__range-input-wrapper {
        -webkit-animation: none;
        animation: none;
    }
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
    background: 0 0;
    border: 3px solid;
    box-sizing: border-box;
}

.theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
    --range-color:currentColor;
    margin: -3px;
}

.theme-twentytwentyone .wc-block-price-filter__range-input {
    background: 0 0;
    margin: -3px;
    width: calc(100% + 6px);
}

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-webkit-slider-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-webkit-slider-thumb {
        filter: none;
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-moz-range-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-moz-range-thumb {
        filter: none;
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input:focus::-ms-thumb, .theme-twentytwentyone .wc-block-price-filter__range-input:hover::-ms-thumb {
        filter: none;
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input::-webkit-slider-thumb {
        margin-top: -9px;
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--max::-moz-range-thumb {
        transform: translate(2px,1px);
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input.wc-block-components-price-slider__range-input--min::-moz-range-thumb {
        transform: translate(-2px,1px);
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input::-ms-track {
        border-color: transparent !important;
    }

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .theme-twentytwentyone .wc-block-components-price-slider__range-input-wrapper {
        border: 0;
        height: auto;
        position: relative;
        height: 50px;
    }

    .theme-twentytwentyone .wc-block-components-price-slider__range-input-progress {
        display: none;
    }

    .theme-twentytwentyone .wc-block-price-filter__range-input {
        height: 100%;
        margin: 0;
        width: 100%;
    }
}

.wc-block-components-product-sort-select {
    margin-bottom: 24px;
    text-align: left;
}

@-webkit-keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.wc-block-grid {
    text-align: center;
}

.wc-block-grid__no-products {
    padding: 40px;
    text-align: center;
    width: 100%;
}

    .wc-block-grid__no-products .wc-block-grid__no-products-image {
        max-width: 150px;
        margin: 0 auto 1em;
        display: block;
        color: inherit;
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-title {
        display: block;
        margin: 0;
        font-weight: 700;
    }

    .wc-block-grid__no-products .wc-block-grid__no-products-description {
        display: block;
        margin: .25em 0 1em;
    }

.wc-block-grid__products {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0 -8px 16px;
    background-clip: padding-box;
}

.wc-block-grid__product {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    float: none;
    width: auto;
    position: relative;
    text-align: center;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid transparent;
    list-style: none;
}

    .wc-block-grid__product.wc-block-grid__product {
        box-sizing: border-box;
    }

.theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product, .wc-block-grid.has-aligned-buttons .wc-block-grid__product {
    display: flex;
    flex-direction: column;
}

    .theme-twentytwenty .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child, .wc-block-grid.has-aligned-buttons .wc-block-grid__product > :last-child {
        margin-top: auto;
        margin-bottom: 0;
        padding-bottom: 12px;
    }

.theme-twentytwenty .wc-block-grid.has-1-columns .wc-block-grid__product, .wc-block-grid.has-1-columns .wc-block-grid__product {
    flex: 1 0 100%;
    max-width: 100%;
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product, .wc-block-grid.has-2-columns .wc-block-grid__product {
    flex: 1 0 50%;
    max-width: 50%;
}

.theme-twentytwenty .wc-block-grid.has-3-columns .wc-block-grid__product, .wc-block-grid.has-3-columns .wc-block-grid__product {
    flex: 1 0 33.33333%;
    max-width: 33.3333333333%;
}

.theme-twentytwenty .wc-block-grid.has-4-columns .wc-block-grid__product, .wc-block-grid.has-4-columns .wc-block-grid__product {
    flex: 1 0 25%;
    max-width: 25%;
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product {
    flex: 1 0 20%;
    max-width: 20%;
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    flex: 1 0 16.66667%;
    max-width: 16.6666666667%;
}

.theme-twentytwenty .wc-block-grid.has-7-columns .wc-block-grid__product, .wc-block-grid.has-7-columns .wc-block-grid__product {
    flex: 1 0 14.28571%;
    max-width: 14.2857142857%;
}

.theme-twentytwenty .wc-block-grid.has-8-columns .wc-block-grid__product, .wc-block-grid.has-8-columns .wc-block-grid__product {
    flex: 1 0 12.5%;
    max-width: 12.5%;
}

.theme-twentytwenty .wc-block-grid.has-6-columns .wc-block-grid__product, .wc-block-grid.has-6-columns .wc-block-grid__product {
    font-size: .5em;
}

.theme-twentytwenty .wc-block-grid.has-5-columns .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-5-columns .wc-block-grid__product, .wc-block-grid.has-6-columns.alignfull .wc-block-grid__product {
    font-size: .58em;
}

.theme-twentytwenty .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .theme-twentytwenty .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product, .wc-block-grid.has-4-columns:not(.alignwide):not(.alignfull) .wc-block-grid__product, .wc-block-grid.has-5-columns.alignfull .wc-block-grid__product {
    font-size: .75em;
}

.theme-twentytwenty .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull), .wc-block-grid.has-3-columns:not(.alignwide):not(.alignfull) {
    font-size: .92em;
}

@media(max-width:480px) {
    .wc-block-grid.has-2-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-2-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .wc-block-grid.has-3-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .wc-block-grid.has-4-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .wc-block-grid.has-5-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .wc-block-grid.has-6-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .wc-block-grid.has-7-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0;
    }

    .wc-block-grid.has-8-columns .wc-block-grid__products {
        display: block;
    }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        margin-left: auto;
        margin-right: auto;
        flex: 1 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

@media(min-width:481px)and (max-width:600px) {
    .wc-block-grid.has-2-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px;
    }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px;
        }

        .wc-block-grid.has-2-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px;
        }

    .wc-block-grid.has-3-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px;
    }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px;
        }

        .wc-block-grid.has-3-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px;
        }

    .wc-block-grid.has-4-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px;
    }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px;
        }

        .wc-block-grid.has-4-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px;
        }

    .wc-block-grid.has-5-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px;
    }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px;
        }

        .wc-block-grid.has-5-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px;
        }

    .wc-block-grid.has-6-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px;
    }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px;
        }

        .wc-block-grid.has-6-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px;
        }

    .wc-block-grid.has-7-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px;
    }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px;
        }

        .wc-block-grid.has-7-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px;
        }

    .wc-block-grid.has-8-columns .wc-block-grid__product {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0;
        margin: 0 0 24px;
    }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(odd) {
            padding-right: 8px;
        }

        .wc-block-grid.has-8-columns .wc-block-grid__product:nth-child(2n) {
            padding-left: 8px;
        }
}

.wc-block-components-product-name {
    font-size: 1em;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
}

.wc-block-components-product-price--align-left {
    display: block;
    text-align: left;
}

.wc-block-components-product-price--align-center {
    display: block;
    text-align: center;
}

.wc-block-components-product-price--align-right {
    display: block;
    text-align: right;
}

.wc-block-components-product-price__value.is-discounted {
    margin-left: .5em;
}

.is-loading .wc-block-components-product-price:before {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    content: ".";
    display: inline-block;
    width: 5em;
}

    .is-loading .wc-block-components-product-price:before > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-product-price:before {
        -webkit-animation: none;
        animation: none;
    }
}

.wc-block-components-quantity-selector {
    display: flex;
    width: 107px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 4px;
    box-sizing: content-box;
    margin: 0 0 .25em;
}

.has-dark-controls .wc-block-components-quantity-selector {
    background-color: transparent;
    border-color: hsla(0,0%,100%,.4);
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 1em;
    order: 2;
    min-width: 40px;
    flex: 1 1 auto;
    border: 0;
    padding: .4em 0;
    margin: 0;
    text-align: center;
    background: 0 0;
    box-shadow: none;
    color: #000;
    line-height: 1;
    vertical-align: middle;
    -moz-appearance: textfield;
}

    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
        background: #f0f0f0;
        outline: 1px solid #ddd;
    }

    .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
        color: #949494;
    }

.has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    color: #fff;
    background: 0 0;
}

    .has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:focus {
        background: 0 0;
    }

    .has-dark-controls .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input:disabled {
        color: hsla(0,0%,100%,.3);
    }

.wc-block-components-quantity-selector input::-webkit-inner-spin-button, .wc-block-components-quantity-selector input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    border: 0;
    padding: 0;
    margin: 0;
    background: none transparent;
    box-shadow: none;
    font-size: 1em;
    min-width: 30px;
    cursor: pointer;
    color: #1e1e1e;
    font-style: normal;
    text-align: center;
    text-decoration: none;
}

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
        outline: 2px solid #ddd;
    }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
        border: 0;
        padding: 0;
        margin: 0;
        background: none transparent;
        box-shadow: none;
        color: #1e1e1e;
    }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus:focus, .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover:focus {
            outline: 2px solid #ddd;
        }

    .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
        color: #949494;
        cursor: default;
        border: 0;
        padding: 0;
        margin: 0;
        background: none transparent;
        box-shadow: none;
    }

        .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled:focus {
            outline: 2px solid #ddd;
        }

.has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    color: #fff;
}

    .has-dark-controls .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:disabled {
        color: hsla(0,0%,100%,.3);
    }

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--minus {
    order: 1;
}

.wc-block-components-quantity-selector > .wc-block-components-quantity-selector__button--plus {
    order: 3;
}

.theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus, .theme-twentyseventeen .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:hover {
    background: none transparent;
}

.wc-block-components-radio-control__option {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    display: block;
    margin: 1em 0;
    padding: 0 0 0 2.5em;
    position: relative;
}

    .wc-block-components-radio-control__option:first-child {
        margin-top: 0;
    }

    .wc-block-components-radio-control__option:last-child {
        margin-bottom: 0;
    }

.wc-block-components-radio-control__option-layout {
    display: table;
    width: 100%;
}

.wc-block-components-radio-control__option .wc-block-components-radio-control__option-layout:after {
    display: none;
}

.wc-block-components-radio-control__description-group, .wc-block-components-radio-control__label-group {
    display: table-row;
}

    .wc-block-components-radio-control__description-group > span, .wc-block-components-radio-control__label-group > span {
        display: table-cell;
    }

    .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__description-group .wc-block-components-radio-control__secondary-label, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-description, .wc-block-components-radio-control__label-group .wc-block-components-radio-control__secondary-label {
        text-align: right;
        min-width: 50%;
    }

.wc-block-components-radio-control__label, .wc-block-components-radio-control__secondary-label {
    line-height: max(1.5rem,24px);
}

.wc-block-components-radio-control__description, .wc-block-components-radio-control__secondary-description {
    font-size: .875em;
    line-height: 20px;
}

.wc-block-components-radio-control .wc-block-components-radio-control__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 2px solid #50575e;
    border-radius: 50%;
    display: inline-block;
    height: 1.5em;
    min-height: 24px;
    min-width: 24px;
    width: 1.5em;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

    .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #000;
        border-radius: 50%;
        content: "";
        display: block;
        height: .75em;
        left: 50%;
        margin: 0;
        min-height: 12px;
        min-width: 12px;
        position: absolute;
        top: 50%;
        transform: translate(-50%,-50%);
        width: .75em;
    }

.has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input {
    border-color: hsla(0,0%,100%,.6);
    background-color: rgba(0,0,0,.1);
}

    .has-dark-controls .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background: #fff;
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked {
    border-width: 2px;
}

    .theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:checked:before {
        background-color: var(--form--color-text);
    }

.theme-twentytwentyone .wc-block-components-radio-control .wc-block-components-radio-control__input:after {
    display: none;
}

.is-loading .wc-block-components-review-list-item__text {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
    width: 60%;
}

    .is-loading .wc-block-components-review-list-item__text > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__text {
        -webkit-animation: none;
        animation: none;
    }
}

.is-loading .wc-block-components-review-list-item__text:after {
    content: " ";
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image {
        -webkit-animation: none;
        animation: none;
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__image:after {
    content: " ";
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    font-size: 1em;
    width: 80px;
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author {
        -webkit-animation: none;
        animation: none;
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__author:after {
    content: " ";
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__product, .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__meta .wc-block-components-review-list-item__rating .wc-block-components-review-list-item__rating__stars > span {
    display: none;
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    height: 1em;
    width: 120px;
}

    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date {
        -webkit-animation: none;
        animation: none;
    }
}

.is-loading .wc-block-components-review-list-item__info .wc-block-components-review-list-item__published-date:after {
    content: " ";
}

.editor-styles-wrapper .wc-block-components-review-list-item__item, .wc-block-components-review-list-item__item {
    margin: 0 0 48px;
    list-style: none;
}

.wc-block-components-review-list-item__info {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 24px;
}

.wc-block-components-review-list-item__meta {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__info {
    -ms-grid-columns: calc(3em + 16px) 1fr;
    grid-template-columns: calc(3em + 16px) 1fr;
}

.wc-block-components-review-list-item__item--has-image .wc-block-components-review-list-item__meta {
    -ms-grid-column: 2;
    grid-column: 2;
}

.wc-block-components-review-list-item__image {
    align-items: center;
    display: flex;
    height: 3em;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    justify-content: center;
    position: relative;
    width: 3em;
}

    .wc-block-components-review-list-item__image > img {
        display: block;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }

.wc-block-components-review-list-item__verified {
    width: 21px;
    height: 21px;
    text-indent: 21px;
    margin: 0;
    line-height: 21px;
    overflow: hidden;
    position: absolute;
    right: -7px;
    bottom: -7px;
}

    .wc-block-components-review-list-item__verified:before {
        width: 21px;
        height: 21px;
        background: transparent url('data:image/svg+xml;utf8,%3Csvg xmlns="http://www.w3.org/2000/svg" width="21" height="21" fill="none"%3E%3Ccircle cx="10.5" cy="10.5" r="10.5" fill="%23fff"/%3E%3Cpath fill="%23008A21" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3Cmask id="a" width="17" height="17" x="2" y="2" maskUnits="userSpaceOnUse"%3E%3Cpath fill="%23fff" fill-rule="evenodd" d="M2.1667 10.5003c0-4.6 3.7333-8.3333 8.3333-8.3333s8.3334 3.7333 8.3334 8.3333S15.1 18.8337 10.5 18.8337s-8.3333-3.7334-8.3333-8.3334zm2.5 0l4.1666 4.1667 7.5001-7.5-1.175-1.1833-6.325 6.325-2.9917-2.9834-1.175 1.175z" clip-rule="evenodd"/%3E%3C/mask%3E%3Cg mask="url(%23a)"%3E%3Cpath fill="%23008A21" d="M.5.5h20v20H.5z"/%3E%3C/g%3E%3C/svg%3E') 50% no-repeat;
        display: block;
        content: "";
    }

.wc-block-components-review-list-item__meta {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
}

    .wc-block-components-review-list-item__meta:after {
        order: 3;
        content: "";
        flex-basis: 100%;
    }

.wc-block-components-review-list-item__author, .wc-block-components-review-list-item__product {
    display: block;
    font-weight: 700;
    order: 1;
    margin-right: 8px;
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author {
        font-weight: 400;
        order: 4;
    }

.wc-block-components-review-list-item__published-date {
    order: 5;
}

.wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date {
    padding-left: 8px;
    position: relative;
}

    .wc-block-components-review-list-item__product + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
        content: "";
        display: inline-block;
        margin-left: -8px;
        border-right: 1px solid;
        opacity: .5;
        height: 1em;
        vertical-align: middle;
        position: absolute;
        top: calc(50% + .1em);
        transform: translateY(-50%);
    }

.wc-block-components-review-list-item__author:first-child + .wc-block-components-review-list-item__published-date:before, .wc-block-components-review-list-item__rating + .wc-block-components-review-list-item__author + .wc-block-components-review-list-item__published-date:before {
    display: none;
}

.wc-block-components-review-list-item__rating {
    order: 2;
}

    .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars {
        font-size: 1em;
        display: block;
        top: 0;
        overflow: hidden;
        position: relative;
        height: 1em;
        line-height: 1;
        width: 5.3em;
        font-family: star;
        font-weight: 400;
    }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars:before {
            content: "SSSSS";
            opacity: .25;
            float: left;
            top: 0;
            left: 0;
            position: absolute;
        }

        .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span {
            overflow: hidden;
            float: left;
            top: 0;
            left: 0;
            position: absolute;
            padding-top: 1.5em;
        }

            .wc-block-components-review-list-item__rating > .wc-block-components-review-list-item__rating__stars span:before {
                content: "SSSSS";
                top: 0;
                position: absolute;
                left: 0;
                color: #e6a237;
            }

.wc-block-components-review-list-item__text p {
    font-size: inherit;
}

.wc-block-components-review-list.wc-block-components-review-list {
    margin: 0;
}

.wc-block-components-review-sort-select {
    text-align: right;
}

.wc-block-components-sidebar-layout {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative;
}

    .wc-block-components-sidebar-layout .wc-block-components-main {
        box-sizing: border-box;
        margin: 0;
        padding-right: 3.7735849057%;
        width: 65%;
    }

.wc-block-components-sidebar {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2.2641509434%;
    width: 35%;
}

    .wc-block-components-sidebar .wc-block-components-panel > h2 {
        font-size: 1em;
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
    }

.is-medium.wc-block-components-sidebar-layout, .is-mobile.wc-block-components-sidebar-layout, .is-small.wc-block-components-sidebar-layout {
    flex-direction: column;
    margin: 0 auto 16px;
}

    .is-medium.wc-block-components-sidebar-layout .wc-block-components-main, .is-medium.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-main, .is-mobile.wc-block-components-sidebar-layout .wc-block-components-sidebar, .is-small.wc-block-components-sidebar-layout .wc-block-components-main, .is-small.wc-block-components-sidebar-layout .wc-block-components-sidebar {
        padding: 0;
        width: 100%;
    }

.is-large .wc-block-components-sidebar .wc-block-components-panel, .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px;
}

    .is-large .wc-block-components-sidebar .wc-block-components-panel .wc-block-components-totals-item {
        padding: 0;
    }

.wc-block-components-sidebar .wc-block-components-panel > h2 {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
}

    .wc-block-components-sidebar .wc-block-components-panel > h2 .wc-block-components-panel__button {
        font-weight: 400;
    }

.theme-twentytwenty .wc-block-components-sidebar .wc-block-components-panel > h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.wc-block-components-sort-select {
    margin-bottom: 12px;
}

.wc-block-components-sort-select__label {
    margin-right: 12px;
    display: inline-block;
    font-weight: 400;
}

.wc-block-components-sort-select__select {
    font-size: inherit;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.wc-block-components-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    color: inherit;
    box-sizing: content-box;
    text-align: center;
    font-size: 1.25em;
}

    .wc-block-components-spinner:after {
        content: " ";
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -.5em 0 0 -.5em;
        width: 1em;
        height: 1em;
        box-sizing: border-box;
        transform-origin: 50% 50%;
        transform: translateZ(0) scale(.5);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        border-radius: 50%;
        border: .2em solid;
        border-left: .2em solid transparent;
        -webkit-animation: wc-block-components-spinner__animation 1s linear infinite;
        animation: wc-block-components-spinner__animation 1s linear infinite;
    }

@-webkit-keyframes wc-block-components-spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

@keyframes wc-block-components-spinner__animation {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        animation-timing-function: cubic-bezier(.5856,.0703,.4143,.9297);
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.wc-block-components-state-input {
    margin-top: 1.5em;
}

.wc-block-components-tabs .wc-block-components-tabs__list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item {
        border: none;
        flex: auto;
        background: 0 0;
        padding: 12px 16px;
        color: inherit;
        outline-offset: -1px;
        text-align: center;
        transition: box-shadow .1s linear;
        box-shadow: inset 0 -1px currentColor;
        border-radius: 0;
    }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item.is-active {
            box-shadow: inset 0 -3px currentColor;
            font-weight: 600;
            position: relative;
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:focus {
            outline-offset: -1px;
            outline: 1px dotted currentColor;
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:active, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item:hover {
            background: 0 0;
        }

        .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content {
            font-size: 1em;
            line-height: 1;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content;
            display: inline-block;
            font-weight: 700;
        }

            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > img, .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content > svg {
                height: 1.2em;
                vertical-align: middle;
                margin: .2em 0 -.2em;
            }

            .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons {
                margin: .2em 0 -.2em;
            }

                .wc-block-components-tabs .wc-block-components-tabs__list > .wc-block-components-tabs__item .wc-block-components-tabs__item-content .wc-block-components-payment-method-icons .wc-block-components-payment-method-icon {
                    height: 1.2em;
                    vertical-align: middle;
                }

.wc-block-components-tabs .wc-block-components-tabs__content {
    padding: 16px 0;
    text-transform: none;
}

.wc-block-components-form .wc-block-components-text-input, .wc-block-components-text-input {
    position: relative;
    margin-top: 1.5em;
    white-space: nowrap;
}

    .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        font-size: 1em;
        position: absolute;
        transform: translateY(.75em);
        left: 0;
        top: 0;
        transform-origin: top left;
        line-height: 1.375;
        color: #757575;
        transition: transform .2s ease;
        margin: 0 0 0 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 32px);
        cursor: text;
    }

.has-dark-controls .wc-block-components-form .wc-block-components-text-input label, .has-dark-controls .wc-block-components-text-input label {
    color: hsla(0,0%,100%,.6);
}

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-components-form .wc-block-components-text-input label, .wc-block-components-text-input label {
        transition: none;
    }
}

.wc-block-components-form .wc-block-components-text-input input:-webkit-autofill + label, .wc-block-components-text-input input:-webkit-autofill + label {
    transform: translateY(4px) scale(.75);
}

.wc-block-components-form .wc-block-components-text-input.is-active label, .wc-block-components-text-input.is-active label {
    transform: translateY(4px) scale(.75);
}

.wc-block-components-form .wc-block-components-text-input input[type=email], .wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-form .wc-block-components-text-input input[type=tel], .wc-block-components-form .wc-block-components-text-input input[type=text], .wc-block-components-form .wc-block-components-text-input input[type=url], .wc-block-components-text-input input[type=email], .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=tel], .wc-block-components-text-input input[type=text], .wc-block-components-text-input input[type=url] {
    font-size: 1em;
    background-color: #fff;
    padding: .75em 16px;
    border-radius: 4px;
    border: 1px solid #50575e;
    width: 100%;
    line-height: 1.375;
    font-family: inherit;
    margin: 0;
    box-sizing: border-box;
    height: 3em;
    min-height: 0;
    color: #2b2d2f;
}

    .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .wc-block-components-text-input input[type=email]:focus, .wc-block-components-text-input input[type=number]:focus, .wc-block-components-text-input input[type=tel]:focus, .wc-block-components-text-input input[type=text]:focus, .wc-block-components-text-input input[type=url]:focus {
        background-color: #fff;
        color: #2b2d2f;
        outline: 0;
        box-shadow: 0 0 0 1px #50575e;
    }

.has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url], .has-dark-controls .wc-block-components-text-input input[type=email], .has-dark-controls .wc-block-components-text-input input[type=number], .has-dark-controls .wc-block-components-text-input input[type=tel], .has-dark-controls .wc-block-components-text-input input[type=text], .has-dark-controls .wc-block-components-text-input input[type=url] {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff;
}

    .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=number]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-form .wc-block-components-text-input input[type=url]:focus, .has-dark-controls .wc-block-components-text-input input[type=email]:focus, .has-dark-controls .wc-block-components-text-input input[type=number]:focus, .has-dark-controls .wc-block-components-text-input input[type=tel]:focus, .has-dark-controls .wc-block-components-text-input input[type=text]:focus, .has-dark-controls .wc-block-components-text-input input[type=url]:focus {
        background-color: rgba(0,0,0,.1);
        color: #fff;
        box-shadow: 0 0 0 1px hsla(0,0%,100%,.4);
    }

.wc-block-components-form .wc-block-components-text-input input[type=number], .wc-block-components-text-input input[type=number] {
    -moz-appearance: textfield;
}

    .wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button, .wc-block-components-form .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button, .wc-block-components-text-input input[type=number]::-webkit-inner-spin-button, .wc-block-components-text-input input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
        appearance: none;
        margin: 0;
    }

.wc-block-components-form .wc-block-components-text-input.is-active input[type=email], .wc-block-components-form .wc-block-components-text-input.is-active input[type=number], .wc-block-components-form .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-form .wc-block-components-text-input.is-active input[type=text], .wc-block-components-form .wc-block-components-text-input.is-active input[type=url], .wc-block-components-text-input.is-active input[type=email], .wc-block-components-text-input.is-active input[type=number], .wc-block-components-text-input.is-active input[type=tel], .wc-block-components-text-input.is-active input[type=text], .wc-block-components-text-input.is-active input[type=url] {
    padding: 1.5em 0 .25em 16px;
}

.wc-block-components-form .wc-block-components-text-input.has-error input, .wc-block-components-form .wc-block-components-text-input.has-error input:active, .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-form .wc-block-components-text-input.has-error input:hover, .wc-block-components-text-input.has-error input, .wc-block-components-text-input.has-error input:active, .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:hover {
    border-color: #cc1818;
}

    .wc-block-components-form .wc-block-components-text-input.has-error input:focus, .wc-block-components-text-input.has-error input:focus {
        box-shadow: 0 0 0 1px #cc1818;
    }

.wc-block-components-form .wc-block-components-text-input.has-error label, .wc-block-components-text-input.has-error label {
    color: #cc1818;
}

.wc-block-components-form .wc-block-components-text-input:only-child, .wc-block-components-text-input:only-child {
    margin-top: 0;
}

.wc-block-components-textarea {
    font-size: 1em;
    background-color: #fff;
    border: 1px solid #50575e;
    border-radius: 4px;
    color: #2b2d2f;
    font-family: inherit;
    line-height: 1.375;
    margin: 0;
    padding: .75em 16px;
    width: 100%;
}

.has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    border-color: hsla(0,0%,100%,.4);
    color: #fff;
}

    .has-dark-controls .wc-block-components-textarea::-moz-placeholder {
        color: hsla(0,0%,100%,.6);
    }

    .has-dark-controls .wc-block-components-textarea:-ms-input-placeholder {
        color: hsla(0,0%,100%,.6);
    }

    .has-dark-controls .wc-block-components-textarea::placeholder {
        color: hsla(0,0%,100%,.6);
    }

.theme-twentytwentyone .has-dark-controls .wc-block-components-textarea {
    background-color: rgba(0,0,0,.1);
    color: #fff;
}

.theme-twentytwenty .wc-block-components-title.wc-block-components-title, .wc-block-components-title.wc-block-components-title {
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    font-size: 1.25em;
    word-break: break-word;
}

.wc-block-components-notices {
    display: block;
    margin-bottom: 2em;
}

    .wc-block-components-notices .wc-block-components-notices__notice {
        margin: 0;
        display: flex;
        flex-wrap: nowrap;
    }

        .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss {
            background: transparent none;
            padding: 0;
            margin: 0 0 0 auto;
            border: 0;
            outline: 0;
            color: currentColor;
        }

            .wc-block-components-notices .wc-block-components-notices__notice .components-notice__dismiss svg {
                fill: currentColor;
                vertical-align: text-top;
            }

        .wc-block-components-notices .wc-block-components-notices__notice + .wc-block-components-notices__notice {
            margin-top: 1em;
        }

.theme-twentytwenty .wc-block-components-notices__notice, .theme-twentytwentyone .wc-block-components-notices__notice {
    padding: 1.5rem 3rem;
}

.wc-block-components-notices__snackbar {
    position: fixed;
    bottom: 20px;
    left: 16px;
    width: auto;
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar {
        position: fixed;
        top: 10px;
        left: 0;
        bottom: auto;
    }
}

@media(max-width:782px) {
    .wc-block-components-notices__snackbar .components-snackbar-list__notice-container {
        margin-left: 10px;
        margin-right: 10px;
    }
}

.wc-block-components-validation-error {
    font-size: .75em;
    color: #cc1818;
    max-width: 100%;
    white-space: normal;
}

    .wc-block-components-validation-error > p {
        margin: 0;
        padding: 4px 0 0;
    }

.wc-block-components-select + .wc-block-components-validation-error {
    margin-bottom: 24px;
}

.with-scroll-to-top__scroll-point {
    position: relative;
    top: -36px;
}

.is-medium .wc-block-cart__sidebar, .is-mobile .wc-block-cart__sidebar, .is-small .wc-block-cart__sidebar {
    margin-bottom: 24px;
    order: 0;
}

.editor-styles-wrapper .wc-block-cart__empty-cart__title, .wc-block-cart__empty-cart__title {
    font-size: inherit;
}

.wc-block-cart__submit {
    position: relative;
    margin: 0 0 16px;
}

.wc-block-cart__submit-button {
    width: 100%;
    margin: 0;
}

.wc-block-cart .wc-block-cart__submit-container {
    padding: 0;
}

@media(min-width:783px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        display: none;
    }
}

@media(max-width:782px) {
    .wc-block-cart .wc-block-cart__submit-container--sticky {
        background: #fff;
        bottom: 0;
        left: 0;
        padding: 16px;
        position: fixed;
        width: 100%;
        z-index: 9999;
    }

        .wc-block-cart .wc-block-cart__submit-container--sticky:before {
            box-shadow: 0 -10px 20px 10px currentColor;
            color: hsla(0,0%,80%,.5);
            content: "";
            height: 100%;
            left: 0;
            position: absolute;
            right: 0;
            top: 0;
        }
}

.wc-block-cart .wc-block-components-shipping-calculator {
    white-space: nowrap;
}

.wc-block-cart .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .wc-block-cart .wc-block-components-address-form .wc-block-components-text-input:first-of-type {
    margin-top: 0;
}

table.wc-block-cart-items, table.wc-block-cart-items td, table.wc-block-cart-items th {
    background: none !important;
    border: 0;
    margin: 0;
}

.editor-styles-wrapper table.wc-block-cart-items, table.wc-block-cart-items {
    width: 100%;
}

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header, table.wc-block-cart-items .wc-block-cart-items__header {
        font-size: .75em;
        text-transform: uppercase;
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-image {
            width: 100px;
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-product {
            visibility: hidden;
        }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total, table.wc-block-cart-items .wc-block-cart-items__header .wc-block-cart-items__header-total {
            width: 100px;
            text-align: right;
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image img {
        width: 100%;
        margin: 0;
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        border: 0;
        border-radius: 0;
        margin: 0;
        padding: 0;
        vertical-align: baseline;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        background: 0 0;
        box-shadow: none;
        display: inline;
        text-shadow: none;
        text-decoration: underline;
        font-size: .75em;
        text-transform: none;
        white-space: nowrap;
    }

        .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:active, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:focus, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
            background: 0 0;
        }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
        display: block;
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        font-size: 1em;
        text-align: right;
        line-height: inherit;
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata, table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-metadata {
        margin-bottom: .75em;
    }

    .editor-styles-wrapper table.wc-block-cart-items .wc-block-cart-items__row.is-disabled, table.wc-block-cart-items .wc-block-cart-items__row.is-disabled {
        opacity: .5;
        pointer-events: none;
        transition: opacity .2s ease;
    }

.wc-block-cart .wc-block-components-totals-footer-item, .wc-block-cart .wc-block-components-totals-taxes {
    margin: 0;
}

.wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span, .wc-block-mini-cart__drawer.is-loading h2 span, .wc-block-mini-cart__drawer.is-loading th span {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 84px;
    display: inline-block;
}

    .wc-block-cart--is-loading h2 span > *, .wc-block-cart--is-loading th span > *, .wc-block-mini-cart__drawer.is-loading h2 span > *, .wc-block-mini-cart__drawer.is-loading th span > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading h2 span, .wc-block-cart--is-loading th span, .wc-block-mini-cart__drawer.is-loading h2 span, .wc-block-mini-cart__drawer.is-loading th span {
        -webkit-animation: none;
        animation: none;
    }
}

.wc-block-cart--is-loading h2 span:after, .wc-block-cart--is-loading th span:after, .wc-block-mini-cart__drawer.is-loading h2 span:after, .wc-block-mini-cart__drawer.is-loading th span:after {
    content: " ";
}

.wc-block-cart--is-loading h2 span, .wc-block-mini-cart__drawer.is-loading h2 span {
    min-width: 33%;
}

.wc-block-cart--is-loading .wc-block-components-product-metadata, .wc-block-cart--is-loading .wc-block-components-product-price, .wc-block-cart--is-loading .wc-block-components-quantity-selector, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
}

    .wc-block-cart--is-loading .wc-block-components-product-metadata > *, .wc-block-cart--is-loading .wc-block-components-product-price > *, .wc-block-cart--is-loading .wc-block-components-quantity-selector > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-components-product-metadata, .wc-block-cart--is-loading .wc-block-components-product-price, .wc-block-cart--is-loading .wc-block-components-quantity-selector, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price, .wc-block-mini-cart__drawer.is-loading .wc-block-components-quantity-selector {
        -webkit-animation: none;
        animation: none;
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-width: 84px;
    display: inline-block;
}

    .wc-block-cart--is-loading .wc-block-components-product-name > *, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-components-product-name, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name {
        -webkit-animation: none;
        animation: none;
    }
}

.wc-block-cart--is-loading .wc-block-components-product-name:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-name:after {
    content: " ";
}

.wc-block-cart--is-loading .wc-block-components-product-metadata, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-metadata {
    margin-top: .25em;
    min-width: 8em;
}

.wc-block-cart--is-loading .wc-block-cart-item__remove-link, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__remove-link {
    visibility: hidden;
}

.wc-block-cart--is-loading .wc-block-cart-item__image > a, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    display: block;
}

    .wc-block-cart--is-loading .wc-block-cart-item__image > a > *, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart-item__image > a, .wc-block-mini-cart__drawer.is-loading .wc-block-cart-item__image > a {
        -webkit-animation: none;
        animation: none;
    }
}

.wc-block-cart--is-loading .wc-block-components-product-price, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price {
    max-width: 3em;
    display: block;
    margin-top: .25em;
}

    .wc-block-cart--is-loading .wc-block-components-product-price:after, .wc-block-mini-cart__drawer.is-loading .wc-block-components-product-price:after {
        content: " ";
    }

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    min-height: 460px;
}

    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card > *, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-cart--is-loading .wc-block-cart__sidebar .components-card, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card {
        -webkit-animation: none;
        animation: none;
    }
}

.wc-block-cart--is-loading .wc-block-cart__sidebar .components-card:after, .wc-block-mini-cart__drawer.is-loading .wc-block-cart__sidebar .components-card:after {
    content: " ";
}

.wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: none;
}

.is-loading + .wc-block-components-sidebar-layout.wc-block-cart--skeleton {
    display: flex;
}

.wc-block-cart-item__total-price-and-sale-badge-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

    .wc-block-cart-item__total-price-and-sale-badge-wrapper .wc-block-components-sale-badge {
        margin-top: 4px;
    }

.is-medium.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-mobile .wc-block-cart-item__total .wc-block-components-sale-badge, .is-mobile.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title, .is-small .wc-block-cart-item__total .wc-block-components-sale-badge, .is-small.wc-block-cart .wc-block-components-sidebar .wc-block-cart__totals-title {
    display: none;
}

.is-medium table.wc-block-cart-items td, .is-mobile table.wc-block-cart-items td, .is-small table.wc-block-cart-items td {
    padding: 0;
}

.is-medium table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-medium table.wc-block-cart-items .wc-block-cart-items__header, .is-mobile table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-mobile table.wc-block-cart-items .wc-block-cart-items__header, .is-small table.wc-block-cart-items .wc-block-cart-item__remove-link, .is-small table.wc-block-cart-items .wc-block-cart-items__header {
    display: none;
}

.is-medium table.wc-block-cart-items .wc-block-cart-items__row, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row, .is-small table.wc-block-cart-items .wc-block-cart-items__row {
    position: relative;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 80px 132px;
    grid-template-columns: 80px 132px;
    padding: 16px 0;
}

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row:after, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row:after, .is-small table.wc-block-cart-items .wc-block-cart-items__row:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__image {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 1;
        grid-row-start: 1;
        padding-right: 16px;
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__product {
        -ms-grid-column: 2;
        grid-column-start: 2;
        -ms-grid-column-span: 2;
        grid-column-end: 4;
        -ms-grid-row: 1;
        grid-row-start: 1;
        -ms-grid-column-align: stretch;
        justify-self: stretch;
        padding: 0 16px 16px 0;
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity {
        -ms-grid-column: 1;
        grid-column-start: 1;
        -ms-grid-row: 2;
        grid-row-start: 2;
        vertical-align: bottom;
        padding-right: 16px;
        -ms-grid-row-align: end;
        align-self: end;
        padding-top: 16px;
    }

    .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total {
        -ms-grid-row: 1;
        grid-row-start: 1;
    }

        .is-medium table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-mobile table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount, .is-small table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__total .wc-block-components-formatted-money-amount {
            display: inline-block;
        }

.is-large.wc-block-cart {
    margin-bottom: 3em;
}

    .is-large.wc-block-cart .wc-block-cart-items {
        position: relative;
    }

        .is-large.wc-block-cart .wc-block-cart-items:after {
            border-style: solid;
            border-width: 0 0 1px;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
        }

        .is-large.wc-block-cart .wc-block-cart-items th {
            padding: .25rem 16px .25rem 0;
            white-space: nowrap;
        }

        .is-large.wc-block-cart .wc-block-cart-items td {
            position: relative;
            padding: 16px 0 16px 16px;
            vertical-align: top;
        }

            .is-large.wc-block-cart .wc-block-cart-items td:after {
                border-style: solid;
                border-width: 1px 0 0;
                bottom: 0;
                content: "";
                display: block;
                left: 0;
                opacity: .3;
                pointer-events: none;
                position: absolute;
                right: 0;
                top: 0;
            }

        .is-large.wc-block-cart .wc-block-cart-items th:last-child {
            padding-right: 0;
        }

        .is-large.wc-block-cart .wc-block-cart-items td:last-child {
            padding-right: 16px;
        }

    .is-large.wc-block-cart .wc-block-cart__sidebar > div:not(.wc-block-components-totals-wrapper) {
        margin-left: 16px;
        margin-right: 16px;
    }

    .is-large.wc-block-cart .wc-block-components-radio-control__input {
        left: 0;
    }

    .is-large.wc-block-cart .wc-block-cart__totals-title {
        border: 0;
        border-radius: 0;
        margin: 0;
        vertical-align: baseline;
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        box-shadow: none;
        display: inline;
        background: 0 0;
        font-size: .75em;
        display: block;
        font-weight: 600;
        padding: .25rem 0;
        text-align: right;
        text-transform: uppercase;
    }

    .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-calculator, .is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-shipping-rates-control__package:not(.wc-block-components-panel) {
        padding-left: 16px;
        padding-right: 16px;
    }

    .is-large.wc-block-cart .wc-block-cart__payment-options {
        padding: 16px 0 0;
    }

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-empty-cart-block {
    display: none;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 16px;
    position: relative;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block {
    box-sizing: border-box;
    margin: 0;
    padding-right: 3.7735849057%;
    width: 65%;
    min-height: 10em;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
    min-height: 15em;
    display: block;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
}

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-line-items-block {
        -webkit-animation: none;
        animation: none;
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
    box-sizing: border-box;
    margin: 0;
    padding-left: 2.2641509434%;
    width: 35%;
    min-height: 12em;
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
    min-height: 3em;
    display: block;
    -webkit-animation: loading-fade 1.2s ease-in-out infinite;
    animation: loading-fade 1.2s ease-in-out infinite;
    background-color: var(--global--color-primary,#e0e0e0) !important;
    color: var(--global--color-primary,#e0e0e0) !important;
    outline: 0 !important;
    border: 0 !important;
    box-shadow: none;
    pointer-events: none;
    max-width: 100%;
    margin: 0 0 1em;
}

    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block > *, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block > *, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block > *, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block > * {
        visibility: hidden;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-accepted-payment-methods-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-express-payment-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-proceed-to-checkout-block {
        -webkit-animation: none;
        animation: none;
    }
}

.wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-order-summary-block {
    height: 20em;
}

@media only screen and (max-width:700px) {
    .wp-block-woocommerce-cart.is-loading {
        padding-top: 16px;
    }

        .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-filled-cart-block {
            flex-direction: column;
            margin: 0 auto 16px;
        }

        .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-items-block, .wp-block-woocommerce-cart.is-loading .wp-block-woocommerce-cart-totals-block {
            padding: 0;
            width: 100%;
        }
}

.wc-block-checkout-error {
    padding: 40px;
    text-align: center;
    width: 100%;
}

    .wc-block-checkout-error .wc-block-checkout-error__image {
        max-width: 150px;
        margin: 0 auto 1em;
        display: block;
        color: inherit;
    }

    .wc-block-checkout-error .wc-block-checkout-error__title {
        display: block;
        margin: 0;
        font-weight: 700;
    }

    .wc-block-checkout-error .wc-block-checkout-error__description {
        display: block;
        margin: .25em 0 1em;
    }

.wc-block-checkout-empty {
    padding: 40px;
    text-align: center;
    width: 100%;
}

    .wc-block-checkout-empty .wc-block-checkout-empty__image {
        max-width: 150px;
        margin: 0 auto 1em;
        display: block;
        color: inherit;
    }

    .wc-block-checkout-empty .wc-block-checkout-empty__title {
        display: block;
        margin: 0;
        font-weight: 700;
    }

    .wc-block-checkout-empty .wc-block-checkout-empty__description {
        display: block;
        margin: .25em 0 1em;
    }

.wc-block-checkout__actions {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
        width: 50%;
        padding: 1em;
        height: auto;
    }

        .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text {
            line-height: 24px;
        }

            .wc-block-checkout__actions .wc-block-components-checkout-place-order-button .wc-block-components-button__text > svg {
                fill: #fff;
                vertical-align: top;
            }

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-return-to-cart-button {
    display: none;
}

.is-mobile .wc-block-checkout__actions .wc-block-components-checkout-place-order-button {
    width: 100%;
}

.is-large .wc-block-checkout__actions {
    position: relative;
    padding: 1.5em 0;
}

    .is-large .wc-block-checkout__actions:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

.wc-block-checkout__form {
    margin: 0;
    max-width: 100%;
}

.is-medium .wc-block-checkout__main, .is-mobile .wc-block-checkout__main, .is-small .wc-block-checkout__main {
    order: 1;
}

.is-large .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form {
    margin-left: -6px;
    margin-right: -6px;
}

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form:after, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form:after {
        content: "";
        clear: both;
        display: block;
    }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input {
        float: left;
        margin-left: 6px;
        margin-right: 6px;
        position: relative;
        width: calc(50% - 12px);
    }

        .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-country-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-state-input:nth-of-type(2), .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:first-of-type, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-text-input:nth-of-type(2) {
            margin-top: 0;
        }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-address-form__company, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_1, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__address_2, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-address-form__company {
        width: calc(100% - 12px);
    }

    .is-large .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-large .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-medium .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__billing-fields .wc-block-components-address-form .wc-block-components-checkbox, .is-small .wc-block-checkout__shipping-fields .wc-block-components-address-form .wc-block-components-checkbox {
        clear: both;
    }

.components-placeholder.wc-block-checkout__no-shipping-placeholder {
    margin-bottom: 16px;
}

    .components-placeholder.wc-block-checkout__no-shipping-placeholder * {
        pointer-events: all;
    }

    .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset {
        display: block;
    }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .components-button {
            background-color: #1e1e1e;
            color: #fff;
        }

        .components-placeholder.wc-block-checkout__no-shipping-placeholder .components-placeholder__fieldset .wc-block-checkout__no-shipping-placeholder-description {
            display: block;
            margin: .25em 0 1em;
        }

.wc-block-checkout__shipping-option .wc-block-components-radio-control__option {
    position: relative;
    margin: 0;
    padding: .75em 0 .75em 2.5em;
}

    .wc-block-checkout__shipping-option .wc-block-components-radio-control__option:after {
        border-style: solid;
        border-width: 0 0 1px;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

.wc-block-checkout__shipping-option .wc-block-components-shipping-rates-control__no-results-notice {
    margin: .75em 0;
}

.wc-block-checkout__terms {
    margin: 1.5em 0;
}

    .wc-block-checkout__terms textarea {
        top: -5px;
        position: relative;
    }

    .wc-block-checkout__terms.wc-block-checkout__terms--disabled {
        opacity: .6;
    }

.wc-block-checkout__sidebar .wc-block-components-product-name {
    display: block;
    color: inherit;
    flex-grow: 1;
    flex-basis: 0;
}

.wc-block-checkout__sidebar .wc-block-components-totals-footer-item, .wc-block-checkout__sidebar .wc-block-components-totals-taxes {
    margin: 0;
    padding: 0;
}

.is-medium .wc-block-checkout__sidebar, .is-mobile .wc-block-checkout__sidebar, .is-small .wc-block-checkout__sidebar {
    margin-bottom: 24px;
    order: 0;
}

.wc-block-checkout__add-note {
    margin: 1.5em 0;
}

.is-medium .wc-block-checkout__add-note, .is-mobile .wc-block-checkout__add-note, .is-small .wc-block-checkout__add-note {
    position: relative;
    margin-bottom: 1em;
    margin-top: 1em;
    padding: 1em 0;
}

    .is-medium .wc-block-checkout__add-note:after, .is-mobile .wc-block-checkout__add-note:after, .is-small .wc-block-checkout__add-note:after {
        border-style: solid;
        border-width: 1px 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

.wc-block-checkout__add-note .wc-block-components-textarea {
    margin-top: 16px;
}

.wc-block-checkout__order-notes.wc-block-components-checkout-step {
    padding-left: 0;
}

.wp-block-woocommerce-checkout {
    margin: 0;
}

    .wp-block-woocommerce-checkout .with-scroll-to-top__scroll-point {
        top: -96px;
    }

    .wp-block-woocommerce-checkout.is-loading {
        display: flex;
        flex-wrap: wrap;
        margin: 0 auto 16px;
        position: relative;
    }

        .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
            width: 35%;
            padding-left: 2.2641509434%;
        }

        .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block {
            width: 65%;
            padding-right: 3.7735849057%;
        }

        .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
            box-sizing: border-box;
            margin: 0;
        }

            .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div {
                -webkit-animation: loading-fade 1.2s ease-in-out infinite;
                animation: loading-fade 1.2s ease-in-out infinite;
                background-color: var(--global--color-primary,#e0e0e0) !important;
                color: var(--global--color-primary,#e0e0e0) !important;
                outline: 0 !important;
                border: 0 !important;
                box-shadow: none;
                pointer-events: none;
                max-width: 100%;
                margin: 0 0 1.5em;
                display: none;
            }

                .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div > *, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div > * {
                    visibility: hidden;
                }

@media screen and (prefers-reduced-motion:reduce) {
    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block > div, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block > div {
        -webkit-animation: none;
        animation: none;
    }
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-contact-information-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-payment-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-contact-information-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-payment-block {
    min-height: 10em;
    display: block;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-shipping-address-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-shipping-address-block {
    min-height: 24em;
    display: block;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-actions-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-actions-block {
    width: 50%;
    min-height: 4em;
    margin-left: 50%;
    display: block;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wp-block-woocommerce-checkout-order-summary-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wp-block-woocommerce-checkout-order-summary-block {
    min-height: 47em;
    display: block;
}

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel > h2, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel > h2 {
    font-size: 1em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
}

    .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel > h2 .wc-block-components-panel__button, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel > h2 .wc-block-components-panel__button {
        font-weight: 400;
    }

.wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-panel, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block .wc-block-components-totals-item, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
    padding-left: 16px;
    padding-right: 16px;
}

@media only screen and (max-width:700px) {
    .wp-block-woocommerce-checkout.is-loading {
        flex-direction: column;
        margin: 0 auto 16px;
    }

        .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-fields-block, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block {
            padding: 0;
            width: 100%;
        }

            .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel, .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-totals-item {
                padding-left: 0;
                padding-right: 0;
            }
}

.theme-twentytwenty .wp-block-woocommerce-checkout.is-loading .wp-block-woocommerce-checkout-totals-block .wc-block-components-panel > h2 {
    font-size: 1.25em;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

.wc-block-mini-cart__badge, .wc-block-mini-cart__quantity-badge {
    align-items: center;
    display: flex;
}

.wc-block-mini-cart__badge {
    background: #fff;
    border: .15em solid;
    border-radius: 1em;
    box-sizing: border-box;
    color: #000;
    font-size: .875em;
    font-weight: 600;
    height: 1.4285714286em;
    justify-content: center;
    margin-left: -.7142857143em;
    min-width: 1.4285714286em;
    padding: 0 .25em;
    transform: translateY(-50%);
    white-space: nowrap;
    z-index: 1;
}

.wc-block-mini-cart__icon {
    display: block;
    height: 1.5em;
    width: 1.5em;
    stroke: currentColor;
}

.wc-block-mini-cart {
    background-color: transparent !important;
    display: flex;
    justify-content: flex-end;
}

    .wc-block-mini-cart.align-center {
        justify-content: center;
    }

    .wc-block-mini-cart.align-left {
        justify-content: flex-start;
    }

    .wc-block-mini-cart.is-transparent .wc-block-mini-cart__button {
        background-color: transparent !important;
    }

.wc-block-mini-cart__button {
    align-items: center;
    border: none;
    color: inherit;
    display: flex;
    font-weight: 400;
    padding: .75em .5em;
}

    .wc-block-mini-cart__button:hover {
        opacity: .6;
    }

.wc-block-mini-cart__amount {
    display: none;
}

.wc-block-mini-cart__tax-label {
    margin-right: .5em;
}

@media screen and (min-width:768px) {
    .wc-block-mini-cart__amount {
        display: initial;
        font-weight: 600;
        margin-right: 8px;
    }
}

.modal-open .wc-block-mini-cart__button {
    pointer-events: none;
}

.wc-block-mini-cart__drawer {
    font-size: 1rem;
}

    .wc-block-mini-cart__drawer .components-modal__content {
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    .wc-block-mini-cart__drawer .components-modal__header {
        margin: 16px 0;
    }

    .wc-block-mini-cart__drawer .wc-block-mini-cart__items {
        flex-grow: 1;
        margin-right: -16px;
        overflow-y: auto;
        padding-right: 16px;
    }

        .wc-block-mini-cart__drawer .wc-block-mini-cart__items .wc-block-cart-items__row:last-child:after {
            content: none;
        }

.wc-block-mini-cart__footer {
    border-top: 1px solid #ddd;
    margin-bottom: -40px;
    margin-left: -16px;
    margin-right: -16px;
    padding: 24px;
}

.wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
    font-weight: 600;
    margin-bottom: 16px;
}

    .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
        display: none;
        font-size: .75em;
        font-weight: 400;
    }

@media only screen and (min-width:480px) {
    .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal .wc-block-components-totals-item__description {
        display: unset;
    }
}

.wc-block-mini-cart__footer-actions {
    display: flex;
    gap: 16px;
}

    .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button {
        background-color: transparent;
        border: 1px solid #1e1e1e;
        color: #1e1e1e;
        display: none;
        flex-grow: 1;
        font-weight: 600;
    }

@media only screen and (min-width:480px) {
    .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart.wc-block-components-button {
        display: inline-flex;
    }
}

.wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout {
    border: 1px solid #1e1e1e;
    flex-grow: 1;
    font-weight: 600;
}

.wc-block-mini-cart__footer .wc-block-components-payment-method-icons {
    margin-top: 16px;
}

.wc-block-components-express-payment {
    margin: auto;
    position: relative;
}

    .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons {
        list-style: none;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 100%;
        padding: 0;
        margin: 0;
        overflow: hidden;
        text-align: center;
    }

        .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li {
            margin: 0;
        }

            .wc-block-components-express-payment .wc-block-components-express-payment__event-buttons > li > img {
                width: 100%;
                height: 48px;
            }

.wc-block-components-express-payment--checkout {
    margin-top: 5px;
}

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container {
        display: flex;
        flex-direction: row;
        left: 0;
        position: absolute;
        right: 0;
        top: -5px;
        vertical-align: middle;
    }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:before {
            border-left: 1px solid;
            border-top: 1px solid;
            border-radius: 5px 0 0;
            content: "";
            display: block;
            height: 4px;
            margin-right: 12px;
            opacity: .3;
            pointer-events: none;
            width: 10px;
        }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title-container:after {
            border-right: 1px solid;
            border-top: 1px solid;
            border-radius: 0 5px 0 0;
            content: "";
            display: block;
            height: 4px;
            margin-left: 12px;
            opacity: .3;
            pointer-events: none;
            flex-grow: 1;
        }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__title {
        flex-grow: 0;
        transform: translateY(-50%);
    }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content {
        position: relative;
        padding: 1.5em 23px;
    }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content:after {
            border-style: solid;
            border-width: 0 1px 1px;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
            border-radius: 0 0 5px 5px;
        }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__content > p {
            margin-bottom: 1em;
        }

    .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li {
        display: inline-block;
        width: 50%;
    }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(2n) {
            padding-left: 8px;
        }

        .wc-block-components-express-payment--checkout .wc-block-components-express-payment__event-buttons > li:nth-child(odd) {
            padding-right: 8px;
        }

.wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li {
    padding-bottom: 16px;
    text-align: center;
    width: 100%;
}

    .wc-block-components-express-payment--cart .wc-block-components-express-payment__event-buttons > li:last-child {
        padding-bottom: 0;
    }

.wc-block-components-express-payment-continue-rule {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 24px;
    margin: 24px 0;
}

    .wc-block-components-express-payment-continue-rule:before {
        margin-right: 10px;
    }

    .wc-block-components-express-payment-continue-rule:after {
        margin-left: 10px;
    }

    .wc-block-components-express-payment-continue-rule:after, .wc-block-components-express-payment-continue-rule:before {
        content: " ";
        flex: 1;
        border-bottom: 1px solid;
        opacity: .3;
    }

.wc-block-components-express-payment-continue-rule--cart {
    margin: 16px 0;
    text-transform: uppercase;
}

.theme-twentynineteen .wc-block-components-express-payment__title:before {
    display: none;
}

.theme-twentytwenty .wc-block-components-express-payment .wc-block-components-express-payment__title {
    padding-left: 12px;
    padding-right: 12px;
}

.components-placeholder.wc-block-checkout__no-payment-methods-placeholder {
    margin-bottom: 16px;
}

    .components-placeholder.wc-block-checkout__no-payment-methods-placeholder * {
        pointer-events: all;
    }

    .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset {
        display: block;
    }

        .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .components-button {
            background-color: #1e1e1e;
            color: #fff;
        }

        .components-placeholder.wc-block-checkout__no-payment-methods-placeholder .components-placeholder__fieldset .wc-block-checkout__no-payment-methods-placeholder-description {
            display: block;
            margin: .25em 0 1em;
        }

.components-notice.wc-block-checkout__no-payment-methods-notice {
    margin-bottom: 16px;
}

.wc-block-card-elements {
    display: flex;
    width: 100%;
}

    .wc-block-card-elements .wc-block-components-validation-error {
        position: static;
    }

.wc-block-gateway-container {
    position: relative;
    margin-bottom: 1.5em;
    white-space: nowrap;
}

    .wc-block-gateway-container.wc-card-number-element {
        flex-basis: 15em;
        flex-grow: 1;
        min-width: min(15em,60%);
    }

    .wc-block-gateway-container.wc-card-expiry-element {
        flex-basis: 7em;
        margin-left: 12px;
        min-width: min(7em,calc(24% - 12px));
    }

    .wc-block-gateway-container.wc-card-cvc-element {
        flex-basis: 7em;
        margin-left: 12px;
        min-width: min(5em,calc(16% - 12px));
    }

    .wc-block-gateway-container .wc-block-gateway-input {
        font-size: 1em;
        line-height: 1.375;
        background-color: #fff;
        padding: .75em 0 .75em 16px;
        border-radius: 4px;
        border: 1px solid #50575e;
        width: 100%;
        font-family: inherit;
        margin: 0;
        box-sizing: border-box;
        height: 3em;
        color: #2b2d2f;
        cursor: text;
    }

        .wc-block-gateway-container .wc-block-gateway-input:focus, .wc-block-gateway-container:focus {
            background-color: #fff;
        }

    .wc-block-gateway-container label {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        font-size: 1em;
        line-height: 1.375;
        position: absolute;
        transform: translateY(.75em);
        left: 0;
        top: 0;
        transform-origin: top left;
        color: #757575;
        transition: transform .2s ease;
        margin: 0 0 0 17px;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: calc(100% - 24px);
        cursor: text;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .wc-block-gateway-container label {
        transition: none;
    }
}

.wc-block-gateway-container.wc-inline-card-element label {
    margin-left: calc(24px + 1.5em);
}

.wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container.wc-inline-card-element .wc-block-gateway-input:not(.empty) + label {
    margin-left: 16px;
    transform: translateY(4px) scale(.75);
}

.wc-block-gateway-container.wc-inline-card-element + .wc-block-components-validation-error {
    position: static;
    margin-top: -24px;
}

.wc-block-gateway-container .wc-block-gateway-input.focused.empty, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) {
    padding: 1.5em 0 .25em 16px;
}

    .wc-block-gateway-container .wc-block-gateway-input.focused.empty + label, .wc-block-gateway-container .wc-block-gateway-input:not(.empty) + label {
        transform: translateY(4px) scale(.75);
    }

.wc-block-gateway-container .wc-block-gateway-input.has-error {
    border-color: #cc1818;
}

    .wc-block-gateway-container .wc-block-gateway-input.has-error:focus {
        outline-color: #cc1818;
    }

    .wc-block-gateway-container .wc-block-gateway-input.has-error + label {
        color: #cc1818;
    }

.is-large .wc-card-cvc-element .wc-block-components-validation-error > p, .is-large .wc-card-expiry-element .wc-block-components-validation-error > p, .is-medium .wc-card-cvc-element .wc-block-components-validation-error > p, .is-medium .wc-card-expiry-element .wc-block-components-validation-error > p {
    line-height: 16px;
    padding-top: 4px;
}

.is-mobile .wc-card-cvc-element .wc-block-components-validation-error > p, .is-mobile .wc-card-expiry-element .wc-block-components-validation-error > p, .is-small .wc-card-cvc-element .wc-block-components-validation-error > p, .is-small .wc-card-expiry-element .wc-block-components-validation-error > p {
    min-height: 28px;
}

.wc-block-components-checkout-payment-methods * {
    pointer-events: all;
}

.is-mobile .wc-block-card-elements, .is-small .wc-block-card-elements {
    flex-wrap: wrap;
}

.is-mobile .wc-block-gateway-container.wc-card-number-element, .is-small .wc-block-gateway-container.wc-card-number-element {
    flex-basis: 100%;
}

.is-mobile .wc-block-gateway-container.wc-card-expiry-element, .is-small .wc-block-gateway-container.wc-card-expiry-element {
    flex-basis: calc(50% - 8px);
    margin-left: 0;
    margin-right: 8px;
}

.is-mobile .wc-block-gateway-container.wc-card-cvc-element, .is-small .wc-block-gateway-container.wc-card-cvc-element {
    flex-basis: calc(50% - 8px);
    margin-left: 8px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    padding-left: 56px;
}

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
        content: none;
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option .wc-block-components-radio-control__input {
        left: 16px;
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control__option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:first-child, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child {
        margin: 0;
        padding-bottom: 1em;
        padding-top: 1em;
    }

.wc-block-checkout__payment-method .wc-block-components-radio-control__option-checked {
    font-weight: 700;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option, .wc-block-checkout__payment-method .wc-block-components-radio-control__option {
    position: relative;
}

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:after {
        border-style: solid;
        border-width: 1px 1px 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option:last-child:after, .wc-block-checkout__payment-method .wc-block-components-radio-control__option:last-child:after {
        border-width: 1px;
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__option:after {
        border-width: 0;
    }

    .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

        .wc-block-checkout__payment-method .wc-block-components-radio-control-accordion-option .wc-block-components-radio-control__label img {
            height: 24px;
            max-height: 24px;
            -o-object-fit: contain;
            object-fit: contain;
            -o-object-position: left;
            object-position: left;
        }

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__option {
    padding-left: 16px;
}

.wc-block-checkout__payment-method .wc-block-components-radio-control.disable-radio-control .wc-block-components-radio-control__input {
    display: none;
}

.wc-block-checkout__payment-method .wc-block-components-checkout-step__description-payments-aligned {
    padding-top: 14px;
    height: 28px;
}

.wc-block-components-radio-control-accordion-content {
    padding: 0 16px 1em;
}

    .wc-block-components-radio-control-accordion-content:empty {
        display: none;
    }

.wc-block-checkout__order-notes .wc-block-components-checkout-step__content {
    padding-bottom: 0;
}

.wc-block-components-checkbox {
    color: inherit;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    text-decoration: inherit;
    text-transform: inherit;
    margin-top: 1.5em;
}

    .wc-block-components-checkbox label {
        align-items: flex-start;
        display: flex;
        position: relative;
    }

    .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
        font-size: 1em;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: 2px solid #50575e;
        border-radius: 2px;
        box-sizing: border-box;
        height: 1.5em;
        width: 1.5em;
        margin: 0 16px 0 0;
        min-height: 1.5em;
        min-width: 1.5em;
        overflow: hidden;
        position: static;
        vertical-align: middle;
        background-color: #fff;
    }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
            background: #fff;
            border-color: #50575e;
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
            outline: 2px solid #50575e;
            outline-offset: 2px;
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:after, .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:before {
            content: "";
        }

        .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:not(:checked) + .wc-block-components-checkbox__mark {
            display: none;
        }

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
    border-color: hsla(0,0%,100%,.6);
    background-color: rgba(0,0,0,.1);
}

    .has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:checked {
        background: rgba(0,0,0,.1);
        border-color: hsla(0,0%,100%,.6);
    }

    .has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox]:focus {
        outline: 2px solid hsla(0,0%,100%,.6);
        outline-offset: 2px;
    }

.wc-block-components-checkbox.has-error, .wc-block-components-checkbox.has-error a {
    color: #cc1818;
}

    .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input, .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:active, .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus, .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:hover {
        border-color: #cc1818;
    }

        .wc-block-components-checkbox.has-error .wc-block-components-checkbox__input:focus {
            outline: 2px solid #cc1818;
            outline-offset: 2px;
        }

.wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #000;
    position: absolute;
    margin-left: .1875em;
    margin-top: .0625em;
    width: 1.125em;
    height: 1.125em;
    pointer-events: none;
}

.has-dark-controls .wc-block-components-checkbox .wc-block-components-checkbox__mark {
    fill: #fff;
}

.wc-block-components-checkbox .wc-block-components-checkbox__label, .wc-block-components-checkbox > span {
    vertical-align: middle;
    line-height: 1.5em;
}

@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active) {
    .wc-block-components-checkbox__mark {
        display: none;
    }
}

.theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox], .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox] {
    background-color: #fff;
    border-color: var(--form--border-color);
    position: relative;
}

    .theme-twentytwentyone .has-dark-controls .wc-block-components-checkbox__input[type=checkbox]:checked, .theme-twentytwentyone .wc-block-components-checkbox__input[type=checkbox]:checked {
        background-color: #fff;
        border-color: var(--form--border-color);
    }

.theme-twentytwentyone .wc-block-components-checkbox__mark {
    display: none;
}

.wc-block-components-panel.has-border {
    position: relative;
}

    .wc-block-components-panel.has-border:after {
        border-style: solid;
        border-width: 1px 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .wc-block-components-panel.has-border + .wc-block-components-panel.has-border:after {
        border-top-width: 0;
    }

    .wc-block-components-panel.has-border.no-top-border {
        position: relative;
    }

        .wc-block-components-panel.has-border.no-top-border:after {
            border-style: solid;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
            border-width: 0 0 1px;
        }

.wc-block-components-panel__button {
    border: 0;
    border-radius: 0;
    vertical-align: baseline;
    height: auto;
    line-height: 1;
    margin: .375em 0 0;
    padding: .375em 32px 0 0;
    position: relative;
    text-align: left;
    width: 100%;
    word-break: break-word;
}

    .wc-block-components-panel__button[aria-expanded=true] {
        padding-bottom: .375em;
        margin-bottom: .375em;
    }

    .wc-block-components-panel__button, .wc-block-components-panel__button:active, .wc-block-components-panel__button:focus, .wc-block-components-panel__button:hover {
        color: inherit;
        font-family: inherit;
        font-size: inherit;
        font-style: inherit;
        font-weight: inherit;
        letter-spacing: inherit;
        line-height: inherit;
        text-decoration: inherit;
        text-transform: inherit;
        background: 0 0;
        box-shadow: none;
    }

        .wc-block-components-panel__button > .wc-block-components-panel__button-icon {
            fill: currentColor;
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: auto;
        }

.wc-block-components-panel__content {
    padding-bottom: 1em;
}

    .wc-block-components-panel__content[hidden] {
        display: none;
    }

.theme-twentytwentyone.theme-twentytwentyone.theme-twentytwentyone .wc-block-components-panel__button {
    background-color: inherit;
    color: inherit;
}

.theme-twentyseventeen .wc-block-components-panel__button, .theme-twentytwenty .wc-block-components-panel__button {
    background: none transparent;
    color: inherit;
}

    .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentyseventeen .wc-block-components-panel__button.wc-block-components-panel__button:hover, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:focus, .theme-twentytwenty .wc-block-components-panel__button.wc-block-components-panel__button:hover {
        background: none transparent;
    }

.wc-block-components-totals-wrapper {
    position: relative;
    padding: 16px 0;
}

    .wc-block-components-totals-wrapper:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

    .wc-block-components-totals-wrapper:last-child {
        padding-bottom: 0;
    }

    .wc-block-components-totals-wrapper.has-bottom-border:after {
        border-bottom-width: 1px;
    }

    .wc-block-components-totals-wrapper.slot-wrapper {
        padding: 0;
    }

        .wc-block-components-totals-wrapper.slot-wrapper > * > * {
            position: relative;
            padding: 16px 0;
        }

        .wc-block-components-totals-wrapper.slot-wrapper > * > :after {
            border-style: solid;
            border-width: 0 0 1px;
            bottom: 0;
            content: "";
            display: block;
            left: 0;
            opacity: .3;
            pointer-events: none;
            position: absolute;
            right: 0;
            top: 0;
        }

        .wc-block-components-totals-wrapper.slot-wrapper > * > :last-child:after {
            border-bottom-width: 0;
        }

.wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child {
    position: relative;
}

    .wc-block-components-discounts-meta .wc-block-components-totals-wrapper:first-child:after {
        border-style: solid;
        border-width: 1px 0 0;
        bottom: 0;
        content: "";
        display: block;
        left: 0;
        opacity: .3;
        pointer-events: none;
        position: absolute;
        right: 0;
        top: 0;
    }

.wc-block-components-totals-item {
    display: flex;
    flex-wrap: wrap;
    margin: .75em 0 0;
    width: 100%;
}

    .wc-block-components-totals-item:first-child {
        margin-top: 0;
    }

.wc-block-components-totals-item__label {
    flex-grow: 1;
}

.wc-block-components-totals-item__value {
    font-weight: 700;
    white-space: nowrap;
}

.wc-block-components-totals-item__description {
    font-size: .875em;
    width: 100%;
}

.wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate {
    margin: 4px 0;
}

    .wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate:first-child {
        margin-top: 0;
    }

    .wc-block-components-totals-item.wc-block-components-totals-taxes__grouped-rate:last-child {
        margin-bottom: 0;
    }

.wc-block-product-categories {
    margin-bottom: 1em;
}

    .wc-block-product-categories.is-dropdown {
        display: flex;
    }

    .wc-block-product-categories select {
        margin-right: .5em;
    }

.wc-block-product-categories-list--has-images {
    list-style: none outside;
}

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item {
        margin: 4px 0 4px 60px;
        list-style: none outside;
        clear: both;
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item ul {
            margin: 4px 0 0;
        }

    .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image {
        max-width: 50px;
        display: inline-block;
        padding: 0;
        margin: 0 .5em 0 -60px;
        position: relative;
        vertical-align: middle;
        border: 1px solid #eee;
    }

        .wc-block-product-categories-list--has-images .wc-block-product-categories-list-item__image img {
            display: block;
            height: auto;
            margin: 0;
            max-width: 100%;
            padding: 0;
        }

.wc-block-product-categories-list-item-count:before {
    content: " (";
}

.wc-block-product-categories-list-item-count:after {
    content: ")";
}

.wp-block-woocommerce-product-categories.is-loading .wc-block-product-categories__placeholder {
    display: inline-block;
    height: 1em;
    width: 50%;
    min-width: 200px;
    background: currentColor;
    opacity: .2;
}

.wc-block-product-categories__button {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0 .5em;
    position: relative;
    overflow: hidden;
}

    .wc-block-product-categories__button svg {
        fill: currentColor;
        outline: none;
    }

.rtl .wc-block-product-categories__button svg {
    transform: rotate(180deg);
}

.wc-block-product-categories__button:active {
    color: currentColor;
}

.wc-block-product-categories__button:disabled, .wc-block-product-categories__button[aria-disabled=true] {
    cursor: default;
    opacity: .3;
}

    .wc-block-product-categories__button:disabled:focus, .wc-block-product-categories__button[aria-disabled=true]:focus {
        box-shadow: none;
    }

.wc-block-featured-product {
    position: relative;
    background-color: #1e1e1e;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em;
}

    .wc-block-featured-product, .wc-block-featured-product .wc-block-featured-product__wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }

        .wc-block-featured-product .wc-block-featured-product__wrapper {
            overflow: hidden;
            height: 100%;
        }

        .wc-block-featured-product.has-left-content {
            justify-content: flex-start;
        }

            .wc-block-featured-product.has-left-content .wc-block-featured-product__description, .wc-block-featured-product.has-left-content .wc-block-featured-product__price, .wc-block-featured-product.has-left-content .wc-block-featured-product__title, .wc-block-featured-product.has-left-content .wc-block-featured-product__variation {
                margin-left: 0;
                text-align: left;
            }

        .wc-block-featured-product.has-right-content {
            justify-content: flex-end;
        }

            .wc-block-featured-product.has-right-content .wc-block-featured-product__description, .wc-block-featured-product.has-right-content .wc-block-featured-product__price, .wc-block-featured-product.has-right-content .wc-block-featured-product__title, .wc-block-featured-product.has-right-content .wc-block-featured-product__variation {
                margin-right: 0;
                text-align: right;
            }

        .wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
            color: #fff;
            line-height: 1.25;
            margin-bottom: 0;
            text-align: center;
        }

            .wc-block-featured-product .wc-block-featured-product__description a, .wc-block-featured-product .wc-block-featured-product__description a:active, .wc-block-featured-product .wc-block-featured-product__description a:focus, .wc-block-featured-product .wc-block-featured-product__description a:hover, .wc-block-featured-product .wc-block-featured-product__price a, .wc-block-featured-product .wc-block-featured-product__price a:active, .wc-block-featured-product .wc-block-featured-product__price a:focus, .wc-block-featured-product .wc-block-featured-product__price a:hover, .wc-block-featured-product .wc-block-featured-product__title a, .wc-block-featured-product .wc-block-featured-product__title a:active, .wc-block-featured-product .wc-block-featured-product__title a:focus, .wc-block-featured-product .wc-block-featured-product__title a:hover, .wc-block-featured-product .wc-block-featured-product__variation a, .wc-block-featured-product .wc-block-featured-product__variation a:active, .wc-block-featured-product .wc-block-featured-product__variation a:focus, .wc-block-featured-product .wc-block-featured-product__variation a:hover {
                color: #fff;
            }

        .wc-block-featured-product .wc-block-featured-product__description, .wc-block-featured-product .wc-block-featured-product__link, .wc-block-featured-product .wc-block-featured-product__price, .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
            width: 100%;
            padding: 16px 48px 0;
            z-index: 1;
        }

        .wc-block-featured-product .wc-block-featured-product__title, .wc-block-featured-product .wc-block-featured-product__variation {
            margin-top: 0;
            border: 0;
        }

            .wc-block-featured-product .wc-block-featured-product__title:before, .wc-block-featured-product .wc-block-featured-product__variation:before {
                display: none;
            }

        .wc-block-featured-product .wc-block-featured-product__variation {
            font-style: italic;
            padding-top: 0;
        }

        .wc-block-featured-product .wc-block-featured-product__description p {
            margin: 0;
            line-height: 1.5em;
        }

        .wc-block-featured-product .wp-block-button.aligncenter {
            text-align: center;
        }

        .wc-block-featured-product.has-background-dim:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background-color: inherit;
            opacity: .5;
            z-index: 1;
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-10:before {
            opacity: .1;
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-20:before {
            opacity: .2;
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-30:before {
            opacity: .3;
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-40:before {
            opacity: .4;
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-50:before {
            opacity: .5;
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-60:before {
            opacity: .6;
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-70:before {
            opacity: .7;
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-80:before {
            opacity: .8;
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-90:before {
            opacity: .9;
        }

        .wc-block-featured-product.has-background-dim.has-background-dim-100:before {
            opacity: 1;
        }

        .wc-block-featured-product.alignleft, .wc-block-featured-product.alignright {
            max-width: 290px;
            width: 100%;
        }

        .wc-block-featured-product:after {
            display: block;
            content: "";
            font-size: 0;
            min-height: inherit;
        }

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wc-block-featured-product:after {
        content: none;
    }
}

.wc-block-featured-product.aligncenter, .wc-block-featured-product.alignleft, .wc-block-featured-product.alignright, .wc-block-product-search .wc-block-product-search__fields {
    display: flex;
}

.wc-block-product-search .wc-block-product-search__field {
    padding: 6px 8px;
    line-height: 1.8;
    flex-grow: 1;
}

.wc-block-product-search .wc-block-product-search__button {
    display: flex;
    align-items: center;
    margin: 0 0 0 6px;
    cursor: pointer;
    padding: 0 .5em;
    position: relative;
    overflow: hidden;
}

    .wc-block-product-search .wc-block-product-search__button svg {
        fill: currentColor;
        outline: none;
    }

.rtl .wc-block-product-search .wc-block-product-search__button svg {
    transform: rotate(180deg);
}

.wc-block-product-search .wc-block-product-search__button:active {
    color: currentColor;
}

.wc-block-product-search .wc-block-product-search__button:disabled, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true] {
    cursor: default;
    opacity: .3;
}

    .wc-block-product-search .wc-block-product-search__button:disabled:focus, .wc-block-product-search .wc-block-product-search__button[aria-disabled=true]:focus {
        box-shadow: none;
    }

.wc-block-featured-category {
    position: relative;
    background-color: #1e1e1e;
    background-size: cover;
    background-position: 50%;
    width: 100%;
    margin: 0 0 1.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    align-content: center;
}

    .wc-block-featured-category .wc-block-featured-category__wrapper {
        overflow: hidden;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        align-content: center;
    }

    .wc-block-featured-category.has-left-content {
        justify-content: flex-start;
    }

        .wc-block-featured-category.has-left-content .wc-block-featured-category__description, .wc-block-featured-category.has-left-content .wc-block-featured-category__price, .wc-block-featured-category.has-left-content .wc-block-featured-category__title {
            margin-left: 0;
            text-align: left;
        }

    .wc-block-featured-category.has-right-content {
        justify-content: flex-end;
    }

        .wc-block-featured-category.has-right-content .wc-block-featured-category__description, .wc-block-featured-category.has-right-content .wc-block-featured-category__price, .wc-block-featured-category.has-right-content .wc-block-featured-category__title {
            margin-right: 0;
            text-align: right;
        }

    .wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
        color: #fff;
        line-height: 1.25;
        margin-bottom: 0;
        text-align: center;
    }

        .wc-block-featured-category .wc-block-featured-category__description a, .wc-block-featured-category .wc-block-featured-category__description a:active, .wc-block-featured-category .wc-block-featured-category__description a:focus, .wc-block-featured-category .wc-block-featured-category__description a:hover, .wc-block-featured-category .wc-block-featured-category__price a, .wc-block-featured-category .wc-block-featured-category__price a:active, .wc-block-featured-category .wc-block-featured-category__price a:focus, .wc-block-featured-category .wc-block-featured-category__price a:hover, .wc-block-featured-category .wc-block-featured-category__title a, .wc-block-featured-category .wc-block-featured-category__title a:active, .wc-block-featured-category .wc-block-featured-category__title a:focus, .wc-block-featured-category .wc-block-featured-category__title a:hover {
            color: #fff;
        }

    .wc-block-featured-category .wc-block-featured-category__description, .wc-block-featured-category .wc-block-featured-category__link, .wc-block-featured-category .wc-block-featured-category__price, .wc-block-featured-category .wc-block-featured-category__title {
        width: 100%;
        padding: 0 48px 16px;
        z-index: 1;
    }

    .wc-block-featured-category .wc-block-featured-category__title {
        margin-top: 0;
    }

        .wc-block-featured-category .wc-block-featured-category__title:before {
            display: none;
        }

    .wc-block-featured-category .wc-block-featured-category__description p {
        margin: 0;
    }

    .wc-block-featured-category .wp-block-button.aligncenter {
        text-align: center;
    }

    .wc-block-featured-category.has-background-dim:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background-color: inherit;
        opacity: .5;
        z-index: 1;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-10:before {
        opacity: .1;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-20:before {
        opacity: .2;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-30:before {
        opacity: .3;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-40:before {
        opacity: .4;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-50:before {
        opacity: .5;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-60:before {
        opacity: .6;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-70:before {
        opacity: .7;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-80:before {
        opacity: .8;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-90:before {
        opacity: .9;
    }

    .wc-block-featured-category.has-background-dim.has-background-dim-100:before {
        opacity: 1;
    }

    .wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
        max-width: 290px;
        width: 100%;
    }

    .wc-block-featured-category:after {
        display: block;
        content: "";
        font-size: 0;
        min-height: inherit;
    }

@supports((position:-webkit-sticky) or (position:sticky)) {
    .wc-block-featured-category:after {
        content: none;
    }
}

.wc-block-featured-category.aligncenter, .wc-block-featured-category.alignleft, .wc-block-featured-category.alignright {
    display: flex;
}

.wc-block-attribute-filter {
    margin-bottom: 24px;
}

    .wc-block-attribute-filter.style-dropdown {
        display: flex;
        gap: 16px;
    }

    .wc-block-attribute-filter .wc-block-attribute-filter-list {
        margin: 0;
        width: 100%;
    }

        .wc-block-attribute-filter .wc-block-attribute-filter-list li {
            text-decoration: underline;
        }

            .wc-block-attribute-filter .wc-block-attribute-filter-list li label {
                cursor: pointer;
            }

            .wc-block-attribute-filter .wc-block-attribute-filter-list li input {
                cursor: pointer;
                display: inline-block;
            }

    .wc-block-attribute-filter .wc-block-attribute-filter-dropdown {
        flex-grow: 1;
        max-width: unset;
        width: 0;
    }

    .wc-block-attribute-filter .is-single .wc-block-attribute-filter-list-count, .wc-block-attribute-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list .wc-block-attribute-filter-list-count {
        opacity: .6;
    }

    .wc-block-attribute-filter .wc-block-components-dropdown-selector__input-wrapper {
        height: 100%;
    }

.wc-block-stock-filter {
    margin-bottom: 24px;
}

    .wc-block-stock-filter .wc-block-stock-filter-list {
        margin: 0;
    }

        .wc-block-stock-filter .wc-block-stock-filter-list li {
            text-decoration: underline;
        }

            .wc-block-stock-filter .wc-block-stock-filter-list li label {
                cursor: pointer;
            }

            .wc-block-stock-filter .wc-block-stock-filter-list li input {
                cursor: pointer;
                display: inline-block;
            }

    .wc-block-stock-filter .is-single, .wc-block-stock-filter .wc-block-dropdown-selector .wc-block-dropdown-selector__list {
        opacity: .6;
    }

    .wc-block-stock-filter .wc-block-stock-filter__button {
        margin-top: 8px;
    }

@-webkit-keyframes loading-fade {
    0% {
        opacity: .7;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: .7;
    }
}

@keyframes loading-fade {
    0% {
        opacity: .7;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: .7;
    }
}

.wc-block-active-filters {
    margin-bottom: 24px;
    overflow: hidden;
}

    .wc-block-active-filters .wc-block-active-filters__clear-all {
        font-size: 1em;
        float: right;
        border: none;
        padding: 0;
        text-decoration: underline;
        cursor: pointer;
    }

        .wc-block-active-filters .wc-block-active-filters__clear-all, .wc-block-active-filters .wc-block-active-filters__clear-all:active, .wc-block-active-filters .wc-block-active-filters__clear-all:focus, .wc-block-active-filters .wc-block-active-filters__clear-all:hover {
            background: 0 0;
            color: inherit;
        }

    .wc-block-active-filters .wc-block-active-filters__list {
        margin: 0 0 4px;
        padding: 0;
        list-style: none outside;
        clear: both;
    }

        .wc-block-active-filters .wc-block-active-filters__list li {
            margin: 0;
            padding: 0;
            list-style: none outside;
            clear: both;
        }

            .wc-block-active-filters .wc-block-active-filters__list li ul {
                margin: 0;
                padding: 0;
                list-style: none outside;
            }

            .wc-block-active-filters .wc-block-active-filters__list li:first-child .wc-block-active-filters__list-item-type {
                margin: 0;
            }

    .wc-block-active-filters .wc-block-active-filters__list-item-type {
        font-size: .75em;
        text-transform: uppercase;
        letter-spacing: .1em;
        margin: 16px 0 0;
        display: block;
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-operator {
        font-weight: 400;
        font-style: italic;
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-name {
        font-weight: 700;
        display: block;
        position: relative;
        padding: 0 16px 0 0;
    }

    .wc-block-active-filters .wc-block-active-filters__list-item-remove {
        background: 0 0;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        height: 16px;
        width: 16px;
        padding: 0;
        position: absolute;
        right: 0;
        top: 50%;
        margin: -8px 0 0;
        color: currentColor;
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips li, .wc-block-active-filters .wc-block-active-filters__list--chips ul {
        display: inline;
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-active-filters__list-item-type {
        display: none;
    }

    .wc-block-active-filters .wc-block-active-filters__list--chips .wc-block-components-chip {
        font-size: .875em;
        margin-top: .1875em;
        margin-bottom: .1875em;
    }

.selectBox-dropdown {
    min-width: 150px;
    position: relative;
    border: solid 1px #bbb;
    line-height: 1.5;
    text-decoration: none;
    text-align: left;
    color: #000;
    outline: 0;
    vertical-align: middle;
    background: #f2f2f2;
    background: -moz-linear-gradient(top,#f8f8f8 1%,#e1e1e1 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(1%,#f8f8f8),color-stop(100%,#e1e1e1));
    -moz-box-shadow: 0 1px 0 rgba(255,255,255,.75);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.75);
    box-shadow: 0 1px 0 rgba(255,255,255,.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    cursor: default;
}

    .selectBox-dropdown:focus, .selectBox-dropdown:focus .selectBox-arrow {
        border-color: #666;
    }

    .selectBox-dropdown.selectBox-menuShowing {
        -moz-border-radius-bottomleft: 0;
        -moz-border-radius-bottomright: 0;
        -webkit-border-bottom-left-radius: 0;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .selectBox-dropdown .selectBox-label {
        padding: 2px 8px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
    }

    .selectBox-dropdown .selectBox-arrow {
        position: absolute;
        top: 0;
        right: 0;
        width: 23px;
        height: 100%;
        background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../images/jquery.selectBox-arrow.gif) 50% center no-repeat;
        border-left: solid 1px #bbb;
    }

.selectBox-dropdown-menu {
    position: absolute;
    z-index: 99999;
    max-height: 200px;
    min-height: 1em;
    border: solid 1px #bbb;
    background: #fff;
    -moz-box-shadow: 0 2px 6px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.2);
    box-shadow: 0 2px 6px rgba(0,0,0,.2);
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.selectBox-inline {
    min-width: 150px;
    outline: 0;
    border: solid 1px #bbb;
    background: #fff;
    display: inline-block;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: auto;
}

    .selectBox-inline:focus {
        border-color: #666;
    }

.selectBox-options, .selectBox-options LI, .selectBox-options LI A {
    list-style: none;
    display: block;
    cursor: default;
    padding: 0;
    margin: 0;
}

    .selectBox-options LI A {
        line-height: 1.5;
        padding: 0 .5em;
        white-space: nowrap;
        overflow: hidden;
        background: 6px center no-repeat;
    }

    .selectBox-options LI.selectBox-hover A {
        background-color: #eee;
    }

    .selectBox-options LI.selectBox-disabled A {
        color: #888;
        background-color: transparent;
    }

    .selectBox-options LI.selectBox-selected A {
        background-color: #c8def4;
    }

    .selectBox-options .selectBox-optgroup {
        color: #666;
        background: #eee;
        font-weight: 700;
        line-height: 1.5;
        padding: 0 .3em;
        white-space: nowrap;
    }

.selectBox.selectBox-disabled {
    color: #888 !important;
}

.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
    opacity: .5;
    border-color: #666;
}

.selectBox-inline.selectBox-disabled {
    color: #888 !important;
}

    .selectBox-inline.selectBox-disabled .selectBox-options A {
        background-color: transparent !important;
    }
/*!
 *  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(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../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(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -webkit-transform: scale(-1,1);
    -ms-transform: scale(-1,1);
    transform: scale(-1,1);
}

.fa-flip-vertical {
    -webkit-transform: scale(1,-1);
    -ms-transform: scale(1,-1);
    transform: scale(1,-1);
}

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-rotate-90 {
    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-close:before, .fa-remove: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-cog:before, .fa-gear: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-repeat:before, .fa-rotate-right: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-image:before, .fa-photo: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-exclamation-triangle:before, .fa-warning: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-cogs:before, .fa-gears: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-floppy-o:before, .fa-save:before {
    content: "\f0c7";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-bars:before, .fa-navicon:before, .fa-reorder: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-sort:before, .fa-unsorted:before {
    content: "\f0dc";
}

.fa-sort-desc:before, .fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-asc:before, .fa-sort-up:before {
    content: "\f0de";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-gavel:before, .fa-legal:before {
    content: "\f0e3";
}

.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4";
}

.fa-comment-o:before {
    content: "\f0e5";
}

.fa-comments-o:before {
    content: "\f0e6";
}

.fa-bolt:before, .fa-flash:before {
    content: "\f0e7";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-clipboard:before, .fa-paste: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-chain-broken:before, .fa-unlink: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-caret-square-o-down:before, .fa-toggle-down:before {
    content: "\f150";
}

.fa-caret-square-o-up:before, .fa-toggle-up:before {
    content: "\f151";
}

.fa-caret-square-o-right:before, .fa-toggle-right:before {
    content: "\f152";
}

.fa-eur:before, .fa-euro:before {
    content: "\f153";
}

.fa-gbp:before {
    content: "\f154";
}

.fa-dollar:before, .fa-usd:before {
    content: "\f155";
}

.fa-inr:before, .fa-rupee:before {
    content: "\f156";
}

.fa-cny:before, .fa-jpy:before, .fa-rmb:before, .fa-yen:before {
    content: "\f157";
}

.fa-rouble:before, .fa-rub:before, .fa-ruble:before {
    content: "\f158";
}

.fa-krw:before, .fa-won: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-caret-square-o-left:before, .fa-toggle-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-try:before, .fa-turkish-lira: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-bank:before, .fa-institution:before, .fa-university:before {
    content: "\f19c";
}

.fa-graduation-cap:before, .fa-mortar-board: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-image-o:before, .fa-file-photo-o:before, .fa-file-picture-o:before {
    content: "\f1c5";
}

.fa-file-archive-o:before, .fa-file-zip-o:before {
    content: "\f1c6";
}

.fa-file-audio-o:before, .fa-file-sound-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-ring:before, .fa-life-saver:before, .fa-support:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-rebel:before, .fa-resistance:before {
    content: "\f1d0";
}

.fa-empire:before, .fa-ge:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-hacker-news:before, .fa-y-combinator-square:before, .fa-yc-square:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-paper-plane:before, .fa-send:before {
    content: "\f1d8";
}

.fa-paper-plane-o:before, .fa-send-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-futbol-o:before, .fa-soccer-ball-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-ils:before, .fa-shekel:before, .fa-sheqel: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-bed:before, .fa-hotel:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-y-combinator:before, .fa-yc: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-full:before, .fa-battery: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-paper-o:before, .fa-hand-stop-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-television:before, .fa-tv: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-american-sign-language-interpreting:before, .fa-asl-interpreting:before {
    content: "\f2a3";
}

.fa-deaf:before, .fa-deafness:before, .fa-hard-of-hearing:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-sign-language:before, .fa-signing: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-address-card:before, .fa-vcard:before {
    content: "\f2bb";
}

.fa-address-card-o:before, .fa-vcard-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-full:before, .fa-thermometer: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-bath:before, .fa-bathtub:before, .fa-s15: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;
}

:root {
    --woocommerce:#a46497;
    --wc-green:#7ad03a;
    --wc-red:#a00;
    --wc-orange:#ffba00;
    --wc-blue:#2ea2cc;
    --wc-primary:#a46497;
    --wc-primary-text:#fff;
    --wc-secondary:#ebe9eb;
    --wc-secondary-text:#515151;
    --wc-highlight:#77a464;
    --wc-highligh-text:#fff;
    --wc-content-bg:#fff;
    --wc-subtext:#767676;
}

@font-face {
    font-family: star;
    src: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot);
    src: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix) format("embedded-opentype"),url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/star.woff) format("woff"),url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf) format("truetype"),url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: WooCommerce;
    src: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot);
    src: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype"),url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
}

div.pp_woocommerce .pp_content_container {
    background: #fff;
    border-radius: 3px;
    box-shadow: 0 1px 30px rgba(0,0,0,.25);
    padding: 20px 0;
}

    div.pp_woocommerce .pp_content_container:after, div.pp_woocommerce .pp_content_container:before {
        content: " ";
        display: table;
    }

    div.pp_woocommerce .pp_content_container:after {
        clear: both;
    }

div.pp_woocommerce .pp_loaderIcon:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
}

div.pp_woocommerce div.ppt {
    color: #000;
}

div.pp_woocommerce .pp_gallery ul li a {
    border: 1px solid rgba(0,0,0,.5);
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    border-radius: 2px;
    display: block;
}

    div.pp_woocommerce .pp_gallery ul li a:hover {
        border-color: #000;
    }

div.pp_woocommerce .pp_gallery ul li.selected a {
    border-color: #000;
}

div.pp_woocommerce .pp_next:before, div.pp_woocommerce .pp_previous:before {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    background-color: #444;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1em;
    transition: all ease-in-out .2s;
    font-family: WooCommerce;
    content: "\e00b";
    text-indent: 0;
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    text-align: center;
}

div.pp_woocommerce .pp_next::before:hover, div.pp_woocommerce .pp_previous::before:hover {
    background-color: #000;
}

div.pp_woocommerce .pp_next:hover:before, div.pp_woocommerce .pp_previous:hover:before {
    display: block;
}

div.pp_woocommerce .pp_previous:before {
    left: 1em;
}

div.pp_woocommerce .pp_next:before {
    right: 1em;
    font-family: WooCommerce;
    content: "\e008";
}

div.pp_woocommerce .pp_details {
    margin: 0;
    padding-top: 1em;
}

div.pp_woocommerce .pp_description, div.pp_woocommerce .pp_nav {
    font-size: 14px;
}

    div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous, div.pp_woocommerce .pp_nav, div.pp_woocommerce .pp_nav .pp_pause, div.pp_woocommerce .pp_nav p, div.pp_woocommerce .pp_play {
        margin: 0;
    }

div.pp_woocommerce .pp_nav {
    margin-right: 1em;
    position: relative;
}

div.pp_woocommerce .pp_close {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    background-color: #444;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1em;
    transition: all ease-in-out .2s;
    top: -.5em;
    right: -.5em;
    font-size: 1.618em !important;
}

    div.pp_woocommerce .pp_close:hover {
        background-color: #000;
    }

    div.pp_woocommerce .pp_close:before {
        font-family: WooCommerce;
        content: "\e013";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        text-indent: 0;
    }

div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    background-color: #444;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1em;
    transition: all ease-in-out .2s;
    position: relative;
    margin-top: -1px;
}

    div.pp_woocommerce .pp_arrow_next:hover, div.pp_woocommerce .pp_arrow_previous:hover {
        background-color: #000;
    }

    div.pp_woocommerce .pp_arrow_next:before, div.pp_woocommerce .pp_arrow_previous:before {
        font-family: WooCommerce;
        content: "\e00b";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        text-indent: 0;
    }

div.pp_woocommerce .pp_arrow_previous {
    margin-right: .5em;
}

div.pp_woocommerce .pp_arrow_next {
    margin-left: .5em;
}

    div.pp_woocommerce .pp_arrow_next:before {
        content: "\e008";
    }

div.pp_woocommerce a.pp_contract, div.pp_woocommerce a.pp_expand {
    border-radius: 100%;
    height: 1em;
    width: 1em;
    text-shadow: 0 1px 2px rgba(0,0,0,.5);
    background-color: #444;
    color: #fff !important;
    font-size: 16px !important;
    line-height: 1em;
    transition: all ease-in-out .2s;
    right: auto;
    left: -.5em;
    top: -.5em;
    font-size: 1.618em !important;
}

    div.pp_woocommerce a.pp_contract:hover, div.pp_woocommerce a.pp_expand:hover {
        background-color: #000;
    }

    div.pp_woocommerce a.pp_contract:before, div.pp_woocommerce a.pp_expand:before {
        font-family: WooCommerce;
        content: "\e005";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        text-indent: 0;
    }

    div.pp_woocommerce a.pp_contract:before {
        content: "\e004";
    }

div.pp_woocommerce #respond {
    margin: 0;
    width: 100%;
    background: 0 0;
    border: none;
    padding: 0;
}

    div.pp_woocommerce #respond .form-submit {
        margin-top: 0;
        float: none;
    }

div.pp_woocommerce .pp_inline {
    padding: 0 !important;
}

.rtl div.pp_woocommerce .pp_content_container {
    text-align: right;
}

@media only screen and (max-width:768px) {
    div.pp_woocommerce {
        left: 5% !important;
        right: 5% !important;
        box-sizing: border-box;
        width: 90% !important;
    }

        div.pp_woocommerce .pp_contract, div.pp_woocommerce .pp_expand, div.pp_woocommerce .pp_gallery, div.pp_woocommerce .pp_next, div.pp_woocommerce .pp_previous {
            display: none !important;
        }

        div.pp_woocommerce .pp_arrow_next, div.pp_woocommerce .pp_arrow_previous, div.pp_woocommerce .pp_close {
            height: 44px;
            width: 44px;
            font-size: 44px;
            line-height: 44px;
        }

            div.pp_woocommerce .pp_arrow_next:before, div.pp_woocommerce .pp_arrow_previous:before, div.pp_woocommerce .pp_close:before {
                font-size: 44px;
            }

        div.pp_woocommerce .pp_description {
            display: none !important;
        }

        div.pp_woocommerce .pp_details {
            width: 100% !important;
        }

    .pp_content {
        width: 100% !important;
    }

        .pp_content #pp_full_res > img {
            width: 100% !important;
            height: auto !important;
        }

    .currentTextHolder {
        line-height: 3;
    }
}

div.pp_pic_holder a:focus {
    outline: 0;
}

div.pp_overlay {
    background: #000;
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}

div.pp_pic_holder {
    display: none;
    position: absolute;
    width: 100px;
    z-index: 10000;
}

.pp_top {
    height: 20px;
    position: relative;
}

* html .pp_top {
    padding: 0 20px;
}

    .pp_top .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px;
    }

    .pp_top .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
    }

    * html .pp_top .pp_middle {
        left: 0;
        position: static;
    }

    .pp_top .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
    }

.pp_content {
    height: 40px;
    min-width: 40px;
}

* html .pp_content {
    width: 40px;
}

.pp_fade {
    display: none;
}

.pp_content_container {
    position: relative;
    text-align: left;
    width: 100%;
}

    .pp_content_container .pp_left {
        padding-left: 20px;
    }

    .pp_content_container .pp_right {
        padding-right: 20px;
    }

    .pp_content_container .pp_details {
        float: left;
        margin: 10px 0 2px;
    }

.pp_description {
    display: none;
    margin: 0;
}

.pp_social {
    float: left;
    margin: 0;
}

    .pp_social .facebook {
        float: left;
        margin-left: 5px;
        width: 55px;
        overflow: hidden;
    }

    .pp_social .twitter {
        float: left;
    }

.pp_nav {
    clear: right;
    float: left;
    margin: 3px 10px 0 0;
}

    .pp_nav p {
        float: left;
        margin: 2px 4px;
        white-space: nowrap;
    }

    .pp_nav .pp_pause, .pp_nav .pp_play {
        float: left;
        margin-right: 4px;
        text-indent: -10000px;
    }

a.pp_arrow_next, a.pp_arrow_previous {
    display: block;
    float: left;
    height: 15px;
    margin-top: 3px;
    text-indent: -100000px;
    width: 14px;
}

.pp_hoverContainer {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.pp_gallery {
    display: none;
    left: 50%;
    margin-top: -50px;
    position: absolute;
    z-index: 10000;
}

    .pp_gallery div {
        float: left;
        overflow: hidden;
        position: relative;
    }

    .pp_gallery ul {
        float: left;
        height: 35px;
        margin: 0 0 0 5px;
        padding: 0;
        position: relative;
        white-space: nowrap;
    }

        .pp_gallery ul a {
            border: 1px #000 solid;
            border: 1px rgba(0,0,0,.5) solid;
            display: block;
            float: left;
            height: 33px;
            overflow: hidden;
        }

            .pp_gallery li.selected a, .pp_gallery ul a:hover {
                border-color: #fff;
            }

            .pp_gallery ul a img {
                border: 0;
            }

    .pp_gallery li {
        display: block;
        float: left;
        margin: 0 5px 0 0;
        padding: 0;
    }

        .pp_gallery li.default a {
            display: block;
            height: 33px;
            width: 50px;
        }

            .pp_gallery li.default a img {
                display: none;
            }

    .pp_gallery .pp_arrow_next, .pp_gallery .pp_arrow_previous {
        margin-top: 7px !important;
    }

a.pp_next {
    display: block;
    float: right;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_previous {
    display: block;
    float: left;
    height: 100%;
    text-indent: -10000px;
    width: 49%;
}

a.pp_contract, a.pp_expand {
    cursor: pointer;
    display: none;
    height: 20px;
    position: absolute;
    right: 30px;
    text-indent: -10000px;
    top: 10px;
    width: 20px;
    z-index: 20000;
}

a.pp_close {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    text-indent: -10000px;
}

.pp_bottom {
    height: 20px;
    position: relative;
}

* html .pp_bottom {
    padding: 0 20px;
}

    .pp_bottom .pp_left {
        height: 20px;
        left: 0;
        position: absolute;
        width: 20px;
    }

    .pp_bottom .pp_middle {
        height: 20px;
        left: 20px;
        position: absolute;
        right: 20px;
    }

    * html .pp_bottom .pp_middle {
        left: 0;
        position: static;
    }

    .pp_bottom .pp_right {
        height: 20px;
        left: auto;
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
    }

.pp_loaderIcon {
    display: block;
    height: 24px;
    left: 50%;
    margin: -12px 0 0 -12px;
    position: absolute;
    top: 50%;
    width: 24px;
}

#pp_full_res .pp_inline {
    text-align: left;
}

div.ppt {
    color: #fff !important;
    font-weight: 700;
    display: none;
    font-size: 17px;
    margin: 0 0 5px 15px;
    z-index: 9999;
}

.woocommerce a.selectBox {
    background: #fff;
    min-width: 100px;
    margin-right: 10px;
    color: inherit;
}

    .woocommerce a.selectBox, .woocommerce a.selectBox:hover {
        border-bottom: 1px solid #bbb !important;
    }

        .woocommerce a.selectBox:hover {
            color: inherit;
        }

        .woocommerce a.selectBox:focus {
            border: 1px solid #ccc;
        }

.selectBox-dropdown .selectBox-label {
    vertical-align: middle;
    padding: 3px 8px;
}

.selectBox-dropdown .selectBox-arrow {
    border: none;
    background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../images/jquery.selectBox-arrow.png) center right no-repeat;
}

.selectBox-dropdown.selectBox-menuShowing .selectBox-arrow {
    background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-wishlist/assets/css/../images/jquery.selectBox-arrow.png) center left no-repeat;
}

.selectBox-dropdown-menu {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    padding: 5px;
    font-size: 80%;
}

    .selectBox-dropdown-menu li a {
        color: inherit;
        padding: 5px 8px;
        border-radius: 3px;
    }

    .selectBox-dropdown-menu a:hover {
        color: inherit;
        text-decoration: none;
    }

select.selectBox.change-wishlist {
    max-width: 100px;
}

.selectBox.change-wishlist {
    width: auto !important;
}

.change-wishlist-selectBox-dropdown-menu {
    width: auto !important;
}

.yith-wcwl-with-pretty-photo {
    overflow: hidden;
}

    .yith-wcwl-with-pretty-photo .pp_content {
        height: auto !important;
    }

.woocommerce .wishlist-fragment .blockUI.blockOverlay:before, .woocommerce .yith-wcwl-popup-form .blockUI.blockOverlay:before {
    display: none;
}

.yith-wcwl-popup {
    display: none;
}

.yith-wcwl-popup-content h3 {
    text-align: center;
    font-size: 1.5em;
}

.yith-wcwl-popup-content .heading-icon, .yith-wcwl-popup-feedback .heading-icon {
    text-align: center;
    display: block;
    font-size: 70px;
    color: #333;
    margin-bottom: 15px;
}

.yith-wcwl-popup-content .popup-description {
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}

    .yith-wcwl-popup-content .popup-description a.show-tab.active {
        cursor: inherit;
        color: inherit;
        pointer-events: none;
    }

.yith-wcwl-popup-feedback p.feedback {
    margin-top: 1.5em;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
}

.yith-wcwl-popup-content label {
    display: block;
}

.yith-wcwl-popup-content input[type=text], .yith-wcwl-popup-content select {
    padding: 10px 7px;
}

.yith-wcwl-popup-content .create {
    display: none;
}

.yith-wcwl-popup-content .yith-wcwl-second-row {
    display: none;
}

.yith-wcwl-popup-footer {
    margin: 15px 0;
}

    .yith-wcwl-popup-footer .button.wishlist-submit {
        display: block;
        width: 100%;
        text-align: center;
    }

.pp_pic_holder.pp_woocommerce.feedback {
    max-width: 450px !important;
}

    .pp_pic_holder.pp_woocommerce.feedback .pp_content {
        width: auto !important;
    }

.yith-wcwl-popup-feedback {
    margin-top: 2em;
    margin-bottom: 2em;
}

.yith-wcwl-add-button.with-dropdown {
    position: relative;
    padding: 15px 0;
}

.yes-js .yith-wcwl-add-button ul.yith-wcwl-dropdown {
    display: none;
    list-style: none;
    margin-bottom: 0;
    padding: 5px 25px;
    border: 1px solid #cdcdcd;
    background: #fff;
    position: absolute;
    z-index: 15;
    top: calc(100% - 5px);
    min-width: 200px;
}

.yith-wcwl-add-button.show-dropdown ul.yith-wcwl-dropdown {
    display: block;
}

.yith-wcwl-add-button ul.yith-wcwl-dropdown li {
    padding: 15px;
    padding-left: 0;
    text-transform: uppercase;
    font-size: .8em;
}

    .yith-wcwl-add-button ul.yith-wcwl-dropdown li a {
        font-size: 1em !important;
        color: inherit;
        box-shadow: none;
    }

        .yith-wcwl-add-button ul.yith-wcwl-dropdown li a:hover {
            color: initial;
        }

    .yith-wcwl-add-button ul.yith-wcwl-dropdown li:before {
        font-family: FontAwesome;
        content: '\f067';
        margin-right: 15px;
    }

    .yith-wcwl-add-button ul.yith-wcwl-dropdown li:not(:last-child) {
        border-bottom: 1px solid #cdcdcd;
    }

.yith-wcwl-add-to-wishlist .separator + [data-title] {
    display: inline-block;
}

.yith-wcwl-add-to-wishlist .with-tooltip {
    position: relative;
}

.yith-wcwl-tooltip {
    z-index: 10;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
    top: calc(100% + 5px);
    pointer-events: none;
    cursor: initial;
    font-size: .6875rem;
    line-height: normal;
    display: none;
}

.with-dropdown .yith-wcwl-tooltip {
    top: auto;
    bottom: calc(100% + 10px);
}

.with-tooltip .yith-wcwl-tooltip {
    position: absolute;
}

    .with-tooltip .yith-wcwl-tooltip:before {
        content: '';
        display: block;
        position: absolute;
        top: -5px;
        left: calc(50% - 2px);
        width: 0;
        height: 0;
        background: 0 0 !important;
        border-left: 5px solid transparent !important;
        border-right: 5px solid transparent !important;
        border-bottom: 5px solid;
    }

.with-dropdown .with-tooltip .yith-wcwl-tooltip:before {
    bottom: -5px;
    top: auto;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid;
    border-bottom: none;
}

#yith-wcwl-popup-message {
    font-weight: 700;
    line-height: 50px;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    box-shadow: 0 0 15px rgba(0,0,0,.3);
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 7px 40px;
    z-index: 10000;
}

.wishlist-title {
    display: inline-block;
}

    .wishlist-title h2 {
        display: inline-block;
        padding: 5px;
    }

    .wishlist-title.wishlist-title-with-form h2:hover {
        background: #efefef;
    }

    .wishlist-title a.show-title-form {
        cursor: pointer;
        visibility: hidden;
    }

    .wishlist-title:hover a.show-title-form {
        visibility: visible;
    }

.hidden-title-form {
    position: relative;
    margin: 25px 0 39px;
}

.yes-js .hidden-title-form {
    display: none;
}

.hidden-title-form .edit-title-buttons {
    position: absolute;
    right: 5px;
    top: calc(50% - 15px);
}

.hidden-title-form > input[type=text] {
    padding-right: 65px;
    line-height: 1;
}

.hidden-title-form a {
    cursor: pointer;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 1.3em;
}

    .hidden-title-form a i {
        margin: 0;
        display: inline-block;
    }

table.wishlist_table {
    font-size: 80%;
}

    table.wishlist_table tr {
        position: relative;
    }

    table.wishlist_table thead th {
        border-top: 1px solid;
        padding: 16px 12px;
    }

    table.wishlist_table tbody td {
        padding: 16px 12px;
    }

    table.wishlist_table tbody td, table.wishlist_table thead th {
        border-color: #e7e7e7;
    }

        p.wishlist-empty, table.wishlist_table tbody td.wishlist-empty {
            text-align: center;
            margin: 100px 0;
        }

.wishlist_table tr td, .wishlist_table tr th.product-checkbox, .wishlist_table tr th.wishlist-delete {
    text-align: center;
}

.wishlist_table tr th.product-checkbox {
    vertical-align: middle;
    width: 40px;
}

.wishlist_table tr th.product-remove {
    vertical-align: middle;
    width: 40px;
}

.wishlist_table tr th.product-thumbnail {
    width: 80px;
}

.wishlist_table tfoot td, .wishlist_table tr td.product-name, .wishlist_table tr td.product-thumbnail, .wishlist_table tr td.wishlist-name, .wishlist_table tr td.wishlist-privacy {
    text-align: left;
}

.wishlist_table tr td.product-remove {
    padding: 16px 0;
}

.wishlist_table tr td.product-thumbnail a {
    display: block;
    border: none;
    max-width: 80px;
}

    .wishlist_table tr td.product-thumbnail a img {
        width: 100%;
    }

.wishlist_table tr td.product-arrange {
    cursor: grab;
}

    .wishlist_table tr td.product-arrange:active {
        cursor: grabbing;
    }

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #297e29;
}

.wishlist_table .product-stock-status span.wishlist-out-of-stock {
    color: red;
}

.wishlist_table .product-add-to-cart span.dateadded {
    display: block;
}

.wishlist_table .product-add-to-cart a {
    display: table !important;
    margin: 0 auto 5px !important;
    text-align: center;
}

    .wishlist_table .product-add-to-cart a.button {
        padding: 6px 25px !important;
    }

    .wishlist_table .product-add-to-cart a > img {
        display: inline;
        max-width: 2em;
    }

.wishlist_table .price-variation {
    display: block;
}

    .wishlist_table .price-variation.decrease .variation-rate {
        color: red;
    }

    .wishlist_table .price-variation .old-price {
        display: block;
    }

.wishlist_table a.button {
    white-space: normal;
    margin-bottom: 5px !important;
}

.wishlist_table.modern_grid {
    list-style: none;
    margin: 0 -7px 35px;
    font-size: 0;
}

    .wishlist_table.modern_grid li {
        display: inline-block;
        vertical-align: top;
        width: 33.33%;
        padding: 0 7px;
        margin-bottom: 15px;
    }

        .wishlist_table.images_grid li.wishlist-empty, .wishlist_table.modern_grid li.wishlist-empty {
            width: 100%;
            font-size: 1rem;
            text-align: center;
            margin: 50px 0;
        }

.wishlist_table.images_grid li.show {
    z-index: 10;
}

.wishlist_table.images_grid.products li.product.first, .wishlist_table.images_grid.products li.product.last {
    clear: none;
}

.wishlist_table.images_grid.columns-2.products li.product:nth-of-type(2n+1), .wishlist_table.images_grid.columns-3.products li.product:nth-of-type(3n+1), .wishlist_table.images_grid.columns-4.products li.product:nth-of-type(4n+1), .wishlist_table.images_grid.columns-5.products li.product:nth-of-type(5n+1), .wishlist_table.images_grid.columns-6.products li.product:nth-of-type(6n+1) {
    clear: both;
}

.wishlist_table.modern_grid li .item-wrapper {
    display: table;
    margin: 0 -7px;
}

.wishlist_table.modern_grid li .item-details, .wishlist_table.modern_grid li .product-thumbnail {
    display: table-cell;
    vertical-align: top;
    box-sizing: border-box;
    width: 50%;
    padding: 0 7px;
    font-size: 1rem;
}

.wishlist_table.images_grid li .product-thumbnail, .wishlist_table.modern_grid li .product-thumbnail {
    position: relative;
}

    .wishlist_table.images_grid li .product-thumbnail .product-checkbox, .wishlist_table.modern_grid li .product-thumbnail .product-checkbox {
        position: absolute;
        top: 7px;
        left: 15px;
        z-index: 2;
    }

    .wishlist_table.modern_grid li .product-thumbnail > a {
        display: block;
    }

        .wishlist_table.modern_grid li .product-thumbnail > a img {
            display: block;
        }

.wishlist_table.images_grid li.show .product-thumbnail > a img, .wishlist_table.images_grid li:hover .product-thumbnail > a img {
    filter: brightness(1.1);
}

.wishlist_table.modern_grid.wishlist_view li .item-details {
    position: relative;
}

    .wishlist_table.modern_grid.wishlist_view li .item-details:before {
        content: '';
        display: block;
        top: 0;
        bottom: 0;
        left: 7px;
        background: #fff;
        position: absolute;
        right: 7px;
        z-index: 0;
        border: 1px solid #cdcdcd;
    }

.wishlist_table.images_grid li .item-details {
    display: none;
    position: absolute;
    z-index: 2;
    bottom: 15px;
    left: calc(50% - 150px);
    width: 300px;
    background: #fff;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.wishlist_table.images_grid li.show .item-details {
    display: block;
}

.wishlist_table.modern_grid li .item-details .item-details-wrapper {
    padding: 15px 20px;
    line-height: normal;
    position: relative;
}

.wishlist_table.images_grid li .item-details a.close {
    position: absolute;
    top: 10px;
    right: 20px;
}

.wishlist_table.images_grid li .item-details h3, .wishlist_table.mobile li .item-details h3, .wishlist_table.modern_grid li .item-details h3 {
    margin-bottom: 7px;
}

.wishlist_table.images_grid li .item-details table.item-details-table, .wishlist_table.mobile li .item-details table.item-details-table, .wishlist_table.mobile li table.additional-info, .wishlist_table.modern_grid li .item-details table.item-details-table {
    border: none;
    margin-bottom: 7px;
}

    .wishlist_table.images_grid li .item-details table.item-details-table td, .wishlist_table.mobile li .item-details table.item-details-table td, .wishlist_table.mobile li table.additional-info td, .wishlist_table.modern_grid li .item-details table.item-details-table td {
        border: none;
        font-size: .7em;
        padding: 3px;
        vertical-align: top;
    }

        .wishlist_table.images_grid li .item-details table.item-details-table td.label, .wishlist_table.mobile li .item-details table.item-details-table td.label, .wishlist_table.mobile li table.additional-info td.label, .wishlist_table.modern_grid li .item-details table.item-details-table td.label {
            text-align: left;
            font-weight: 700;
            width: 40%;
        }

        .wishlist_table.images_grid li .item-details table.item-details-table td.value, .wishlist_table.mobile li .item-details table.item-details-table td.value, .wishlist_table.mobile li table.additional-info td.value, .wishlist_table.modern_grid li .item-details table.item-details-table td.value {
            text-align: right;
        }

            .wishlist_table.modern_grid li .item-details table.item-details-table td.value a.selectBox {
                margin-right: 0;
            }

            .wishlist_table.images_grid li .item-details table.item-details-table td.value input, .wishlist_table.mobile li table.additional-info td.value input, .wishlist_table.modern_grid li .item-details table.item-details-table td.value input {
                width: auto;
            }

.wishlist_table.images_grid li .item-details .product-add-to-cart, .wishlist_table.modern_grid li .item-details .product-add-to-cart {
    text-align: center;
    margin-bottom: 7px;
}

.wishlist_table.images_grid li .item-details .move-to-another-wishlist, .wishlist_table.modern_grid li .item-details .move-to-another-wishlist {
    text-align: center;
    margin-bottom: 7px;
}

.wishlist_table.images_grid li .item-details .product-remove, .wishlist_table.modern_grid li .item-details .product-remove {
    text-align: right;
}

    .wishlist_table.images_grid li .item-details .product-remove a, .wishlist_table.modern_grid li .item-details .product-remove a {
        border: none;
        border-radius: 0;
        display: inline-block;
    }

.wishlist_table.mobile {
    list-style: none;
    margin-left: 0;
}

    .wishlist_table.mobile li {
        margin-bottom: 7px;
    }

        .wishlist_table.mobile li .product-checkbox {
            display: inline-block;
            width: 20px;
            vertical-align: top;
        }

        .wishlist_table.mobile li .item-wrapper {
            display: inline-block;
            width: calc(100% - 25px);
            vertical-align: top;
            margin-bottom: 7px;
        }

.wishlist_table.wishlist_manage_table.mobile li.wishlist-empty {
    text-align: center;
}

.wishlist_table.wishlist_manage_table.mobile li .item-wrapper {
    width: 100%;
}

.wishlist_table.mobile li .item-wrapper .product-thumbnail {
    display: inline-block;
    max-width: 60px;
    margin-right: 10px;
}

.wishlist_table.mobile li .item-wrapper .item-details {
    display: inline-block;
    width: calc(100% - 80px);
    vertical-align: top;
}

.wishlist_table.mobile.with-checkbox li .additional-info-wrapper {
    padding-left: 20px;
}

.wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist, .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    text-align: center;
    margin-bottom: 7px;
}

.wishlist_table.mobile li .additional-info-wrapper .product-remove {
    text-align: right;
}

a.add_to_wishlist {
    cursor: pointer;
}

.yith-wcwl-add-to-wishlist .feedback .yith-wcwl-icon {
    margin-right: 5px;
}

.yith-wcwl-add-to-wishlist a.add_to_wishlist > img, .yith-wcwl-add-to-wishlist a.delete_item > img, .yith-wcwl-add-to-wishlist a.move_to_another_wishlist > img {
    max-width: 32px;
    display: inline-block;
    margin-right: 10px;
}

a.add_to_wishlist + a.view-wishlist, a.delete_item + a.view-wishlist {
    margin-left: 15px;
}

.summary .single_add_to_wishlist.button, div.product .woocommerce-price-and-add .single_add_to_wishlist.button {
    margin: 0;
}

.wishlist_table .add_to_cart.button {
    padding: 7px 12px;
    line-height: normal;
}

.yith-wcwl-add-to-wishlist {
    margin-top: 10px;
}

.hidden-title-form button i, .wishlist-title a.show-title-form i, .wishlist_manage_table tfoot a.create-new-wishlist i, .wishlist_manage_table tfoot button.submit-wishlist-changes i, .wishlist_table .add_to_cart.button i, .wishlist_table .ask-an-estimate-button i, .yith-wcwl-add-button > a i, .yith-wcwl-wishlist-new button i, .yith-wcwl-wishlist-search-form button.wishlist-search-button i {
    margin-right: 10px;
}

.hidden-title-form a.hide-title-form, .wishlist-title a.show-title-form, .wishlist_manage_table a.create-new-wishlist, .wishlist_manage_table button.submit-wishlist-changes, .wishlist_table .add_to_cart.button, .wishlist_table a.ask-an-estimate-button, .woocommerce .yith-wcwl-wishlist-new button, .yith-wcwl-add-button a.add_to_wishlist, .yith-wcwl-popup-button a.add_to_wishlist, .yith-wcwl-wishlist-search-form button.wishlist-search-button {
    margin: 0;
    box-shadow: none;
    text-shadow: none;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    position: absolute;
    z-index: 10;
    margin: 0;
    top: 10px;
    left: 10px;
}

    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .with-dropdown {
        padding: 0;
    }

    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .disabled_item, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .open-pretty-photo {
        font-size: 0;
        background: 0 0;
    }

    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .delete_item, .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .move_to_another_wishlist {
        font-size: 0;
    }

    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback {
        display: none;
    }

        .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .feedback + a {
            font-size: 0;
            background: 0 0;
        }

    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
        font-size: 1.6rem;
        margin: 0;
    }

    .add-to-wishlist-before_image .yith-wcwl-add-to-wishlist img {
        margin: 0;
    }

.woocommerce .wishlist-title {
    margin-bottom: 30px;
}

    .woocommerce .wishlist-title h2 {
        vertical-align: middle;
        margin-bottom: 0;
    }

.woocommerce .hidden-title-form button {
    padding: 7px 24px;
    vertical-align: middle;
    border: none;
    position: relative;
}

    .woocommerce .hidden-title-form button:active {
        top: 1px;
    }

.woocommerce .back-to-all-wishlists {
    margin-bottom: 20px;
}

.woocommerce #content table.wishlist_table.cart a.remove {
    color: #c3c3c3;
    margin: 0 auto;
}

    .woocommerce #content table.wishlist_table.cart a.remove:hover {
        background-color: #c3c3c3;
        color: #fff;
    }

.yith-wcwl-share {
    margin-bottom: 35px;
}

    .yith-wcwl-share h4.yith-wcwl-share-title {
        margin: 10px 0;
    }

    .yith-wcwl-share ul {
        margin: 5px 0;
        padding: 0;
    }

        .entry-content .yith-wcwl-share ul li, .yith-wcwl-share ul li {
            display: inline-block;
            margin-left: 0;
            margin-right: 0;
        }

    .yith-wcwl-share li a {
        color: #fff;
        text-align: center;
        text-decoration: none;
        line-height: 1;
        padding: 5px;
        display: block;
        border: none;
        min-width: 26px;
        min-height: 26px;
    }

        .yith-wcwl-share li a:hover {
            color: #fff;
        }

        .yith-wcwl-share li a > img {
            max-width: 1em;
        }

.copy-trigger {
    cursor: pointer;
}

.woocommerce .ask-an-estimate-button > img {
    max-width: 1em;
    display: inline;
    margin-right: 5px;
}

#ask_an_estimate_popup {
    display: none;
}

.wishlist-ask-an-estimate-popup .ask-an-estimate-button-popup {
    width: 100%;
}

.wishlist-ask-an-estimate-popup .woocommerce-error {
    margin-bottom: 0;
}

.wishlist-ask-an-estimate-popup #additional_notes {
    min-height: 150px;
}

.ask-an-estimate-confirmation {
    padding: 0 30px;
    text-align: center;
}

.yith_wcwl_wishlist_footer > div {
    margin-bottom: 15px;
}

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action {
    float: left;
}

    .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action label {
        display: inline-block;
        margin-right: 10px;
    }

    .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action #bulk_actions {
        min-width: 250px;
    }

    .yith_wcwl_wishlist_footer .yith_wcwl_wishlist_bulk_action input[type=submit] {
        margin: 0;
        margin-left: 10px;
    }

.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update {
    float: right;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
    float: left;
    clear: both;
}

.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
    float: right;
}

    .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action > * {
        vertical-align: middle;
    }

.yith_wcwl_wishlist_update + .yith_wcwl_footer_additional_action {
    clear: both;
}

.wishlist-page-links {
    clear: both;
}

#move_to_another_wishlist {
    display: none;
}

.yith-wcwl-wishlist-new {
    padding: 20px 0;
}

.yith-wcwl-popup-content .yith-wcwl-wishlist-new {
    padding: 0;
}

.yith-wcwl-wishlist-new .wishlist-name {
    display: inline-block;
}

.yith-wcwl-wishlist-new .wishlist-privacy-radio label {
    display: block;
}

.yith-wcwl-popup-content .create-wishlist-button {
    margin-top: 15px;
    width: 100%;
}

#create_new_wishlist {
    display: none;
}

.wishlist_manage_table select {
    vertical-align: middle;
    margin-right: 10px;
}

.wishlist_manage_table td.wishlist-name .wishlist-title {
    margin-bottom: 0;
}

    .wishlist_manage_table td.wishlist-name .wishlist-title .show-title-form {
        display: inline-block;
        padding: 0;
        border: none;
        background: 0 0;
        top: 0;
        margin: 0;
    }

.wishlist_manage_table td.wishlist-name a.show-title-form i {
    padding: 5px;
    margin: 0;
}

.wishlist_manage_table td.wishlist-name:hover a.show-title-form {
    visibility: visible;
}

.wishlist_manage_table td.wishlist-name .hidden-title-form {
    margin: 0 !important;
    width: 100%;
}

    .wishlist_manage_table td.wishlist-name .hidden-title-form input[type=text] {
        width: 100%;
        min-width: 0;
    }

.wishlist_manage_table td.wishlist-name .hidden-title-form {
    position: relative;
}

table.wishlist_manage_table tfoot td {
    text-align: right;
    padding: 24px 12px;
}

.wishlist_manage_table tfoot button.submit-wishlist-changes {
    padding: 7px 24px;
    vertical-align: middle;
    border: 1px solid;
    border-radius: 3px;
    position: relative;
    line-height: normal;
}

    .wishlist_manage_table tfoot button.submit-wishlist-changes:active {
        top: 1px;
    }

.wishlist_manage_table tfoot a.create-new-wishlist {
    vertical-align: middle;
    line-height: normal;
    padding: 7px 24px;
}

.wishlist_manage_table.modern_grid li.wishlist-empty {
    margin: 50px 0;
}

.wishlist_manage_table.modern_grid li .item-wrapper {
    display: block;
    margin: 0;
    padding: 40px 50px;
    background: #fff;
    border: 1px solid #cdcdcd;
}

.wishlist_manage_table.modern_grid li .item-details, .wishlist_manage_table.modern_grid li .product-thumbnail {
    display: block;
    width: 100%;
    padding: 0;
}

    .wishlist_manage_table.modern_grid li .item-details .hidden-title-form {
        width: 100%;
    }

    .wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box {
        display: flex;
        background: #f2f2f2;
        min-height: 400px;
        align-items: center;
        justify-content: center;
        margin-bottom: 15px;
    }

        .wishlist_manage_table.modern_grid li .product-thumbnail .placeholder-item.empty-box p {
            font-size: 1em;
            line-height: 1.5em;
            font-weight: 600;
        }

    .wishlist_manage_table.modern_grid li .product-thumbnail img:first-child {
        width: 100%;
        margin-bottom: 15px;
    }

    .wishlist_manage_table.modern_grid li .product-thumbnail img {
        width: calc(50% - 8px);
    }

        .wishlist_manage_table.modern_grid li .product-thumbnail img:nth-child(3) {
            margin-left: 15px;
        }

.wishlist_manage_table.modern_grid li .wishlist-title-with-form {
    display: block;
}

    .wishlist_manage_table.modern_grid li .wishlist-title-with-form h3 {
        display: inline-block;
    }

    .wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form, .wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form:hover {
        visibility: visible;
        float: right;
        margin: 0;
        background: 0 0;
        color: inherit;
    }

        .wishlist_manage_table.modern_grid li .wishlist-title-with-form .show-title-form i {
            margin: 0;
        }

.wishlist_manage_table.modern_grid li .hidden-title-form {
    margin-top: 0 !important;
}

    .wishlist_manage_table.modern_grid li .hidden-title-form input[type=text] {
        width: 100%;
        min-width: 0;
    }

.wishlist_manage_table.mobile li {
    margin-bottom: 30px;
}

    .wishlist_manage_table.mobile li .item-wrapper .item-details {
        width: 100%;
    }

    .wishlist_manage_table.mobile li .item-details .hidden-title-form {
        position: relative;
    }

        .wishlist_manage_table.mobile li .item-details .hidden-title-form input[type=text] {
            width: 100%;
        }

    .wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title {
        display: block;
        border-bottom: 1px solid #cdcdcd;
        position: relative;
    }

    .wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form {
        position: absolute;
        right: 0;
        top: 0;
        visibility: visible;
    }

        .wishlist_manage_table.mobile li .item-wrapper .item-details .wishlist-title-with-form a.show-title-form i {
            margin-right: 0;
        }

    .wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.selectBox {
        margin-right: 0;
    }

    .wishlist_manage_table.mobile li .item-details table.item-details-table td.value a.wishlist-download {
        float: left;
    }

.yith-wcwl-wishlist-search-form {
    text-align: center;
    padding: 20px 0;
}

    .yith-wcwl-wishlist-search-form #wishlist_search {
        display: inline-block;
        max-width: 300px;
        vertical-align: middle;
    }

    .yith-wcwl-wishlist-search-form button.wishlist-search-button {
        display: inline-block;
        padding: 7px 24px;
        vertical-align: middle;
        border: 1px solid;
        border-radius: 3px;
        position: relative;
        line-height: normal;
    }

        .yith-wcwl-wishlist-search-form button.wishlist-search-button i {
            margin: 0;
        }

        .yith-wcwl-wishlist-search-form button.wishlist-search-button:active {
            top: 1px;
        }

.yith-wcwl-search-results .wishlist-owner {
    text-align: left;
}

    .yith-wcwl-search-results .wishlist-owner .thumb {
        display: inline-block;
        margin-right: 15px;
    }

.yith-wcwl-add-to-wishlist .ajax-loading {
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    display: inline !important;
    margin-left: 5px;
    vertical-align: middle;
    visibility: hidden;
    width: 16px !important;
    height: 16px !important;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown li, .widget_yith-wcwl-lists ul.dropdown li {
    padding: 0;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists > li a, .elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown > li a, .widget_yith-wcwl-lists ul.dropdown ul.lists > li a, .widget_yith-wcwl-lists ul.dropdown > li a {
    display: block;
    padding: 5px 15px;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists > li a, .widget_yith-wcwl-lists ul.dropdown ul.lists > li a {
    padding: 5px 25px;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown > li.lists-section, .widget_yith-wcwl-lists ul.dropdown > li.lists-section {
    border-bottom: 1px solid #e7e7e7;
}

.elementor-widget-wp-widget-yith-wcwl-lists ul.dropdown ul.lists, .widget_yith-wcwl-lists ul.dropdown ul.lists {
    margin: 0;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini, .widget_yith-wcwl-items .mini {
    position: relative;
}

.elementor-widget-wp-widget-yith-wcwl-items .heading, .widget_yith-wcwl-items .heading {
    text-align: center;
    cursor: pointer;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading, .widget_yith-wcwl-items .mini .heading {
    display: inline-block;
}

.elementor-widget-wp-widget-yith-wcwl-items .heading a, .widget_yith-wcwl-items .heading a {
    color: inherit;
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter, .widget_yith-wcwl-items .extended .heading .items-counter {
    position: relative;
}

    .elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter i, .widget_yith-wcwl-items .extended .heading .items-counter i {
        font-size: 70px;
        position: relative;
        margin-bottom: 10px;
    }

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter i, .widget_yith-wcwl-items .mini .heading .items-counter i {
    font-size: 30px;
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading .items-counter .items-count, .widget_yith-wcwl-items .extended .heading .items-counter .items-count {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: calc(50% - 20px);
    font-size: 1rem;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .heading .items-counter .items-count, .widget_yith-wcwl-items .mini .heading .items-counter .items-count {
    font-size: 1rem;
}

.elementor-widget-wp-widget-yith-wcwl-items .extended .heading h3:after, .widget_yith-wcwl-items .extended .heading h3:after {
    content: '';
    display: block;
    max-width: 80px;
    border-bottom: 1px solid #cdcdcd;
    margin: 10px auto;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini .list, .widget_yith-wcwl-items .mini .list {
    position: absolute;
    z-index: 1;
    left: 0;
    background: #fff;
    padding: 25px 40px;
    display: none;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,.3);
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}

.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list, .widget_yith-wcwl-items .mini:hover .list {
    display: block;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget, .widget_yith-wcwl-items ul.product_list_widget {
    margin-bottom: 40px !important;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget, .widget_yith-wcwl-items .mini ul.product_list_widget {
    max-height: 30vh;
    overflow-y: auto;
}

    .elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar, .widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar {
        -webkit-appearance: none;
        width: 7px;
    }

    .elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget::-webkit-scrollbar-thumb, .widget_yith-wcwl-items ul.product_list_widget::-webkit-scrollbar-thumb {
        border-radius: 4px;
        background-color: rgba(0,0,0,.4);
        box-shadow: 0 0 1px rgba(255,255,255,.4);
    }

.elementor-widget-wp-widget-yith-wcwl-items p.empty-wishlist, .widget_yith-wcwl-items p.empty-wishlist {
    margin-bottom: 0 !important;
}

.elementor-widget-wp-widget-yith-wcwl-items .mini ul.product_list_widget, .widget_yith-wcwl-items .mini ul.product_list_widget {
    margin-left: -20px;
}

.elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li, .widget_yith-wcwl-items ul.product_list_widget li {
    display: table;
}

    .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li:not(:last-child), .widget_yith-wcwl-items ul.product_list_widget li:not(:last-child) {
        margin-bottom: 10px;
    }

    .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb, .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info, .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists, .widget_yith-wcwl-items ul.product_list_widget li .image-thumb, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info, .widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists {
        display: table-cell;
        vertical-align: middle;
    }

    .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists, .widget_yith-wcwl-items ul.product_list_widget li .remove_from_all_wishlists {
        font-size: 1.2rem;
    }

    .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .image-thumb img, .widget_yith-wcwl-items ul.product_list_widget li .image-thumb img {
        margin-left: 10px;
        max-width: 40px;
    }

    .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info {
        display: inline-block;
        vertical-align: middle;
        margin-left: 10px;
    }

        .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info a {
            display: inline-block;
        }

        .elementor-widget-wp-widget-yith-wcwl-items ul.product_list_widget li .mini-cart-item-info > *, .widget_yith-wcwl-items ul.product_list_widget li .mini-cart-item-info > * {
            display: block;
        }

.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist, .elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart, .widget_yith-wcwl-items .show-wishlist, .widget_yith-wcwl-items a.add_all_to_cart {
    display: block !important;
}

.elementor-widget-wp-widget-yith-wcwl-items .show-wishlist, .widget_yith-wcwl-items .show-wishlist {
    margin-bottom: 10px;
}

.elementor-widget-wp-widget-yith-wcwl-items a.add_all_to_cart, .widget_yith-wcwl-items a.add_all_to_cart {
    text-align: center;
}

@media(max-width:768px) {
    .yith_wcwl_wishlist_bulk_action select {
        width: 100%;
        margin-bottom: 15px;
    }

    .yith_wcwl_wishlist_bulk_action input {
        float: right;
    }

    .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
        float: none;
    }

        .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action .ask-an-estimate-button {
            width: 100%;
            text-align: center;
        }
}

.yith-wcwl-share li a {
    color: #fff;
}

    .yith-wcwl-share li a:hover {
        color: #fff;
    }

.yith-wcwl-share a.facebook {
    background: #39599e;
    background-color: #39599e;
}

    .yith-wcwl-share a.facebook:hover {
        background: #39599e;
        background-color: #39599e;
    }

.yith-wcwl-share a.twitter {
    background: #45afe2;
    background-color: #45afe2;
}

    .yith-wcwl-share a.twitter:hover {
        background: #39599e;
        background-color: #39599e;
    }

.yith-wcwl-share a.pinterest {
    background: #ab2e31;
    background-color: #ab2e31;
}

    .yith-wcwl-share a.pinterest:hover {
        background: #39599e;
        background-color: #39599e;
    }

.yith-wcwl-share a.email {
    background: #fbb102;
    background-color: #fbb102;
}

    .yith-wcwl-share a.email:hover {
        background: #39599e;
        background-color: #39599e;
    }

.yith-wcwl-share a.whatsapp {
    background: #00a901;
    background-color: #00a901;
}

    .yith-wcwl-share a.whatsapp:hover {
        background: #39599e;
        background-color: #39599e;
    }

body {
    --wp--preset--color--black:#000;
    --wp--preset--color--cyan-bluish-gray:#abb8c3;
    --wp--preset--color--white:#fff;
    --wp--preset--color--pale-pink:#f78da7;
    --wp--preset--color--vivid-red:#cf2e2e;
    --wp--preset--color--luminous-vivid-orange:#ff6900;
    --wp--preset--color--luminous-vivid-amber:#fcb900;
    --wp--preset--color--light-green-cyan:#7bdcb5;
    --wp--preset--color--vivid-green-cyan:#00d084;
    --wp--preset--color--pale-cyan-blue:#8ed1fc;
    --wp--preset--color--vivid-cyan-blue:#0693e3;
    --wp--preset--color--vivid-purple:#9b51e0;
    --wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);
    --wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);
    --wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);
    --wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);
    --wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);
    --wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);
    --wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);
    --wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);
    --wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);
    --wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);
    --wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);
    --wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);
    --wp--preset--duotone--dark-grayscale:url('#wp-duotone-dark-grayscale');
    --wp--preset--duotone--grayscale:url('#wp-duotone-grayscale');
    --wp--preset--duotone--purple-yellow:url('#wp-duotone-purple-yellow');
    --wp--preset--duotone--blue-red:url('#wp-duotone-blue-red');
    --wp--preset--duotone--midnight:url('#wp-duotone-midnight');
    --wp--preset--duotone--magenta-yellow:url('#wp-duotone-magenta-yellow');
    --wp--preset--duotone--purple-green:url('#wp-duotone-purple-green');
    --wp--preset--duotone--blue-orange:url('#wp-duotone-blue-orange');
    --wp--preset--font-size--small:13px;
    --wp--preset--font-size--medium:20px;
    --wp--preset--font-size--large:36px;
    --wp--preset--font-size--x-large:42px;
}

.has-black-color {
    color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-color {
    color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-color {
    color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-color {
    color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-color {
    color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-color {
    color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-color {
    color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-color {
    color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-color {
    color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-color {
    color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-color {
    color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-color {
    color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-background-color {
    background-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-background-color {
    background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-background-color {
    background-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-background-color {
    background-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-background-color {
    background-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-background-color {
    background-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-background-color {
    background-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-background-color {
    background-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-background-color {
    background-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-background-color {
    background-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-background-color {
    background-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-black-border-color {
    border-color: var(--wp--preset--color--black) !important;
}

.has-cyan-bluish-gray-border-color {
    border-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

.has-white-border-color {
    border-color: var(--wp--preset--color--white) !important;
}

.has-pale-pink-border-color {
    border-color: var(--wp--preset--color--pale-pink) !important;
}

.has-vivid-red-border-color {
    border-color: var(--wp--preset--color--vivid-red) !important;
}

.has-luminous-vivid-orange-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-orange) !important;
}

.has-luminous-vivid-amber-border-color {
    border-color: var(--wp--preset--color--luminous-vivid-amber) !important;
}

.has-light-green-cyan-border-color {
    border-color: var(--wp--preset--color--light-green-cyan) !important;
}

.has-vivid-green-cyan-border-color {
    border-color: var(--wp--preset--color--vivid-green-cyan) !important;
}

.has-pale-cyan-blue-border-color {
    border-color: var(--wp--preset--color--pale-cyan-blue) !important;
}

.has-vivid-cyan-blue-border-color {
    border-color: var(--wp--preset--color--vivid-cyan-blue) !important;
}

.has-vivid-purple-border-color {
    border-color: var(--wp--preset--color--vivid-purple) !important;
}

.has-vivid-cyan-blue-to-vivid-purple-gradient-background {
    background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;
}

.has-light-green-cyan-to-vivid-green-cyan-gradient-background {
    background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;
}

.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;
}

.has-luminous-vivid-orange-to-vivid-red-gradient-background {
    background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;
}

.has-very-light-gray-to-cyan-bluish-gray-gradient-background {
    background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;
}

.has-cool-to-warm-spectrum-gradient-background {
    background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;
}

.has-blush-light-purple-gradient-background {
    background: var(--wp--preset--gradient--blush-light-purple) !important;
}

.has-blush-bordeaux-gradient-background {
    background: var(--wp--preset--gradient--blush-bordeaux) !important;
}

.has-luminous-dusk-gradient-background {
    background: var(--wp--preset--gradient--luminous-dusk) !important;
}

.has-pale-ocean-gradient-background {
    background: var(--wp--preset--gradient--pale-ocean) !important;
}

.has-electric-grass-gradient-background {
    background: var(--wp--preset--gradient--electric-grass) !important;
}

.has-midnight-gradient-background {
    background: var(--wp--preset--gradient--midnight) !important;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.ext-absolute {
    position: absolute !important;
}

.ext-relative {
    position: relative !important;
}

.ext-top-base {
    top: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-top-lg {
    top: var(--extendify--spacing--large) !important;
}

.ext--top-base {
    top: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
}

.ext--top-lg {
    top: calc(var(--extendify--spacing--large)*-1) !important;
}

.ext-right-base {
    right: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-right-lg {
    right: var(--extendify--spacing--large) !important;
}

.ext--right-base {
    right: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
}

.ext--right-lg {
    right: calc(var(--extendify--spacing--large)*-1) !important;
}

.ext-bottom-base {
    bottom: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-bottom-lg {
    bottom: var(--extendify--spacing--large) !important;
}

.ext--bottom-base {
    bottom: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
}

.ext--bottom-lg {
    bottom: calc(var(--extendify--spacing--large)*-1) !important;
}

.ext-left-base {
    left: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-left-lg {
    left: var(--extendify--spacing--large) !important;
}

.ext--left-base {
    left: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
}

.ext--left-lg {
    left: calc(var(--extendify--spacing--large)*-1) !important;
}

.ext-order-1 {
    order: 1 !important;
}

.ext-order-2 {
    order: 2 !important;
}

.ext-col-auto {
    grid-column: auto !important;
}

.ext-col-span-1 {
    grid-column: span 1/span 1 !important;
}

.ext-col-span-2 {
    grid-column: span 2/span 2 !important;
}

.ext-col-span-3 {
    grid-column: span 3/span 3 !important;
}

.ext-col-span-4 {
    grid-column: span 4/span 4 !important;
}

.ext-col-span-5 {
    grid-column: span 5/span 5 !important;
}

.ext-col-span-6 {
    grid-column: span 6/span 6 !important;
}

.ext-col-span-7 {
    grid-column: span 7/span 7 !important;
}

.ext-col-span-8 {
    grid-column: span 8/span 8 !important;
}

.ext-col-span-9 {
    grid-column: span 9/span 9 !important;
}

.ext-col-span-10 {
    grid-column: span 10/span 10 !important;
}

.ext-col-span-11 {
    grid-column: span 11/span 11 !important;
}

.ext-col-span-12 {
    grid-column: span 12/span 12 !important;
}

.ext-col-span-full {
    grid-column: 1/-1 !important;
}

.ext-col-start-1 {
    grid-column-start: 1 !important;
}

.ext-col-start-2 {
    grid-column-start: 2 !important;
}

.ext-col-start-3 {
    grid-column-start: 3 !important;
}

.ext-col-start-4 {
    grid-column-start: 4 !important;
}

.ext-col-start-5 {
    grid-column-start: 5 !important;
}

.ext-col-start-6 {
    grid-column-start: 6 !important;
}

.ext-col-start-7 {
    grid-column-start: 7 !important;
}

.ext-col-start-8 {
    grid-column-start: 8 !important;
}

.ext-col-start-9 {
    grid-column-start: 9 !important;
}

.ext-col-start-10 {
    grid-column-start: 10 !important;
}

.ext-col-start-11 {
    grid-column-start: 11 !important;
}

.ext-col-start-12 {
    grid-column-start: 12 !important;
}

.ext-col-start-13 {
    grid-column-start: 13 !important;
}

.ext-col-start-auto {
    grid-column-start: auto !important;
}

.ext-col-end-1 {
    grid-column-end: 1 !important;
}

.ext-col-end-2 {
    grid-column-end: 2 !important;
}

.ext-col-end-3 {
    grid-column-end: 3 !important;
}

.ext-col-end-4 {
    grid-column-end: 4 !important;
}

.ext-col-end-5 {
    grid-column-end: 5 !important;
}

.ext-col-end-6 {
    grid-column-end: 6 !important;
}

.ext-col-end-7 {
    grid-column-end: 7 !important;
}

.ext-col-end-8 {
    grid-column-end: 8 !important;
}

.ext-col-end-9 {
    grid-column-end: 9 !important;
}

.ext-col-end-10 {
    grid-column-end: 10 !important;
}

.ext-col-end-11 {
    grid-column-end: 11 !important;
}

.ext-col-end-12 {
    grid-column-end: 12 !important;
}

.ext-col-end-13 {
    grid-column-end: 13 !important;
}

.ext-col-end-auto {
    grid-column-end: auto !important;
}

.ext-row-auto {
    grid-row: auto !important;
}

.ext-row-span-1 {
    grid-row: span 1/span 1 !important;
}

.ext-row-span-2 {
    grid-row: span 2/span 2 !important;
}

.ext-row-span-3 {
    grid-row: span 3/span 3 !important;
}

.ext-row-span-4 {
    grid-row: span 4/span 4 !important;
}

.ext-row-span-5 {
    grid-row: span 5/span 5 !important;
}

.ext-row-span-6 {
    grid-row: span 6/span 6 !important;
}

.ext-row-span-full {
    grid-row: 1/-1 !important;
}

.ext-row-start-1 {
    grid-row-start: 1 !important;
}

.ext-row-start-2 {
    grid-row-start: 2 !important;
}

.ext-row-start-3 {
    grid-row-start: 3 !important;
}

.ext-row-start-4 {
    grid-row-start: 4 !important;
}

.ext-row-start-5 {
    grid-row-start: 5 !important;
}

.ext-row-start-6 {
    grid-row-start: 6 !important;
}

.ext-row-start-7 {
    grid-row-start: 7 !important;
}

.ext-row-start-auto {
    grid-row-start: auto !important;
}

.ext-row-end-1 {
    grid-row-end: 1 !important;
}

.ext-row-end-2 {
    grid-row-end: 2 !important;
}

.ext-row-end-3 {
    grid-row-end: 3 !important;
}

.ext-row-end-4 {
    grid-row-end: 4 !important;
}

.ext-row-end-5 {
    grid-row-end: 5 !important;
}

.ext-row-end-6 {
    grid-row-end: 6 !important;
}

.ext-row-end-7 {
    grid-row-end: 7 !important;
}

.ext-row-end-auto {
    grid-row-end: auto !important;
}

.ext-m-0:not([style*=margin]) {
    margin: 0 !important;
}

.ext-m-auto:not([style*=margin]) {
    margin: auto !important;
}

.ext-m-base:not([style*=margin]) {
    margin: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-m-lg:not([style*=margin]) {
    margin: var(--extendify--spacing--large) !important;
}

.ext--m-base:not([style*=margin]) {
    margin: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
}

.ext--m-lg:not([style*=margin]) {
    margin: calc(var(--extendify--spacing--large)*-1) !important;
}

.ext-mx-0:not([style*=margin]) {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ext-mx-auto:not([style*=margin]) {
    margin-left: auto !important;
    margin-right: auto !important;
}

.ext-mx-base:not([style*=margin]) {
    margin-left: var(--wp--style--block-gap,1.75rem) !important;
    margin-right: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-mx-lg:not([style*=margin]) {
    margin-left: var(--extendify--spacing--large) !important;
    margin-right: var(--extendify--spacing--large) !important;
}

.ext--mx-base:not([style*=margin]) {
    margin-left: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    margin-right: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
}

.ext--mx-lg:not([style*=margin]) {
    margin-left: calc(var(--extendify--spacing--large)*-1) !important;
    margin-right: calc(var(--extendify--spacing--large)*-1) !important;
}

.ext-my-0:not([style*=margin]) {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.ext-my-auto:not([style*=margin]) {
    margin-bottom: auto !important;
    margin-top: auto !important;
}

.ext-my-base:not([style*=margin]) {
    margin-bottom: var(--wp--style--block-gap,1.75rem) !important;
    margin-top: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-my-lg:not([style*=margin]) {
    margin-bottom: var(--extendify--spacing--large) !important;
    margin-top: var(--extendify--spacing--large) !important;
}

.ext--my-base:not([style*=margin]) {
    margin-bottom: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    margin-top: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
}

.ext--my-lg:not([style*=margin]) {
    margin-bottom: calc(var(--extendify--spacing--large)*-1) !important;
    margin-top: calc(var(--extendify--spacing--large)*-1) !important;
}

.ext-mt-0:not([style*=margin]) {
    margin-top: 0 !important;
}

.ext-mt-auto:not([style*=margin]) {
    margin-top: auto !important;
}

.ext-mt-base:not([style*=margin]) {
    margin-top: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-mt-lg:not([style*=margin]) {
    margin-top: var(--extendify--spacing--large) !important;
}

.ext--mt-base:not([style*=margin]) {
    margin-top: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
}

.ext--mt-lg:not([style*=margin]) {
    margin-top: calc(var(--extendify--spacing--large)*-1) !important;
}

.ext-mr-0:not([style*=margin]) {
    margin-right: 0 !important;
}

.ext-mr-auto:not([style*=margin]) {
    margin-right: auto !important;
}

.ext-mr-base:not([style*=margin]) {
    margin-right: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-mr-lg:not([style*=margin]) {
    margin-right: var(--extendify--spacing--large) !important;
}

.ext--mr-base:not([style*=margin]) {
    margin-right: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
}

.ext--mr-lg:not([style*=margin]) {
    margin-right: calc(var(--extendify--spacing--large)*-1) !important;
}

.ext-mb-0:not([style*=margin]) {
    margin-bottom: 0 !important;
}

.ext-mb-auto:not([style*=margin]) {
    margin-bottom: auto !important;
}

.ext-mb-base:not([style*=margin]) {
    margin-bottom: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-mb-lg:not([style*=margin]) {
    margin-bottom: var(--extendify--spacing--large) !important;
}

.ext--mb-base:not([style*=margin]) {
    margin-bottom: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
}

.ext--mb-lg:not([style*=margin]) {
    margin-bottom: calc(var(--extendify--spacing--large)*-1) !important;
}

.ext-ml-0:not([style*=margin]) {
    margin-left: 0 !important;
}

.ext-ml-auto:not([style*=margin]) {
    margin-left: auto !important;
}

.ext-ml-base:not([style*=margin]) {
    margin-left: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-ml-lg:not([style*=margin]) {
    margin-left: var(--extendify--spacing--large) !important;
}

.ext--ml-base:not([style*=margin]) {
    margin-left: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
}

.ext--ml-lg:not([style*=margin]) {
    margin-left: calc(var(--extendify--spacing--large)*-1) !important;
}

.ext-block {
    display: block !important;
}

.ext-inline-block {
    display: inline-block !important;
}

.ext-inline {
    display: inline !important;
}

.ext-flex {
    display: flex !important;
}

.ext-inline-flex {
    display: inline-flex !important;
}

.ext-grid {
    display: grid !important;
}

.ext-inline-grid {
    display: inline-grid !important;
}

.ext-hidden {
    display: none !important;
}

.ext-w-auto {
    width: auto !important;
}

.ext-w-full {
    width: 100% !important;
}

.ext-max-w-full {
    max-width: 100% !important;
}

.ext-flex-1 {
    flex: 1 1 0% !important;
}

.ext-flex-auto {
    flex: 1 1 auto !important;
}

.ext-flex-initial {
    flex: 0 1 auto !important;
}

.ext-flex-none {
    flex: none !important;
}

.ext-flex-shrink-0 {
    flex-shrink: 0 !important;
}

.ext-flex-shrink {
    flex-shrink: 1 !important;
}

.ext-flex-grow-0 {
    flex-grow: 0 !important;
}

.ext-flex-grow {
    flex-grow: 1 !important;
}

.ext-list-none {
    list-style-type: none !important;
}

.ext-grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr)) !important;
}

.ext-grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
}

.ext-grid-cols-3 {
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
}

.ext-grid-cols-4 {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
}

.ext-grid-cols-5 {
    grid-template-columns: repeat(5,minmax(0,1fr)) !important;
}

.ext-grid-cols-6 {
    grid-template-columns: repeat(6,minmax(0,1fr)) !important;
}

.ext-grid-cols-7 {
    grid-template-columns: repeat(7,minmax(0,1fr)) !important;
}

.ext-grid-cols-8 {
    grid-template-columns: repeat(8,minmax(0,1fr)) !important;
}

.ext-grid-cols-9 {
    grid-template-columns: repeat(9,minmax(0,1fr)) !important;
}

.ext-grid-cols-10 {
    grid-template-columns: repeat(10,minmax(0,1fr)) !important;
}

.ext-grid-cols-11 {
    grid-template-columns: repeat(11,minmax(0,1fr)) !important;
}

.ext-grid-cols-12 {
    grid-template-columns: repeat(12,minmax(0,1fr)) !important;
}

.ext-grid-cols-none {
    grid-template-columns: none !important;
}

.ext-grid-rows-1 {
    grid-template-rows: repeat(1,minmax(0,1fr)) !important;
}

.ext-grid-rows-2 {
    grid-template-rows: repeat(2,minmax(0,1fr)) !important;
}

.ext-grid-rows-3 {
    grid-template-rows: repeat(3,minmax(0,1fr)) !important;
}

.ext-grid-rows-4 {
    grid-template-rows: repeat(4,minmax(0,1fr)) !important;
}

.ext-grid-rows-5 {
    grid-template-rows: repeat(5,minmax(0,1fr)) !important;
}

.ext-grid-rows-6 {
    grid-template-rows: repeat(6,minmax(0,1fr)) !important;
}

.ext-grid-rows-none {
    grid-template-rows: none !important;
}

.ext-flex-row {
    flex-direction: row !important;
}

.ext-flex-row-reverse {
    flex-direction: row-reverse !important;
}

.ext-flex-col {
    flex-direction: column !important;
}

.ext-flex-col-reverse {
    flex-direction: column-reverse !important;
}

.ext-flex-wrap {
    flex-wrap: wrap !important;
}

.ext-flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.ext-flex-nowrap {
    flex-wrap: nowrap !important;
}

.ext-items-start {
    align-items: flex-start !important;
}

.ext-items-end {
    align-items: flex-end !important;
}

.ext-items-center {
    align-items: center !important;
}

.ext-items-baseline {
    align-items: baseline !important;
}

.ext-items-stretch {
    align-items: stretch !important;
}

.ext-justify-start {
    justify-content: flex-start !important;
}

.ext-justify-end {
    justify-content: flex-end !important;
}

.ext-justify-center {
    justify-content: center !important;
}

.ext-justify-between {
    justify-content: space-between !important;
}

.ext-justify-around {
    justify-content: space-around !important;
}

.ext-justify-evenly {
    justify-content: space-evenly !important;
}

.ext-justify-items-start {
    justify-items: start !important;
}

.ext-justify-items-end {
    justify-items: end !important;
}

.ext-justify-items-center {
    justify-items: center !important;
}

.ext-justify-items-stretch {
    justify-items: stretch !important;
}

.ext-gap-0 {
    gap: 0 !important;
}

.ext-gap-base {
    gap: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-gap-lg {
    gap: var(--extendify--spacing--large) !important;
}

.ext-gap-x-0 {
    -moz-column-gap: 0 !important;
    column-gap: 0 !important;
}

.ext-gap-x-base {
    -moz-column-gap: var(--wp--style--block-gap,1.75rem) !important;
    column-gap: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-gap-x-lg {
    -moz-column-gap: var(--extendify--spacing--large) !important;
    column-gap: var(--extendify--spacing--large) !important;
}

.ext-gap-y-0 {
    row-gap: 0 !important;
}

.ext-gap-y-base {
    row-gap: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-gap-y-lg {
    row-gap: var(--extendify--spacing--large) !important;
}

.ext-justify-self-auto {
    justify-self: auto !important;
}

.ext-justify-self-start {
    justify-self: start !important;
}

.ext-justify-self-end {
    justify-self: end !important;
}

.ext-justify-self-center {
    justify-self: center !important;
}

.ext-justify-self-stretch {
    justify-self: stretch !important;
}

.ext-rounded-none {
    border-radius: 0 !important;
}

.ext-rounded-full {
    border-radius: 9999px !important;
}

.ext-rounded-t-none {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.ext-rounded-t-full {
    border-top-left-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
}

.ext-rounded-r-none {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.ext-rounded-r-full {
    border-bottom-right-radius: 9999px !important;
    border-top-right-radius: 9999px !important;
}

.ext-rounded-b-none {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.ext-rounded-b-full {
    border-bottom-left-radius: 9999px !important;
    border-bottom-right-radius: 9999px !important;
}

.ext-rounded-l-none {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.ext-rounded-l-full {
    border-bottom-left-radius: 9999px !important;
    border-top-left-radius: 9999px !important;
}

.ext-rounded-tl-none {
    border-top-left-radius: 0 !important;
}

.ext-rounded-tl-full {
    border-top-left-radius: 9999px !important;
}

.ext-rounded-tr-none {
    border-top-right-radius: 0 !important;
}

.ext-rounded-tr-full {
    border-top-right-radius: 9999px !important;
}

.ext-rounded-br-none {
    border-bottom-right-radius: 0 !important;
}

.ext-rounded-br-full {
    border-bottom-right-radius: 9999px !important;
}

.ext-rounded-bl-none {
    border-bottom-left-radius: 0 !important;
}

.ext-rounded-bl-full {
    border-bottom-left-radius: 9999px !important;
}

.ext-border-0 {
    border-width: 0 !important;
}

.ext-border-t-0 {
    border-top-width: 0 !important;
}

.ext-border-r-0 {
    border-right-width: 0 !important;
}

.ext-border-b-0 {
    border-bottom-width: 0 !important;
}

.ext-border-l-0 {
    border-left-width: 0 !important;
}

.ext-p-0:not([style*=padding]) {
    padding: 0 !important;
}

.ext-p-base:not([style*=padding]) {
    padding: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-p-lg:not([style*=padding]) {
    padding: var(--extendify--spacing--large) !important;
}

.ext-px-0:not([style*=padding]) {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ext-px-base:not([style*=padding]) {
    padding-left: var(--wp--style--block-gap,1.75rem) !important;
    padding-right: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-px-lg:not([style*=padding]) {
    padding-left: var(--extendify--spacing--large) !important;
    padding-right: var(--extendify--spacing--large) !important;
}

.ext-py-0:not([style*=padding]) {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
}

.ext-py-base:not([style*=padding]) {
    padding-bottom: var(--wp--style--block-gap,1.75rem) !important;
    padding-top: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-py-lg:not([style*=padding]) {
    padding-bottom: var(--extendify--spacing--large) !important;
    padding-top: var(--extendify--spacing--large) !important;
}

.ext-pt-0:not([style*=padding]) {
    padding-top: 0 !important;
}

.ext-pt-base:not([style*=padding]) {
    padding-top: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-pt-lg:not([style*=padding]) {
    padding-top: var(--extendify--spacing--large) !important;
}

.ext-pr-0:not([style*=padding]) {
    padding-right: 0 !important;
}

.ext-pr-base:not([style*=padding]) {
    padding-right: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-pr-lg:not([style*=padding]) {
    padding-right: var(--extendify--spacing--large) !important;
}

.ext-pb-0:not([style*=padding]) {
    padding-bottom: 0 !important;
}

.ext-pb-base:not([style*=padding]) {
    padding-bottom: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-pb-lg:not([style*=padding]) {
    padding-bottom: var(--extendify--spacing--large) !important;
}

.ext-pl-0:not([style*=padding]) {
    padding-left: 0 !important;
}

.ext-pl-base:not([style*=padding]) {
    padding-left: var(--wp--style--block-gap,1.75rem) !important;
}

.ext-pl-lg:not([style*=padding]) {
    padding-left: var(--extendify--spacing--large) !important;
}

.ext-text-left {
    text-align: left !important;
}

.ext-text-center {
    text-align: center !important;
}

.ext-text-right {
    text-align: right !important;
}

.ext-leading-none {
    line-height: 1 !important;
}

.ext-leading-tight {
    line-height: 1.25 !important;
}

.ext-leading-snug {
    line-height: 1.375 !important;
}

.ext-leading-normal {
    line-height: 1.5 !important;
}

.ext-leading-relaxed {
    line-height: 1.625 !important;
}

.ext-leading-loose {
    line-height: 2 !important;
}

.clip-path--rhombus img {
    -webkit-clip-path: polygon(15% 6%,80% 29%,84% 93%,23% 69%);
    clip-path: polygon(15% 6%,80% 29%,84% 93%,23% 69%);
}

.clip-path--diamond img {
    -webkit-clip-path: polygon(5% 29%,60% 2%,91% 64%,36% 89%);
    clip-path: polygon(5% 29%,60% 2%,91% 64%,36% 89%);
}

.clip-path--rhombus-alt img {
    -webkit-clip-path: polygon(14% 9%,85% 24%,91% 89%,19% 76%);
    clip-path: polygon(14% 9%,85% 24%,91% 89%,19% 76%);
}

.wp-block-columns[class*=fullwidth-cols] {
    margin-bottom: unset;
}

.wp-block-column.editor\:pointer-events-none {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

.is-root-container.block-editor-block-list__layout > [data-align=full]:not(:first-of-type) > .wp-block-column.editor\:pointer-events-none, .is-root-container.block-editor-block-list__layout > [data-align=wide] > .wp-block-column.editor\:pointer-events-none {
    margin-top: calc(var(--wp--style--block-gap,28px)*-1) !important;
}

.ext .wp-block-columns .wp-block-column[style*=padding] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.ext .wp-block-columns + .wp-block-columns:not([class*=mt-]):not([class*=my-]):not([style*=margin]) {
    margin-top: 0 !important;
}

[class*=fullwidth-cols] .wp-block-column:first-child, [class*=fullwidth-cols] .wp-block-group:first-child {
    margin-top: 0;
}

[class*=fullwidth-cols] .wp-block-column:last-child, [class*=fullwidth-cols] .wp-block-group:last-child {
    margin-bottom: 0;
}

[class*=fullwidth-cols] .wp-block-column:first-child > *, [class*=fullwidth-cols] .wp-block-column > :first-child {
    margin-top: 0;
}

.ext .is-not-stacked-on-mobile .wp-block-column, [class*=fullwidth-cols] .wp-block-column > :last-child {
    margin-bottom: 0;
}

.wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
    margin-bottom: var(--wp--style--block-gap,1.75rem);
}

@media (min-width:782px) {
    .wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
        margin-bottom: 0;
    }
}

.wp-block-columns[class*=fullwidth-cols].is-not-stacked-on-mobile > .wp-block-column {
    margin-bottom: 0 !important;
}

@media (min-width:600px) and (max-width:781px) {
    .wp-block-columns[class*=fullwidth-cols]:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
        margin-left: var(--wp--style--block-gap,2em);
    }
}

@media (max-width:781px) {
    .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
        flex-wrap: wrap;
    }

        .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column, .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*=margin]) {
            margin-left: 0 !important;
        }

        .tablet\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
            flex-basis: 100% !important;
        }
}

@media (max-width:1079px) {
    .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) {
        flex-wrap: wrap;
    }

        .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column, .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not([style*=margin]) {
            margin-left: 0 !important;
        }

        .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
            flex-basis: 100% !important;
        }

            .desktop\:fullwidth-cols.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:last-child) {
                margin-bottom: var(--wp--style--block-gap,1.75rem) !important;
            }
}

.direction-rtl {
    direction: rtl;
}

.direction-ltr {
    direction: ltr;
}

.is-style-inline-list {
    padding-left: 0 !important;
}

    .is-style-inline-list li {
        list-style-type: none !important;
    }

@media (min-width:782px) {
    .is-style-inline-list li {
        display: inline !important;
        margin-right: var(--wp--style--block-gap,1.75rem) !important;
    }
}

@media (min-width:782px) {
    .is-style-inline-list li:first-child {
        margin-left: 0 !important;
    }
}

@media (min-width:782px) {
    .is-style-inline-list li:last-child {
        margin-right: 0 !important;
    }
}

.bring-to-front {
    position: relative;
    z-index: 10;
}

.text-stroke {
    -webkit-text-stroke-color: var(--wp--preset--color--background);
}

.text-stroke, .text-stroke--primary {
    -webkit-text-stroke-width: var(--wp--custom--typography--text-stroke-width,2px);
}

.text-stroke--primary {
    -webkit-text-stroke-color: var(--wp--preset--color--primary);
}

.text-stroke--secondary {
    -webkit-text-stroke-width: var(--wp--custom--typography--text-stroke-width,2px);
    -webkit-text-stroke-color: var(--wp--preset--color--secondary);
}

.editor\:no-caption .block-editor-rich-text__editable {
    display: none !important;
}

.editor\:no-inserter .wp-block-column:not(.is-selected) > .block-list-appender, .editor\:no-inserter .wp-block-cover__inner-container > .block-list-appender, .editor\:no-inserter .wp-block-group__inner-container > .block-list-appender, .editor\:no-inserter > .block-list-appender {
    display: none;
}

.editor\:no-resize .components-resizable-box__handle, .editor\:no-resize .components-resizable-box__handle:after, .editor\:no-resize .components-resizable-box__side-handle:before {
    display: none;
    pointer-events: none;
}

.editor\:no-resize .components-resizable-box__container {
    display: block;
}

.editor\:pointer-events-none {
    pointer-events: none;
}

.is-style-angled {
    justify-content: flex-end;
}

.ext .is-style-angled > [class*=_inner-container], .is-style-angled {
    align-items: center;
}

    .is-style-angled .wp-block-cover__image-background, .is-style-angled .wp-block-cover__video-background {
        -webkit-clip-path: polygon(0 0,30% 0,50% 100%,0 100%);
        clip-path: polygon(0 0,30% 0,50% 100%,0 100%);
        z-index: 1;
    }

@media (min-width:782px) {
    .is-style-angled .wp-block-cover__image-background, .is-style-angled .wp-block-cover__video-background {
        -webkit-clip-path: polygon(0 0,55% 0,65% 100%,0 100%);
        clip-path: polygon(0 0,55% 0,65% 100%,0 100%);
    }
}

.has-foreground-color {
    color: var(--wp--preset--color--foreground,#000) !important;
}

.has-foreground-background-color {
    background-color: var(--wp--preset--color--foreground,#000) !important;
}

.has-background-color {
    color: var(--wp--preset--color--background,#fff) !important;
}

.has-background-background-color {
    background-color: var(--wp--preset--color--background,#fff) !important;
}

.has-primary-color {
    color: var(--wp--preset--color--primary,#4b5563) !important;
}

.has-primary-background-color {
    background-color: var(--wp--preset--color--primary,#4b5563) !important;
}

.has-secondary-color {
    color: var(--wp--preset--color--secondary,#9ca3af) !important;
}

.has-secondary-background-color {
    background-color: var(--wp--preset--color--secondary,#9ca3af) !important;
}

.ext.has-text-color h1, .ext.has-text-color h2, .ext.has-text-color h3, .ext.has-text-color h4, .ext.has-text-color h5, .ext.has-text-color h6, .ext.has-text-color p {
    color: currentColor;
}

.has-white-color {
    color: var(--wp--preset--color--white,#fff) !important;
}

.has-black-color {
    color: var(--wp--preset--color--black,#000) !important;
}

.has-ext-foreground-background-color {
    background-color: var(--wp--preset--color--foreground,var(--wp--preset--color--black,#000)) !important;
}

.has-ext-primary-background-color {
    background-color: var(--wp--preset--color--primary,var(--wp--preset--color--cyan-bluish-gray,#000)) !important;
}

.wp-block-button__link.has-black-background-color {
    border-color: var(--wp--preset--color--black,#000);
}

.wp-block-button__link.has-white-background-color {
    border-color: var(--wp--preset--color--white,#fff);
}

.has-ext-small-font-size {
    font-size: var(--wp--preset--font-size--ext-small) !important;
}

.has-ext-medium-font-size {
    font-size: var(--wp--preset--font-size--ext-medium) !important;
}

.has-ext-large-font-size {
    font-size: var(--wp--preset--font-size--ext-large) !important;
    line-height: 1.2;
}

.has-ext-x-large-font-size {
    font-size: var(--wp--preset--font-size--ext-x-large) !important;
    line-height: 1;
}

.has-ext-xx-large-font-size {
    font-size: var(--wp--preset--font-size--ext-xx-large) !important;
    line-height: 1;
}

    .has-ext-x-large-font-size:not([style*=line-height]), .has-ext-xx-large-font-size:not([style*=line-height]) {
        line-height: 1.1;
    }

.ext .wp-block-group > * {
    margin-bottom: 0;
    margin-top: 0;
}

    .ext .wp-block-group > * + * {
        margin-bottom: 0;
    }

    .ext .wp-block-group > * + *, .ext h2 {
        margin-top: var(--wp--style--block-gap,1.75rem);
    }

.ext h2 {
    margin-bottom: var(--wp--style--block-gap,1.75rem);
}

.has-ext-x-large-font-size + h3, .has-ext-x-large-font-size + p {
    margin-top: .5rem;
}

.ext .wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
    min-width: 12rem;
    width: calc(25% - var(--wp--style--block-gap,.5em)*.75);
}

.ext .ext-grid > [class*=_inner-container] {
    display: grid;
}

.ext > [class*=_inner-container] > .ext-grid:not([class*=columns]), .ext > [class*=_inner-container] > .wp-block > .ext-grid:not([class*=columns]) {
    display: initial !important;
}

.ext .ext-grid-cols-1 > [class*=_inner-container] {
    grid-template-columns: repeat(1,minmax(0,1fr)) !important;
}

.ext .ext-grid-cols-2 > [class*=_inner-container] {
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
}

.ext .ext-grid-cols-3 > [class*=_inner-container] {
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
}

.ext .ext-grid-cols-4 > [class*=_inner-container] {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
}

.ext .ext-grid-cols-5 > [class*=_inner-container] {
    grid-template-columns: repeat(5,minmax(0,1fr)) !important;
}

.ext .ext-grid-cols-6 > [class*=_inner-container] {
    grid-template-columns: repeat(6,minmax(0,1fr)) !important;
}

.ext .ext-grid-cols-7 > [class*=_inner-container] {
    grid-template-columns: repeat(7,minmax(0,1fr)) !important;
}

.ext .ext-grid-cols-8 > [class*=_inner-container] {
    grid-template-columns: repeat(8,minmax(0,1fr)) !important;
}

.ext .ext-grid-cols-9 > [class*=_inner-container] {
    grid-template-columns: repeat(9,minmax(0,1fr)) !important;
}

.ext .ext-grid-cols-10 > [class*=_inner-container] {
    grid-template-columns: repeat(10,minmax(0,1fr)) !important;
}

.ext .ext-grid-cols-11 > [class*=_inner-container] {
    grid-template-columns: repeat(11,minmax(0,1fr)) !important;
}

.ext .ext-grid-cols-12 > [class*=_inner-container] {
    grid-template-columns: repeat(12,minmax(0,1fr)) !important;
}

.ext .ext-grid-cols-13 > [class*=_inner-container] {
    grid-template-columns: repeat(13,minmax(0,1fr)) !important;
}

.ext .ext-grid-cols-none > [class*=_inner-container] {
    grid-template-columns: none !important;
}

.ext .ext-grid-rows-1 > [class*=_inner-container] {
    grid-template-rows: repeat(1,minmax(0,1fr)) !important;
}

.ext .ext-grid-rows-2 > [class*=_inner-container] {
    grid-template-rows: repeat(2,minmax(0,1fr)) !important;
}

.ext .ext-grid-rows-3 > [class*=_inner-container] {
    grid-template-rows: repeat(3,minmax(0,1fr)) !important;
}

.ext .ext-grid-rows-4 > [class*=_inner-container] {
    grid-template-rows: repeat(4,minmax(0,1fr)) !important;
}

.ext .ext-grid-rows-5 > [class*=_inner-container] {
    grid-template-rows: repeat(5,minmax(0,1fr)) !important;
}

.ext .ext-grid-rows-6 > [class*=_inner-container] {
    grid-template-rows: repeat(6,minmax(0,1fr)) !important;
}

.ext .ext-grid-rows-none > [class*=_inner-container] {
    grid-template-rows: none !important;
}

.ext .ext-items-start > [class*=_inner-container] {
    align-items: flex-start !important;
}

.ext .ext-items-end > [class*=_inner-container] {
    align-items: flex-end !important;
}

.ext .ext-items-center > [class*=_inner-container] {
    align-items: center !important;
}

.ext .ext-items-baseline > [class*=_inner-container] {
    align-items: baseline !important;
}

.ext .ext-items-stretch > [class*=_inner-container] {
    align-items: stretch !important;
}

.ext.wp-block-group > :last-child {
    margin-bottom: 0;
}

.ext .wp-block-group__inner-container {
    padding: 0 !important;
}

.ext.has-background {
    padding-left: var(--wp--style--block-gap,1.75rem);
    padding-right: var(--wp--style--block-gap,1.75rem);
}

.ext [class*=inner-container] > .alignwide [class*=inner-container], .ext [class*=inner-container] > [data-align=wide] [class*=inner-container] {
    max-width: var(--responsive--alignwide-width,120rem);
}

    .ext [class*=inner-container] > .alignwide [class*=inner-container] > *, .ext [class*=inner-container] > [data-align=wide] [class*=inner-container] > * {
        max-width: 100% !important;
    }

.ext .wp-block-image {
    position: relative;
    text-align: center;
}

    .ext .wp-block-image img {
        display: inline-block;
        vertical-align: middle;
    }

body {
    --extendify--spacing--large:var(--wp--custom--spacing--large,clamp(2em,8vw,8em));
    --wp--preset--font-size--ext-small:1rem;
    --wp--preset--font-size--ext-medium:1.125rem;
    --wp--preset--font-size--ext-large:clamp(1.65rem,3.5vw,2.15rem);
    --wp--preset--font-size--ext-x-large:clamp(3rem,6vw,4.75rem);
    --wp--preset--font-size--ext-xx-large:clamp(3.25rem,7.5vw,5.75rem);
    --wp--preset--color--black:#000;
    --wp--preset--color--white:#fff;
}

.ext * {
    box-sizing: border-box;
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .components-resizable-box__container {
    background: transparent !important;
}

.block-editor-block-preview__content-iframe .ext [data-type="core/spacer"] .block-library-spacer__resize-container:before {
    display: none !important;
}

.ext .wp-block-group__inner-container figure.wp-block-gallery.alignfull {
    margin-bottom: unset;
    margin-top: unset;
}

.ext .alignwide {
    margin-left: auto !important;
    margin-right: auto !important;
}

.is-root-container.block-editor-block-list__layout > [data-align=full]:not(:first-of-type) > .ext-my-0, .is-root-container.block-editor-block-list__layout > [data-align=wide] > .ext-my-0:not([style*=margin]) {
    margin-top: calc(var(--wp--style--block-gap,28px)*-1) !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-50 {
    min-height: 50vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-60 {
    min-height: 60vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-70 {
    min-height: 70vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-80 {
    min-height: 80vw !important;
}

.block-editor-block-preview__content-iframe .preview\:min-h-100 {
    min-height: 100vw !important;
}

.ext-mr-0.alignfull:not([style*=margin]):not([style*=margin]) {
    margin-right: 0 !important;
}

.ext-ml-0:not([style*=margin]):not([style*=margin]) {
    margin-left: 0 !important;
}

.is-root-container .wp-block[data-align=full] > .ext-mx-0:not([style*=margin]):not([style*=margin]) {
    margin-left: calc(var(--wp--custom--spacing--outer,0)*1) !important;
    margin-right: calc(var(--wp--custom--spacing--outer,0)*1) !important;
    overflow: hidden;
    width: unset;
}

@media (min-width:782px) {
    .tablet\:ext-absolute {
        position: absolute !important;
    }

    .tablet\:ext-relative {
        position: relative !important;
    }

    .tablet\:ext-top-base {
        top: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-top-lg {
        top: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext--top-base {
        top: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .tablet\:ext--top-lg {
        top: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .tablet\:ext-right-base {
        right: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-right-lg {
        right: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext--right-base {
        right: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .tablet\:ext--right-lg {
        right: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .tablet\:ext-bottom-base {
        bottom: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-bottom-lg {
        bottom: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext--bottom-base {
        bottom: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .tablet\:ext--bottom-lg {
        bottom: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .tablet\:ext-left-base {
        left: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-left-lg {
        left: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext--left-base {
        left: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .tablet\:ext--left-lg {
        left: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .tablet\:ext-order-1 {
        order: 1 !important;
    }

    .tablet\:ext-order-2 {
        order: 2 !important;
    }

    .tablet\:ext-m-0:not([style*=margin]) {
        margin: 0 !important;
    }

    .tablet\:ext-m-auto:not([style*=margin]) {
        margin: auto !important;
    }

    .tablet\:ext-m-base:not([style*=margin]) {
        margin: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-m-lg:not([style*=margin]) {
        margin: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext--m-base:not([style*=margin]) {
        margin: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .tablet\:ext--m-lg:not([style*=margin]) {
        margin: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .tablet\:ext-mx-0:not([style*=margin]) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .tablet\:ext-mx-auto:not([style*=margin]) {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .tablet\:ext-mx-base:not([style*=margin]) {
        margin-left: var(--wp--style--block-gap,1.75rem) !important;
        margin-right: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-mx-lg:not([style*=margin]) {
        margin-left: var(--extendify--spacing--large) !important;
        margin-right: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext--mx-base:not([style*=margin]) {
        margin-left: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
        margin-right: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .tablet\:ext--mx-lg:not([style*=margin]) {
        margin-left: calc(var(--extendify--spacing--large)*-1) !important;
        margin-right: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .tablet\:ext-my-0:not([style*=margin]) {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .tablet\:ext-my-auto:not([style*=margin]) {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }

    .tablet\:ext-my-base:not([style*=margin]) {
        margin-bottom: var(--wp--style--block-gap,1.75rem) !important;
        margin-top: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-my-lg:not([style*=margin]) {
        margin-bottom: var(--extendify--spacing--large) !important;
        margin-top: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext--my-base:not([style*=margin]) {
        margin-bottom: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
        margin-top: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .tablet\:ext--my-lg:not([style*=margin]) {
        margin-bottom: calc(var(--extendify--spacing--large)*-1) !important;
        margin-top: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .tablet\:ext-mt-0:not([style*=margin]) {
        margin-top: 0 !important;
    }

    .tablet\:ext-mt-auto:not([style*=margin]) {
        margin-top: auto !important;
    }

    .tablet\:ext-mt-base:not([style*=margin]) {
        margin-top: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-mt-lg:not([style*=margin]) {
        margin-top: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext--mt-base:not([style*=margin]) {
        margin-top: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .tablet\:ext--mt-lg:not([style*=margin]) {
        margin-top: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .tablet\:ext-mr-0:not([style*=margin]) {
        margin-right: 0 !important;
    }

    .tablet\:ext-mr-auto:not([style*=margin]) {
        margin-right: auto !important;
    }

    .tablet\:ext-mr-base:not([style*=margin]) {
        margin-right: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-mr-lg:not([style*=margin]) {
        margin-right: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext--mr-base:not([style*=margin]) {
        margin-right: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .tablet\:ext--mr-lg:not([style*=margin]) {
        margin-right: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .tablet\:ext-mb-0:not([style*=margin]) {
        margin-bottom: 0 !important;
    }

    .tablet\:ext-mb-auto:not([style*=margin]) {
        margin-bottom: auto !important;
    }

    .tablet\:ext-mb-base:not([style*=margin]) {
        margin-bottom: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-mb-lg:not([style*=margin]) {
        margin-bottom: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext--mb-base:not([style*=margin]) {
        margin-bottom: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .tablet\:ext--mb-lg:not([style*=margin]) {
        margin-bottom: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .tablet\:ext-ml-0:not([style*=margin]) {
        margin-left: 0 !important;
    }

    .tablet\:ext-ml-auto:not([style*=margin]) {
        margin-left: auto !important;
    }

    .tablet\:ext-ml-base:not([style*=margin]) {
        margin-left: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-ml-lg:not([style*=margin]) {
        margin-left: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext--ml-base:not([style*=margin]) {
        margin-left: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .tablet\:ext--ml-lg:not([style*=margin]) {
        margin-left: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .tablet\:ext-block {
        display: block !important;
    }

    .tablet\:ext-inline-block {
        display: inline-block !important;
    }

    .tablet\:ext-inline {
        display: inline !important;
    }

    .tablet\:ext-flex {
        display: flex !important;
    }

    .tablet\:ext-inline-flex {
        display: inline-flex !important;
    }

    .tablet\:ext-grid {
        display: grid !important;
    }

    .tablet\:ext-inline-grid {
        display: inline-grid !important;
    }

    .tablet\:ext-hidden {
        display: none !important;
    }

    .tablet\:ext-w-auto {
        width: auto !important;
    }

    .tablet\:ext-w-full {
        width: 100% !important;
    }

    .tablet\:ext-max-w-full {
        max-width: 100% !important;
    }

    .tablet\:ext-flex-1 {
        flex: 1 1 0% !important;
    }

    .tablet\:ext-flex-auto {
        flex: 1 1 auto !important;
    }

    .tablet\:ext-flex-initial {
        flex: 0 1 auto !important;
    }

    .tablet\:ext-flex-none {
        flex: none !important;
    }

    .tablet\:ext-flex-shrink-0 {
        flex-shrink: 0 !important;
    }

    .tablet\:ext-flex-shrink {
        flex-shrink: 1 !important;
    }

    .tablet\:ext-flex-grow-0 {
        flex-grow: 0 !important;
    }

    .tablet\:ext-flex-grow {
        flex-grow: 1 !important;
    }

    .tablet\:ext-list-none {
        list-style-type: none !important;
    }

    .tablet\:ext-grid-cols-1 {
        grid-template-columns: repeat(1,minmax(0,1fr)) !important;
    }

    .tablet\:ext-grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }

    .tablet\:ext-grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    }

    .tablet\:ext-grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    }

    .tablet\:ext-grid-cols-5 {
        grid-template-columns: repeat(5,minmax(0,1fr)) !important;
    }

    .tablet\:ext-grid-cols-6 {
        grid-template-columns: repeat(6,minmax(0,1fr)) !important;
    }

    .tablet\:ext-grid-cols-7 {
        grid-template-columns: repeat(7,minmax(0,1fr)) !important;
    }

    .tablet\:ext-grid-cols-8 {
        grid-template-columns: repeat(8,minmax(0,1fr)) !important;
    }

    .tablet\:ext-grid-cols-9 {
        grid-template-columns: repeat(9,minmax(0,1fr)) !important;
    }

    .tablet\:ext-grid-cols-10 {
        grid-template-columns: repeat(10,minmax(0,1fr)) !important;
    }

    .tablet\:ext-grid-cols-11 {
        grid-template-columns: repeat(11,minmax(0,1fr)) !important;
    }

    .tablet\:ext-grid-cols-12 {
        grid-template-columns: repeat(12,minmax(0,1fr)) !important;
    }

    .tablet\:ext-grid-cols-none {
        grid-template-columns: none !important;
    }

    .tablet\:ext-flex-row {
        flex-direction: row !important;
    }

    .tablet\:ext-flex-row-reverse {
        flex-direction: row-reverse !important;
    }

    .tablet\:ext-flex-col {
        flex-direction: column !important;
    }

    .tablet\:ext-flex-col-reverse {
        flex-direction: column-reverse !important;
    }

    .tablet\:ext-flex-wrap {
        flex-wrap: wrap !important;
    }

    .tablet\:ext-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .tablet\:ext-flex-nowrap {
        flex-wrap: nowrap !important;
    }

    .tablet\:ext-items-start {
        align-items: flex-start !important;
    }

    .tablet\:ext-items-end {
        align-items: flex-end !important;
    }

    .tablet\:ext-items-center {
        align-items: center !important;
    }

    .tablet\:ext-items-baseline {
        align-items: baseline !important;
    }

    .tablet\:ext-items-stretch {
        align-items: stretch !important;
    }

    .tablet\:ext-justify-start {
        justify-content: flex-start !important;
    }

    .tablet\:ext-justify-end {
        justify-content: flex-end !important;
    }

    .tablet\:ext-justify-center {
        justify-content: center !important;
    }

    .tablet\:ext-justify-between {
        justify-content: space-between !important;
    }

    .tablet\:ext-justify-around {
        justify-content: space-around !important;
    }

    .tablet\:ext-justify-evenly {
        justify-content: space-evenly !important;
    }

    .tablet\:ext-justify-items-start {
        justify-items: start !important;
    }

    .tablet\:ext-justify-items-end {
        justify-items: end !important;
    }

    .tablet\:ext-justify-items-center {
        justify-items: center !important;
    }

    .tablet\:ext-justify-items-stretch {
        justify-items: stretch !important;
    }

    .tablet\:ext-justify-self-auto {
        justify-self: auto !important;
    }

    .tablet\:ext-justify-self-start {
        justify-self: start !important;
    }

    .tablet\:ext-justify-self-end {
        justify-self: end !important;
    }

    .tablet\:ext-justify-self-center {
        justify-self: center !important;
    }

    .tablet\:ext-justify-self-stretch {
        justify-self: stretch !important;
    }

    .tablet\:ext-p-0:not([style*=padding]) {
        padding: 0 !important;
    }

    .tablet\:ext-p-base:not([style*=padding]) {
        padding: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-p-lg:not([style*=padding]) {
        padding: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext-px-0:not([style*=padding]) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .tablet\:ext-px-base:not([style*=padding]) {
        padding-left: var(--wp--style--block-gap,1.75rem) !important;
        padding-right: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-px-lg:not([style*=padding]) {
        padding-left: var(--extendify--spacing--large) !important;
        padding-right: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext-py-0:not([style*=padding]) {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .tablet\:ext-py-base:not([style*=padding]) {
        padding-bottom: var(--wp--style--block-gap,1.75rem) !important;
        padding-top: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-py-lg:not([style*=padding]) {
        padding-bottom: var(--extendify--spacing--large) !important;
        padding-top: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext-pt-0:not([style*=padding]) {
        padding-top: 0 !important;
    }

    .tablet\:ext-pt-base:not([style*=padding]) {
        padding-top: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-pt-lg:not([style*=padding]) {
        padding-top: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext-pr-0:not([style*=padding]) {
        padding-right: 0 !important;
    }

    .tablet\:ext-pr-base:not([style*=padding]) {
        padding-right: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-pr-lg:not([style*=padding]) {
        padding-right: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext-pb-0:not([style*=padding]) {
        padding-bottom: 0 !important;
    }

    .tablet\:ext-pb-base:not([style*=padding]) {
        padding-bottom: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-pb-lg:not([style*=padding]) {
        padding-bottom: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext-pl-0:not([style*=padding]) {
        padding-left: 0 !important;
    }

    .tablet\:ext-pl-base:not([style*=padding]) {
        padding-left: var(--wp--style--block-gap,1.75rem) !important;
    }

    .tablet\:ext-pl-lg:not([style*=padding]) {
        padding-left: var(--extendify--spacing--large) !important;
    }

    .tablet\:ext-text-left {
        text-align: left !important;
    }

    .tablet\:ext-text-center {
        text-align: center !important;
    }

    .tablet\:ext-text-right {
        text-align: right !important;
    }
}

@media (min-width:1080px) {
    .desktop\:ext-absolute {
        position: absolute !important;
    }

    .desktop\:ext-relative {
        position: relative !important;
    }

    .desktop\:ext-top-base {
        top: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-top-lg {
        top: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext--top-base {
        top: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .desktop\:ext--top-lg {
        top: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .desktop\:ext-right-base {
        right: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-right-lg {
        right: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext--right-base {
        right: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .desktop\:ext--right-lg {
        right: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .desktop\:ext-bottom-base {
        bottom: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-bottom-lg {
        bottom: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext--bottom-base {
        bottom: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .desktop\:ext--bottom-lg {
        bottom: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .desktop\:ext-left-base {
        left: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-left-lg {
        left: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext--left-base {
        left: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .desktop\:ext--left-lg {
        left: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .desktop\:ext-order-1 {
        order: 1 !important;
    }

    .desktop\:ext-order-2 {
        order: 2 !important;
    }

    .desktop\:ext-m-0:not([style*=margin]) {
        margin: 0 !important;
    }

    .desktop\:ext-m-auto:not([style*=margin]) {
        margin: auto !important;
    }

    .desktop\:ext-m-base:not([style*=margin]) {
        margin: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-m-lg:not([style*=margin]) {
        margin: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext--m-base:not([style*=margin]) {
        margin: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .desktop\:ext--m-lg:not([style*=margin]) {
        margin: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .desktop\:ext-mx-0:not([style*=margin]) {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .desktop\:ext-mx-auto:not([style*=margin]) {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .desktop\:ext-mx-base:not([style*=margin]) {
        margin-left: var(--wp--style--block-gap,1.75rem) !important;
        margin-right: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-mx-lg:not([style*=margin]) {
        margin-left: var(--extendify--spacing--large) !important;
        margin-right: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext--mx-base:not([style*=margin]) {
        margin-left: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
        margin-right: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .desktop\:ext--mx-lg:not([style*=margin]) {
        margin-left: calc(var(--extendify--spacing--large)*-1) !important;
        margin-right: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .desktop\:ext-my-0:not([style*=margin]) {
        margin-bottom: 0 !important;
        margin-top: 0 !important;
    }

    .desktop\:ext-my-auto:not([style*=margin]) {
        margin-bottom: auto !important;
        margin-top: auto !important;
    }

    .desktop\:ext-my-base:not([style*=margin]) {
        margin-bottom: var(--wp--style--block-gap,1.75rem) !important;
        margin-top: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-my-lg:not([style*=margin]) {
        margin-bottom: var(--extendify--spacing--large) !important;
        margin-top: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext--my-base:not([style*=margin]) {
        margin-bottom: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
        margin-top: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .desktop\:ext--my-lg:not([style*=margin]) {
        margin-bottom: calc(var(--extendify--spacing--large)*-1) !important;
        margin-top: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .desktop\:ext-mt-0:not([style*=margin]) {
        margin-top: 0 !important;
    }

    .desktop\:ext-mt-auto:not([style*=margin]) {
        margin-top: auto !important;
    }

    .desktop\:ext-mt-base:not([style*=margin]) {
        margin-top: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-mt-lg:not([style*=margin]) {
        margin-top: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext--mt-base:not([style*=margin]) {
        margin-top: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .desktop\:ext--mt-lg:not([style*=margin]) {
        margin-top: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .desktop\:ext-mr-0:not([style*=margin]) {
        margin-right: 0 !important;
    }

    .desktop\:ext-mr-auto:not([style*=margin]) {
        margin-right: auto !important;
    }

    .desktop\:ext-mr-base:not([style*=margin]) {
        margin-right: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-mr-lg:not([style*=margin]) {
        margin-right: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext--mr-base:not([style*=margin]) {
        margin-right: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .desktop\:ext--mr-lg:not([style*=margin]) {
        margin-right: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .desktop\:ext-mb-0:not([style*=margin]) {
        margin-bottom: 0 !important;
    }

    .desktop\:ext-mb-auto:not([style*=margin]) {
        margin-bottom: auto !important;
    }

    .desktop\:ext-mb-base:not([style*=margin]) {
        margin-bottom: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-mb-lg:not([style*=margin]) {
        margin-bottom: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext--mb-base:not([style*=margin]) {
        margin-bottom: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .desktop\:ext--mb-lg:not([style*=margin]) {
        margin-bottom: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .desktop\:ext-ml-0:not([style*=margin]) {
        margin-left: 0 !important;
    }

    .desktop\:ext-ml-auto:not([style*=margin]) {
        margin-left: auto !important;
    }

    .desktop\:ext-ml-base:not([style*=margin]) {
        margin-left: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-ml-lg:not([style*=margin]) {
        margin-left: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext--ml-base:not([style*=margin]) {
        margin-left: calc(var(--wp--style--block-gap,1.75rem)*-1) !important;
    }

    .desktop\:ext--ml-lg:not([style*=margin]) {
        margin-left: calc(var(--extendify--spacing--large)*-1) !important;
    }

    .desktop\:ext-block {
        display: block !important;
    }

    .desktop\:ext-inline-block {
        display: inline-block !important;
    }

    .desktop\:ext-inline {
        display: inline !important;
    }

    .desktop\:ext-flex {
        display: flex !important;
    }

    .desktop\:ext-inline-flex {
        display: inline-flex !important;
    }

    .desktop\:ext-grid {
        display: grid !important;
    }

    .desktop\:ext-inline-grid {
        display: inline-grid !important;
    }

    .desktop\:ext-hidden {
        display: none !important;
    }

    .desktop\:ext-w-auto {
        width: auto !important;
    }

    .desktop\:ext-w-full {
        width: 100% !important;
    }

    .desktop\:ext-max-w-full {
        max-width: 100% !important;
    }

    .desktop\:ext-flex-1 {
        flex: 1 1 0% !important;
    }

    .desktop\:ext-flex-auto {
        flex: 1 1 auto !important;
    }

    .desktop\:ext-flex-initial {
        flex: 0 1 auto !important;
    }

    .desktop\:ext-flex-none {
        flex: none !important;
    }

    .desktop\:ext-flex-shrink-0 {
        flex-shrink: 0 !important;
    }

    .desktop\:ext-flex-shrink {
        flex-shrink: 1 !important;
    }

    .desktop\:ext-flex-grow-0 {
        flex-grow: 0 !important;
    }

    .desktop\:ext-flex-grow {
        flex-grow: 1 !important;
    }

    .desktop\:ext-list-none {
        list-style-type: none !important;
    }

    .desktop\:ext-grid-cols-1 {
        grid-template-columns: repeat(1,minmax(0,1fr)) !important;
    }

    .desktop\:ext-grid-cols-2 {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }

    .desktop\:ext-grid-cols-3 {
        grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    }

    .desktop\:ext-grid-cols-4 {
        grid-template-columns: repeat(4,minmax(0,1fr)) !important;
    }

    .desktop\:ext-grid-cols-5 {
        grid-template-columns: repeat(5,minmax(0,1fr)) !important;
    }

    .desktop\:ext-grid-cols-6 {
        grid-template-columns: repeat(6,minmax(0,1fr)) !important;
    }

    .desktop\:ext-grid-cols-7 {
        grid-template-columns: repeat(7,minmax(0,1fr)) !important;
    }

    .desktop\:ext-grid-cols-8 {
        grid-template-columns: repeat(8,minmax(0,1fr)) !important;
    }

    .desktop\:ext-grid-cols-9 {
        grid-template-columns: repeat(9,minmax(0,1fr)) !important;
    }

    .desktop\:ext-grid-cols-10 {
        grid-template-columns: repeat(10,minmax(0,1fr)) !important;
    }

    .desktop\:ext-grid-cols-11 {
        grid-template-columns: repeat(11,minmax(0,1fr)) !important;
    }

    .desktop\:ext-grid-cols-12 {
        grid-template-columns: repeat(12,minmax(0,1fr)) !important;
    }

    .desktop\:ext-grid-cols-none {
        grid-template-columns: none !important;
    }

    .desktop\:ext-flex-row {
        flex-direction: row !important;
    }

    .desktop\:ext-flex-row-reverse {
        flex-direction: row-reverse !important;
    }

    .desktop\:ext-flex-col {
        flex-direction: column !important;
    }

    .desktop\:ext-flex-col-reverse {
        flex-direction: column-reverse !important;
    }

    .desktop\:ext-flex-wrap {
        flex-wrap: wrap !important;
    }

    .desktop\:ext-flex-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }

    .desktop\:ext-flex-nowrap {
        flex-wrap: nowrap !important;
    }

    .desktop\:ext-items-start {
        align-items: flex-start !important;
    }

    .desktop\:ext-items-end {
        align-items: flex-end !important;
    }

    .desktop\:ext-items-center {
        align-items: center !important;
    }

    .desktop\:ext-items-baseline {
        align-items: baseline !important;
    }

    .desktop\:ext-items-stretch {
        align-items: stretch !important;
    }

    .desktop\:ext-justify-start {
        justify-content: flex-start !important;
    }

    .desktop\:ext-justify-end {
        justify-content: flex-end !important;
    }

    .desktop\:ext-justify-center {
        justify-content: center !important;
    }

    .desktop\:ext-justify-between {
        justify-content: space-between !important;
    }

    .desktop\:ext-justify-around {
        justify-content: space-around !important;
    }

    .desktop\:ext-justify-evenly {
        justify-content: space-evenly !important;
    }

    .desktop\:ext-justify-items-start {
        justify-items: start !important;
    }

    .desktop\:ext-justify-items-end {
        justify-items: end !important;
    }

    .desktop\:ext-justify-items-center {
        justify-items: center !important;
    }

    .desktop\:ext-justify-items-stretch {
        justify-items: stretch !important;
    }

    .desktop\:ext-justify-self-auto {
        justify-self: auto !important;
    }

    .desktop\:ext-justify-self-start {
        justify-self: start !important;
    }

    .desktop\:ext-justify-self-end {
        justify-self: end !important;
    }

    .desktop\:ext-justify-self-center {
        justify-self: center !important;
    }

    .desktop\:ext-justify-self-stretch {
        justify-self: stretch !important;
    }

    .desktop\:ext-p-0:not([style*=padding]) {
        padding: 0 !important;
    }

    .desktop\:ext-p-base:not([style*=padding]) {
        padding: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-p-lg:not([style*=padding]) {
        padding: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext-px-0:not([style*=padding]) {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .desktop\:ext-px-base:not([style*=padding]) {
        padding-left: var(--wp--style--block-gap,1.75rem) !important;
        padding-right: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-px-lg:not([style*=padding]) {
        padding-left: var(--extendify--spacing--large) !important;
        padding-right: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext-py-0:not([style*=padding]) {
        padding-bottom: 0 !important;
        padding-top: 0 !important;
    }

    .desktop\:ext-py-base:not([style*=padding]) {
        padding-bottom: var(--wp--style--block-gap,1.75rem) !important;
        padding-top: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-py-lg:not([style*=padding]) {
        padding-bottom: var(--extendify--spacing--large) !important;
        padding-top: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext-pt-0:not([style*=padding]) {
        padding-top: 0 !important;
    }

    .desktop\:ext-pt-base:not([style*=padding]) {
        padding-top: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-pt-lg:not([style*=padding]) {
        padding-top: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext-pr-0:not([style*=padding]) {
        padding-right: 0 !important;
    }

    .desktop\:ext-pr-base:not([style*=padding]) {
        padding-right: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-pr-lg:not([style*=padding]) {
        padding-right: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext-pb-0:not([style*=padding]) {
        padding-bottom: 0 !important;
    }

    .desktop\:ext-pb-base:not([style*=padding]) {
        padding-bottom: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-pb-lg:not([style*=padding]) {
        padding-bottom: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext-pl-0:not([style*=padding]) {
        padding-left: 0 !important;
    }

    .desktop\:ext-pl-base:not([style*=padding]) {
        padding-left: var(--wp--style--block-gap,1.75rem) !important;
    }

    .desktop\:ext-pl-lg:not([style*=padding]) {
        padding-left: var(--extendify--spacing--large) !important;
    }

    .desktop\:ext-text-left {
        text-align: left !important;
    }

    .desktop\:ext-text-center {
        text-align: center !important;
    }

    .desktop\:ext-text-right {
        text-align: right !important;
    }
}

.wpcf7 .screen-reader-response {
    position: absolute;
    overflow: hidden;
    clip: rect(1px,1px,1px,1px);
    clip-path: inset(50%);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em .5em 1em;
    padding: .2em 1em;
    border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
    border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
    border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: 400;
    display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
    position: relative;
    top: -2ex;
    left: 1em;
    z-index: 100;
    border: 1px solid #dc3232;
    background: #fff;
    padding: .2em .8em;
    width: 24em;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

.wpcf7-list-item-label:before, .wpcf7-list-item-label:after {
    content: " ";
}

.wpcf7-spinner {
    visibility: hidden;
    display: inline-block;
    background-color: #23282d;
    opacity: .75;
    width: 24px;
    height: 24px;
    border: none;
    border-radius: 100%;
    padding: 0;
    margin: 0 24px;
    position: relative;
}

form.submitting .wpcf7-spinner {
    visibility: visible;
}

.wpcf7-spinner:before {
    content: '';
    position: absolute;
    background-color: #fbfbfc;
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border: none;
    border-radius: 100%;
    transform-origin: 8px 8px;
    animation-name: spin;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@media (prefers-reduced-motion:reduce) {
    .wpcf7-spinner:before {
        animation-name: blink;
        animation-duration: 2s;
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.wpcf7 input[type=file] {
    cursor: pointer;
}

    .wpcf7 input[type=file]:disabled {
        cursor: default;
    }

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed;
}

.wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=tel] {
    direction: ltr;
}

:root {
    --woocommerce:#a46497;
    --wc-green:#7ad03a;
    --wc-red:#a00;
    --wc-orange:#ffba00;
    --wc-blue:#2ea2cc;
    --wc-primary:#a46497;
    --wc-primary-text:#fff;
    --wc-secondary:#ebe9eb;
    --wc-secondary-text:#515151;
    --wc-highlight:#77a464;
    --wc-highligh-text:#fff;
    --wc-content-bg:#fff;
    --wc-subtext:#767676;
}

.woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-error .button, .woocommerce-page .woocommerce-info .button, .woocommerce-page .woocommerce-message .button {
    float: right;
}

.woocommerce .col2-set, .woocommerce-page .col2-set {
    width: 100%;
}

    .woocommerce .col2-set:after, .woocommerce .col2-set:before, .woocommerce-page .col2-set:after, .woocommerce-page .col2-set:before {
        content: " ";
        display: table;
    }

    .woocommerce .col2-set:after, .woocommerce-page .col2-set:after {
        clear: both;
    }

    .woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1 {
        float: left;
        width: 48%;
    }

    .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2 {
        float: right;
        width: 48%;
    }

.woocommerce img, .woocommerce-page img {
    height: auto;
    max-width: 100%;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 48%;
}

.woocommerce #content div.product div.thumbnails:after, .woocommerce #content div.product div.thumbnails:before, .woocommerce div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:before, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:before, .woocommerce-page div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:before {
    content: " ";
    display: table;
}

.woocommerce #content div.product div.thumbnails:after, .woocommerce div.product div.thumbnails:after, .woocommerce-page #content div.product div.thumbnails:after, .woocommerce-page div.product div.thumbnails:after {
    clear: both;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
    float: left;
    width: 30.75%;
    margin-right: 3.8%;
    margin-bottom: 1em;
}

    .woocommerce #content div.product div.thumbnails a.last, .woocommerce div.product div.thumbnails a.last, .woocommerce-page #content div.product div.thumbnails a.last, .woocommerce-page div.product div.thumbnails a.last {
        margin-right: 0;
    }

    .woocommerce #content div.product div.thumbnails a.first, .woocommerce div.product div.thumbnails a.first, .woocommerce-page #content div.product div.thumbnails a.first, .woocommerce-page div.product div.thumbnails a.first {
        clear: both;
    }

.woocommerce #content div.product div.thumbnails.columns-1 a, .woocommerce div.product div.thumbnails.columns-1 a, .woocommerce-page #content div.product div.thumbnails.columns-1 a, .woocommerce-page div.product div.thumbnails.columns-1 a {
    width: 100%;
    margin-right: 0;
    float: none;
}

.woocommerce #content div.product div.thumbnails.columns-2 a, .woocommerce div.product div.thumbnails.columns-2 a, .woocommerce-page #content div.product div.thumbnails.columns-2 a, .woocommerce-page div.product div.thumbnails.columns-2 a {
    width: 48%;
}

.woocommerce #content div.product div.thumbnails.columns-4 a, .woocommerce div.product div.thumbnails.columns-4 a, .woocommerce-page #content div.product div.thumbnails.columns-4 a, .woocommerce-page div.product div.thumbnails.columns-4 a {
    width: 22.05%;
}

.woocommerce #content div.product div.thumbnails.columns-5 a, .woocommerce div.product div.thumbnails.columns-5 a, .woocommerce-page #content div.product div.thumbnails.columns-5 a, .woocommerce-page div.product div.thumbnails.columns-5 a {
    width: 16.9%;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: right;
    width: 48%;
    clear: none;
}

.woocommerce #content div.product .woocommerce-tabs, .woocommerce div.product .woocommerce-tabs, .woocommerce-page #content div.product .woocommerce-tabs, .woocommerce-page div.product .woocommerce-tabs {
    clear: both;
}

    .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
        content: " ";
        display: table;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after, .woocommerce-page div.product .woocommerce-tabs ul.tabs:after {
        clear: both;
    }

    .woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page div.product .woocommerce-tabs ul.tabs li {
        display: inline-block;
    }

.woocommerce #content div.product #reviews .comment:after, .woocommerce #content div.product #reviews .comment:before, .woocommerce div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:before, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:before, .woocommerce-page div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:before {
    content: " ";
    display: table;
}

.woocommerce #content div.product #reviews .comment:after, .woocommerce div.product #reviews .comment:after, .woocommerce-page #content div.product #reviews .comment:after, .woocommerce-page div.product #reviews .comment:after {
    clear: both;
}

.woocommerce #content div.product #reviews .comment img, .woocommerce div.product #reviews .comment img, .woocommerce-page #content div.product #reviews .comment img, .woocommerce-page div.product #reviews .comment img {
    float: right;
    height: auto;
}

.woocommerce ul.products, .woocommerce-page ul.products {
    clear: both;
}

    .woocommerce ul.products:after, .woocommerce ul.products:before, .woocommerce-page ul.products:after, .woocommerce-page ul.products:before {
        content: " ";
        display: table;
    }

    .woocommerce ul.products:after, .woocommerce-page ul.products:after {
        clear: both;
    }

    .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
        float: left;
        margin: 0 3.8% 2.992em 0;
        padding: 0;
        position: relative;
        width: 22.05%;
        margin-left: 0;
    }

    .woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
        clear: both;
    }

    .woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
        margin-right: 0;
    }

    .woocommerce ul.products.columns-1 li.product, .woocommerce-page ul.products.columns-1 li.product {
        width: 100%;
        margin-right: 0;
    }

    .woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
        width: 48%;
    }

    .woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
        width: 30.75%;
    }

    .woocommerce ul.products.columns-5 li.product, .woocommerce-page ul.products.columns-5 li.product {
        width: 16.95%;
    }

    .woocommerce ul.products.columns-6 li.product, .woocommerce-page ul.products.columns-6 li.product {
        width: 13.5%;
    }

.woocommerce-page.columns-1 ul.products li.product, .woocommerce.columns-1 ul.products li.product {
    width: 100%;
    margin-right: 0;
}

.woocommerce-page.columns-2 ul.products li.product, .woocommerce.columns-2 ul.products li.product {
    width: 48%;
}

.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product {
    width: 30.75%;
}

.woocommerce-page.columns-5 ul.products li.product, .woocommerce.columns-5 ul.products li.product {
    width: 16.95%;
}

.woocommerce-page.columns-6 ul.products li.product, .woocommerce.columns-6 ul.products li.product {
    width: 13.5%;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left;
}

.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: right;
}

.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce .woocommerce-pagination ul.page-numbers:before, .woocommerce-page .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-pagination ul.page-numbers:after, .woocommerce-page .woocommerce-pagination ul.page-numbers:after {
    clear: both;
}

.woocommerce .woocommerce-pagination ul.page-numbers li, .woocommerce-page .woocommerce-pagination ul.page-numbers li {
    display: inline-block;
}

.woocommerce #content table.cart img, .woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {
    height: auto;
}

.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
    text-align: right;
}

    .woocommerce #content table.cart td.actions .input-text, .woocommerce table.cart td.actions .input-text, .woocommerce-page #content table.cart td.actions .input-text, .woocommerce-page table.cart td.actions .input-text {
        width: 80px;
    }

    .woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
        float: left;
    }

        .woocommerce #content table.cart td.actions .coupon label, .woocommerce table.cart td.actions .coupon label, .woocommerce-page #content table.cart td.actions .coupon label, .woocommerce-page table.cart td.actions .coupon label {
            display: none;
        }

.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 100%;
}

    .woocommerce .cart-collaterals:after, .woocommerce .cart-collaterals:before, .woocommerce-page .cart-collaterals:after, .woocommerce-page .cart-collaterals:before {
        content: " ";
        display: table;
    }

    .woocommerce .cart-collaterals:after, .woocommerce-page .cart-collaterals:after {
        clear: both;
    }

    .woocommerce .cart-collaterals .related, .woocommerce-page .cart-collaterals .related {
        width: 30.75%;
        float: left;
    }

    .woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
        width: 48%;
        float: left;
    }

        .woocommerce .cart-collaterals .cross-sells ul.products, .woocommerce-page .cart-collaterals .cross-sells ul.products {
            float: none;
        }

            .woocommerce .cart-collaterals .cross-sells ul.products li, .woocommerce-page .cart-collaterals .cross-sells ul.products li {
                width: 48%;
            }

    .woocommerce .cart-collaterals .shipping_calculator, .woocommerce-page .cart-collaterals .shipping_calculator {
        width: 48%;
        clear: right;
        float: right;
    }

        .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce .cart-collaterals .shipping_calculator:before, .woocommerce-page .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:before {
            content: " ";
            display: table;
        }

        .woocommerce .cart-collaterals .shipping_calculator:after, .woocommerce-page .cart-collaterals .shipping_calculator:after {
            clear: both;
        }

        .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1, .woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2 {
            width: 47%;
        }

    .woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
        float: right;
        width: 48%;
    }

.woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.cart_list li:before, .woocommerce-page ul.product_list_widget li:after, .woocommerce-page ul.product_list_widget li:before {
    content: " ";
    display: table;
}

.woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after, .woocommerce-page ul.cart_list li:after, .woocommerce-page ul.product_list_widget li:after {
    clear: both;
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img, .woocommerce-page ul.cart_list li img, .woocommerce-page ul.product_list_widget li img {
    float: right;
    height: auto;
}

.woocommerce form .form-row:after, .woocommerce form .form-row:before, .woocommerce-page form .form-row:after, .woocommerce-page form .form-row:before {
    content: " ";
    display: table;
}

.woocommerce form .form-row:after, .woocommerce-page form .form-row:after {
    clear: both;
}

.woocommerce form .form-row label, .woocommerce-page form .form-row label {
    display: block;
}

    .woocommerce form .form-row label.checkbox, .woocommerce-page form .form-row label.checkbox {
        display: inline;
    }

.woocommerce form .form-row select, .woocommerce-page form .form-row select {
    width: 100%;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    box-sizing: border-box;
    width: 100%;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 47%;
    overflow: visible;
}

.woocommerce form .form-row-first, .woocommerce-page form .form-row-first {
    float: left;
}

.woocommerce form .form-row-last, .woocommerce-page form .form-row-last {
    float: right;
}

.woocommerce form .form-row-wide, .woocommerce-page form .form-row-wide {
    clear: both;
}

.woocommerce form .password-input, .woocommerce-page form .password-input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

    .woocommerce form .password-input input[type=password], .woocommerce-page form .password-input input[type=password] {
        padding-right: 2.5rem;
    }

    .woocommerce form .password-input input::-ms-reveal, .woocommerce-page form .password-input input::-ms-reveal {
        display: none;
    }

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: .7em;
    top: .7em;
    cursor: pointer;
}

    .woocommerce form .show-password-input:after, .woocommerce-page form .show-password-input:after {
        font-family: WooCommerce;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-left: .618em;
        content: "\e010";
        text-decoration: none;
    }

    .woocommerce form .show-password-input.display-password:after, .woocommerce-page form .show-password-input.display-password:after {
        color: #585858;
    }

.woocommerce #payment .form-row select, .woocommerce-page #payment .form-row select {
    width: auto;
}

.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions, .woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions {
    text-align: left;
    padding: 0 1em 0 0;
    float: left;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
}

.woocommerce .woocommerce-billing-fields:after, .woocommerce .woocommerce-billing-fields:before, .woocommerce .woocommerce-shipping-fields:after, .woocommerce .woocommerce-shipping-fields:before, .woocommerce-page .woocommerce-billing-fields:after, .woocommerce-page .woocommerce-billing-fields:before, .woocommerce-page .woocommerce-shipping-fields:after, .woocommerce-page .woocommerce-shipping-fields:before {
    content: " ";
    display: table;
}

.woocommerce .woocommerce-billing-fields:after, .woocommerce .woocommerce-shipping-fields:after, .woocommerce-page .woocommerce-billing-fields:after, .woocommerce-page .woocommerce-shipping-fields:after {
    clear: both;
}

.woocommerce .woocommerce-terms-and-conditions, .woocommerce-page .woocommerce-terms-and-conditions {
    margin-bottom: 1.618em;
    padding: 1.618em;
}

.woocommerce .woocommerce-oembed, .woocommerce-page .woocommerce-oembed {
    position: relative;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    float: left;
    width: 30%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    float: right;
    width: 68%;
}

.woocommerce-page.left-sidebar #content.twentyeleven {
    width: 58.4%;
    margin: 0 7.6%;
    float: right;
}

.woocommerce-page.right-sidebar #content.twentyeleven {
    margin: 0 7.6%;
    width: 58.4%;
    float: left;
}

.twentyfourteen .tfwc {
    padding: 12px 10px 0;
    max-width: 474px;
    margin: 0 auto;
}

    .twentyfourteen .tfwc .product .entry-summary {
        padding: 0 !important;
        margin: 0 0 1.618em !important;
    }

    .twentyfourteen .tfwc div.product.hentry.has-post-thumbnail {
        margin-top: 0;
    }

@media screen and (min-width:673px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width:1040px) {
    .twentyfourteen .tfwc {
        padding-right: 15px;
        padding-left: 15px;
    }
}

@media screen and (min-width:1110px) {
    .twentyfourteen .tfwc {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media screen and (min-width:1218px) {
    .twentyfourteen .tfwc {
        margin-right: 54px;
    }

    .full-width .twentyfourteen .tfwc {
        margin-right: auto;
    }
}

.twentyfifteen .t15wc {
    padding-left: 7.6923%;
    padding-right: 7.6923%;
    padding-top: 7.6923%;
    margin-bottom: 7.6923%;
    background: #fff;
    box-shadow: 0 0 1px rgba(0,0,0,.15);
}

    .twentyfifteen .t15wc .page-title {
        margin-left: 0;
    }

@media screen and (min-width:38.75em) {
    .twentyfifteen .t15wc {
        margin-right: 7.6923%;
        margin-left: 7.6923%;
        margin-top: 8.3333%;
    }
}

@media screen and (min-width:59.6875em) {
    .twentyfifteen .t15wc {
        margin-left: 8.3333%;
        margin-right: 8.3333%;
        padding: 10%;
    }

    .single-product .twentyfifteen .entry-summary {
        padding: 0 !important;
    }
}

.twentysixteen .site-main {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
}

.twentysixteen .entry-summary {
    margin-right: 0;
    margin-left: 0;
}

#content .twentysixteen div.product div.images, #content .twentysixteen div.product div.summary {
    width: 46.42857%;
}

@media screen and (min-width:44.375em) {
    .twentysixteen .site-main {
        margin-right: 23.0769%;
    }
}

@media screen and (min-width:56.875em) {
    .twentysixteen .site-main {
        margin-right: 0;
        margin-left: 0;
    }

    .no-sidebar .twentysixteen .site-main {
        margin-right: 15%;
        margin-left: 15%;
    }

    .no-sidebar .twentysixteen .entry-summary {
        margin-right: 0;
        margin-left: 0;
    }
}

.rtl .woocommerce .col2-set .col-1, .rtl .woocommerce-page .col2-set .col-1 {
    float: right;
}

.rtl .woocommerce .col2-set .col-2, .rtl .woocommerce-page .col2-set .col-2 {
    float: left;
}

@charset "UTF-8";

:root {
    --woocommerce:#a46497;
    --wc-green:#7ad03a;
    --wc-red:#a00;
    --wc-orange:#ffba00;
    --wc-blue:#2ea2cc;
    --wc-primary:#a46497;
    --wc-primary-text:#fff;
    --wc-secondary:#ebe9eb;
    --wc-secondary-text:#515151;
    --wc-highlight:#77a464;
    --wc-highligh-text:#fff;
    --wc-content-bg:#fff;
    --wc-subtext:#767676;
}

@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@font-face {
    font-family: star;
    src: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot);
    src: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/star.eot?#iefix) format("embedded-opentype"),url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/star.woff) format("woff"),url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/star.ttf) format("truetype"),url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/star.svg#star) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: WooCommerce;
    src: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot);
    src: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.woff) format("woff"),url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.ttf) format("truetype"),url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../fonts/WooCommerce.svg#WooCommerce) format("svg");
    font-weight: 400;
    font-style: normal;
}

.woocommerce-store-notice, p.demo_store {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    width: 100%;
    font-size: 1em;
    padding: 1em 0;
    text-align: center;
    background-color: #a46497;
    color: #fff;
    z-index: 99998;
    box-shadow: 0 1px 1em rgba(0,0,0,.2);
    display: none;
}

    .woocommerce-store-notice a, p.demo_store a {
        color: #fff;
        text-decoration: underline;
    }

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.admin-bar p.demo_store {
    top: 32px;
}

.clear {
    clear: both;
}

.woocommerce .blockUI.blockOverlay {
    position: relative;
}

    .woocommerce .blockUI.blockOverlay:before {
        height: 1em;
        width: 1em;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -.5em;
        margin-top: -.5em;
        content: "";
        -webkit-animation: spin 1s ease-in-out infinite;
        animation: spin 1s ease-in-out infinite;
        background: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;
        background-size: cover;
        line-height: 1;
        text-align: center;
        font-size: 2em;
        color: rgba(0,0,0,.75);
    }

.woocommerce .loader:before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../images/icons/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0,0,0,.75);
}

.woocommerce a.remove {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}

    .woocommerce a.remove:hover {
        color: #fff !important;
        background: red;
    }

.woocommerce small.note {
    display: block;
    color: #767676;
    font-size: .857em;
    margin-top: 10px;
}

.woocommerce .woocommerce-breadcrumb {
    margin: 0 0 1em;
    padding: 0;
    font-size: .92em;
    color: #767676;
}

    .woocommerce .woocommerce-breadcrumb:after, .woocommerce .woocommerce-breadcrumb:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-breadcrumb:after {
        clear: both;
    }

    .woocommerce .woocommerce-breadcrumb a {
        color: #767676;
    }

.woocommerce .quantity .qty {
    width: 3.631em;
    text-align: center;
}

.woocommerce div.product {
    margin-bottom: 0;
    position: relative;
}

    .woocommerce div.product .product_title {
        clear: none;
        margin-top: 0;
        padding: 0;
    }

    .woocommerce div.product p.price, .woocommerce div.product span.price {
        color: #77a464;
        font-size: 1.25em;
    }

        .woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
            background: inherit;
            font-weight: 700;
            display: inline-block;
        }

        .woocommerce div.product p.price del, .woocommerce div.product span.price del {
            opacity: .5;
            display: inline-block;
        }

    .woocommerce div.product p.stock {
        font-size: .92em;
    }

    .woocommerce div.product .stock {
        color: #77a464;
    }

    .woocommerce div.product .out-of-stock {
        color: red;
    }

    .woocommerce div.product .woocommerce-product-rating {
        margin-bottom: 1.618em;
    }

    .woocommerce div.product div.images {
        margin-bottom: 2em;
    }

        .woocommerce div.product div.images img {
            display: block;
            width: 100%;
            height: auto;
            box-shadow: none;
        }

        .woocommerce div.product div.images div.thumbnails {
            padding-top: 1em;
        }

        .woocommerce div.product div.images.woocommerce-product-gallery {
            position: relative;
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
            transition: all cubic-bezier(.795,-.035,0,1) .5s;
            margin: 0;
            padding: 0;
        }

            .woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg {
                background-color: #fff;
                opacity: 0;
            }

        .woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {
            border: 1px solid #f2f2f2;
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2) {
            width: 25%;
            display: inline-block;
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
            position: absolute;
            top: .5em;
            right: .5em;
            font-size: 2em;
            z-index: 9;
            width: 36px;
            height: 36px;
            background: #fff;
            text-indent: -9999px;
            border-radius: 100%;
            box-sizing: content-box;
        }

            .woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
                content: "";
                display: block;
                width: 10px;
                height: 10px;
                border: 2px solid #000;
                border-radius: 100%;
                position: absolute;
                top: 9px;
                left: 9px;
                box-sizing: content-box;
            }

            .woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
                content: "";
                display: block;
                width: 2px;
                height: 8px;
                background: #000;
                border-radius: 6px;
                position: absolute;
                top: 19px;
                left: 22px;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
                box-sizing: content-box;
            }

        .woocommerce div.product div.images .flex-control-thumbs {
            overflow: hidden;
            zoom: 1;
            margin: 0;
            padding: 0;
        }

            .woocommerce div.product div.images .flex-control-thumbs li {
                width: 25%;
                float: left;
                margin: 0;
                list-style: none;
            }

                .woocommerce div.product div.images .flex-control-thumbs li img {
                    cursor: pointer;
                    opacity: .5;
                    margin: 0;
                }

                    .woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
                        opacity: 1;
                    }

    .woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
        clear: left;
    }

    .woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
        clear: left;
    }

    .woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
        clear: left;
    }

    .woocommerce div.product div.summary {
        margin-bottom: 2em;
    }

    .woocommerce div.product div.social {
        text-align: right;
        margin: 0 0 1em;
    }

        .woocommerce div.product div.social span {
            margin: 0 0 0 2px;
        }

            .woocommerce div.product div.social span span {
                margin: 0;
            }

            .woocommerce div.product div.social span .stButton .chicklets {
                padding-left: 16px;
                width: 0;
            }

        .woocommerce div.product div.social iframe {
            float: left;
            margin-top: 3px;
        }

    .woocommerce div.product .woocommerce-tabs ul.tabs {
        list-style: none;
        padding: 0 0 0 1em;
        margin: 0 0 1.618em;
        overflow: hidden;
        position: relative;
    }

        .woocommerce div.product .woocommerce-tabs ul.tabs li {
            border: 1px solid #d3ced2;
            background-color: #ebe9eb;
            display: inline-block;
            position: relative;
            z-index: 0;
            border-radius: 4px 4px 0 0;
            margin: 0 -5px;
            padding: 0 1em;
        }

            .woocommerce div.product .woocommerce-tabs ul.tabs li a {
                display: inline-block;
                padding: .5em 0;
                font-weight: 700;
                color: #515151;
                text-decoration: none;
            }

                .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
                    text-decoration: none;
                    color: #6b6b6b;
                }

            .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
                background: #fff;
                z-index: 2;
                border-bottom-color: #fff;
            }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
                    color: inherit;
                    text-shadow: inherit;
                }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active:before {
                    box-shadow: 2px 2px 0 #fff;
                }

                .woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
                    box-shadow: -2px 2px 0 #fff;
                }

            .woocommerce div.product .woocommerce-tabs ul.tabs li:after, .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
                border: 1px solid #d3ced2;
                position: absolute;
                bottom: -1px;
                width: 5px;
                height: 5px;
                content: " ";
                box-sizing: border-box;
            }

            .woocommerce div.product .woocommerce-tabs ul.tabs li:before {
                left: -5px;
                border-bottom-right-radius: 4px;
                border-width: 0 1px 1px 0;
                box-shadow: 2px 2px 0 #ebe9eb;
            }

            .woocommerce div.product .woocommerce-tabs ul.tabs li:after {
                right: -5px;
                border-bottom-left-radius: 4px;
                border-width: 0 0 1px 1px;
                box-shadow: -2px 2px 0 #ebe9eb;
            }

        .woocommerce div.product .woocommerce-tabs ul.tabs:before {
            position: absolute;
            content: " ";
            width: 100%;
            bottom: 0;
            left: 0;
            border-bottom: 1px solid #d3ced2;
            z-index: 1;
        }

    .woocommerce div.product .woocommerce-tabs .panel {
        margin: 0 0 2em;
        padding: 0;
    }

    .woocommerce div.product p.cart {
        margin-bottom: 2em;
    }

        .woocommerce div.product p.cart:after, .woocommerce div.product p.cart:before {
            content: " ";
            display: table;
        }

        .woocommerce div.product p.cart:after {
            clear: both;
        }

    .woocommerce div.product form.cart {
        margin-bottom: 2em;
    }

        .woocommerce div.product form.cart:after, .woocommerce div.product form.cart:before {
            content: " ";
            display: table;
        }

        .woocommerce div.product form.cart:after {
            clear: both;
        }

        .woocommerce div.product form.cart div.quantity {
            float: left;
            margin: 0 4px 0 0;
        }

        .woocommerce div.product form.cart table {
            border-width: 0 0 1px;
        }

            .woocommerce div.product form.cart table td {
                padding-left: 0;
            }

            .woocommerce div.product form.cart table div.quantity {
                float: none;
                margin: 0;
            }

            .woocommerce div.product form.cart table small.stock {
                display: block;
                float: none;
            }

        .woocommerce div.product form.cart .variations {
            margin-bottom: 1em;
            border: 0;
            width: 100%;
        }

            .woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th {
                border: 0;
                line-height: 2em;
                vertical-align: top;
            }

            .woocommerce div.product form.cart .variations label {
                font-weight: 700;
                text-align: left;
            }

            .woocommerce div.product form.cart .variations select {
                max-width: 100%;
                min-width: 75%;
                display: inline-block;
                margin-right: 1em;
            }

            .woocommerce div.product form.cart .variations td.label {
                padding-right: 1em;
            }

        .woocommerce div.product form.cart .woocommerce-variation-description p {
            margin-bottom: 1em;
        }

        .woocommerce div.product form.cart .reset_variations {
            visibility: hidden;
            font-size: .83em;
        }

        .woocommerce div.product form.cart .wc-no-matching-variations {
            display: none;
        }

        .woocommerce div.product form.cart .button {
            vertical-align: middle;
            float: left;
        }

        .woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label {
            padding-right: 1em;
            padding-left: 1em;
        }

        .woocommerce div.product form.cart .group_table td {
            vertical-align: top;
            padding-bottom: .5em;
            border: 0;
        }

            .woocommerce div.product form.cart .group_table td:first-child {
                width: 4em;
                text-align: center;
            }

        .woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox {
            display: inline-block;
            width: auto;
            margin: 0 auto;
            -webkit-transform: scale(1.5,1.5);
            -ms-transform: scale(1.5,1.5);
            transform: scale(1.5,1.5);
        }

.woocommerce span.onsale {
    min-height: 3.236em;
    min-width: 3.236em;
    padding: .202em;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    text-align: center;
    line-height: 3.236;
    top: -.5em;
    left: -.5em;
    margin: 0;
    border-radius: 100%;
    background-color: #77a464;
    color: #fff;
    font-size: .857em;
    z-index: 9;
}

.woocommerce .products ul, .woocommerce ul.products {
    margin: 0 0 1em;
    padding: 0;
    list-style: none outside;
    clear: both;
}

    .woocommerce .products ul:after, .woocommerce .products ul:before, .woocommerce ul.products:after, .woocommerce ul.products:before {
        content: " ";
        display: table;
    }

    .woocommerce .products ul:after, .woocommerce ul.products:after {
        clear: both;
    }

    .woocommerce .products ul li, .woocommerce ul.products li {
        list-style: none outside;
    }

        .woocommerce ul.products li.product .onsale {
            top: 0;
            right: 0;
            left: auto;
            margin: -.5em -.5em 0 0;
        }

        .woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3 {
            padding: .5em 0;
            margin: 0;
            font-size: 1em;
        }

        .woocommerce ul.products li.product a {
            text-decoration: none;
        }

            .woocommerce ul.products li.product a img {
                width: 100%;
                height: auto;
                display: block;
                margin: 0 0 1em;
                box-shadow: none;
            }

        .woocommerce ul.products li.product strong {
            display: block;
        }

        .woocommerce ul.products li.product .woocommerce-placeholder {
            border: 1px solid #f2f2f2;
        }

        .woocommerce ul.products li.product .star-rating {
            font-size: .857em;
        }

        .woocommerce ul.products li.product .button {
            margin-top: 1em;
        }

        .woocommerce ul.products li.product .price {
            color: #77a464;
            display: block;
            font-weight: 400;
            margin-bottom: .5em;
            font-size: .857em;
        }

            .woocommerce ul.products li.product .price del {
                color: inherit;
                opacity: .5;
                display: inline-block;
            }

            .woocommerce ul.products li.product .price ins {
                background: 0 0;
                font-weight: 700;
                display: inline-block;
            }

            .woocommerce ul.products li.product .price .from {
                font-size: .67em;
                margin: -2px 0 0;
                text-transform: uppercase;
                color: rgba(132,132,132,.5);
            }

.woocommerce .woocommerce-result-count {
    margin: 0 0 1em;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 1em;
}

    .woocommerce .woocommerce-ordering select {
        vertical-align: top;
    }

.woocommerce nav.woocommerce-pagination {
    text-align: center;
}

    .woocommerce nav.woocommerce-pagination ul {
        display: inline-block;
        white-space: nowrap;
        padding: 0;
        clear: both;
        border: 1px solid #d3ced2;
        border-right: 0;
        margin: 1px;
    }

        .woocommerce nav.woocommerce-pagination ul li {
            border-right: 1px solid #d3ced2;
            padding: 0;
            margin: 0;
            float: left;
            display: inline;
            overflow: hidden;
        }

            .woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
                margin: 0;
                text-decoration: none;
                padding: 0;
                line-height: 1;
                font-size: 1em;
                font-weight: 400;
                padding: .5em;
                min-width: 1em;
                display: block;
            }

                .woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
                    background: #ebe9eb;
                    color: #8a7e88;
                }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    background-color: #ebe9eb;
    border: 0;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    text-shadow: none;
}

    .woocommerce #respond input#submit.loading, .woocommerce a.button.loading, .woocommerce button.button.loading, .woocommerce input.button.loading {
        opacity: .25;
        padding-right: 2.618em;
    }

        .woocommerce #respond input#submit.loading:after, .woocommerce a.button.loading:after, .woocommerce button.button.loading:after, .woocommerce input.button.loading:after {
            font-family: WooCommerce;
            content: "\e01c";
            vertical-align: top;
            font-weight: 400;
            position: absolute;
            top: .618em;
            right: 1em;
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
        }

    .woocommerce #respond input#submit.added:after, .woocommerce a.button.added:after, .woocommerce button.button.added:after, .woocommerce input.button.added:after {
        font-family: WooCommerce;
        content: "\e017";
        margin-left: .53em;
        vertical-align: bottom;
    }

    .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
        background-color: #dfdcde;
        text-decoration: none;
        background-image: none;
        color: #515151;
    }

    .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
        background-color: #a46497;
        color: #fff;
        -webkit-font-smoothing: antialiased;
    }

        .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
            background-color: #96588a;
            color: #fff;
        }

        .woocommerce #respond input#submit.alt.disabled, .woocommerce #respond input#submit.alt.disabled:hover, .woocommerce #respond input#submit.alt:disabled, .woocommerce #respond input#submit.alt:disabled:hover, .woocommerce #respond input#submit.alt:disabled[disabled], .woocommerce #respond input#submit.alt:disabled[disabled]:hover, .woocommerce a.button.alt.disabled, .woocommerce a.button.alt.disabled:hover, .woocommerce a.button.alt:disabled, .woocommerce a.button.alt:disabled:hover, .woocommerce a.button.alt:disabled[disabled], .woocommerce a.button.alt:disabled[disabled]:hover, .woocommerce button.button.alt.disabled, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button.alt:disabled, .woocommerce button.button.alt:disabled:hover, .woocommerce button.button.alt:disabled[disabled], .woocommerce button.button.alt:disabled[disabled]:hover, .woocommerce input.button.alt.disabled, .woocommerce input.button.alt.disabled:hover, .woocommerce input.button.alt:disabled, .woocommerce input.button.alt:disabled:hover, .woocommerce input.button.alt:disabled[disabled], .woocommerce input.button.alt:disabled[disabled]:hover {
            background-color: #a46497;
            color: #fff;
        }

    .woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {
        color: inherit;
        cursor: not-allowed;
        opacity: .5;
        padding: .618em 1em;
    }

        .woocommerce #respond input#submit.disabled:hover, .woocommerce #respond input#submit:disabled:hover, .woocommerce #respond input#submit:disabled[disabled]:hover, .woocommerce a.button.disabled:hover, .woocommerce a.button:disabled:hover, .woocommerce a.button:disabled[disabled]:hover, .woocommerce button.button.disabled:hover, .woocommerce button.button:disabled:hover, .woocommerce button.button:disabled[disabled]:hover, .woocommerce input.button.disabled:hover, .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover {
            color: inherit;
            background-color: #ebe9eb;
        }

.woocommerce .cart .button, .woocommerce .cart input.button {
    float: none;
}

.woocommerce a.added_to_cart {
    padding-top: .5em;
    display: inline-block;
}

.woocommerce #reviews h2 small {
    float: right;
    color: #767676;
    font-size: 15px;
    margin: 10px 0 0;
}

    .woocommerce #reviews h2 small a {
        text-decoration: none;
        color: #767676;
    }

.woocommerce #reviews h3 {
    margin: 0;
}

.woocommerce #reviews #respond {
    margin: 0;
    border: 0;
    padding: 0;
}

.woocommerce #reviews #comment {
    height: 75px;
}

.woocommerce #reviews #comments .add_review:after, .woocommerce #reviews #comments .add_review:before {
    content: " ";
    display: table;
}

.woocommerce #reviews #comments .add_review:after {
    clear: both;
}

.woocommerce #reviews #comments h2 {
    clear: none;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    width: 100%;
    background: 0 0;
    list-style: none;
}

    .woocommerce #reviews #comments ol.commentlist:after, .woocommerce #reviews #comments ol.commentlist:before {
        content: " ";
        display: table;
    }

    .woocommerce #reviews #comments ol.commentlist:after {
        clear: both;
    }

    .woocommerce #reviews #comments ol.commentlist li {
        padding: 0;
        margin: 0 0 20px;
        border: 0;
        position: relative;
        background: 0;
        border: 0;
    }

        .woocommerce #reviews #comments ol.commentlist li .meta {
            color: #767676;
            font-size: .75em;
        }

        .woocommerce #reviews #comments ol.commentlist li img.avatar {
            float: left;
            position: absolute;
            top: 0;
            left: 0;
            padding: 3px;
            width: 32px;
            height: auto;
            background: #ebe9eb;
            border: 1px solid #e4e1e3;
            margin: 0;
            box-shadow: none;
        }

        .woocommerce #reviews #comments ol.commentlist li .comment-text {
            margin: 0 0 0 50px;
            border: 1px solid #e4e1e3;
            border-radius: 4px;
            padding: 1em 1em 0;
        }

            .woocommerce #reviews #comments ol.commentlist li .comment-text:after, .woocommerce #reviews #comments ol.commentlist li .comment-text:before {
                content: " ";
                display: table;
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text:after {
                clear: both;
            }

            .woocommerce #reviews #comments ol.commentlist li .comment-text p {
                margin: 0 0 1em;
            }

                .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
                    font-size: .83em;
                }

    .woocommerce #reviews #comments ol.commentlist ul.children {
        list-style: none outside;
        margin: 20px 0 0 50px;
    }

        .woocommerce #reviews #comments ol.commentlist ul.children .star-rating {
            display: none;
        }

    .woocommerce #reviews #comments ol.commentlist #respond {
        border: 1px solid #e4e1e3;
        border-radius: 4px;
        padding: 1em 1em 0;
        margin: 20px 0 0 50px;
    }

.woocommerce #reviews #comments .commentlist > li:before {
    content: "";
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}

    .woocommerce .star-rating:before {
        content: "sssss";
        color: #d3ced2;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
    }

    .woocommerce .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em;
    }

        .woocommerce .star-rating span:before {
            content: "SSSSS";
            top: 0;
            position: absolute;
            left: 0;
        }

.woocommerce .woocommerce-product-rating {
    line-height: 2;
    display: block;
}

    .woocommerce .woocommerce-product-rating:after, .woocommerce .woocommerce-product-rating:before {
        content: " ";
        display: table;
    }

    .woocommerce .woocommerce-product-rating:after {
        clear: both;
    }

    .woocommerce .woocommerce-product-rating .star-rating {
        margin: .5em 4px 0 0;
        float: left;
    }

.woocommerce .products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none;
}

.woocommerce .hreview-aggregate .star-rating {
    margin: 10px 0 0;
}

.woocommerce #review_form #respond {
    position: static;
    margin: 0;
    width: auto;
    padding: 0;
    background: transparent none;
    border: 0;
}

    .woocommerce #review_form #respond:after, .woocommerce #review_form #respond:before {
        content: " ";
        display: table;
    }

    .woocommerce #review_form #respond:after {
        clear: both;
    }

    .woocommerce #review_form #respond p {
        margin: 0 0 10px;
    }

    .woocommerce #review_form #respond .form-submit input {
        left: auto;
    }

    .woocommerce #review_form #respond textarea {
        box-sizing: border-box;
        width: 100%;
    }

.woocommerce p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
}

    .woocommerce p.stars a:before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1em;
        height: 1em;
        line-height: 1;
        font-family: WooCommerce;
        content: "\e021";
        text-indent: 0;
    }

    .woocommerce p.stars a:hover ~ a:before {
        content: "\e021";
    }

.woocommerce p.stars:hover a:before {
    content: "\e020";
}

.woocommerce p.stars.selected a.active:before {
    content: "\e020";
}

.woocommerce p.stars.selected a.active ~ a:before {
    content: "\e021";
}

.woocommerce p.stars.selected a:not(.active):before {
    content: "\e020";
}

.woocommerce table.shop_attributes {
    border: 0;
    border-top: 1px dotted rgba(0,0,0,.1);
    margin-bottom: 1.618em;
    width: 100%;
}

    .woocommerce table.shop_attributes th {
        width: 150px;
        font-weight: 700;
        padding: 8px;
        border-top: 0;
        border-bottom: 1px dotted rgba(0,0,0,.1);
        margin: 0;
        line-height: 1.5;
    }

    .woocommerce table.shop_attributes td {
        font-style: italic;
        padding: 0;
        border-top: 0;
        border-bottom: 1px dotted rgba(0,0,0,.1);
        margin: 0;
        line-height: 1.5;
    }

        .woocommerce table.shop_attributes td p {
            margin: 0;
            padding: 8px 0;
        }

    .woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
        background: rgba(0,0,0,.025);
    }

.woocommerce table.shop_table {
    border: 1px solid rgba(0,0,0,.1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

    .woocommerce table.shop_table th {
        font-weight: 700;
        padding: 9px 12px;
        line-height: 1.5em;
    }

    .woocommerce table.shop_table td {
        border-top: 1px solid rgba(0,0,0,.1);
        padding: 9px 12px;
        vertical-align: middle;
        line-height: 1.5em;
    }

        .woocommerce table.shop_table td small {
            font-weight: 400;
        }

        .woocommerce table.shop_table td del {
            font-weight: 400;
        }

    .woocommerce table.shop_table tbody:first-child tr:first-child td, .woocommerce table.shop_table tbody:first-child tr:first-child th {
        border-top: 0;
    }

    .woocommerce table.shop_table tbody th, .woocommerce table.shop_table tfoot td, .woocommerce table.shop_table tfoot th {
        font-weight: 700;
        border-top: 1px solid rgba(0,0,0,.1);
    }

.woocommerce table.my_account_orders {
    font-size: .85em;
}

    .woocommerce table.my_account_orders td, .woocommerce table.my_account_orders th {
        padding: 4px 8px;
        vertical-align: middle;
    }

    .woocommerce table.my_account_orders .button {
        white-space: nowrap;
    }

.woocommerce table.woocommerce-MyAccount-downloads td, .woocommerce table.woocommerce-MyAccount-downloads th {
    vertical-align: top;
    text-align: center;
}

    .woocommerce table.woocommerce-MyAccount-downloads td:first-child, .woocommerce table.woocommerce-MyAccount-downloads th:first-child {
        text-align: left;
    }

    .woocommerce table.woocommerce-MyAccount-downloads td:last-child, .woocommerce table.woocommerce-MyAccount-downloads th:last-child {
        text-align: left;
    }

    .woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file:before, .woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file:before {
        content: "↓";
        display: inline-block;
    }

.woocommerce td.product-name .wc-item-meta, .woocommerce td.product-name dl.variation {
    list-style: none outside;
}

    .woocommerce td.product-name .wc-item-meta .wc-item-meta-label, .woocommerce td.product-name .wc-item-meta dt, .woocommerce td.product-name dl.variation .wc-item-meta-label, .woocommerce td.product-name dl.variation dt {
        float: left;
        clear: both;
        margin-right: .25em;
        display: inline-block;
        list-style: none outside;
    }

    .woocommerce td.product-name .wc-item-meta dd, .woocommerce td.product-name dl.variation dd {
        margin: 0;
    }

    .woocommerce td.product-name .wc-item-meta p, .woocommerce td.product-name .wc-item-meta:last-child, .woocommerce td.product-name dl.variation p, .woocommerce td.product-name dl.variation:last-child {
        margin-bottom: 0;
    }

.woocommerce td.product-name p.backorder_notification {
    font-size: .83em;
}

.woocommerce td.product-quantity {
    min-width: 80px;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
    list-style: none outside;
    padding: 0;
    margin: 0;
}

    .woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
        padding: 4px 0;
        margin: 0;
        list-style: none;
    }

        .woocommerce ul.cart_list li:after, .woocommerce ul.cart_list li:before, .woocommerce ul.product_list_widget li:after, .woocommerce ul.product_list_widget li:before {
            content: " ";
            display: table;
        }

        .woocommerce ul.cart_list li:after, .woocommerce ul.product_list_widget li:after {
            clear: both;
        }

        .woocommerce ul.cart_list li a, .woocommerce ul.product_list_widget li a {
            display: block;
            font-weight: 700;
        }

        .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
            float: right;
            margin-left: 4px;
            width: 32px;
            height: auto;
            box-shadow: none;
        }

        .woocommerce ul.cart_list li dl, .woocommerce ul.product_list_widget li dl {
            margin: 0;
            padding-left: 1em;
            border-left: 2px solid rgba(0,0,0,.1);
        }

            .woocommerce ul.cart_list li dl:after, .woocommerce ul.cart_list li dl:before, .woocommerce ul.product_list_widget li dl:after, .woocommerce ul.product_list_widget li dl:before {
                content: " ";
                display: table;
            }

            .woocommerce ul.cart_list li dl:after, .woocommerce ul.product_list_widget li dl:after {
                clear: both;
            }

            .woocommerce ul.cart_list li dl dd, .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dd, .woocommerce ul.product_list_widget li dl dt {
                display: inline-block;
                float: left;
                margin-bottom: 1em;
            }

            .woocommerce ul.cart_list li dl dt, .woocommerce ul.product_list_widget li dl dt {
                font-weight: 700;
                padding: 0 0 .25em;
                margin: 0 4px 0 0;
                clear: left;
            }

            .woocommerce ul.cart_list li dl dd, .woocommerce ul.product_list_widget li dl dd {
                padding: 0 0 .25em;
            }

                .woocommerce ul.cart_list li dl dd p:last-child, .woocommerce ul.product_list_widget li dl dd p:last-child {
                    margin-bottom: 0;
                }

        .woocommerce ul.cart_list li .star-rating, .woocommerce ul.product_list_widget li .star-rating {
            float: none;
        }

.woocommerce .widget_shopping_cart .total, .woocommerce.widget_shopping_cart .total {
    border-top: 3px double #ebe9eb;
    padding: 4px 0 0;
}

    .woocommerce .widget_shopping_cart .total strong, .woocommerce.widget_shopping_cart .total strong {
        min-width: 40px;
        display: inline-block;
    }

.woocommerce .widget_shopping_cart .cart_list li, .woocommerce.widget_shopping_cart .cart_list li {
    padding-left: 2em;
    position: relative;
    padding-top: 0;
}

    .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove {
        position: absolute;
        top: 0;
        left: 0;
    }

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce .widget_shopping_cart .buttons:before, .woocommerce.widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:before {
    content: " ";
    display: table;
}

.woocommerce .widget_shopping_cart .buttons:after, .woocommerce.widget_shopping_cart .buttons:after {
    clear: both;
}

.woocommerce .widget_shopping_cart .buttons a, .woocommerce.widget_shopping_cart .buttons a {
    margin-right: 5px;
    margin-bottom: 5px;
}

.woocommerce form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}

    .woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
        -webkit-transition: opacity .5s .5s ease;
        transition: opacity .5s .5s ease;
        opacity: 0;
    }

    .woocommerce form .form-row label {
        line-height: 2;
    }

        .woocommerce form .form-row label.hidden {
            visibility: hidden;
        }

        .woocommerce form .form-row label.inline {
            display: inline;
        }

    .woocommerce form .form-row .woocommerce-input-wrapper .description {
        background: #1e85be;
        color: #fff;
        border-radius: 3px;
        padding: 1em;
        margin: .5em 0 0;
        clear: both;
        display: none;
        position: relative;
    }

        .woocommerce form .form-row .woocommerce-input-wrapper .description a {
            color: #fff;
            text-decoration: underline;
            border: 0;
            box-shadow: none;
        }

        .woocommerce form .form-row .woocommerce-input-wrapper .description:before {
            left: 50%;
            top: 0;
            margin-top: -4px;
            -webkit-transform: translateX(-50%) rotate(180deg);
            -ms-transform: translateX(-50%) rotate(180deg);
            transform: translateX(-50%) rotate(180deg);
            content: "";
            position: absolute;
            border-width: 4px 6px 0;
            border-style: solid;
            border-color: #1e85be transparent transparent;
            z-index: 100;
            display: block;
        }

    .woocommerce form .form-row select {
        cursor: pointer;
        margin: 0;
    }

    .woocommerce form .form-row .required {
        color: red;
        font-weight: 700;
        border: 0 !important;
        text-decoration: none;
        visibility: hidden;
    }

    .woocommerce form .form-row .optional {
        visibility: visible;
    }

    .woocommerce form .form-row .input-checkbox {
        display: inline;
        margin: -2px 8px 0 0;
        text-align: center;
        vertical-align: middle;
    }

    .woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        outline: 0;
        line-height: normal;
    }

    .woocommerce form .form-row textarea {
        height: 4em;
        line-height: 1.5;
        display: block;
        box-shadow: none;
    }

    .woocommerce form .form-row .select2-container {
        width: 100%;
        line-height: 2em;
    }

    .woocommerce form .form-row.woocommerce-invalid label {
        color: #a00;
    }

    .woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
        border-color: #a00;
    }

    .woocommerce form .form-row.woocommerce-validated .select2-container, .woocommerce form .form-row.woocommerce-validated input.input-text, .woocommerce form .form-row.woocommerce-validated select {
        border-color: #6dc22e;
    }

    .woocommerce form .form-row ::-webkit-input-placeholder {
        line-height: normal;
    }

    .woocommerce form .form-row :-moz-placeholder {
        line-height: normal;
    }

    .woocommerce form .form-row :-ms-input-placeholder {
        line-height: normal;
    }

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.woocommerce ul#shipping_method {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

    .woocommerce ul#shipping_method li {
        margin: 0 0 .5em;
        line-height: 1.5em;
        list-style: none outside;
    }

        .woocommerce ul#shipping_method li input {
            margin: 3px .4375em 0 0;
            vertical-align: top;
        }

        .woocommerce ul#shipping_method li label {
            display: inline;
        }

    .woocommerce ul#shipping_method .amount {
        font-weight: 700;
    }

.woocommerce p.woocommerce-shipping-contents {
    margin: 0;
}

.woocommerce ul.order_details {
    margin: 0 0 3em;
    list-style: none;
}

    .woocommerce ul.order_details:after, .woocommerce ul.order_details:before {
        content: " ";
        display: table;
    }

    .woocommerce ul.order_details:after {
        clear: both;
    }

    .woocommerce ul.order_details li {
        float: left;
        margin-right: 2em;
        text-transform: uppercase;
        font-size: .715em;
        line-height: 1;
        border-right: 1px dashed #d3ced2;
        padding-right: 2em;
        margin-left: 0;
        padding-left: 0;
        list-style-type: none;
    }

        .woocommerce ul.order_details li strong {
            display: block;
            font-size: 1.4em;
            text-transform: none;
            line-height: 1.5;
        }

        .woocommerce ul.order_details li:last-of-type {
            border: none;
        }

.woocommerce .wc-bacs-bank-details-account-name {
    font-weight: 700;
}

.woocommerce .woocommerce-customer-details, .woocommerce .woocommerce-order-details, .woocommerce .woocommerce-order-downloads {
    margin-bottom: 2em;
}

    .woocommerce .woocommerce-customer-details :last-child, .woocommerce .woocommerce-order-details :last-child, .woocommerce .woocommerce-order-downloads :last-child {
        margin-bottom: 0;
    }

    .woocommerce .woocommerce-customer-details address {
        font-style: normal;
        margin-bottom: 0;
        border: 1px solid rgba(0,0,0,.1);
        border-bottom-width: 2px;
        border-right-width: 2px;
        text-align: left;
        width: 100%;
        border-radius: 5px;
        padding: 6px 12px;
    }

    .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
        margin-bottom: 0;
        padding-left: 1.5em;
    }

        .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:before {
            font-family: WooCommerce;
            speak: never;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-right: .618em;
            content: "\e037";
            text-decoration: none;
            margin-left: -1.5em;
            line-height: 1.75;
            position: absolute;
        }

        .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:before {
            font-family: WooCommerce;
            speak: never;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-right: .618em;
            content: "\e02d";
            text-decoration: none;
            margin-left: -1.5em;
            line-height: 1.75;
            position: absolute;
        }

.woocommerce .woocommerce-widget-layered-nav-list {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
}

    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
        padding: 0 0 1px;
        list-style: none;
    }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:before {
            content: " ";
            display: table;
        }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item:after {
            clear: both;
        }

        .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a, .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
            padding: 1px 0;
        }

    .woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a:before {
        font-family: WooCommerce;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-right: .618em;
        content: "\e013";
        text-decoration: none;
        color: #a00;
    }

.woocommerce .woocommerce-widget-layered-nav-dropdown__submit {
    margin-top: 1em;
}

.woocommerce .widget_layered_nav_filters ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
    overflow: hidden;
    zoom: 1;
}

    .woocommerce .widget_layered_nav_filters ul li {
        float: left;
        padding: 0 1em 1px 1px;
        list-style: none;
    }

        .woocommerce .widget_layered_nav_filters ul li a {
            text-decoration: none;
        }

            .woocommerce .widget_layered_nav_filters ul li a:before {
                font-family: WooCommerce;
                speak: never;
                font-weight: 400;
                font-variant: normal;
                text-transform: none;
                line-height: 1;
                -webkit-font-smoothing: antialiased;
                margin-right: .618em;
                content: "\e013";
                text-decoration: none;
                color: #a00;
                vertical-align: inherit;
                margin-right: .5em;
            }

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
    font-size: .8751em;
}

    .woocommerce .widget_price_filter .price_slider_amount .button {
        font-size: 1.15em;
        float: left;
    }

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
}

    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1em;
        height: 1em;
        background-color: #a46497;
        border-radius: 1em;
        cursor: ew-resize;
        outline: 0;
        top: -.3em;
        margin-left: -.5em;
    }

    .woocommerce .widget_price_filter .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: .7em;
        display: block;
        border: 0;
        border-radius: 1em;
        background-color: #a46497;
    }

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    background-color: #462940;
    border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
        left: -1px;
    }

    .woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
        right: -1px;
    }

.woocommerce .widget_rating_filter ul {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none outside;
}

    .woocommerce .widget_rating_filter ul li {
        padding: 0 0 1px;
        list-style: none;
    }

        .woocommerce .widget_rating_filter ul li:after, .woocommerce .widget_rating_filter ul li:before {
            content: " ";
            display: table;
        }

        .woocommerce .widget_rating_filter ul li:after {
            clear: both;
        }

        .woocommerce .widget_rating_filter ul li a {
            padding: 1px 0;
            text-decoration: none;
        }

        .woocommerce .widget_rating_filter ul li .star-rating {
            float: none;
            display: inline-block;
        }

        .woocommerce .widget_rating_filter ul li.chosen a:before {
            font-family: WooCommerce;
            speak: never;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-right: .618em;
            content: "\e013";
            text-decoration: none;
            color: #a00;
        }

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    float: left;
    margin-right: 1em;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
}

.woocommerce-no-js form.woocommerce-form-coupon, .woocommerce-no-js form.woocommerce-form-login {
    display: block !important;
}

.woocommerce-no-js .showcoupon, .woocommerce-no-js .woocommerce-form-coupon-toggle, .woocommerce-no-js .woocommerce-form-login-toggle {
    display: none !important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    padding: 1em 2em 1em 3.5em;
    margin: 0 0 2em;
    position: relative;
    background-color: #f7f6f7;
    color: #515151;
    border-top: 3px solid #a46497;
    list-style: none outside;
    width: auto;
    word-wrap: break-word;
}

    .woocommerce-error:after, .woocommerce-error:before, .woocommerce-info:after, .woocommerce-info:before, .woocommerce-message:after, .woocommerce-message:before {
        content: " ";
        display: table;
    }

    .woocommerce-error:after, .woocommerce-info:after, .woocommerce-message:after {
        clear: both;
    }

    .woocommerce-error:before, .woocommerce-info:before, .woocommerce-message:before {
        font-family: WooCommerce;
        content: "\e028";
        display: inline-block;
        position: absolute;
        top: 1em;
        left: 1.5em;
    }

    .woocommerce-error .button, .woocommerce-info .button, .woocommerce-message .button {
        float: right;
    }

    .woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
        list-style: none outside !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

.rtl.woocommerce .price_label, .rtl.woocommerce .price_label span {
    direction: ltr;
    unicode-bidi: embed;
}

.woocommerce-message {
    border-top-color: #8fae1b;
}

    .woocommerce-message:before {
        content: "\e015";
        color: #8fae1b;
    }

.woocommerce-info {
    border-top-color: #1e85be;
}

    .woocommerce-info:before {
        color: #1e85be;
    }

.woocommerce-error {
    border-top-color: #b81c23;
}

    .woocommerce-error:before {
        content: "\e016";
        color: #b81c23;
    }

.woocommerce-account .woocommerce:after, .woocommerce-account .woocommerce:before {
    content: " ";
    display: table;
}

.woocommerce-account .woocommerce:after {
    clear: both;
}

.woocommerce-account .addresses .title:after, .woocommerce-account .addresses .title:before {
    content: " ";
    display: table;
}

.woocommerce-account .addresses .title:after {
    clear: both;
}

.woocommerce-account .addresses .title h3 {
    float: left;
}

.woocommerce-account .addresses .title .edit {
    float: right;
}

.woocommerce-account ol.commentlist.notes li.note p.meta {
    font-weight: 700;
    margin-bottom: 0;
}

.woocommerce-account ol.commentlist.notes li.note .description p:last-child {
    margin-bottom: 0;
}

.woocommerce-account ul.digital-downloads {
    margin-left: 0;
    padding-left: 0;
}

    .woocommerce-account ul.digital-downloads li {
        list-style: none;
        margin-left: 0;
        padding-left: 0;
    }

        .woocommerce-account ul.digital-downloads li:before {
            font-family: WooCommerce;
            speak: never;
            font-weight: 400;
            font-variant: normal;
            text-transform: none;
            line-height: 1;
            -webkit-font-smoothing: antialiased;
            margin-right: .618em;
            content: "\e00a";
            text-decoration: none;
        }

        .woocommerce-account ul.digital-downloads li .count {
            float: right;
        }

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    min-width: 32px;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
    width: 32px;
    box-shadow: none;
}

#add_payment_method table.cart td, #add_payment_method table.cart th, .woocommerce-cart table.cart td, .woocommerce-cart table.cart th, .woocommerce-checkout table.cart td, .woocommerce-checkout table.cart th {
    vertical-align: middle;
}

    #add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
        float: left;
        box-sizing: border-box;
        border: 1px solid #d3ced2;
        padding: 6px 6px 5px;
        margin: 0 4px 0 0;
        outline: 0;
    }

#add_payment_method table.cart input, .woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
    margin: 0;
    vertical-align: middle;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
    padding: 1em 0;
}

    #add_payment_method .wc-proceed-to-checkout:after, #add_payment_method .wc-proceed-to-checkout:before, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:before, .woocommerce-checkout .wc-proceed-to-checkout:after, .woocommerce-checkout .wc-proceed-to-checkout:before {
        content: " ";
        display: table;
    }

    #add_payment_method .wc-proceed-to-checkout:after, .woocommerce-cart .wc-proceed-to-checkout:after, .woocommerce-checkout .wc-proceed-to-checkout:after {
        clear: both;
    }

    #add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
        display: block;
        text-align: center;
        margin-bottom: 1em;
        font-size: 1.25em;
        padding: 1em;
    }

#add_payment_method .cart-collaterals .shipping-calculator-button, .woocommerce-cart .cart-collaterals .shipping-calculator-button, .woocommerce-checkout .cart-collaterals .shipping-calculator-button {
    float: none;
    margin-top: .5em;
    display: inline-block;
}

    #add_payment_method .cart-collaterals .shipping-calculator-button:after, .woocommerce-cart .cart-collaterals .shipping-calculator-button:after, .woocommerce-checkout .cart-collaterals .shipping-calculator-button:after {
        font-family: WooCommerce;
        speak: never;
        font-weight: 400;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        margin-left: .618em;
        content: "\e019";
        text-decoration: none;
    }

#add_payment_method .cart-collaterals .shipping-calculator-form, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-checkout .cart-collaterals .shipping-calculator-form {
    margin: 1em 0 0;
}

#add_payment_method .cart-collaterals .cart_totals p small, .woocommerce-cart .cart-collaterals .cart_totals p small, .woocommerce-checkout .cart-collaterals .cart_totals p small {
    color: #767676;
    font-size: .83em;
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
    border-collapse: separate;
    margin: 0 0 6px;
    padding: 0;
}

    #add_payment_method .cart-collaterals .cart_totals table tr:first-child td, #add_payment_method .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td, .woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th {
        border-top: 0;
    }

    #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table th {
        width: 35%;
    }

    #add_payment_method .cart-collaterals .cart_totals table td, #add_payment_method .cart-collaterals .cart_totals table th, .woocommerce-cart .cart-collaterals .cart_totals table td, .woocommerce-cart .cart-collaterals .cart_totals table th, .woocommerce-checkout .cart-collaterals .cart_totals table td, .woocommerce-checkout .cart-collaterals .cart_totals table th {
        vertical-align: top;
        border-left: 0;
        border-right: 0;
        line-height: 1.5em;
    }

    #add_payment_method .cart-collaterals .cart_totals table small, .woocommerce-cart .cart-collaterals .cart_totals table small, .woocommerce-checkout .cart-collaterals .cart_totals table small {
        color: #767676;
    }

    #add_payment_method .cart-collaterals .cart_totals table select, .woocommerce-cart .cart-collaterals .cart_totals table select, .woocommerce-checkout .cart-collaterals .cart_totals table select {
        width: 100%;
    }

#add_payment_method .cart-collaterals .cart_totals .discount td, .woocommerce-cart .cart-collaterals .cart_totals .discount td, .woocommerce-checkout .cart-collaterals .cart_totals .discount td {
    color: #77a464;
}

#add_payment_method .cart-collaterals .cart_totals tr td, #add_payment_method .cart-collaterals .cart_totals tr th, .woocommerce-cart .cart-collaterals .cart_totals tr td, .woocommerce-cart .cart-collaterals .cart_totals tr th, .woocommerce-checkout .cart-collaterals .cart_totals tr td, .woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: 1px solid #ebe9eb;
}

#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination, .woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination {
    margin-bottom: 0;
}

#add_payment_method .cart-collaterals .cross-sells ul.products li.product, .woocommerce-cart .cart-collaterals .cross-sells ul.products li.product, .woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product {
    margin-top: 0;
}

#add_payment_method .checkout .col-2 h3#ship-to-different-address, .woocommerce-cart .checkout .col-2 h3#ship-to-different-address, .woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
    float: left;
    clear: none;
}

#add_payment_method .checkout .col-2 .notes, .woocommerce-cart .checkout .col-2 .notes, .woocommerce-checkout .checkout .col-2 .notes {
    clear: left;
}

#add_payment_method .checkout .col-2 .form-row-first, .woocommerce-cart .checkout .col-2 .form-row-first, .woocommerce-checkout .checkout .col-2 .form-row-first {
    clear: left;
}

#add_payment_method .checkout .create-account small, .woocommerce-cart .checkout .create-account small, .woocommerce-checkout .checkout .create-account small {
    font-size: 11px;
    color: #767676;
    font-weight: 400;
}

#add_payment_method .checkout div.shipping-address, .woocommerce-cart .checkout div.shipping-address, .woocommerce-checkout .checkout div.shipping-address {
    padding: 0;
    clear: left;
    width: 100%;
}

#add_payment_method .checkout .shipping_address, .woocommerce-cart .checkout .shipping_address, .woocommerce-checkout .checkout .shipping_address {
    clear: both;
}

#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: #ebe9eb;
    border-radius: 5px;
}

    #add_payment_method #payment ul.payment_methods, .woocommerce-cart #payment ul.payment_methods, .woocommerce-checkout #payment ul.payment_methods {
        text-align: left;
        padding: 1em;
        border-bottom: 1px solid #d3ced2;
        margin: 0;
        list-style: none outside;
    }

        #add_payment_method #payment ul.payment_methods:after, #add_payment_method #payment ul.payment_methods:before, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:before, .woocommerce-checkout #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:before {
            content: " ";
            display: table;
        }

        #add_payment_method #payment ul.payment_methods:after, .woocommerce-cart #payment ul.payment_methods:after, .woocommerce-checkout #payment ul.payment_methods:after {
            clear: both;
        }

        #add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
            line-height: 2;
            text-align: left;
            margin: 0;
            font-weight: 400;
        }

            #add_payment_method #payment ul.payment_methods li input, .woocommerce-cart #payment ul.payment_methods li input, .woocommerce-checkout #payment ul.payment_methods li input {
                margin: 0 1em 0 0;
            }

            #add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
                vertical-align: middle;
                margin: -2px 0 0 .5em;
                padding: 0;
                position: relative;
                box-shadow: none;
            }

                #add_payment_method #payment ul.payment_methods li img + img, .woocommerce-cart #payment ul.payment_methods li img + img, .woocommerce-checkout #payment ul.payment_methods li img + img {
                    margin-left: 2px;
                }

            #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after, #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):before, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):before, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):before {
                content: " ";
                display: table;
            }

            #add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice):after, .woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice):after {
                clear: both;
            }

    #add_payment_method #payment div.form-row, .woocommerce-cart #payment div.form-row, .woocommerce-checkout #payment div.form-row {
        padding: 1em;
    }

    #add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
        position: relative;
        box-sizing: border-box;
        width: 100%;
        padding: 1em;
        margin: 1em 0;
        font-size: .92em;
        border-radius: 2px;
        line-height: 1.5;
        background-color: #dfdcde;
        color: #515151;
    }

        #add_payment_method #payment div.payment_box input.input-text, #add_payment_method #payment div.payment_box textarea, .woocommerce-cart #payment div.payment_box input.input-text, .woocommerce-cart #payment div.payment_box textarea, .woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
            border-color: #c7c1c6;
            border-top-color: #bbb3b9;
        }

        #add_payment_method #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder, .woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder {
            color: #bbb3b9;
        }

        #add_payment_method #payment div.payment_box :-moz-placeholder, .woocommerce-cart #payment div.payment_box :-moz-placeholder, .woocommerce-checkout #payment div.payment_box :-moz-placeholder {
            color: #bbb3b9;
        }

        #add_payment_method #payment div.payment_box :-ms-input-placeholder, .woocommerce-cart #payment div.payment_box :-ms-input-placeholder, .woocommerce-checkout #payment div.payment_box :-ms-input-placeholder {
            color: #bbb3b9;
        }

        #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods {
            list-style: none outside;
            margin: 0;
        }

            #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token {
                margin: 0 0 .5em;
            }

                #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label {
                    cursor: pointer;
                }

            #add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput, .woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput {
                vertical-align: middle;
                margin: -3px 1em 0 0;
                position: relative;
            }

        #add_payment_method #payment div.payment_box .wc-credit-card-form, .woocommerce-cart #payment div.payment_box .wc-credit-card-form, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form {
            border: 0;
            padding: 0;
            margin: 1em 0 0;
        }

        #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number {
            font-size: 1.5em;
            padding: 8px;
            background-repeat: no-repeat;
            background-position: right .618em center;
            background-size: 32px 20px;
        }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa {
                background-image: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/visa.svg);
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard {
                background-image: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/mastercard.svg);
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser {
                background-image: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/laser.svg);
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub {
                background-image: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/diners.svg);
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro {
                background-image: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/maestro.svg);
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb {
                background-image: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/jcb.svg);
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex {
                background-image: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/amex.svg);
            }

            #add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover, #add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover, .woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover {
                background-image: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/../images/icons/credit-cards/discover.svg);
            }

        #add_payment_method #payment div.payment_box span.help, .woocommerce-cart #payment div.payment_box span.help, .woocommerce-checkout #payment div.payment_box span.help {
            font-size: .857em;
            color: #767676;
            font-weight: 400;
        }

        #add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
            margin: 0 0 1em;
        }

        #add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
            margin-bottom: 0;
        }

        #add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
            content: "";
            display: block;
            border: 1em solid #dfdcde;
            border-right-color: transparent;
            border-left-color: transparent;
            border-top-color: transparent;
            position: absolute;
            top: -.75em;
            left: 0;
            margin: -1em 0 0 2em;
        }

    #add_payment_method #payment .payment_method_paypal .about_paypal, .woocommerce-cart #payment .payment_method_paypal .about_paypal, .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
        float: right;
        line-height: 52px;
        font-size: .83em;
    }

    #add_payment_method #payment .payment_method_paypal img, .woocommerce-cart #payment .payment_method_paypal img, .woocommerce-checkout #payment .payment_method_paypal img {
        max-height: 52px;
        vertical-align: middle;
    }

.woocommerce-terms-and-conditions {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: rgba(0,0,0,.05);
}

.woocommerce-invalid #terms {
    outline: 2px solid red;
    outline-offset: 2px;
}

.woocommerce-password-strength {
    text-align: center;
    font-weight: 600;
    padding: 3px .5em;
    font-size: 1em;
}

    .woocommerce-password-strength.strong {
        background-color: #c1e1b9;
        border-color: #83c373;
    }

    .woocommerce-password-strength.short {
        background-color: #f1adad;
        border-color: #e35b5b;
    }

    .woocommerce-password-strength.bad {
        background-color: #fbc5a9;
        border-color: #f78b53;
    }

    .woocommerce-password-strength.good {
        background-color: #ffe399;
        border-color: #ffc733;
    }

.woocommerce-password-hint {
    margin: .5em 0 0;
    display: block;
}

#content.twentyeleven .woocommerce-pagination a {
    font-size: 1em;
    line-height: 1;
}

.single-product .twentythirteen #reply-title, .single-product .twentythirteen #respond #commentform, .single-product .twentythirteen .entry-summary {
    padding: 0;
}

.single-product .twentythirteen p.stars {
    clear: both;
}

.twentythirteen .woocommerce-breadcrumb {
    padding-top: 40px;
}

.twentyfourteen ul.products li.product {
    margin-top: 0 !important;
}

body:not(.search-results) .twentysixteen .entry-summary {
    color: inherit;
    font-size: inherit;
    line-height: inherit;
}

.twentysixteen .price ins {
    background: inherit;
    color: inherit;
}

.woocommerce form .form-row .required {
    visibility: visible;
}
/*! 
* @package IcoFont 
* @version 1.0.1 
* @author IcoFont https://icofont.com 
* @copyright Copyright (c) 2015 - 2018 IcoFont 
* @license - https://icofont.com/license/
*/ @font-face {
    font-family: IcoFont;
    font-weight: 400;
    font-style: Regular;
    src: url(//themexbd.com/poket/construction/wp-content/plugins/themex-ppro-elementor/assets/css/../fonts/icofont.woff2) format("woff2"),url(//themexbd.com/poket/construction/wp-content/plugins/themex-ppro-elementor/assets/css/../fonts/icofont.woff) format("woff");
}

[class*=" icofont-"], [class^=icofont-] {
    font-family: IcoFont !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    line-height: 1;
    -webkit-font-feature-settings: "liga";
    -webkit-font-smoothing: antialiased;
}

.icofont-angry-monster:before {
    content: "\e800";
}

.icofont-bathtub:before {
    content: "\e801";
}

.icofont-bird-wings:before {
    content: "\e802";
}

.icofont-bow:before {
    content: "\e803";
}

.icofont-castle:before {
    content: "\e804";
}

.icofont-circuit:before {
    content: "\e805";
}

.icofont-crown-king:before {
    content: "\e806";
}

.icofont-crown-queen:before {
    content: "\e807";
}

.icofont-dart:before {
    content: "\e808";
}

.icofont-disability-race:before {
    content: "\e809";
}

.icofont-diving-goggle:before {
    content: "\e80a";
}

.icofont-eye-open:before {
    content: "\e80b";
}

.icofont-flora-flower:before {
    content: "\e80c";
}

.icofont-flora:before {
    content: "\e80d";
}

.icofont-gift-box:before {
    content: "\e80e";
}

.icofont-halloween-pumpkin:before {
    content: "\e80f";
}

.icofont-hand-power:before {
    content: "\e810";
}

.icofont-hand-thunder:before {
    content: "\e811";
}

.icofont-king-monster:before {
    content: "\e812";
}

.icofont-love:before {
    content: "\e813";
}

.icofont-magician-hat:before {
    content: "\e814";
}

.icofont-native-american:before {
    content: "\e815";
}

.icofont-owl-look:before {
    content: "\e816";
}

.icofont-phoenix:before {
    content: "\e817";
}

.icofont-robot-face:before {
    content: "\e818";
}

.icofont-sand-clock:before {
    content: "\e819";
}

.icofont-shield-alt:before {
    content: "\e81a";
}

.icofont-ship-wheel:before {
    content: "\e81b";
}

.icofont-skull-danger:before {
    content: "\e81c";
}

.icofont-skull-face:before {
    content: "\e81d";
}

.icofont-snowmobile:before {
    content: "\e81e";
}

.icofont-space-shuttle:before {
    content: "\e81f";
}

.icofont-star-shape:before {
    content: "\e820";
}

.icofont-swirl:before {
    content: "\e821";
}

.icofont-tattoo-wing:before {
    content: "\e822";
}

.icofont-throne:before {
    content: "\e823";
}

.icofont-tree-alt:before {
    content: "\e824";
}

.icofont-triangle:before {
    content: "\e825";
}

.icofont-unity-hand:before {
    content: "\e826";
}

.icofont-weed:before {
    content: "\e827";
}

.icofont-woman-bird:before {
    content: "\e828";
}

.icofont-bat:before {
    content: "\e829";
}

.icofont-bear-face:before {
    content: "\e82a";
}

.icofont-bear-tracks:before {
    content: "\e82b";
}

.icofont-bear:before {
    content: "\e82c";
}

.icofont-bird-alt:before {
    content: "\e82d";
}

.icofont-bird-flying:before {
    content: "\e82e";
}

.icofont-bird:before {
    content: "\e82f";
}

.icofont-birds:before {
    content: "\e830";
}

.icofont-bone:before {
    content: "\e831";
}

.icofont-bull:before {
    content: "\e832";
}

.icofont-butterfly-alt:before {
    content: "\e833";
}

.icofont-butterfly:before {
    content: "\e834";
}

.icofont-camel-alt:before {
    content: "\e835";
}

.icofont-camel-head:before {
    content: "\e836";
}

.icofont-camel:before {
    content: "\e837";
}

.icofont-cat-alt-1:before {
    content: "\e838";
}

.icofont-cat-alt-2:before {
    content: "\e839";
}

.icofont-cat-alt-3:before {
    content: "\e83a";
}

.icofont-cat-dog:before {
    content: "\e83b";
}

.icofont-cat-face:before {
    content: "\e83c";
}

.icofont-cat:before {
    content: "\e83d";
}

.icofont-cow-head:before {
    content: "\e83e";
}

.icofont-cow:before {
    content: "\e83f";
}

.icofont-crab:before {
    content: "\e840";
}

.icofont-crocodile:before {
    content: "\e841";
}

.icofont-deer-head:before {
    content: "\e842";
}

.icofont-dog-alt:before {
    content: "\e843";
}

.icofont-dog-barking:before {
    content: "\e844";
}

.icofont-dog:before {
    content: "\e845";
}

.icofont-dolphin:before {
    content: "\e846";
}

.icofont-duck-tracks:before {
    content: "\e847";
}

.icofont-eagle-head:before {
    content: "\e848";
}

.icofont-eaten-fish:before {
    content: "\e849";
}

.icofont-elephant-alt:before {
    content: "\e84a";
}

.icofont-elephant-head-alt:before {
    content: "\e84b";
}

.icofont-elephant-head:before {
    content: "\e84c";
}

.icofont-elephant:before {
    content: "\e84d";
}

.icofont-elk:before {
    content: "\e84e";
}

.icofont-fish-1:before {
    content: "\e84f";
}

.icofont-fish-2:before {
    content: "\e850";
}

.icofont-fish-3:before {
    content: "\e851";
}

.icofont-fish-4:before {
    content: "\e852";
}

.icofont-fish-5:before {
    content: "\e853";
}

.icofont-fish:before {
    content: "\e854";
}

.icofont-fox-alt:before {
    content: "\e855";
}

.icofont-fox:before {
    content: "\e856";
}

.icofont-frog-tracks:before {
    content: "\e857";
}

.icofont-frog:before {
    content: "\e858";
}

.icofont-froggy:before {
    content: "\e859";
}

.icofont-giraffe-head-1:before {
    content: "\e85a";
}

.icofont-giraffe-head-2:before {
    content: "\e85b";
}

.icofont-giraffe-head:before {
    content: "\e85c";
}

.icofont-giraffe:before {
    content: "\e85d";
}

.icofont-goat-head:before {
    content: "\e85e";
}

.icofont-gorilla:before {
    content: "\e85f";
}

.icofont-hen-tracks:before {
    content: "\e860";
}

.icofont-horse-head-1:before {
    content: "\e861";
}

.icofont-horse-head-2:before {
    content: "\e862";
}

.icofont-horse-head:before {
    content: "\e863";
}

.icofont-horse-tracks:before {
    content: "\e864";
}

.icofont-jellyfish:before {
    content: "\e865";
}

.icofont-kangaroo:before {
    content: "\e866";
}

.icofont-lemur:before {
    content: "\e867";
}

.icofont-lion-head-1:before {
    content: "\e868";
}

.icofont-lion-head-2:before {
    content: "\e869";
}

.icofont-lion-head:before {
    content: "\e86a";
}

.icofont-lion:before {
    content: "\e86b";
}

.icofont-monkey-2:before {
    content: "\e86c";
}

.icofont-monkey-3:before {
    content: "\e86d";
}

.icofont-monkey-face:before {
    content: "\e86e";
}

.icofont-monkey:before {
    content: "\e86f";
}

.icofont-octopus-alt:before {
    content: "\e870";
}

.icofont-octopus:before {
    content: "\e871";
}

.icofont-owl:before {
    content: "\e872";
}

.icofont-panda-face:before {
    content: "\e873";
}

.icofont-panda:before {
    content: "\e874";
}

.icofont-panther:before {
    content: "\e875";
}

.icofont-parrot-lip:before {
    content: "\e876";
}

.icofont-parrot:before {
    content: "\e877";
}

.icofont-paw:before {
    content: "\e878";
}

.icofont-pelican:before {
    content: "\e879";
}

.icofont-penguin:before {
    content: "\e87a";
}

.icofont-pig-face:before {
    content: "\e87b";
}

.icofont-pig:before {
    content: "\e87c";
}

.icofont-pigeon-1:before {
    content: "\e87d";
}

.icofont-pigeon-2:before {
    content: "\e87e";
}

.icofont-pigeon:before {
    content: "\e87f";
}

.icofont-rabbit:before {
    content: "\e880";
}

.icofont-rat:before {
    content: "\e881";
}

.icofont-rhino-head:before {
    content: "\e882";
}

.icofont-rhino:before {
    content: "\e883";
}

.icofont-rooster:before {
    content: "\e884";
}

.icofont-seahorse:before {
    content: "\e885";
}

.icofont-seal:before {
    content: "\e886";
}

.icofont-shrimp-alt:before {
    content: "\e887";
}

.icofont-shrimp:before {
    content: "\e888";
}

.icofont-snail-1:before {
    content: "\e889";
}

.icofont-snail-2:before {
    content: "\e88a";
}

.icofont-snail-3:before {
    content: "\e88b";
}

.icofont-snail:before {
    content: "\e88c";
}

.icofont-snake:before {
    content: "\e88d";
}

.icofont-squid:before {
    content: "\e88e";
}

.icofont-squirrel:before {
    content: "\e88f";
}

.icofont-tiger-face:before {
    content: "\e890";
}

.icofont-tiger:before {
    content: "\e891";
}

.icofont-turtle:before {
    content: "\e892";
}

.icofont-whale:before {
    content: "\e893";
}

.icofont-woodpecker:before {
    content: "\e894";
}

.icofont-zebra:before {
    content: "\e895";
}

.icofont-brand-acer:before {
    content: "\e896";
}

.icofont-brand-adidas:before {
    content: "\e897";
}

.icofont-brand-adobe:before {
    content: "\e898";
}

.icofont-brand-air-new-zealand:before {
    content: "\e899";
}

.icofont-brand-airbnb:before {
    content: "\e89a";
}

.icofont-brand-aircell:before {
    content: "\e89b";
}

.icofont-brand-airtel:before {
    content: "\e89c";
}

.icofont-brand-alcatel:before {
    content: "\e89d";
}

.icofont-brand-alibaba:before {
    content: "\e89e";
}

.icofont-brand-aliexpress:before {
    content: "\e89f";
}

.icofont-brand-alipay:before {
    content: "\e8a0";
}

.icofont-brand-amazon:before {
    content: "\e8a1";
}

.icofont-brand-amd:before {
    content: "\e8a2";
}

.icofont-brand-american-airlines:before {
    content: "\e8a3";
}

.icofont-brand-android-robot:before {
    content: "\e8a4";
}

.icofont-brand-android:before {
    content: "\e8a5";
}

.icofont-brand-aol:before {
    content: "\e8a6";
}

.icofont-brand-apple:before {
    content: "\e8a7";
}

.icofont-brand-appstore:before {
    content: "\e8a8";
}

.icofont-brand-asus:before {
    content: "\e8a9";
}

.icofont-brand-ati:before {
    content: "\e8aa";
}

.icofont-brand-att:before {
    content: "\e8ab";
}

.icofont-brand-audi:before {
    content: "\e8ac";
}

.icofont-brand-axiata:before {
    content: "\e8ad";
}

.icofont-brand-bada:before {
    content: "\e8ae";
}

.icofont-brand-bbc:before {
    content: "\e8af";
}

.icofont-brand-bing:before {
    content: "\e8b0";
}

.icofont-brand-blackberry:before {
    content: "\e8b1";
}

.icofont-brand-bmw:before {
    content: "\e8b2";
}

.icofont-brand-box:before {
    content: "\e8b3";
}

.icofont-brand-burger-king:before {
    content: "\e8b4";
}

.icofont-brand-business-insider:before {
    content: "\e8b5";
}

.icofont-brand-buzzfeed:before {
    content: "\e8b6";
}

.icofont-brand-cannon:before {
    content: "\e8b7";
}

.icofont-brand-casio:before {
    content: "\e8b8";
}

.icofont-brand-china-mobile:before {
    content: "\e8b9";
}

.icofont-brand-china-telecom:before {
    content: "\e8ba";
}

.icofont-brand-china-unicom:before {
    content: "\e8bb";
}

.icofont-brand-cisco:before {
    content: "\e8bc";
}

.icofont-brand-citibank:before {
    content: "\e8bd";
}

.icofont-brand-cnet:before {
    content: "\e8be";
}

.icofont-brand-cnn:before {
    content: "\e8bf";
}

.icofont-brand-cocal-cola:before {
    content: "\e8c0";
}

.icofont-brand-compaq:before {
    content: "\e8c1";
}

.icofont-brand-debian:before {
    content: "\e8c2";
}

.icofont-brand-delicious:before {
    content: "\e8c3";
}

.icofont-brand-dell:before {
    content: "\e8c4";
}

.icofont-brand-designbump:before {
    content: "\e8c5";
}

.icofont-brand-designfloat:before {
    content: "\e8c6";
}

.icofont-brand-disney:before {
    content: "\e8c7";
}

.icofont-brand-dodge:before {
    content: "\e8c8";
}

.icofont-brand-dove:before {
    content: "\e8c9";
}

.icofont-brand-drupal:before {
    content: "\e8ca";
}

.icofont-brand-ebay:before {
    content: "\e8cb";
}

.icofont-brand-eleven:before {
    content: "\e8cc";
}

.icofont-brand-emirates:before {
    content: "\e8cd";
}

.icofont-brand-espn:before {
    content: "\e8ce";
}

.icofont-brand-etihad-airways:before {
    content: "\e8cf";
}

.icofont-brand-etisalat:before {
    content: "\e8d0";
}

.icofont-brand-etsy:before {
    content: "\e8d1";
}

.icofont-brand-fastrack:before {
    content: "\e8d2";
}

.icofont-brand-fedex:before {
    content: "\e8d3";
}

.icofont-brand-ferrari:before {
    content: "\e8d4";
}

.icofont-brand-fitbit:before {
    content: "\e8d5";
}

.icofont-brand-flikr:before {
    content: "\e8d6";
}

.icofont-brand-forbes:before {
    content: "\e8d7";
}

.icofont-brand-foursquare:before {
    content: "\e8d8";
}

.icofont-brand-foxconn:before {
    content: "\e8d9";
}

.icofont-brand-fujitsu:before {
    content: "\e8da";
}

.icofont-brand-general-electric:before {
    content: "\e8db";
}

.icofont-brand-gillette:before {
    content: "\e8dc";
}

.icofont-brand-gizmodo:before {
    content: "\e8dd";
}

.icofont-brand-gnome:before {
    content: "\e8de";
}

.icofont-brand-google:before {
    content: "\e8df";
}

.icofont-brand-gopro:before {
    content: "\e8e0";
}

.icofont-brand-gucci:before {
    content: "\e8e1";
}

.icofont-brand-hallmark:before {
    content: "\e8e2";
}

.icofont-brand-hi5:before {
    content: "\e8e3";
}

.icofont-brand-honda:before {
    content: "\e8e4";
}

.icofont-brand-hp:before {
    content: "\e8e5";
}

.icofont-brand-hsbc:before {
    content: "\e8e6";
}

.icofont-brand-htc:before {
    content: "\e8e7";
}

.icofont-brand-huawei:before {
    content: "\e8e8";
}

.icofont-brand-hulu:before {
    content: "\e8e9";
}

.icofont-brand-hyundai:before {
    content: "\e8ea";
}

.icofont-brand-ibm:before {
    content: "\e8eb";
}

.icofont-brand-icofont:before {
    content: "\e8ec";
}

.icofont-brand-icq:before {
    content: "\e8ed";
}

.icofont-brand-ikea:before {
    content: "\e8ee";
}

.icofont-brand-imdb:before {
    content: "\e8ef";
}

.icofont-brand-indiegogo:before {
    content: "\e8f0";
}

.icofont-brand-intel:before {
    content: "\e8f1";
}

.icofont-brand-ipair:before {
    content: "\e8f2";
}

.icofont-brand-jaguar:before {
    content: "\e8f3";
}

.icofont-brand-java:before {
    content: "\e8f4";
}

.icofont-brand-joomla:before {
    content: "\e8f5";
}

.icofont-brand-kickstarter:before {
    content: "\e8f6";
}

.icofont-brand-kik:before {
    content: "\e8f7";
}

.icofont-brand-lastfm:before {
    content: "\e8f8";
}

.icofont-brand-lego:before {
    content: "\e8f9";
}

.icofont-brand-lenovo:before {
    content: "\e8fa";
}

.icofont-brand-levis:before {
    content: "\e8fb";
}

.icofont-brand-lexus:before {
    content: "\e8fc";
}

.icofont-brand-lg:before {
    content: "\e8fd";
}

.icofont-brand-life-hacker:before {
    content: "\e8fe";
}

.icofont-brand-linux-mint:before {
    content: "\e8ff";
}

.icofont-brand-linux:before {
    content: "\e900";
}

.icofont-brand-lionix:before {
    content: "\e901";
}

.icofont-brand-loreal:before {
    content: "\e902";
}

.icofont-brand-louis-vuitton:before {
    content: "\e903";
}

.icofont-brand-mac-os:before {
    content: "\e904";
}

.icofont-brand-marvel-app:before {
    content: "\e905";
}

.icofont-brand-mashable:before {
    content: "\e906";
}

.icofont-brand-mazda:before {
    content: "\e907";
}

.icofont-brand-mcdonals:before {
    content: "\e908";
}

.icofont-brand-mercedes:before {
    content: "\e909";
}

.icofont-brand-micromax:before {
    content: "\e90a";
}

.icofont-brand-microsoft:before {
    content: "\e90b";
}

.icofont-brand-mobileme:before {
    content: "\e90c";
}

.icofont-brand-mobily:before {
    content: "\e90d";
}

.icofont-brand-motorola:before {
    content: "\e90e";
}

.icofont-brand-msi:before {
    content: "\e90f";
}

.icofont-brand-mts:before {
    content: "\e910";
}

.icofont-brand-myspace:before {
    content: "\e911";
}

.icofont-brand-mytv:before {
    content: "\e912";
}

.icofont-brand-nasa:before {
    content: "\e913";
}

.icofont-brand-natgeo:before {
    content: "\e914";
}

.icofont-brand-nbc:before {
    content: "\e915";
}

.icofont-brand-nescafe:before {
    content: "\e916";
}

.icofont-brand-nestle:before {
    content: "\e917";
}

.icofont-brand-netflix:before {
    content: "\e918";
}

.icofont-brand-nexus:before {
    content: "\e919";
}

.icofont-brand-nike:before {
    content: "\e91a";
}

.icofont-brand-nokia:before {
    content: "\e91b";
}

.icofont-brand-nvidia:before {
    content: "\e91c";
}

.icofont-brand-omega:before {
    content: "\e91d";
}

.icofont-brand-opensuse:before {
    content: "\e91e";
}

.icofont-brand-oracle:before {
    content: "\e91f";
}

.icofont-brand-panasonic:before {
    content: "\e920";
}

.icofont-brand-paypal:before {
    content: "\e921";
}

.icofont-brand-pepsi:before {
    content: "\e922";
}

.icofont-brand-philips:before {
    content: "\e923";
}

.icofont-brand-pizza-hut:before {
    content: "\e924";
}

.icofont-brand-playstation:before {
    content: "\e925";
}

.icofont-brand-puma:before {
    content: "\e926";
}

.icofont-brand-qatar-air:before {
    content: "\e927";
}

.icofont-brand-qvc:before {
    content: "\e928";
}

.icofont-brand-readernaut:before {
    content: "\e929";
}

.icofont-brand-redbull:before {
    content: "\e92a";
}

.icofont-brand-reebok:before {
    content: "\e92b";
}

.icofont-brand-reuters:before {
    content: "\e92c";
}

.icofont-brand-samsung:before {
    content: "\e92d";
}

.icofont-brand-sap:before {
    content: "\e92e";
}

.icofont-brand-saudia-airlines:before {
    content: "\e92f";
}

.icofont-brand-scribd:before {
    content: "\e930";
}

.icofont-brand-shell:before {
    content: "\e931";
}

.icofont-brand-siemens:before {
    content: "\e932";
}

.icofont-brand-sk-telecom:before {
    content: "\e933";
}

.icofont-brand-slideshare:before {
    content: "\e934";
}

.icofont-brand-smashing-magazine:before {
    content: "\e935";
}

.icofont-brand-snapchat:before {
    content: "\e936";
}

.icofont-brand-sony-ericsson:before {
    content: "\e937";
}

.icofont-brand-sony:before {
    content: "\e938";
}

.icofont-brand-soundcloud:before {
    content: "\e939";
}

.icofont-brand-sprint:before {
    content: "\e93a";
}

.icofont-brand-squidoo:before {
    content: "\e93b";
}

.icofont-brand-starbucks:before {
    content: "\e93c";
}

.icofont-brand-stc:before {
    content: "\e93d";
}

.icofont-brand-steam:before {
    content: "\e93e";
}

.icofont-brand-suzuki:before {
    content: "\e93f";
}

.icofont-brand-symbian:before {
    content: "\e940";
}

.icofont-brand-t-mobile:before {
    content: "\e941";
}

.icofont-brand-tango:before {
    content: "\e942";
}

.icofont-brand-target:before {
    content: "\e943";
}

.icofont-brand-tata-indicom:before {
    content: "\e944";
}

.icofont-brand-techcrunch:before {
    content: "\e945";
}

.icofont-brand-telenor:before {
    content: "\e946";
}

.icofont-brand-teliasonera:before {
    content: "\e947";
}

.icofont-brand-tesla:before {
    content: "\e948";
}

.icofont-brand-the-verge:before {
    content: "\e949";
}

.icofont-brand-thenextweb:before {
    content: "\e94a";
}

.icofont-brand-toshiba:before {
    content: "\e94b";
}

.icofont-brand-toyota:before {
    content: "\e94c";
}

.icofont-brand-tribenet:before {
    content: "\e94d";
}

.icofont-brand-ubuntu:before {
    content: "\e94e";
}

.icofont-brand-unilever:before {
    content: "\e94f";
}

.icofont-brand-vaio:before {
    content: "\e950";
}

.icofont-brand-verizon:before {
    content: "\e951";
}

.icofont-brand-viber:before {
    content: "\e952";
}

.icofont-brand-vodafone:before {
    content: "\e953";
}

.icofont-brand-volkswagen:before {
    content: "\e954";
}

.icofont-brand-walmart:before {
    content: "\e955";
}

.icofont-brand-warnerbros:before {
    content: "\e956";
}

.icofont-brand-whatsapp:before {
    content: "\e957";
}

.icofont-brand-wikipedia:before {
    content: "\e958";
}

.icofont-brand-windows:before {
    content: "\e959";
}

.icofont-brand-wire:before {
    content: "\e95a";
}

.icofont-brand-wordpress:before {
    content: "\e95b";
}

.icofont-brand-xiaomi:before {
    content: "\e95c";
}

.icofont-brand-yahoobuzz:before {
    content: "\e95d";
}

.icofont-brand-yamaha:before {
    content: "\e95e";
}

.icofont-brand-youtube:before {
    content: "\e95f";
}

.icofont-brand-zain:before {
    content: "\e960";
}

.icofont-bank-alt:before {
    content: "\e961";
}

.icofont-bank:before {
    content: "\e962";
}

.icofont-barcode:before {
    content: "\e963";
}

.icofont-bill-alt:before {
    content: "\e964";
}

.icofont-billboard:before {
    content: "\e965";
}

.icofont-briefcase-1:before {
    content: "\e966";
}

.icofont-briefcase-2:before {
    content: "\e967";
}

.icofont-businessman:before {
    content: "\e968";
}

.icofont-businesswoman:before {
    content: "\e969";
}

.icofont-chair:before {
    content: "\e96a";
}

.icofont-coins:before {
    content: "\e96b";
}

.icofont-company:before {
    content: "\e96c";
}

.icofont-contact-add:before {
    content: "\e96d";
}

.icofont-files-stack:before {
    content: "\e96e";
}

.icofont-handshake-deal:before {
    content: "\e96f";
}

.icofont-id-card:before {
    content: "\e970";
}

.icofont-meeting-add:before {
    content: "\e971";
}

.icofont-money-bag:before {
    content: "\e972";
}

.icofont-pie-chart:before {
    content: "\e973";
}

.icofont-presentation-alt:before {
    content: "\e974";
}

.icofont-presentation:before {
    content: "\e975";
}

.icofont-stamp:before {
    content: "\e976";
}

.icofont-stock-mobile:before {
    content: "\e977";
}

.icofont-chart-arrows-axis:before {
    content: "\e978";
}

.icofont-chart-bar-graph:before {
    content: "\e979";
}

.icofont-chart-flow-1:before {
    content: "\e97a";
}

.icofont-chart-flow-2:before {
    content: "\e97b";
}

.icofont-chart-flow:before {
    content: "\e97c";
}

.icofont-chart-growth:before {
    content: "\e97d";
}

.icofont-chart-histogram-alt:before {
    content: "\e97e";
}

.icofont-chart-histogram:before {
    content: "\e97f";
}

.icofont-chart-line-alt:before {
    content: "\e980";
}

.icofont-chart-line:before {
    content: "\e981";
}

.icofont-chart-pie-alt:before {
    content: "\e982";
}

.icofont-chart-pie:before {
    content: "\e983";
}

.icofont-chart-radar-graph:before {
    content: "\e984";
}

.icofont-architecture-alt:before {
    content: "\e985";
}

.icofont-architecture:before {
    content: "\e986";
}

.icofont-barricade:before {
    content: "\e987";
}

.icofont-bolt:before {
    content: "\e988";
}

.icofont-bricks:before {
    content: "\e989";
}

.icofont-building-alt:before {
    content: "\e98a";
}

.icofont-bull-dozer:before {
    content: "\e98b";
}

.icofont-calculations:before {
    content: "\e98c";
}

.icofont-cement-mix:before {
    content: "\e98d";
}

.icofont-cement-mixer:before {
    content: "\e98e";
}

.icofont-concrete-mixer:before {
    content: "\e98f";
}

.icofont-danger-zone:before {
    content: "\e990";
}

.icofont-drill:before {
    content: "\e991";
}

.icofont-eco-energy:before {
    content: "\e992";
}

.icofont-eco-environmen:before {
    content: "\e993";
}

.icofont-energy-air:before {
    content: "\e994";
}

.icofont-energy-oil:before {
    content: "\e995";
}

.icofont-energy-savings:before {
    content: "\e996";
}

.icofont-energy-solar:before {
    content: "\e997";
}

.icofont-energy-water:before {
    content: "\e998";
}

.icofont-engineer:before {
    content: "\e999";
}

.icofont-fire-extinguisher-alt:before {
    content: "\e99a";
}

.icofont-fire-extinguisher:before {
    content: "\e99b";
}

.icofont-fix-tools:before {
    content: "\e99c";
}

.icofont-fork-lift:before {
    content: "\e99d";
}

.icofont-glue-oil:before {
    content: "\e99e";
}

.icofont-hammer-alt:before {
    content: "\e99f";
}

.icofont-hammer:before {
    content: "\e9a0";
}

.icofont-help-robot:before {
    content: "\e9a1";
}

.icofont-industries-1:before {
    content: "\e9a2";
}

.icofont-industries-2:before {
    content: "\e9a3";
}

.icofont-industries-3:before {
    content: "\e9a4";
}

.icofont-industries-4:before {
    content: "\e9a5";
}

.icofont-industries-5:before {
    content: "\e9a6";
}

.icofont-industries:before {
    content: "\e9a7";
}

.icofont-labour:before {
    content: "\e9a8";
}

.icofont-mining:before {
    content: "\e9a9";
}

.icofont-paint-brush:before {
    content: "\e9aa";
}

.icofont-pollution:before {
    content: "\e9ab";
}

.icofont-power-zone:before {
    content: "\e9ac";
}

.icofont-radio-active:before {
    content: "\e9ad";
}

.icofont-recycle-alt:before {
    content: "\e9ae";
}

.icofont-recycling-man:before {
    content: "\e9af";
}

.icofont-safety-hat-light:before {
    content: "\e9b0";
}

.icofont-safety-hat:before {
    content: "\e9b1";
}

.icofont-saw:before {
    content: "\e9b2";
}

.icofont-screw-driver:before {
    content: "\e9b3";
}

.icofont-tools-1:before {
    content: "\e9b4";
}

.icofont-tools-bag:before {
    content: "\e9b5";
}

.icofont-tow-truck:before {
    content: "\e9b6";
}

.icofont-trolley:before {
    content: "\e9b7";
}

.icofont-trowel:before {
    content: "\e9b8";
}

.icofont-under-construction-alt:before {
    content: "\e9b9";
}

.icofont-under-construction:before {
    content: "\e9ba";
}

.icofont-vehicle-cement:before {
    content: "\e9bb";
}

.icofont-vehicle-crane:before {
    content: "\e9bc";
}

.icofont-vehicle-delivery-van:before {
    content: "\e9bd";
}

.icofont-vehicle-dozer:before {
    content: "\e9be";
}

.icofont-vehicle-excavator:before {
    content: "\e9bf";
}

.icofont-vehicle-trucktor:before {
    content: "\e9c0";
}

.icofont-vehicle-wrecking:before {
    content: "\e9c1";
}

.icofont-worker:before {
    content: "\e9c2";
}

.icofont-workers-group:before {
    content: "\e9c3";
}

.icofont-wrench:before {
    content: "\e9c4";
}

.icofont-afghani-false:before {
    content: "\e9c5";
}

.icofont-afghani-minus:before {
    content: "\e9c6";
}

.icofont-afghani-plus:before {
    content: "\e9c7";
}

.icofont-afghani-true:before {
    content: "\e9c8";
}

.icofont-afghani:before {
    content: "\e9c9";
}

.icofont-baht-false:before {
    content: "\e9ca";
}

.icofont-baht-minus:before {
    content: "\e9cb";
}

.icofont-baht-plus:before {
    content: "\e9cc";
}

.icofont-baht-true:before {
    content: "\e9cd";
}

.icofont-baht:before {
    content: "\e9ce";
}

.icofont-bitcoin-false:before {
    content: "\e9cf";
}

.icofont-bitcoin-minus:before {
    content: "\e9d0";
}

.icofont-bitcoin-plus:before {
    content: "\e9d1";
}

.icofont-bitcoin-true:before {
    content: "\e9d2";
}

.icofont-bitcoin:before {
    content: "\e9d3";
}

.icofont-dollar-flase:before {
    content: "\e9d4";
}

.icofont-dollar-minus:before {
    content: "\e9d5";
}

.icofont-dollar-plus:before {
    content: "\e9d6";
}

.icofont-dollar-true:before {
    content: "\e9d7";
}

.icofont-dollar:before {
    content: "\e9d8";
}

.icofont-dong-false:before {
    content: "\e9d9";
}

.icofont-dong-minus:before {
    content: "\e9da";
}

.icofont-dong-plus:before {
    content: "\e9db";
}

.icofont-dong-true:before {
    content: "\e9dc";
}

.icofont-dong:before {
    content: "\e9dd";
}

.icofont-euro-false:before {
    content: "\e9de";
}

.icofont-euro-minus:before {
    content: "\e9df";
}

.icofont-euro-plus:before {
    content: "\e9e0";
}

.icofont-euro-true:before {
    content: "\e9e1";
}

.icofont-euro:before {
    content: "\e9e2";
}

.icofont-frank-false:before {
    content: "\e9e3";
}

.icofont-frank-minus:before {
    content: "\e9e4";
}

.icofont-frank-plus:before {
    content: "\e9e5";
}

.icofont-frank-true:before {
    content: "\e9e6";
}

.icofont-frank:before {
    content: "\e9e7";
}

.icofont-hryvnia-false:before {
    content: "\e9e8";
}

.icofont-hryvnia-minus:before {
    content: "\e9e9";
}

.icofont-hryvnia-plus:before {
    content: "\e9ea";
}

.icofont-hryvnia-true:before {
    content: "\e9eb";
}

.icofont-hryvnia:before {
    content: "\e9ec";
}

.icofont-lira-false:before {
    content: "\e9ed";
}

.icofont-lira-minus:before {
    content: "\e9ee";
}

.icofont-lira-plus:before {
    content: "\e9ef";
}

.icofont-lira-true:before {
    content: "\e9f0";
}

.icofont-lira:before {
    content: "\e9f1";
}

.icofont-peseta-false:before {
    content: "\e9f2";
}

.icofont-peseta-minus:before {
    content: "\e9f3";
}

.icofont-peseta-plus:before {
    content: "\e9f4";
}

.icofont-peseta-true:before {
    content: "\e9f5";
}

.icofont-peseta:before {
    content: "\e9f6";
}

.icofont-peso-false:before {
    content: "\e9f7";
}

.icofont-peso-minus:before {
    content: "\e9f8";
}

.icofont-peso-plus:before {
    content: "\e9f9";
}

.icofont-peso-true:before {
    content: "\e9fa";
}

.icofont-peso:before {
    content: "\e9fb";
}

.icofont-pound-false:before {
    content: "\e9fc";
}

.icofont-pound-minus:before {
    content: "\e9fd";
}

.icofont-pound-plus:before {
    content: "\e9fe";
}

.icofont-pound-true:before {
    content: "\e9ff";
}

.icofont-pound:before {
    content: "\ea00";
}

.icofont-renminbi-false:before {
    content: "\ea01";
}

.icofont-renminbi-minus:before {
    content: "\ea02";
}

.icofont-renminbi-plus:before {
    content: "\ea03";
}

.icofont-renminbi-true:before {
    content: "\ea04";
}

.icofont-renminbi:before {
    content: "\ea05";
}

.icofont-riyal-false:before {
    content: "\ea06";
}

.icofont-riyal-minus:before {
    content: "\ea07";
}

.icofont-riyal-plus:before {
    content: "\ea08";
}

.icofont-riyal-true:before {
    content: "\ea09";
}

.icofont-riyal:before {
    content: "\ea0a";
}

.icofont-rouble-false:before {
    content: "\ea0b";
}

.icofont-rouble-minus:before {
    content: "\ea0c";
}

.icofont-rouble-plus:before {
    content: "\ea0d";
}

.icofont-rouble-true:before {
    content: "\ea0e";
}

.icofont-rouble:before {
    content: "\ea0f";
}

.icofont-rupee-false:before {
    content: "\ea10";
}

.icofont-rupee-minus:before {
    content: "\ea11";
}

.icofont-rupee-plus:before {
    content: "\ea12";
}

.icofont-rupee-true:before {
    content: "\ea13";
}

.icofont-rupee:before {
    content: "\ea14";
}

.icofont-taka-false:before {
    content: "\ea15";
}

.icofont-taka-minus:before {
    content: "\ea16";
}

.icofont-taka-plus:before {
    content: "\ea17";
}

.icofont-taka-true:before {
    content: "\ea18";
}

.icofont-taka:before {
    content: "\ea19";
}

.icofont-turkish-lira-false:before {
    content: "\ea1a";
}

.icofont-turkish-lira-minus:before {
    content: "\ea1b";
}

.icofont-turkish-lira-plus:before {
    content: "\ea1c";
}

.icofont-turkish-lira-true:before {
    content: "\ea1d";
}

.icofont-turkish-lira:before {
    content: "\ea1e";
}

.icofont-won-false:before {
    content: "\ea1f";
}

.icofont-won-minus:before {
    content: "\ea20";
}

.icofont-won-plus:before {
    content: "\ea21";
}

.icofont-won-true:before {
    content: "\ea22";
}

.icofont-won:before {
    content: "\ea23";
}

.icofont-yen-false:before {
    content: "\ea24";
}

.icofont-yen-minus:before {
    content: "\ea25";
}

.icofont-yen-plus:before {
    content: "\ea26";
}

.icofont-yen-true:before {
    content: "\ea27";
}

.icofont-yen:before {
    content: "\ea28";
}

.icofont-android-nexus:before {
    content: "\ea29";
}

.icofont-android-tablet:before {
    content: "\ea2a";
}

.icofont-apple-watch:before {
    content: "\ea2b";
}

.icofont-drawing-tablet:before {
    content: "\ea2c";
}

.icofont-earphone:before {
    content: "\ea2d";
}

.icofont-flash-drive:before {
    content: "\ea2e";
}

.icofont-game-console:before {
    content: "\ea2f";
}

.icofont-game-controller:before {
    content: "\ea30";
}

.icofont-game-pad:before {
    content: "\ea31";
}

.icofont-game:before {
    content: "\ea32";
}

.icofont-headphone-alt-1:before {
    content: "\ea33";
}

.icofont-headphone-alt-2:before {
    content: "\ea34";
}

.icofont-headphone-alt-3:before {
    content: "\ea35";
}

.icofont-headphone-alt:before {
    content: "\ea36";
}

.icofont-headphone:before {
    content: "\ea37";
}

.icofont-htc-one:before {
    content: "\ea38";
}

.icofont-imac:before {
    content: "\ea39";
}

.icofont-ipad:before {
    content: "\ea3a";
}

.icofont-iphone:before {
    content: "\ea3b";
}

.icofont-ipod-nano:before {
    content: "\ea3c";
}

.icofont-ipod-touch:before {
    content: "\ea3d";
}

.icofont-keyboard-alt:before {
    content: "\ea3e";
}

.icofont-keyboard-wireless:before {
    content: "\ea3f";
}

.icofont-keyboard:before {
    content: "\ea40";
}

.icofont-laptop-alt:before {
    content: "\ea41";
}

.icofont-laptop:before {
    content: "\ea42";
}

.icofont-macbook:before {
    content: "\ea43";
}

.icofont-magic-mouse:before {
    content: "\ea44";
}

.icofont-micro-chip:before {
    content: "\ea45";
}

.icofont-microphone-alt:before {
    content: "\ea46";
}

.icofont-microphone:before {
    content: "\ea47";
}

.icofont-monitor:before {
    content: "\ea48";
}

.icofont-mouse:before {
    content: "\ea49";
}

.icofont-mp3-player:before {
    content: "\ea4a";
}

.icofont-nintendo:before {
    content: "\ea4b";
}

.icofont-playstation-alt:before {
    content: "\ea4c";
}

.icofont-psvita:before {
    content: "\ea4d";
}

.icofont-radio-mic:before {
    content: "\ea4e";
}

.icofont-radio:before {
    content: "\ea4f";
}

.icofont-refrigerator:before {
    content: "\ea50";
}

.icofont-samsung-galaxy:before {
    content: "\ea51";
}

.icofont-surface-tablet:before {
    content: "\ea52";
}

.icofont-ui-head-phone:before {
    content: "\ea53";
}

.icofont-ui-keyboard:before {
    content: "\ea54";
}

.icofont-washing-machine:before {
    content: "\ea55";
}

.icofont-wifi-router:before {
    content: "\ea56";
}

.icofont-wii-u:before {
    content: "\ea57";
}

.icofont-windows-lumia:before {
    content: "\ea58";
}

.icofont-wireless-mouse:before {
    content: "\ea59";
}

.icofont-xbox-360:before {
    content: "\ea5a";
}

.icofont-arrow-down:before {
    content: "\ea5b";
}

.icofont-arrow-left:before {
    content: "\ea5c";
}

.icofont-arrow-right:before {
    content: "\ea5d";
}

.icofont-arrow-up:before {
    content: "\ea5e";
}

.icofont-block-down:before {
    content: "\ea5f";
}

.icofont-block-left:before {
    content: "\ea60";
}

.icofont-block-right:before {
    content: "\ea61";
}

.icofont-block-up:before {
    content: "\ea62";
}

.icofont-bubble-down:before {
    content: "\ea63";
}

.icofont-bubble-left:before {
    content: "\ea64";
}

.icofont-bubble-right:before {
    content: "\ea65";
}

.icofont-bubble-up:before {
    content: "\ea66";
}

.icofont-caret-down:before {
    content: "\ea67";
}

.icofont-caret-left:before {
    content: "\ea68";
}

.icofont-caret-right:before {
    content: "\ea69";
}

.icofont-caret-up:before {
    content: "\ea6a";
}

.icofont-circled-down:before {
    content: "\ea6b";
}

.icofont-circled-left:before {
    content: "\ea6c";
}

.icofont-circled-right:before {
    content: "\ea6d";
}

.icofont-circled-up:before {
    content: "\ea6e";
}

.icofont-collapse:before {
    content: "\ea6f";
}

.icofont-cursor-drag:before {
    content: "\ea70";
}

.icofont-curved-double-left:before {
    content: "\ea71";
}

.icofont-curved-double-right:before {
    content: "\ea72";
}

.icofont-curved-down:before {
    content: "\ea73";
}

.icofont-curved-left:before {
    content: "\ea74";
}

.icofont-curved-right:before {
    content: "\ea75";
}

.icofont-curved-up:before {
    content: "\ea76";
}

.icofont-dotted-down:before {
    content: "\ea77";
}

.icofont-dotted-left:before {
    content: "\ea78";
}

.icofont-dotted-right:before {
    content: "\ea79";
}

.icofont-dotted-up:before {
    content: "\ea7a";
}

.icofont-double-left:before {
    content: "\ea7b";
}

.icofont-double-right:before {
    content: "\ea7c";
}

.icofont-expand-alt:before {
    content: "\ea7d";
}

.icofont-hand-down:before {
    content: "\ea7e";
}

.icofont-hand-drag:before {
    content: "\ea7f";
}

.icofont-hand-drag1:before {
    content: "\ea80";
}

.icofont-hand-drag2:before {
    content: "\ea81";
}

.icofont-hand-drawn-alt-down:before {
    content: "\ea82";
}

.icofont-hand-drawn-alt-left:before {
    content: "\ea83";
}

.icofont-hand-drawn-alt-right:before {
    content: "\ea84";
}

.icofont-hand-drawn-alt-up:before {
    content: "\ea85";
}

.icofont-hand-drawn-down:before {
    content: "\ea86";
}

.icofont-hand-drawn-left:before {
    content: "\ea87";
}

.icofont-hand-drawn-right:before {
    content: "\ea88";
}

.icofont-hand-drawn-up:before {
    content: "\ea89";
}

.icofont-hand-grippers:before {
    content: "\ea8a";
}

.icofont-hand-left:before {
    content: "\ea8b";
}

.icofont-hand-right:before {
    content: "\ea8c";
}

.icofont-hand-up:before {
    content: "\ea8d";
}

.icofont-line-block-down:before {
    content: "\ea8e";
}

.icofont-line-block-left:before {
    content: "\ea8f";
}

.icofont-line-block-right:before {
    content: "\ea90";
}

.icofont-line-block-up:before {
    content: "\ea91";
}

.icofont-long-arrow-down:before {
    content: "\ea92";
}

.icofont-long-arrow-left:before {
    content: "\ea93";
}

.icofont-long-arrow-right:before {
    content: "\ea94";
}

.icofont-long-arrow-up:before {
    content: "\ea95";
}

.icofont-rounded-collapse:before {
    content: "\ea96";
}

.icofont-rounded-double-left:before {
    content: "\ea97";
}

.icofont-rounded-double-right:before {
    content: "\ea98";
}

.icofont-rounded-down:before {
    content: "\ea99";
}

.icofont-rounded-expand:before {
    content: "\ea9a";
}

.icofont-rounded-left-down:before {
    content: "\ea9b";
}

.icofont-rounded-left-up:before {
    content: "\ea9c";
}

.icofont-rounded-left:before {
    content: "\ea9d";
}

.icofont-rounded-right-down:before {
    content: "\ea9e";
}

.icofont-rounded-right-up:before {
    content: "\ea9f";
}

.icofont-rounded-right:before {
    content: "\eaa0";
}

.icofont-rounded-up:before {
    content: "\eaa1";
}

.icofont-scroll-bubble-down:before {
    content: "\eaa2";
}

.icofont-scroll-bubble-left:before {
    content: "\eaa3";
}

.icofont-scroll-bubble-right:before {
    content: "\eaa4";
}

.icofont-scroll-bubble-up:before {
    content: "\eaa5";
}

.icofont-scroll-double-down:before {
    content: "\eaa6";
}

.icofont-scroll-double-left:before {
    content: "\eaa7";
}

.icofont-scroll-double-right:before {
    content: "\eaa8";
}

.icofont-scroll-double-up:before {
    content: "\eaa9";
}

.icofont-scroll-down:before {
    content: "\eaaa";
}

.icofont-scroll-left:before {
    content: "\eaab";
}

.icofont-scroll-long-down:before {
    content: "\eaac";
}

.icofont-scroll-long-left:before {
    content: "\eaad";
}

.icofont-scroll-long-right:before {
    content: "\eaae";
}

.icofont-scroll-long-up:before {
    content: "\eaaf";
}

.icofont-scroll-right:before {
    content: "\eab0";
}

.icofont-scroll-up:before {
    content: "\eab1";
}

.icofont-simple-down:before {
    content: "\eab2";
}

.icofont-simple-left-down:before {
    content: "\eab3";
}

.icofont-simple-left-up:before {
    content: "\eab4";
}

.icofont-simple-left:before {
    content: "\eab5";
}

.icofont-simple-right-down:before {
    content: "\eab6";
}

.icofont-simple-right-up:before {
    content: "\eab7";
}

.icofont-simple-right:before {
    content: "\eab8";
}

.icofont-simple-up:before {
    content: "\eab9";
}

.icofont-square-down:before {
    content: "\eaba";
}

.icofont-square-left:before {
    content: "\eabb";
}

.icofont-square-right:before {
    content: "\eabc";
}

.icofont-square-up:before {
    content: "\eabd";
}

.icofont-stylish-down:before {
    content: "\eabe";
}

.icofont-stylish-left:before {
    content: "\eabf";
}

.icofont-stylish-right:before {
    content: "\eac0";
}

.icofont-stylish-up:before {
    content: "\eac1";
}

.icofont-swoosh-down:before {
    content: "\eac2";
}

.icofont-swoosh-left:before {
    content: "\eac3";
}

.icofont-swoosh-right:before {
    content: "\eac4";
}

.icofont-swoosh-up:before {
    content: "\eac5";
}

.icofont-thin-double-left:before {
    content: "\eac6";
}

.icofont-thin-double-right:before {
    content: "\eac7";
}

.icofont-thin-down:before {
    content: "\eac8";
}

.icofont-thin-left:before {
    content: "\eac9";
}

.icofont-thin-right:before {
    content: "\eaca";
}

.icofont-thin-up:before {
    content: "\eacb";
}

.icofont-abc:before {
    content: "\eacc";
}

.icofont-atom:before {
    content: "\eacd";
}

.icofont-award:before {
    content: "\eace";
}

.icofont-bell-alt:before {
    content: "\eacf";
}

.icofont-black-board:before {
    content: "\ead0";
}

.icofont-book-alt:before {
    content: "\ead1";
}

.icofont-book:before {
    content: "\ead2";
}

.icofont-brainstorming:before {
    content: "\ead3";
}

.icofont-certificate-alt-1:before {
    content: "\ead4";
}

.icofont-certificate-alt-2:before {
    content: "\ead5";
}

.icofont-certificate:before {
    content: "\ead6";
}

.icofont-education:before {
    content: "\ead7";
}

.icofont-electron:before {
    content: "\ead8";
}

.icofont-fountain-pen:before {
    content: "\ead9";
}

.icofont-globe-alt:before {
    content: "\eada";
}

.icofont-graduate-alt:before {
    content: "\eadb";
}

.icofont-graduate:before {
    content: "\eadc";
}

.icofont-group-students:before {
    content: "\eadd";
}

.icofont-hat-alt:before {
    content: "\eade";
}

.icofont-hat:before {
    content: "\eadf";
}

.icofont-instrument:before {
    content: "\eae0";
}

.icofont-lamp-light:before {
    content: "\eae1";
}

.icofont-medal:before {
    content: "\eae2";
}

.icofont-microscope-alt:before {
    content: "\eae3";
}

.icofont-microscope:before {
    content: "\eae4";
}

.icofont-paper:before {
    content: "\eae5";
}

.icofont-pen-alt-4:before {
    content: "\eae6";
}

.icofont-pen-nib:before {
    content: "\eae7";
}

.icofont-pencil-alt-5:before {
    content: "\eae8";
}

.icofont-quill-pen:before {
    content: "\eae9";
}

.icofont-read-book-alt:before {
    content: "\eaea";
}

.icofont-read-book:before {
    content: "\eaeb";
}

.icofont-school-bag:before {
    content: "\eaec";
}

.icofont-school-bus:before {
    content: "\eaed";
}

.icofont-student-alt:before {
    content: "\eaee";
}

.icofont-student:before {
    content: "\eaef";
}

.icofont-teacher:before {
    content: "\eaf0";
}

.icofont-test-bulb:before {
    content: "\eaf1";
}

.icofont-test-tube-alt:before {
    content: "\eaf2";
}

.icofont-university:before {
    content: "\eaf3";
}

.icofont-angry:before {
    content: "\eaf4";
}

.icofont-astonished:before {
    content: "\eaf5";
}

.icofont-confounded:before {
    content: "\eaf6";
}

.icofont-confused:before {
    content: "\eaf7";
}

.icofont-crying:before {
    content: "\eaf8";
}

.icofont-dizzy:before {
    content: "\eaf9";
}

.icofont-expressionless:before {
    content: "\eafa";
}

.icofont-heart-eyes:before {
    content: "\eafb";
}

.icofont-laughing:before {
    content: "\eafc";
}

.icofont-nerd-smile:before {
    content: "\eafd";
}

.icofont-open-mouth:before {
    content: "\eafe";
}

.icofont-rage:before {
    content: "\eaff";
}

.icofont-rolling-eyes:before {
    content: "\eb00";
}

.icofont-sad:before {
    content: "\eb01";
}

.icofont-simple-smile:before {
    content: "\eb02";
}

.icofont-slightly-smile:before {
    content: "\eb03";
}

.icofont-smirk:before {
    content: "\eb04";
}

.icofont-stuck-out-tongue:before {
    content: "\eb05";
}

.icofont-wink-smile:before {
    content: "\eb06";
}

.icofont-worried:before {
    content: "\eb07";
}

.icofont-file-alt:before {
    content: "\eb08";
}

.icofont-file-audio:before {
    content: "\eb09";
}

.icofont-file-avi-mp4:before {
    content: "\eb0a";
}

.icofont-file-bmp:before {
    content: "\eb0b";
}

.icofont-file-code:before {
    content: "\eb0c";
}

.icofont-file-css:before {
    content: "\eb0d";
}

.icofont-file-document:before {
    content: "\eb0e";
}

.icofont-file-eps:before {
    content: "\eb0f";
}

.icofont-file-excel:before {
    content: "\eb10";
}

.icofont-file-exe:before {
    content: "\eb11";
}

.icofont-file-file:before {
    content: "\eb12";
}

.icofont-file-flv:before {
    content: "\eb13";
}

.icofont-file-gif:before {
    content: "\eb14";
}

.icofont-file-html5:before {
    content: "\eb15";
}

.icofont-file-image:before {
    content: "\eb16";
}

.icofont-file-iso:before {
    content: "\eb17";
}

.icofont-file-java:before {
    content: "\eb18";
}

.icofont-file-javascript:before {
    content: "\eb19";
}

.icofont-file-jpg:before {
    content: "\eb1a";
}

.icofont-file-midi:before {
    content: "\eb1b";
}

.icofont-file-mov:before {
    content: "\eb1c";
}

.icofont-file-mp3:before {
    content: "\eb1d";
}

.icofont-file-pdf:before {
    content: "\eb1e";
}

.icofont-file-php:before {
    content: "\eb1f";
}

.icofont-file-png:before {
    content: "\eb20";
}

.icofont-file-powerpoint:before {
    content: "\eb21";
}

.icofont-file-presentation:before {
    content: "\eb22";
}

.icofont-file-psb:before {
    content: "\eb23";
}

.icofont-file-psd:before {
    content: "\eb24";
}

.icofont-file-python:before {
    content: "\eb25";
}

.icofont-file-ruby:before {
    content: "\eb26";
}

.icofont-file-spreadsheet:before {
    content: "\eb27";
}

.icofont-file-sql:before {
    content: "\eb28";
}

.icofont-file-svg:before {
    content: "\eb29";
}

.icofont-file-text:before {
    content: "\eb2a";
}

.icofont-file-tiff:before {
    content: "\eb2b";
}

.icofont-file-video:before {
    content: "\eb2c";
}

.icofont-file-wave:before {
    content: "\eb2d";
}

.icofont-file-wmv:before {
    content: "\eb2e";
}

.icofont-file-word:before {
    content: "\eb2f";
}

.icofont-file-zip:before {
    content: "\eb30";
}

.icofont-cycling-alt:before {
    content: "\eb31";
}

.icofont-cycling:before {
    content: "\eb32";
}

.icofont-dumbbell:before {
    content: "\eb33";
}

.icofont-dumbbells:before {
    content: "\eb34";
}

.icofont-gym-alt-1:before {
    content: "\eb35";
}

.icofont-gym-alt-2:before {
    content: "\eb36";
}

.icofont-gym-alt-3:before {
    content: "\eb37";
}

.icofont-gym:before {
    content: "\eb38";
}

.icofont-muscle-weight:before {
    content: "\eb39";
}

.icofont-muscle:before {
    content: "\eb3a";
}

.icofont-apple:before {
    content: "\eb3b";
}

.icofont-arabian-coffee:before {
    content: "\eb3c";
}

.icofont-artichoke:before {
    content: "\eb3d";
}

.icofont-asparagus:before {
    content: "\eb3e";
}

.icofont-avocado:before {
    content: "\eb3f";
}

.icofont-baby-food:before {
    content: "\eb40";
}

.icofont-banana:before {
    content: "\eb41";
}

.icofont-bbq:before {
    content: "\eb42";
}

.icofont-beans:before {
    content: "\eb43";
}

.icofont-beer:before {
    content: "\eb44";
}

.icofont-bell-pepper-capsicum:before {
    content: "\eb45";
}

.icofont-birthday-cake:before {
    content: "\eb46";
}

.icofont-bread:before {
    content: "\eb47";
}

.icofont-broccoli:before {
    content: "\eb48";
}

.icofont-burger:before {
    content: "\eb49";
}

.icofont-cabbage:before {
    content: "\eb4a";
}

.icofont-carrot:before {
    content: "\eb4b";
}

.icofont-cauli-flower:before {
    content: "\eb4c";
}

.icofont-cheese:before {
    content: "\eb4d";
}

.icofont-chef:before {
    content: "\eb4e";
}

.icofont-cherry:before {
    content: "\eb4f";
}

.icofont-chicken-fry:before {
    content: "\eb50";
}

.icofont-chicken:before {
    content: "\eb51";
}

.icofont-cocktail:before {
    content: "\eb52";
}

.icofont-coconut-water:before {
    content: "\eb53";
}

.icofont-coconut:before {
    content: "\eb54";
}

.icofont-coffee-alt:before {
    content: "\eb55";
}

.icofont-coffee-cup:before {
    content: "\eb56";
}

.icofont-coffee-mug:before {
    content: "\eb57";
}

.icofont-coffee-pot:before {
    content: "\eb58";
}

.icofont-cola:before {
    content: "\eb59";
}

.icofont-corn:before {
    content: "\eb5a";
}

.icofont-croissant:before {
    content: "\eb5b";
}

.icofont-crop-plant:before {
    content: "\eb5c";
}

.icofont-cucumber:before {
    content: "\eb5d";
}

.icofont-culinary:before {
    content: "\eb5e";
}

.icofont-cup-cake:before {
    content: "\eb5f";
}

.icofont-dining-table:before {
    content: "\eb60";
}

.icofont-donut:before {
    content: "\eb61";
}

.icofont-egg-plant:before {
    content: "\eb62";
}

.icofont-egg-poached:before {
    content: "\eb63";
}

.icofont-farmer-alt:before {
    content: "\eb64";
}

.icofont-farmer:before {
    content: "\eb65";
}

.icofont-fast-food:before {
    content: "\eb66";
}

.icofont-food-basket:before {
    content: "\eb67";
}

.icofont-food-cart:before {
    content: "\eb68";
}

.icofont-fork-and-knife:before {
    content: "\eb69";
}

.icofont-french-fries:before {
    content: "\eb6a";
}

.icofont-fruits:before {
    content: "\eb6b";
}

.icofont-grapes:before {
    content: "\eb6c";
}

.icofont-honey:before {
    content: "\eb6d";
}

.icofont-hot-dog:before {
    content: "\eb6e";
}

.icofont-ice-cream-alt:before {
    content: "\eb6f";
}

.icofont-ice-cream:before {
    content: "\eb70";
}

.icofont-juice:before {
    content: "\eb71";
}

.icofont-ketchup:before {
    content: "\eb72";
}

.icofont-kiwi:before {
    content: "\eb73";
}

.icofont-layered-cake:before {
    content: "\eb74";
}

.icofont-lemon-alt:before {
    content: "\eb75";
}

.icofont-lemon:before {
    content: "\eb76";
}

.icofont-lobster:before {
    content: "\eb77";
}

.icofont-mango:before {
    content: "\eb78";
}

.icofont-milk:before {
    content: "\eb79";
}

.icofont-mushroom:before {
    content: "\eb7a";
}

.icofont-noodles:before {
    content: "\eb7b";
}

.icofont-onion:before {
    content: "\eb7c";
}

.icofont-orange:before {
    content: "\eb7d";
}

.icofont-pear:before {
    content: "\eb7e";
}

.icofont-peas:before {
    content: "\eb7f";
}

.icofont-pepper:before {
    content: "\eb80";
}

.icofont-pie-alt:before {
    content: "\eb81";
}

.icofont-pie:before {
    content: "\eb82";
}

.icofont-pineapple:before {
    content: "\eb83";
}

.icofont-pizza-slice:before {
    content: "\eb84";
}

.icofont-pizza:before {
    content: "\eb85";
}

.icofont-plant:before {
    content: "\eb86";
}

.icofont-popcorn:before {
    content: "\eb87";
}

.icofont-potato:before {
    content: "\eb88";
}

.icofont-pumpkin:before {
    content: "\eb89";
}

.icofont-raddish:before {
    content: "\eb8a";
}

.icofont-restaurant-menu:before {
    content: "\eb8b";
}

.icofont-restaurant:before {
    content: "\eb8c";
}

.icofont-salt-and-pepper:before {
    content: "\eb8d";
}

.icofont-sandwich:before {
    content: "\eb8e";
}

.icofont-sausage:before {
    content: "\eb8f";
}

.icofont-soft-drinks:before {
    content: "\eb90";
}

.icofont-soup-bowl:before {
    content: "\eb91";
}

.icofont-spoon-and-fork:before {
    content: "\eb92";
}

.icofont-steak:before {
    content: "\eb93";
}

.icofont-strawberry:before {
    content: "\eb94";
}

.icofont-sub-sandwich:before {
    content: "\eb95";
}

.icofont-sushi:before {
    content: "\eb96";
}

.icofont-taco:before {
    content: "\eb97";
}

.icofont-tea-pot:before {
    content: "\eb98";
}

.icofont-tea:before {
    content: "\eb99";
}

.icofont-tomato:before {
    content: "\eb9a";
}

.icofont-watermelon:before {
    content: "\eb9b";
}

.icofont-wheat:before {
    content: "\eb9c";
}

.icofont-baby-backpack:before {
    content: "\eb9d";
}

.icofont-baby-cloth:before {
    content: "\eb9e";
}

.icofont-baby-milk-bottle:before {
    content: "\eb9f";
}

.icofont-baby-trolley:before {
    content: "\eba0";
}

.icofont-baby:before {
    content: "\eba1";
}

.icofont-candy:before {
    content: "\eba2";
}

.icofont-holding-hands:before {
    content: "\eba3";
}

.icofont-infant-nipple:before {
    content: "\eba4";
}

.icofont-kids-scooter:before {
    content: "\eba5";
}

.icofont-safety-pin:before {
    content: "\eba6";
}

.icofont-teddy-bear:before {
    content: "\eba7";
}

.icofont-toy-ball:before {
    content: "\eba8";
}

.icofont-toy-cat:before {
    content: "\eba9";
}

.icofont-toy-duck:before {
    content: "\ebaa";
}

.icofont-toy-elephant:before {
    content: "\ebab";
}

.icofont-toy-hand:before {
    content: "\ebac";
}

.icofont-toy-horse:before {
    content: "\ebad";
}

.icofont-toy-lattu:before {
    content: "\ebae";
}

.icofont-toy-train:before {
    content: "\ebaf";
}

.icofont-burglar:before {
    content: "\ebb0";
}

.icofont-cannon-firing:before {
    content: "\ebb1";
}

.icofont-cc-camera:before {
    content: "\ebb2";
}

.icofont-cop-badge:before {
    content: "\ebb3";
}

.icofont-cop:before {
    content: "\ebb4";
}

.icofont-court-hammer:before {
    content: "\ebb5";
}

.icofont-court:before {
    content: "\ebb6";
}

.icofont-finger-print:before {
    content: "\ebb7";
}

.icofont-gavel:before {
    content: "\ebb8";
}

.icofont-handcuff-alt:before {
    content: "\ebb9";
}

.icofont-handcuff:before {
    content: "\ebba";
}

.icofont-investigation:before {
    content: "\ebbb";
}

.icofont-investigator:before {
    content: "\ebbc";
}

.icofont-jail:before {
    content: "\ebbd";
}

.icofont-judge:before {
    content: "\ebbe";
}

.icofont-law-alt-1:before {
    content: "\ebbf";
}

.icofont-law-alt-2:before {
    content: "\ebc0";
}

.icofont-law-alt-3:before {
    content: "\ebc1";
}

.icofont-law-book:before {
    content: "\ebc2";
}

.icofont-law-document:before {
    content: "\ebc3";
}

.icofont-law-order:before {
    content: "\ebc4";
}

.icofont-law-protect:before {
    content: "\ebc5";
}

.icofont-law-scales:before {
    content: "\ebc6";
}

.icofont-law:before {
    content: "\ebc7";
}

.icofont-lawyer-alt-1:before {
    content: "\ebc8";
}

.icofont-lawyer-alt-2:before {
    content: "\ebc9";
}

.icofont-lawyer:before {
    content: "\ebca";
}

.icofont-legal:before {
    content: "\ebcb";
}

.icofont-pistol:before {
    content: "\ebcc";
}

.icofont-police-badge:before {
    content: "\ebcd";
}

.icofont-police-cap:before {
    content: "\ebce";
}

.icofont-police-car-alt-1:before {
    content: "\ebcf";
}

.icofont-police-car-alt-2:before {
    content: "\ebd0";
}

.icofont-police-car:before {
    content: "\ebd1";
}

.icofont-police-hat:before {
    content: "\ebd2";
}

.icofont-police-van:before {
    content: "\ebd3";
}

.icofont-police:before {
    content: "\ebd4";
}

.icofont-thief-alt:before {
    content: "\ebd5";
}

.icofont-thief:before {
    content: "\ebd6";
}

.icofont-abacus-alt:before {
    content: "\ebd7";
}

.icofont-abacus:before {
    content: "\ebd8";
}

.icofont-angle-180:before {
    content: "\ebd9";
}

.icofont-angle-45:before {
    content: "\ebda";
}

.icofont-angle-90:before {
    content: "\ebdb";
}

.icofont-angle:before {
    content: "\ebdc";
}

.icofont-calculator-alt-1:before {
    content: "\ebdd";
}

.icofont-calculator-alt-2:before {
    content: "\ebde";
}

.icofont-calculator:before {
    content: "\ebdf";
}

.icofont-circle-ruler-alt:before {
    content: "\ebe0";
}

.icofont-circle-ruler:before {
    content: "\ebe1";
}

.icofont-compass-alt-1:before {
    content: "\ebe2";
}

.icofont-compass-alt-2:before {
    content: "\ebe3";
}

.icofont-compass-alt-3:before {
    content: "\ebe4";
}

.icofont-compass-alt-4:before {
    content: "\ebe5";
}

.icofont-golden-ratio:before {
    content: "\ebe6";
}

.icofont-marker-alt-1:before {
    content: "\ebe7";
}

.icofont-marker-alt-2:before {
    content: "\ebe8";
}

.icofont-marker-alt-3:before {
    content: "\ebe9";
}

.icofont-marker:before {
    content: "\ebea";
}

.icofont-math:before {
    content: "\ebeb";
}

.icofont-mathematical-alt-1:before {
    content: "\ebec";
}

.icofont-mathematical-alt-2:before {
    content: "\ebed";
}

.icofont-mathematical:before {
    content: "\ebee";
}

.icofont-pen-alt-1:before {
    content: "\ebef";
}

.icofont-pen-alt-2:before {
    content: "\ebf0";
}

.icofont-pen-alt-3:before {
    content: "\ebf1";
}

.icofont-pen-holder-alt-1:before {
    content: "\ebf2";
}

.icofont-pen-holder:before {
    content: "\ebf3";
}

.icofont-pen:before {
    content: "\ebf4";
}

.icofont-pencil-alt-1:before {
    content: "\ebf5";
}

.icofont-pencil-alt-2:before {
    content: "\ebf6";
}

.icofont-pencil-alt-3:before {
    content: "\ebf7";
}

.icofont-pencil-alt-4:before {
    content: "\ebf8";
}

.icofont-pencil:before {
    content: "\ebf9";
}

.icofont-ruler-alt-1:before {
    content: "\ebfa";
}

.icofont-ruler-alt-2:before {
    content: "\ebfb";
}

.icofont-ruler-compass-alt:before {
    content: "\ebfc";
}

.icofont-ruler-compass:before {
    content: "\ebfd";
}

.icofont-ruler-pencil-alt-1:before {
    content: "\ebfe";
}

.icofont-ruler-pencil-alt-2:before {
    content: "\ebff";
}

.icofont-ruler-pencil:before {
    content: "\ec00";
}

.icofont-ruler:before {
    content: "\ec01";
}

.icofont-rulers-alt:before {
    content: "\ec02";
}

.icofont-rulers:before {
    content: "\ec03";
}

.icofont-square-root:before {
    content: "\ec04";
}

.icofont-ui-calculator:before {
    content: "\ec05";
}

.icofont-aids:before {
    content: "\ec06";
}

.icofont-ambulance-crescent:before {
    content: "\ec07";
}

.icofont-ambulance-cross:before {
    content: "\ec08";
}

.icofont-ambulance:before {
    content: "\ec09";
}

.icofont-autism:before {
    content: "\ec0a";
}

.icofont-bandage:before {
    content: "\ec0b";
}

.icofont-blind:before {
    content: "\ec0c";
}

.icofont-blood-drop:before {
    content: "\ec0d";
}

.icofont-blood-test:before {
    content: "\ec0e";
}

.icofont-blood:before {
    content: "\ec0f";
}

.icofont-brain-alt:before {
    content: "\ec10";
}

.icofont-brain:before {
    content: "\ec11";
}

.icofont-capsule:before {
    content: "\ec12";
}

.icofont-crutch:before {
    content: "\ec13";
}

.icofont-disabled:before {
    content: "\ec14";
}

.icofont-dna-alt-1:before {
    content: "\ec15";
}

.icofont-dna-alt-2:before {
    content: "\ec16";
}

.icofont-dna:before {
    content: "\ec17";
}

.icofont-doctor-alt:before {
    content: "\ec18";
}

.icofont-doctor:before {
    content: "\ec19";
}

.icofont-drug-pack:before {
    content: "\ec1a";
}

.icofont-drug:before {
    content: "\ec1b";
}

.icofont-first-aid-alt:before {
    content: "\ec1c";
}

.icofont-first-aid:before {
    content: "\ec1d";
}

.icofont-heart-beat-alt:before {
    content: "\ec1e";
}

.icofont-heart-beat:before {
    content: "\ec1f";
}

.icofont-heartbeat:before {
    content: "\ec20";
}

.icofont-herbal:before {
    content: "\ec21";
}

.icofont-hospital:before {
    content: "\ec22";
}

.icofont-icu:before {
    content: "\ec23";
}

.icofont-injection-syringe:before {
    content: "\ec24";
}

.icofont-laboratory:before {
    content: "\ec25";
}

.icofont-medical-sign-alt:before {
    content: "\ec26";
}

.icofont-medical-sign:before {
    content: "\ec27";
}

.icofont-nurse-alt:before {
    content: "\ec28";
}

.icofont-nurse:before {
    content: "\ec29";
}

.icofont-nursing-home:before {
    content: "\ec2a";
}

.icofont-operation-theater:before {
    content: "\ec2b";
}

.icofont-paralysis-disability:before {
    content: "\ec2c";
}

.icofont-patient-bed:before {
    content: "\ec2d";
}

.icofont-patient-file:before {
    content: "\ec2e";
}

.icofont-pills:before {
    content: "\ec2f";
}

.icofont-prescription:before {
    content: "\ec30";
}

.icofont-pulse:before {
    content: "\ec31";
}

.icofont-stethoscope-alt:before {
    content: "\ec32";
}

.icofont-stethoscope:before {
    content: "\ec33";
}

.icofont-stretcher:before {
    content: "\ec34";
}

.icofont-surgeon-alt:before {
    content: "\ec35";
}

.icofont-surgeon:before {
    content: "\ec36";
}

.icofont-tablets:before {
    content: "\ec37";
}

.icofont-test-bottle:before {
    content: "\ec38";
}

.icofont-test-tube:before {
    content: "\ec39";
}

.icofont-thermometer-alt:before {
    content: "\ec3a";
}

.icofont-thermometer:before {
    content: "\ec3b";
}

.icofont-tooth:before {
    content: "\ec3c";
}

.icofont-xray:before {
    content: "\ec3d";
}

.icofont-ui-add:before {
    content: "\ec3e";
}

.icofont-ui-alarm:before {
    content: "\ec3f";
}

.icofont-ui-battery:before {
    content: "\ec40";
}

.icofont-ui-block:before {
    content: "\ec41";
}

.icofont-ui-bluetooth:before {
    content: "\ec42";
}

.icofont-ui-brightness:before {
    content: "\ec43";
}

.icofont-ui-browser:before {
    content: "\ec44";
}

.icofont-ui-calendar:before {
    content: "\ec45";
}

.icofont-ui-call:before {
    content: "\ec46";
}

.icofont-ui-camera:before {
    content: "\ec47";
}

.icofont-ui-cart:before {
    content: "\ec48";
}

.icofont-ui-cell-phone:before {
    content: "\ec49";
}

.icofont-ui-chat:before {
    content: "\ec4a";
}

.icofont-ui-check:before {
    content: "\ec4b";
}

.icofont-ui-clip-board:before {
    content: "\ec4c";
}

.icofont-ui-clip:before {
    content: "\ec4d";
}

.icofont-ui-clock:before {
    content: "\ec4e";
}

.icofont-ui-close:before {
    content: "\ec4f";
}

.icofont-ui-contact-list:before {
    content: "\ec50";
}

.icofont-ui-copy:before {
    content: "\ec51";
}

.icofont-ui-cut:before {
    content: "\ec52";
}

.icofont-ui-delete:before {
    content: "\ec53";
}

.icofont-ui-dial-phone:before {
    content: "\ec54";
}

.icofont-ui-edit:before {
    content: "\ec55";
}

.icofont-ui-email:before {
    content: "\ec56";
}

.icofont-ui-file:before {
    content: "\ec57";
}

.icofont-ui-fire-wall:before {
    content: "\ec58";
}

.icofont-ui-flash-light:before {
    content: "\ec59";
}

.icofont-ui-flight:before {
    content: "\ec5a";
}

.icofont-ui-folder:before {
    content: "\ec5b";
}

.icofont-ui-game:before {
    content: "\ec5c";
}

.icofont-ui-handicapped:before {
    content: "\ec5d";
}

.icofont-ui-home:before {
    content: "\ec5e";
}

.icofont-ui-image:before {
    content: "\ec5f";
}

.icofont-ui-laoding:before {
    content: "\ec60";
}

.icofont-ui-lock:before {
    content: "\ec61";
}

.icofont-ui-love-add:before {
    content: "\ec62";
}

.icofont-ui-love-broken:before {
    content: "\ec63";
}

.icofont-ui-love-remove:before {
    content: "\ec64";
}

.icofont-ui-love:before {
    content: "\ec65";
}

.icofont-ui-map:before {
    content: "\ec66";
}

.icofont-ui-message:before {
    content: "\ec67";
}

.icofont-ui-messaging:before {
    content: "\ec68";
}

.icofont-ui-movie:before {
    content: "\ec69";
}

.icofont-ui-music-player:before {
    content: "\ec6a";
}

.icofont-ui-music:before {
    content: "\ec6b";
}

.icofont-ui-mute:before {
    content: "\ec6c";
}

.icofont-ui-network:before {
    content: "\ec6d";
}

.icofont-ui-next:before {
    content: "\ec6e";
}

.icofont-ui-note:before {
    content: "\ec6f";
}

.icofont-ui-office:before {
    content: "\ec70";
}

.icofont-ui-password:before {
    content: "\ec71";
}

.icofont-ui-pause:before {
    content: "\ec72";
}

.icofont-ui-play-stop:before {
    content: "\ec73";
}

.icofont-ui-play:before {
    content: "\ec74";
}

.icofont-ui-pointer:before {
    content: "\ec75";
}

.icofont-ui-power:before {
    content: "\ec76";
}

.icofont-ui-press:before {
    content: "\ec77";
}

.icofont-ui-previous:before {
    content: "\ec78";
}

.icofont-ui-rate-add:before {
    content: "\ec79";
}

.icofont-ui-rate-blank:before {
    content: "\ec7a";
}

.icofont-ui-rate-remove:before {
    content: "\ec7b";
}

.icofont-ui-rating:before {
    content: "\ec7c";
}

.icofont-ui-record:before {
    content: "\ec7d";
}

.icofont-ui-remove:before {
    content: "\ec7e";
}

.icofont-ui-reply:before {
    content: "\ec7f";
}

.icofont-ui-rotation:before {
    content: "\ec80";
}

.icofont-ui-rss:before {
    content: "\ec81";
}

.icofont-ui-search:before {
    content: "\ec82";
}

.icofont-ui-settings:before {
    content: "\ec83";
}

.icofont-ui-social-link:before {
    content: "\ec84";
}

.icofont-ui-tag:before {
    content: "\ec85";
}

.icofont-ui-text-chat:before {
    content: "\ec86";
}

.icofont-ui-text-loading:before {
    content: "\ec87";
}

.icofont-ui-theme:before {
    content: "\ec88";
}

.icofont-ui-timer:before {
    content: "\ec89";
}

.icofont-ui-touch-phone:before {
    content: "\ec8a";
}

.icofont-ui-travel:before {
    content: "\ec8b";
}

.icofont-ui-unlock:before {
    content: "\ec8c";
}

.icofont-ui-user-group:before {
    content: "\ec8d";
}

.icofont-ui-user:before {
    content: "\ec8e";
}

.icofont-ui-v-card:before {
    content: "\ec8f";
}

.icofont-ui-video-chat:before {
    content: "\ec90";
}

.icofont-ui-video-message:before {
    content: "\ec91";
}

.icofont-ui-video-play:before {
    content: "\ec92";
}

.icofont-ui-video:before {
    content: "\ec93";
}

.icofont-ui-volume:before {
    content: "\ec94";
}

.icofont-ui-weather:before {
    content: "\ec95";
}

.icofont-ui-wifi:before {
    content: "\ec96";
}

.icofont-ui-zoom-in:before {
    content: "\ec97";
}

.icofont-ui-zoom-out:before {
    content: "\ec98";
}

.icofont-cassette-player:before {
    content: "\ec99";
}

.icofont-cassette:before {
    content: "\ec9a";
}

.icofont-forward:before {
    content: "\ec9b";
}

.icofont-guiter:before {
    content: "\ec9c";
}

.icofont-movie:before {
    content: "\ec9d";
}

.icofont-multimedia:before {
    content: "\ec9e";
}

.icofont-music-alt:before {
    content: "\ec9f";
}

.icofont-music-disk:before {
    content: "\eca0";
}

.icofont-music-note:before {
    content: "\eca1";
}

.icofont-music-notes:before {
    content: "\eca2";
}

.icofont-music:before {
    content: "\eca3";
}

.icofont-mute-volume:before {
    content: "\eca4";
}

.icofont-pause:before {
    content: "\eca5";
}

.icofont-play-alt-1:before {
    content: "\eca6";
}

.icofont-play-alt-2:before {
    content: "\eca7";
}

.icofont-play-alt-3:before {
    content: "\eca8";
}

.icofont-play-pause:before {
    content: "\eca9";
}

.icofont-play:before {
    content: "\ecaa";
}

.icofont-record:before {
    content: "\ecab";
}

.icofont-retro-music-disk:before {
    content: "\ecac";
}

.icofont-rewind:before {
    content: "\ecad";
}

.icofont-song-notes:before {
    content: "\ecae";
}

.icofont-sound-wave-alt:before {
    content: "\ecaf";
}

.icofont-sound-wave:before {
    content: "\ecb0";
}

.icofont-stop:before {
    content: "\ecb1";
}

.icofont-video-alt:before {
    content: "\ecb2";
}

.icofont-video-cam:before {
    content: "\ecb3";
}

.icofont-video-clapper:before {
    content: "\ecb4";
}

.icofont-video:before {
    content: "\ecb5";
}

.icofont-volume-bar:before {
    content: "\ecb6";
}

.icofont-volume-down:before {
    content: "\ecb7";
}

.icofont-volume-mute:before {
    content: "\ecb8";
}

.icofont-volume-off:before {
    content: "\ecb9";
}

.icofont-volume-up:before {
    content: "\ecba";
}

.icofont-youtube-play:before {
    content: "\ecbb";
}

.icofont-2checkout-alt:before {
    content: "\ecbc";
}

.icofont-2checkout:before {
    content: "\ecbd";
}

.icofont-amazon-alt:before {
    content: "\ecbe";
}

.icofont-amazon:before {
    content: "\ecbf";
}

.icofont-american-express-alt:before {
    content: "\ecc0";
}

.icofont-american-express:before {
    content: "\ecc1";
}

.icofont-apple-pay-alt:before {
    content: "\ecc2";
}

.icofont-apple-pay:before {
    content: "\ecc3";
}

.icofont-bank-transfer-alt:before {
    content: "\ecc4";
}

.icofont-bank-transfer:before {
    content: "\ecc5";
}

.icofont-braintree-alt:before {
    content: "\ecc6";
}

.icofont-braintree:before {
    content: "\ecc7";
}

.icofont-cash-on-delivery-alt:before {
    content: "\ecc8";
}

.icofont-cash-on-delivery:before {
    content: "\ecc9";
}

.icofont-diners-club-alt-1:before {
    content: "\ecca";
}

.icofont-diners-club-alt-2:before {
    content: "\eccb";
}

.icofont-diners-club-alt-3:before {
    content: "\eccc";
}

.icofont-diners-club:before {
    content: "\eccd";
}

.icofont-discover-alt:before {
    content: "\ecce";
}

.icofont-discover:before {
    content: "\eccf";
}

.icofont-eway-alt:before {
    content: "\ecd0";
}

.icofont-eway:before {
    content: "\ecd1";
}

.icofont-google-wallet-alt-1:before {
    content: "\ecd2";
}

.icofont-google-wallet-alt-2:before {
    content: "\ecd3";
}

.icofont-google-wallet-alt-3:before {
    content: "\ecd4";
}

.icofont-google-wallet:before {
    content: "\ecd5";
}

.icofont-jcb-alt:before {
    content: "\ecd6";
}

.icofont-jcb:before {
    content: "\ecd7";
}

.icofont-maestro-alt:before {
    content: "\ecd8";
}

.icofont-maestro:before {
    content: "\ecd9";
}

.icofont-mastercard-alt:before {
    content: "\ecda";
}

.icofont-mastercard:before {
    content: "\ecdb";
}

.icofont-payoneer-alt:before {
    content: "\ecdc";
}

.icofont-payoneer:before {
    content: "\ecdd";
}

.icofont-paypal-alt:before {
    content: "\ecde";
}

.icofont-paypal:before {
    content: "\ecdf";
}

.icofont-sage-alt:before {
    content: "\ece0";
}

.icofont-sage:before {
    content: "\ece1";
}

.icofont-skrill-alt:before {
    content: "\ece2";
}

.icofont-skrill:before {
    content: "\ece3";
}

.icofont-stripe-alt:before {
    content: "\ece4";
}

.icofont-stripe:before {
    content: "\ece5";
}

.icofont-visa-alt:before {
    content: "\ece6";
}

.icofont-visa-electron:before {
    content: "\ece7";
}

.icofont-visa:before {
    content: "\ece8";
}

.icofont-western-union-alt:before {
    content: "\ece9";
}

.icofont-western-union:before {
    content: "\ecea";
}

.icofont-boy:before {
    content: "\eceb";
}

.icofont-business-man-alt-1:before {
    content: "\ecec";
}

.icofont-business-man-alt-2:before {
    content: "\eced";
}

.icofont-business-man-alt-3:before {
    content: "\ecee";
}

.icofont-business-man:before {
    content: "\ecef";
}

.icofont-female:before {
    content: "\ecf0";
}

.icofont-funky-man:before {
    content: "\ecf1";
}

.icofont-girl-alt:before {
    content: "\ecf2";
}

.icofont-girl:before {
    content: "\ecf3";
}

.icofont-group:before {
    content: "\ecf4";
}

.icofont-hotel-boy-alt:before {
    content: "\ecf5";
}

.icofont-hotel-boy:before {
    content: "\ecf6";
}

.icofont-kid:before {
    content: "\ecf7";
}

.icofont-man-in-glasses:before {
    content: "\ecf8";
}

.icofont-people:before {
    content: "\ecf9";
}

.icofont-support:before {
    content: "\ecfa";
}

.icofont-user-alt-1:before {
    content: "\ecfb";
}

.icofont-user-alt-2:before {
    content: "\ecfc";
}

.icofont-user-alt-3:before {
    content: "\ecfd";
}

.icofont-user-alt-4:before {
    content: "\ecfe";
}

.icofont-user-alt-5:before {
    content: "\ecff";
}

.icofont-user-alt-6:before {
    content: "\ed00";
}

.icofont-user-alt-7:before {
    content: "\ed01";
}

.icofont-user-female:before {
    content: "\ed02";
}

.icofont-user-male:before {
    content: "\ed03";
}

.icofont-user-suited:before {
    content: "\ed04";
}

.icofont-user:before {
    content: "\ed05";
}

.icofont-users-alt-1:before {
    content: "\ed06";
}

.icofont-users-alt-2:before {
    content: "\ed07";
}

.icofont-users-alt-3:before {
    content: "\ed08";
}

.icofont-users-alt-4:before {
    content: "\ed09";
}

.icofont-users-alt-5:before {
    content: "\ed0a";
}

.icofont-users-alt-6:before {
    content: "\ed0b";
}

.icofont-users-social:before {
    content: "\ed0c";
}

.icofont-users:before {
    content: "\ed0d";
}

.icofont-waiter-alt:before {
    content: "\ed0e";
}

.icofont-waiter:before {
    content: "\ed0f";
}

.icofont-woman-in-glasses:before {
    content: "\ed10";
}

.icofont-search-1:before {
    content: "\ed11";
}

.icofont-search-2:before {
    content: "\ed12";
}

.icofont-search-document:before {
    content: "\ed13";
}

.icofont-search-folder:before {
    content: "\ed14";
}

.icofont-search-job:before {
    content: "\ed15";
}

.icofont-search-map:before {
    content: "\ed16";
}

.icofont-search-property:before {
    content: "\ed17";
}

.icofont-search-restaurant:before {
    content: "\ed18";
}

.icofont-search-stock:before {
    content: "\ed19";
}

.icofont-search-user:before {
    content: "\ed1a";
}

.icofont-search:before {
    content: "\ed1b";
}

.icofont-500px:before {
    content: "\ed1c";
}

.icofont-aim:before {
    content: "\ed1d";
}

.icofont-badoo:before {
    content: "\ed1e";
}

.icofont-baidu-tieba:before {
    content: "\ed1f";
}

.icofont-bbm-messenger:before {
    content: "\ed20";
}

.icofont-bebo:before {
    content: "\ed21";
}

.icofont-behance:before {
    content: "\ed22";
}

.icofont-blogger:before {
    content: "\ed23";
}

.icofont-bootstrap:before {
    content: "\ed24";
}

.icofont-brightkite:before {
    content: "\ed25";
}

.icofont-cloudapp:before {
    content: "\ed26";
}

.icofont-concrete5:before {
    content: "\ed27";
}

.icofont-delicious:before {
    content: "\ed28";
}

.icofont-designbump:before {
    content: "\ed29";
}

.icofont-designfloat:before {
    content: "\ed2a";
}

.icofont-deviantart:before {
    content: "\ed2b";
}

.icofont-digg:before {
    content: "\ed2c";
}

.icofont-dotcms:before {
    content: "\ed2d";
}

.icofont-dribbble:before {
    content: "\ed2e";
}

.icofont-dribble:before {
    content: "\ed2f";
}

.icofont-dropbox:before {
    content: "\ed30";
}

.icofont-ebuddy:before {
    content: "\ed31";
}

.icofont-ello:before {
    content: "\ed32";
}

.icofont-ember:before {
    content: "\ed33";
}

.icofont-envato:before {
    content: "\ed34";
}

.icofont-evernote:before {
    content: "\ed35";
}

.icofont-facebook-messenger:before {
    content: "\ed36";
}

.icofont-facebook:before {
    content: "\ed37";
}

.icofont-feedburner:before {
    content: "\ed38";
}

.icofont-flikr:before {
    content: "\ed39";
}

.icofont-folkd:before {
    content: "\ed3a";
}

.icofont-foursquare:before {
    content: "\ed3b";
}

.icofont-friendfeed:before {
    content: "\ed3c";
}

.icofont-ghost:before {
    content: "\ed3d";
}

.icofont-github:before {
    content: "\ed3e";
}

.icofont-gnome:before {
    content: "\ed3f";
}

.icofont-google-buzz:before {
    content: "\ed40";
}

.icofont-google-hangouts:before {
    content: "\ed41";
}

.icofont-google-map:before {
    content: "\ed42";
}

.icofont-google-plus:before {
    content: "\ed43";
}

.icofont-google-talk:before {
    content: "\ed44";
}

.icofont-hype-machine:before {
    content: "\ed45";
}

.icofont-instagram:before {
    content: "\ed46";
}

.icofont-kakaotalk:before {
    content: "\ed47";
}

.icofont-kickstarter:before {
    content: "\ed48";
}

.icofont-kik:before {
    content: "\ed49";
}

.icofont-kiwibox:before {
    content: "\ed4a";
}

.icofont-line-messenger:before {
    content: "\ed4b";
}

.icofont-line:before {
    content: "\ed4c";
}

.icofont-linkedin:before {
    content: "\ed4d";
}

.icofont-linux-mint:before {
    content: "\ed4e";
}

.icofont-live-messenger:before {
    content: "\ed4f";
}

.icofont-livejournal:before {
    content: "\ed50";
}

.icofont-magento:before {
    content: "\ed51";
}

.icofont-meetme:before {
    content: "\ed52";
}

.icofont-meetup:before {
    content: "\ed53";
}

.icofont-mixx:before {
    content: "\ed54";
}

.icofont-newsvine:before {
    content: "\ed55";
}

.icofont-nimbuss:before {
    content: "\ed56";
}

.icofont-odnoklassniki:before {
    content: "\ed57";
}

.icofont-opencart:before {
    content: "\ed58";
}

.icofont-oscommerce:before {
    content: "\ed59";
}

.icofont-pandora:before {
    content: "\ed5a";
}

.icofont-photobucket:before {
    content: "\ed5b";
}

.icofont-picasa:before {
    content: "\ed5c";
}

.icofont-pinterest:before {
    content: "\ed5d";
}

.icofont-prestashop:before {
    content: "\ed5e";
}

.icofont-qik:before {
    content: "\ed5f";
}

.icofont-qq:before {
    content: "\ed60";
}

.icofont-readernaut:before {
    content: "\ed61";
}

.icofont-reddit:before {
    content: "\ed62";
}

.icofont-renren:before {
    content: "\ed63";
}

.icofont-rss:before {
    content: "\ed64";
}

.icofont-shopify:before {
    content: "\ed65";
}

.icofont-silverstripe:before {
    content: "\ed66";
}

.icofont-skype:before {
    content: "\ed67";
}

.icofont-slack:before {
    content: "\ed68";
}

.icofont-slashdot:before {
    content: "\ed69";
}

.icofont-slidshare:before {
    content: "\ed6a";
}

.icofont-smugmug:before {
    content: "\ed6b";
}

.icofont-snapchat:before {
    content: "\ed6c";
}

.icofont-soundcloud:before {
    content: "\ed6d";
}

.icofont-spotify:before {
    content: "\ed6e";
}

.icofont-stack-exchange:before {
    content: "\ed6f";
}

.icofont-stack-overflow:before {
    content: "\ed70";
}

.icofont-steam:before {
    content: "\ed71";
}

.icofont-stumbleupon:before {
    content: "\ed72";
}

.icofont-tagged:before {
    content: "\ed73";
}

.icofont-technorati:before {
    content: "\ed74";
}

.icofont-telegram:before {
    content: "\ed75";
}

.icofont-tinder:before {
    content: "\ed76";
}

.icofont-trello:before {
    content: "\ed77";
}

.icofont-tumblr:before {
    content: "\ed78";
}

.icofont-twitch:before {
    content: "\ed79";
}

.icofont-twitter:before {
    content: "\ed7a";
}

.icofont-typo3:before {
    content: "\ed7b";
}

.icofont-ubercart:before {
    content: "\ed7c";
}

.icofont-viber:before {
    content: "\ed7d";
}

.icofont-viddler:before {
    content: "\ed7e";
}

.icofont-vimeo:before {
    content: "\ed7f";
}

.icofont-vine:before {
    content: "\ed80";
}

.icofont-virb:before {
    content: "\ed81";
}

.icofont-virtuemart:before {
    content: "\ed82";
}

.icofont-vk:before {
    content: "\ed83";
}

.icofont-wechat:before {
    content: "\ed84";
}

.icofont-weibo:before {
    content: "\ed85";
}

.icofont-whatsapp:before {
    content: "\ed86";
}

.icofont-xing:before {
    content: "\ed87";
}

.icofont-yahoo:before {
    content: "\ed88";
}

.icofont-yelp:before {
    content: "\ed89";
}

.icofont-youku:before {
    content: "\ed8a";
}

.icofont-youtube:before {
    content: "\ed8b";
}

.icofont-zencart:before {
    content: "\ed8c";
}

.icofont-badminton-birdie:before {
    content: "\ed8d";
}

.icofont-baseball:before {
    content: "\ed8e";
}

.icofont-baseballer:before {
    content: "\ed8f";
}

.icofont-basketball-hoop:before {
    content: "\ed90";
}

.icofont-basketball:before {
    content: "\ed91";
}

.icofont-billiard-ball:before {
    content: "\ed92";
}

.icofont-boot-alt-1:before {
    content: "\ed93";
}

.icofont-boot-alt-2:before {
    content: "\ed94";
}

.icofont-boot:before {
    content: "\ed95";
}

.icofont-bowling-alt:before {
    content: "\ed96";
}

.icofont-bowling:before {
    content: "\ed97";
}

.icofont-canoe:before {
    content: "\ed98";
}

.icofont-cheer-leader:before {
    content: "\ed99";
}

.icofont-climbing:before {
    content: "\ed9a";
}

.icofont-corner:before {
    content: "\ed9b";
}

.icofont-field-alt:before {
    content: "\ed9c";
}

.icofont-field:before {
    content: "\ed9d";
}

.icofont-football-alt:before {
    content: "\ed9e";
}

.icofont-football-american:before {
    content: "\ed9f";
}

.icofont-football:before {
    content: "\eda0";
}

.icofont-foul:before {
    content: "\eda1";
}

.icofont-goal-keeper:before {
    content: "\eda2";
}

.icofont-goal:before {
    content: "\eda3";
}

.icofont-golf-alt:before {
    content: "\eda4";
}

.icofont-golf-bag:before {
    content: "\eda5";
}

.icofont-golf-cart:before {
    content: "\eda6";
}

.icofont-golf-field:before {
    content: "\eda7";
}

.icofont-golf:before {
    content: "\eda8";
}

.icofont-golfer:before {
    content: "\eda9";
}

.icofont-helmet:before {
    content: "\edaa";
}

.icofont-hockey-alt:before {
    content: "\edab";
}

.icofont-hockey:before {
    content: "\edac";
}

.icofont-ice-skate:before {
    content: "\edad";
}

.icofont-jersey-alt:before {
    content: "\edae";
}

.icofont-jersey:before {
    content: "\edaf";
}

.icofont-jumping:before {
    content: "\edb0";
}

.icofont-kick:before {
    content: "\edb1";
}

.icofont-leg:before {
    content: "\edb2";
}

.icofont-match-review:before {
    content: "\edb3";
}

.icofont-medal-sport:before {
    content: "\edb4";
}

.icofont-offside:before {
    content: "\edb5";
}

.icofont-olympic-logo:before {
    content: "\edb6";
}

.icofont-olympic:before {
    content: "\edb7";
}

.icofont-padding:before {
    content: "\edb8";
}

.icofont-penalty-card:before {
    content: "\edb9";
}

.icofont-racer:before {
    content: "\edba";
}

.icofont-racing-car:before {
    content: "\edbb";
}

.icofont-racing-flag-alt:before {
    content: "\edbc";
}

.icofont-racing-flag:before {
    content: "\edbd";
}

.icofont-racings-wheel:before {
    content: "\edbe";
}

.icofont-referee:before {
    content: "\edbf";
}

.icofont-refree-jersey:before {
    content: "\edc0";
}

.icofont-result-sport:before {
    content: "\edc1";
}

.icofont-rugby-ball:before {
    content: "\edc2";
}

.icofont-rugby-player:before {
    content: "\edc3";
}

.icofont-rugby:before {
    content: "\edc4";
}

.icofont-runner-alt-1:before {
    content: "\edc5";
}

.icofont-runner-alt-2:before {
    content: "\edc6";
}

.icofont-runner:before {
    content: "\edc7";
}

.icofont-score-board:before {
    content: "\edc8";
}

.icofont-skiing-man:before {
    content: "\edc9";
}

.icofont-skydiving-goggles:before {
    content: "\edca";
}

.icofont-snow-mobile:before {
    content: "\edcb";
}

.icofont-steering:before {
    content: "\edcc";
}

.icofont-stopwatch:before {
    content: "\edcd";
}

.icofont-substitute:before {
    content: "\edce";
}

.icofont-swimmer:before {
    content: "\edcf";
}

.icofont-table-tennis:before {
    content: "\edd0";
}

.icofont-team-alt:before {
    content: "\edd1";
}

.icofont-team:before {
    content: "\edd2";
}

.icofont-tennis-player:before {
    content: "\edd3";
}

.icofont-tennis:before {
    content: "\edd4";
}

.icofont-tracking:before {
    content: "\edd5";
}

.icofont-trophy-alt:before {
    content: "\edd6";
}

.icofont-trophy:before {
    content: "\edd7";
}

.icofont-volleyball-alt:before {
    content: "\edd8";
}

.icofont-volleyball-fire:before {
    content: "\edd9";
}

.icofont-volleyball:before {
    content: "\edda";
}

.icofont-water-bottle:before {
    content: "\eddb";
}

.icofont-whistle-alt:before {
    content: "\eddc";
}

.icofont-whistle:before {
    content: "\eddd";
}

.icofont-win-trophy:before {
    content: "\edde";
}

.icofont-align-center:before {
    content: "\eddf";
}

.icofont-align-left:before {
    content: "\ede0";
}

.icofont-align-right:before {
    content: "\ede1";
}

.icofont-all-caps:before {
    content: "\ede2";
}

.icofont-bold:before {
    content: "\ede3";
}

.icofont-brush:before {
    content: "\ede4";
}

.icofont-clip-board:before {
    content: "\ede5";
}

.icofont-code-alt:before {
    content: "\ede6";
}

.icofont-color-bucket:before {
    content: "\ede7";
}

.icofont-color-picker:before {
    content: "\ede8";
}

.icofont-copy-invert:before {
    content: "\ede9";
}

.icofont-copy:before {
    content: "\edea";
}

.icofont-cut:before {
    content: "\edeb";
}

.icofont-delete-alt:before {
    content: "\edec";
}

.icofont-edit-alt:before {
    content: "\eded";
}

.icofont-eraser-alt:before {
    content: "\edee";
}

.icofont-font:before {
    content: "\edef";
}

.icofont-heading:before {
    content: "\edf0";
}

.icofont-indent:before {
    content: "\edf1";
}

.icofont-italic-alt:before {
    content: "\edf2";
}

.icofont-italic:before {
    content: "\edf3";
}

.icofont-justify-all:before {
    content: "\edf4";
}

.icofont-justify-center:before {
    content: "\edf5";
}

.icofont-justify-left:before {
    content: "\edf6";
}

.icofont-justify-right:before {
    content: "\edf7";
}

.icofont-link-broken:before {
    content: "\edf8";
}

.icofont-outdent:before {
    content: "\edf9";
}

.icofont-paper-clip:before {
    content: "\edfa";
}

.icofont-paragraph:before {
    content: "\edfb";
}

.icofont-pin:before {
    content: "\edfc";
}

.icofont-printer:before {
    content: "\edfd";
}

.icofont-redo:before {
    content: "\edfe";
}

.icofont-rotation:before {
    content: "\edff";
}

.icofont-save:before {
    content: "\ee00";
}

.icofont-small-cap:before {
    content: "\ee01";
}

.icofont-strike-through:before {
    content: "\ee02";
}

.icofont-sub-listing:before {
    content: "\ee03";
}

.icofont-subscript:before {
    content: "\ee04";
}

.icofont-superscript:before {
    content: "\ee05";
}

.icofont-table:before {
    content: "\ee06";
}

.icofont-text-height:before {
    content: "\ee07";
}

.icofont-text-width:before {
    content: "\ee08";
}

.icofont-trash:before {
    content: "\ee09";
}

.icofont-underline:before {
    content: "\ee0a";
}

.icofont-undo:before {
    content: "\ee0b";
}

.icofont-air-balloon:before {
    content: "\ee0c";
}

.icofont-airplane-alt:before {
    content: "\ee0d";
}

.icofont-airplane:before {
    content: "\ee0e";
}

.icofont-articulated-truck:before {
    content: "\ee0f";
}

.icofont-auto-mobile:before {
    content: "\ee10";
}

.icofont-auto-rickshaw:before {
    content: "\ee11";
}

.icofont-bicycle-alt-1:before {
    content: "\ee12";
}

.icofont-bicycle-alt-2:before {
    content: "\ee13";
}

.icofont-bicycle:before {
    content: "\ee14";
}

.icofont-bus-alt-1:before {
    content: "\ee15";
}

.icofont-bus-alt-2:before {
    content: "\ee16";
}

.icofont-bus-alt-3:before {
    content: "\ee17";
}

.icofont-bus:before {
    content: "\ee18";
}

.icofont-cab:before {
    content: "\ee19";
}

.icofont-cable-car:before {
    content: "\ee1a";
}

.icofont-car-alt-1:before {
    content: "\ee1b";
}

.icofont-car-alt-2:before {
    content: "\ee1c";
}

.icofont-car-alt-3:before {
    content: "\ee1d";
}

.icofont-car-alt-4:before {
    content: "\ee1e";
}

.icofont-car:before {
    content: "\ee1f";
}

.icofont-delivery-time:before {
    content: "\ee20";
}

.icofont-fast-delivery:before {
    content: "\ee21";
}

.icofont-fire-truck-alt:before {
    content: "\ee22";
}

.icofont-fire-truck:before {
    content: "\ee23";
}

.icofont-free-delivery:before {
    content: "\ee24";
}

.icofont-helicopter:before {
    content: "\ee25";
}

.icofont-motor-bike-alt:before {
    content: "\ee26";
}

.icofont-motor-bike:before {
    content: "\ee27";
}

.icofont-motor-biker:before {
    content: "\ee28";
}

.icofont-oil-truck:before {
    content: "\ee29";
}

.icofont-rickshaw:before {
    content: "\ee2a";
}

.icofont-rocket-alt-1:before {
    content: "\ee2b";
}

.icofont-rocket-alt-2:before {
    content: "\ee2c";
}

.icofont-rocket:before {
    content: "\ee2d";
}

.icofont-sail-boat-alt-1:before {
    content: "\ee2e";
}

.icofont-sail-boat-alt-2:before {
    content: "\ee2f";
}

.icofont-sail-boat:before {
    content: "\ee30";
}

.icofont-scooter:before {
    content: "\ee31";
}

.icofont-sea-plane:before {
    content: "\ee32";
}

.icofont-ship-alt:before {
    content: "\ee33";
}

.icofont-ship:before {
    content: "\ee34";
}

.icofont-speed-boat:before {
    content: "\ee35";
}

.icofont-taxi:before {
    content: "\ee36";
}

.icofont-tractor:before {
    content: "\ee37";
}

.icofont-train-line:before {
    content: "\ee38";
}

.icofont-train-steam:before {
    content: "\ee39";
}

.icofont-tram:before {
    content: "\ee3a";
}

.icofont-truck-alt:before {
    content: "\ee3b";
}

.icofont-truck-loaded:before {
    content: "\ee3c";
}

.icofont-truck:before {
    content: "\ee3d";
}

.icofont-van-alt:before {
    content: "\ee3e";
}

.icofont-van:before {
    content: "\ee3f";
}

.icofont-yacht:before {
    content: "\ee40";
}

.icofont-5-star-hotel:before {
    content: "\ee41";
}

.icofont-air-ticket:before {
    content: "\ee42";
}

.icofont-beach-bed:before {
    content: "\ee43";
}

.icofont-beach:before {
    content: "\ee44";
}

.icofont-camping-vest:before {
    content: "\ee45";
}

.icofont-direction-sign:before {
    content: "\ee46";
}

.icofont-hill-side:before {
    content: "\ee47";
}

.icofont-hill:before {
    content: "\ee48";
}

.icofont-hotel:before {
    content: "\ee49";
}

.icofont-island-alt:before {
    content: "\ee4a";
}

.icofont-island:before {
    content: "\ee4b";
}

.icofont-sandals-female:before {
    content: "\ee4c";
}

.icofont-sandals-male:before {
    content: "\ee4d";
}

.icofont-travelling:before {
    content: "\ee4e";
}

.icofont-breakdown:before {
    content: "\ee4f";
}

.icofont-celsius:before {
    content: "\ee50";
}

.icofont-clouds:before {
    content: "\ee51";
}

.icofont-cloudy:before {
    content: "\ee52";
}

.icofont-dust:before {
    content: "\ee53";
}

.icofont-eclipse:before {
    content: "\ee54";
}

.icofont-fahrenheit:before {
    content: "\ee55";
}

.icofont-forest-fire:before {
    content: "\ee56";
}

.icofont-full-night:before {
    content: "\ee57";
}

.icofont-full-sunny:before {
    content: "\ee58";
}

.icofont-hail-night:before {
    content: "\ee59";
}

.icofont-hail-rainy-night:before {
    content: "\ee5a";
}

.icofont-hail-rainy-sunny:before {
    content: "\ee5b";
}

.icofont-hail-rainy:before {
    content: "\ee5c";
}

.icofont-hail-sunny:before {
    content: "\ee5d";
}

.icofont-hail-thunder-night:before {
    content: "\ee5e";
}

.icofont-hail-thunder-sunny:before {
    content: "\ee5f";
}

.icofont-hail-thunder:before {
    content: "\ee60";
}

.icofont-hail:before {
    content: "\ee61";
}

.icofont-hill-night:before {
    content: "\ee62";
}

.icofont-hill-sunny:before {
    content: "\ee63";
}

.icofont-hurricane:before {
    content: "\ee64";
}

.icofont-meteor:before {
    content: "\ee65";
}

.icofont-night:before {
    content: "\ee66";
}

.icofont-rainy-night:before {
    content: "\ee67";
}

.icofont-rainy-sunny:before {
    content: "\ee68";
}

.icofont-rainy-thunder:before {
    content: "\ee69";
}

.icofont-rainy:before {
    content: "\ee6a";
}

.icofont-snow-alt:before {
    content: "\ee6b";
}

.icofont-snow-flake:before {
    content: "\ee6c";
}

.icofont-snow-temp:before {
    content: "\ee6d";
}

.icofont-snow:before {
    content: "\ee6e";
}

.icofont-snowy-hail:before {
    content: "\ee6f";
}

.icofont-snowy-night-hail:before {
    content: "\ee70";
}

.icofont-snowy-night-rainy:before {
    content: "\ee71";
}

.icofont-snowy-night:before {
    content: "\ee72";
}

.icofont-snowy-rainy:before {
    content: "\ee73";
}

.icofont-snowy-sunny-hail:before {
    content: "\ee74";
}

.icofont-snowy-sunny-rainy:before {
    content: "\ee75";
}

.icofont-snowy-sunny:before {
    content: "\ee76";
}

.icofont-snowy-thunder-night:before {
    content: "\ee77";
}

.icofont-snowy-thunder-sunny:before {
    content: "\ee78";
}

.icofont-snowy-thunder:before {
    content: "\ee79";
}

.icofont-snowy-windy-night:before {
    content: "\ee7a";
}

.icofont-snowy-windy-sunny:before {
    content: "\ee7b";
}

.icofont-snowy-windy:before {
    content: "\ee7c";
}

.icofont-snowy:before {
    content: "\ee7d";
}

.icofont-sun-alt:before {
    content: "\ee7e";
}

.icofont-sun-rise:before {
    content: "\ee7f";
}

.icofont-sun-set:before {
    content: "\ee80";
}

.icofont-sun:before {
    content: "\ee81";
}

.icofont-sunny-day-temp:before {
    content: "\ee82";
}

.icofont-sunny:before {
    content: "\ee83";
}

.icofont-thunder-light:before {
    content: "\ee84";
}

.icofont-tornado:before {
    content: "\ee85";
}

.icofont-umbrella-alt:before {
    content: "\ee86";
}

.icofont-umbrella:before {
    content: "\ee87";
}

.icofont-volcano:before {
    content: "\ee88";
}

.icofont-wave:before {
    content: "\ee89";
}

.icofont-wind-scale-0:before {
    content: "\ee8a";
}

.icofont-wind-scale-1:before {
    content: "\ee8b";
}

.icofont-wind-scale-10:before {
    content: "\ee8c";
}

.icofont-wind-scale-11:before {
    content: "\ee8d";
}

.icofont-wind-scale-12:before {
    content: "\ee8e";
}

.icofont-wind-scale-2:before {
    content: "\ee8f";
}

.icofont-wind-scale-3:before {
    content: "\ee90";
}

.icofont-wind-scale-4:before {
    content: "\ee91";
}

.icofont-wind-scale-5:before {
    content: "\ee92";
}

.icofont-wind-scale-6:before {
    content: "\ee93";
}

.icofont-wind-scale-7:before {
    content: "\ee94";
}

.icofont-wind-scale-8:before {
    content: "\ee95";
}

.icofont-wind-scale-9:before {
    content: "\ee96";
}

.icofont-wind-waves:before {
    content: "\ee97";
}

.icofont-wind:before {
    content: "\ee98";
}

.icofont-windy-hail:before {
    content: "\ee99";
}

.icofont-windy-night:before {
    content: "\ee9a";
}

.icofont-windy-raining:before {
    content: "\ee9b";
}

.icofont-windy-sunny:before {
    content: "\ee9c";
}

.icofont-windy-thunder-raining:before {
    content: "\ee9d";
}

.icofont-windy-thunder:before {
    content: "\ee9e";
}

.icofont-windy:before {
    content: "\ee9f";
}

.icofont-addons:before {
    content: "\eea0";
}

.icofont-address-book:before {
    content: "\eea1";
}

.icofont-adjust:before {
    content: "\eea2";
}

.icofont-alarm:before {
    content: "\eea3";
}

.icofont-anchor:before {
    content: "\eea4";
}

.icofont-archive:before {
    content: "\eea5";
}

.icofont-at:before {
    content: "\eea6";
}

.icofont-attachment:before {
    content: "\eea7";
}

.icofont-audio:before {
    content: "\eea8";
}

.icofont-automation:before {
    content: "\eea9";
}

.icofont-badge:before {
    content: "\eeaa";
}

.icofont-bag-alt:before {
    content: "\eeab";
}

.icofont-bag:before {
    content: "\eeac";
}

.icofont-ban:before {
    content: "\eead";
}

.icofont-bar-code:before {
    content: "\eeae";
}

.icofont-bars:before {
    content: "\eeaf";
}

.icofont-basket:before {
    content: "\eeb0";
}

.icofont-battery-empty:before {
    content: "\eeb1";
}

.icofont-battery-full:before {
    content: "\eeb2";
}

.icofont-battery-half:before {
    content: "\eeb3";
}

.icofont-battery-low:before {
    content: "\eeb4";
}

.icofont-beaker:before {
    content: "\eeb5";
}

.icofont-beard:before {
    content: "\eeb6";
}

.icofont-bed:before {
    content: "\eeb7";
}

.icofont-bell:before {
    content: "\eeb8";
}

.icofont-beverage:before {
    content: "\eeb9";
}

.icofont-bill:before {
    content: "\eeba";
}

.icofont-bin:before {
    content: "\eebb";
}

.icofont-binary:before {
    content: "\eebc";
}

.icofont-binoculars:before {
    content: "\eebd";
}

.icofont-bluetooth:before {
    content: "\eebe";
}

.icofont-bomb:before {
    content: "\eebf";
}

.icofont-book-mark:before {
    content: "\eec0";
}

.icofont-box:before {
    content: "\eec1";
}

.icofont-briefcase:before {
    content: "\eec2";
}

.icofont-broken:before {
    content: "\eec3";
}

.icofont-bucket:before {
    content: "\eec4";
}

.icofont-bucket1:before {
    content: "\eec5";
}

.icofont-bucket2:before {
    content: "\eec6";
}

.icofont-bug:before {
    content: "\eec7";
}

.icofont-building:before {
    content: "\eec8";
}

.icofont-bulb-alt:before {
    content: "\eec9";
}

.icofont-bullet:before {
    content: "\eeca";
}

.icofont-bullhorn:before {
    content: "\eecb";
}

.icofont-bullseye:before {
    content: "\eecc";
}

.icofont-calendar:before {
    content: "\eecd";
}

.icofont-camera-alt:before {
    content: "\eece";
}

.icofont-camera:before {
    content: "\eecf";
}

.icofont-card:before {
    content: "\eed0";
}

.icofont-cart-alt:before {
    content: "\eed1";
}

.icofont-cart:before {
    content: "\eed2";
}

.icofont-cc:before {
    content: "\eed3";
}

.icofont-charging:before {
    content: "\eed4";
}

.icofont-chat:before {
    content: "\eed5";
}

.icofont-check-alt:before {
    content: "\eed6";
}

.icofont-check-circled:before {
    content: "\eed7";
}

.icofont-check:before {
    content: "\eed8";
}

.icofont-checked:before {
    content: "\eed9";
}

.icofont-children-care:before {
    content: "\eeda";
}

.icofont-clip:before {
    content: "\eedb";
}

.icofont-clock-time:before {
    content: "\eedc";
}

.icofont-close-circled:before {
    content: "\eedd";
}

.icofont-close-line-circled:before {
    content: "\eede";
}

.icofont-close-line-squared-alt:before {
    content: "\eedf";
}

.icofont-close-line-squared:before {
    content: "\eee0";
}

.icofont-close-line:before {
    content: "\eee1";
}

.icofont-close-squared-alt:before {
    content: "\eee2";
}

.icofont-close-squared:before {
    content: "\eee3";
}

.icofont-close:before {
    content: "\eee4";
}

.icofont-cloud-download:before {
    content: "\eee5";
}

.icofont-cloud-refresh:before {
    content: "\eee6";
}

.icofont-cloud-upload:before {
    content: "\eee7";
}

.icofont-cloud:before {
    content: "\eee8";
}

.icofont-code-not-allowed:before {
    content: "\eee9";
}

.icofont-code:before {
    content: "\eeea";
}

.icofont-comment:before {
    content: "\eeeb";
}

.icofont-compass-alt:before {
    content: "\eeec";
}

.icofont-compass:before {
    content: "\eeed";
}

.icofont-computer:before {
    content: "\eeee";
}

.icofont-connection:before {
    content: "\eeef";
}

.icofont-console:before {
    content: "\eef0";
}

.icofont-contacts:before {
    content: "\eef1";
}

.icofont-contrast:before {
    content: "\eef2";
}

.icofont-copyright:before {
    content: "\eef3";
}

.icofont-credit-card:before {
    content: "\eef4";
}

.icofont-crop:before {
    content: "\eef5";
}

.icofont-crown:before {
    content: "\eef6";
}

.icofont-cube:before {
    content: "\eef7";
}

.icofont-cubes:before {
    content: "\eef8";
}

.icofont-dashboard-web:before {
    content: "\eef9";
}

.icofont-dashboard:before {
    content: "\eefa";
}

.icofont-data:before {
    content: "\eefb";
}

.icofont-database-add:before {
    content: "\eefc";
}

.icofont-database-locked:before {
    content: "\eefd";
}

.icofont-database-remove:before {
    content: "\eefe";
}

.icofont-database:before {
    content: "\eeff";
}

.icofont-delete:before {
    content: "\ef00";
}

.icofont-diamond:before {
    content: "\ef01";
}

.icofont-dice-multiple:before {
    content: "\ef02";
}

.icofont-dice:before {
    content: "\ef03";
}

.icofont-disc:before {
    content: "\ef04";
}

.icofont-diskette:before {
    content: "\ef05";
}

.icofont-document-folder:before {
    content: "\ef06";
}

.icofont-download-alt:before {
    content: "\ef07";
}

.icofont-download:before {
    content: "\ef08";
}

.icofont-downloaded:before {
    content: "\ef09";
}

.icofont-drag:before {
    content: "\ef0a";
}

.icofont-drag1:before {
    content: "\ef0b";
}

.icofont-drag2:before {
    content: "\ef0c";
}

.icofont-drag3:before {
    content: "\ef0d";
}

.icofont-earth:before {
    content: "\ef0e";
}

.icofont-ebook:before {
    content: "\ef0f";
}

.icofont-edit:before {
    content: "\ef10";
}

.icofont-eject:before {
    content: "\ef11";
}

.icofont-email:before {
    content: "\ef12";
}

.icofont-envelope-open:before {
    content: "\ef13";
}

.icofont-envelope:before {
    content: "\ef14";
}

.icofont-eraser:before {
    content: "\ef15";
}

.icofont-error:before {
    content: "\ef16";
}

.icofont-excavator:before {
    content: "\ef17";
}

.icofont-exchange:before {
    content: "\ef18";
}

.icofont-exclamation-circle:before {
    content: "\ef19";
}

.icofont-exclamation-square:before {
    content: "\ef1a";
}

.icofont-exclamation-tringle:before {
    content: "\ef1b";
}

.icofont-exclamation:before {
    content: "\ef1c";
}

.icofont-exit:before {
    content: "\ef1d";
}

.icofont-expand:before {
    content: "\ef1e";
}

.icofont-external-link:before {
    content: "\ef1f";
}

.icofont-external:before {
    content: "\ef20";
}

.icofont-eye-alt:before {
    content: "\ef21";
}

.icofont-eye-blocked:before {
    content: "\ef22";
}

.icofont-eye-dropper:before {
    content: "\ef23";
}

.icofont-eye:before {
    content: "\ef24";
}

.icofont-favourite:before {
    content: "\ef25";
}

.icofont-fax:before {
    content: "\ef26";
}

.icofont-file-fill:before {
    content: "\ef27";
}

.icofont-film:before {
    content: "\ef28";
}

.icofont-filter:before {
    content: "\ef29";
}

.icofont-fire-alt:before {
    content: "\ef2a";
}

.icofont-fire-burn:before {
    content: "\ef2b";
}

.icofont-fire:before {
    content: "\ef2c";
}

.icofont-flag-alt-1:before {
    content: "\ef2d";
}

.icofont-flag-alt-2:before {
    content: "\ef2e";
}

.icofont-flag:before {
    content: "\ef2f";
}

.icofont-flame-torch:before {
    content: "\ef30";
}

.icofont-flash-light:before {
    content: "\ef31";
}

.icofont-flash:before {
    content: "\ef32";
}

.icofont-flask:before {
    content: "\ef33";
}

.icofont-focus:before {
    content: "\ef34";
}

.icofont-folder-open:before {
    content: "\ef35";
}

.icofont-folder:before {
    content: "\ef36";
}

.icofont-foot-print:before {
    content: "\ef37";
}

.icofont-garbage:before {
    content: "\ef38";
}

.icofont-gear-alt:before {
    content: "\ef39";
}

.icofont-gear:before {
    content: "\ef3a";
}

.icofont-gears:before {
    content: "\ef3b";
}

.icofont-gift:before {
    content: "\ef3c";
}

.icofont-glass:before {
    content: "\ef3d";
}

.icofont-globe:before {
    content: "\ef3e";
}

.icofont-graffiti:before {
    content: "\ef3f";
}

.icofont-grocery:before {
    content: "\ef40";
}

.icofont-hand:before {
    content: "\ef41";
}

.icofont-hanger:before {
    content: "\ef42";
}

.icofont-hard-disk:before {
    content: "\ef43";
}

.icofont-heart-alt:before {
    content: "\ef44";
}

.icofont-heart:before {
    content: "\ef45";
}

.icofont-history:before {
    content: "\ef46";
}

.icofont-home:before {
    content: "\ef47";
}

.icofont-horn:before {
    content: "\ef48";
}

.icofont-hour-glass:before {
    content: "\ef49";
}

.icofont-id:before {
    content: "\ef4a";
}

.icofont-image:before {
    content: "\ef4b";
}

.icofont-inbox:before {
    content: "\ef4c";
}

.icofont-infinite:before {
    content: "\ef4d";
}

.icofont-info-circle:before {
    content: "\ef4e";
}

.icofont-info-square:before {
    content: "\ef4f";
}

.icofont-info:before {
    content: "\ef50";
}

.icofont-institution:before {
    content: "\ef51";
}

.icofont-interface:before {
    content: "\ef52";
}

.icofont-invisible:before {
    content: "\ef53";
}

.icofont-jacket:before {
    content: "\ef54";
}

.icofont-jar:before {
    content: "\ef55";
}

.icofont-jewlery:before {
    content: "\ef56";
}

.icofont-karate:before {
    content: "\ef57";
}

.icofont-key-hole:before {
    content: "\ef58";
}

.icofont-key:before {
    content: "\ef59";
}

.icofont-label:before {
    content: "\ef5a";
}

.icofont-lamp:before {
    content: "\ef5b";
}

.icofont-layers:before {
    content: "\ef5c";
}

.icofont-layout:before {
    content: "\ef5d";
}

.icofont-leaf:before {
    content: "\ef5e";
}

.icofont-leaflet:before {
    content: "\ef5f";
}

.icofont-learn:before {
    content: "\ef60";
}

.icofont-lego:before {
    content: "\ef61";
}

.icofont-lens:before {
    content: "\ef62";
}

.icofont-letter:before {
    content: "\ef63";
}

.icofont-letterbox:before {
    content: "\ef64";
}

.icofont-library:before {
    content: "\ef65";
}

.icofont-license:before {
    content: "\ef66";
}

.icofont-life-bouy:before {
    content: "\ef67";
}

.icofont-life-buoy:before {
    content: "\ef68";
}

.icofont-life-jacket:before {
    content: "\ef69";
}

.icofont-life-ring:before {
    content: "\ef6a";
}

.icofont-light-bulb:before {
    content: "\ef6b";
}

.icofont-lighter:before {
    content: "\ef6c";
}

.icofont-lightning-ray:before {
    content: "\ef6d";
}

.icofont-like:before {
    content: "\ef6e";
}

.icofont-line-height:before {
    content: "\ef6f";
}

.icofont-link-alt:before {
    content: "\ef70";
}

.icofont-link:before {
    content: "\ef71";
}

.icofont-list:before {
    content: "\ef72";
}

.icofont-listening:before {
    content: "\ef73";
}

.icofont-listine-dots:before {
    content: "\ef74";
}

.icofont-listing-box:before {
    content: "\ef75";
}

.icofont-listing-number:before {
    content: "\ef76";
}

.icofont-live-support:before {
    content: "\ef77";
}

.icofont-location-arrow:before {
    content: "\ef78";
}

.icofont-location-pin:before {
    content: "\ef79";
}

.icofont-lock:before {
    content: "\ef7a";
}

.icofont-login:before {
    content: "\ef7b";
}

.icofont-logout:before {
    content: "\ef7c";
}

.icofont-lollipop:before {
    content: "\ef7d";
}

.icofont-long-drive:before {
    content: "\ef7e";
}

.icofont-look:before {
    content: "\ef7f";
}

.icofont-loop:before {
    content: "\ef80";
}

.icofont-luggage:before {
    content: "\ef81";
}

.icofont-lunch:before {
    content: "\ef82";
}

.icofont-lungs:before {
    content: "\ef83";
}

.icofont-magic-alt:before {
    content: "\ef84";
}

.icofont-magic:before {
    content: "\ef85";
}

.icofont-magnet:before {
    content: "\ef86";
}

.icofont-mail-box:before {
    content: "\ef87";
}

.icofont-mail:before {
    content: "\ef88";
}

.icofont-male:before {
    content: "\ef89";
}

.icofont-map-pins:before {
    content: "\ef8a";
}

.icofont-map:before {
    content: "\ef8b";
}

.icofont-maximize:before {
    content: "\ef8c";
}

.icofont-measure:before {
    content: "\ef8d";
}

.icofont-medicine:before {
    content: "\ef8e";
}

.icofont-mega-phone:before {
    content: "\ef8f";
}

.icofont-megaphone-alt:before {
    content: "\ef90";
}

.icofont-megaphone:before {
    content: "\ef91";
}

.icofont-memorial:before {
    content: "\ef92";
}

.icofont-memory-card:before {
    content: "\ef93";
}

.icofont-mic-mute:before {
    content: "\ef94";
}

.icofont-mic:before {
    content: "\ef95";
}

.icofont-military:before {
    content: "\ef96";
}

.icofont-mill:before {
    content: "\ef97";
}

.icofont-minus-circle:before {
    content: "\ef98";
}

.icofont-minus-square:before {
    content: "\ef99";
}

.icofont-minus:before {
    content: "\ef9a";
}

.icofont-mobile-phone:before {
    content: "\ef9b";
}

.icofont-molecule:before {
    content: "\ef9c";
}

.icofont-money:before {
    content: "\ef9d";
}

.icofont-moon:before {
    content: "\ef9e";
}

.icofont-mop:before {
    content: "\ef9f";
}

.icofont-muffin:before {
    content: "\efa0";
}

.icofont-mustache:before {
    content: "\efa1";
}

.icofont-navigation-menu:before {
    content: "\efa2";
}

.icofont-navigation:before {
    content: "\efa3";
}

.icofont-network-tower:before {
    content: "\efa4";
}

.icofont-network:before {
    content: "\efa5";
}

.icofont-news:before {
    content: "\efa6";
}

.icofont-newspaper:before {
    content: "\efa7";
}

.icofont-no-smoking:before {
    content: "\efa8";
}

.icofont-not-allowed:before {
    content: "\efa9";
}

.icofont-notebook:before {
    content: "\efaa";
}

.icofont-notepad:before {
    content: "\efab";
}

.icofont-notification:before {
    content: "\efac";
}

.icofont-numbered:before {
    content: "\efad";
}

.icofont-opposite:before {
    content: "\efae";
}

.icofont-optic:before {
    content: "\efaf";
}

.icofont-options:before {
    content: "\efb0";
}

.icofont-package:before {
    content: "\efb1";
}

.icofont-page:before {
    content: "\efb2";
}

.icofont-paint:before {
    content: "\efb3";
}

.icofont-paper-plane:before {
    content: "\efb4";
}

.icofont-paperclip:before {
    content: "\efb5";
}

.icofont-papers:before {
    content: "\efb6";
}

.icofont-pay:before {
    content: "\efb7";
}

.icofont-penguin-linux:before {
    content: "\efb8";
}

.icofont-pestle:before {
    content: "\efb9";
}

.icofont-phone-circle:before {
    content: "\efba";
}

.icofont-phone:before {
    content: "\efbb";
}

.icofont-picture:before {
    content: "\efbc";
}

.icofont-pine:before {
    content: "\efbd";
}

.icofont-pixels:before {
    content: "\efbe";
}

.icofont-plugin:before {
    content: "\efbf";
}

.icofont-plus-circle:before {
    content: "\efc0";
}

.icofont-plus-square:before {
    content: "\efc1";
}

.icofont-plus:before {
    content: "\efc2";
}

.icofont-polygonal:before {
    content: "\efc3";
}

.icofont-power:before {
    content: "\efc4";
}

.icofont-price:before {
    content: "\efc5";
}

.icofont-print:before {
    content: "\efc6";
}

.icofont-puzzle:before {
    content: "\efc7";
}

.icofont-qr-code:before {
    content: "\efc8";
}

.icofont-queen:before {
    content: "\efc9";
}

.icofont-question-circle:before {
    content: "\efca";
}

.icofont-question-square:before {
    content: "\efcb";
}

.icofont-question:before {
    content: "\efcc";
}

.icofont-quote-left:before {
    content: "\efcd";
}

.icofont-quote-right:before {
    content: "\efce";
}

.icofont-random:before {
    content: "\efcf";
}

.icofont-recycle:before {
    content: "\efd0";
}

.icofont-refresh:before {
    content: "\efd1";
}

.icofont-repair:before {
    content: "\efd2";
}

.icofont-reply-all:before {
    content: "\efd3";
}

.icofont-reply:before {
    content: "\efd4";
}

.icofont-resize:before {
    content: "\efd5";
}

.icofont-responsive:before {
    content: "\efd6";
}

.icofont-retweet:before {
    content: "\efd7";
}

.icofont-road:before {
    content: "\efd8";
}

.icofont-robot:before {
    content: "\efd9";
}

.icofont-royal:before {
    content: "\efda";
}

.icofont-rss-feed:before {
    content: "\efdb";
}

.icofont-safety:before {
    content: "\efdc";
}

.icofont-sale-discount:before {
    content: "\efdd";
}

.icofont-satellite:before {
    content: "\efde";
}

.icofont-send-mail:before {
    content: "\efdf";
}

.icofont-server:before {
    content: "\efe0";
}

.icofont-settings-alt:before {
    content: "\efe1";
}

.icofont-settings:before {
    content: "\efe2";
}

.icofont-share-alt:before {
    content: "\efe3";
}

.icofont-share-boxed:before {
    content: "\efe4";
}

.icofont-share:before {
    content: "\efe5";
}

.icofont-shield:before {
    content: "\efe6";
}

.icofont-shopping-cart:before {
    content: "\efe7";
}

.icofont-sign-in:before {
    content: "\efe8";
}

.icofont-sign-out:before {
    content: "\efe9";
}

.icofont-signal:before {
    content: "\efea";
}

.icofont-site-map:before {
    content: "\efeb";
}

.icofont-smart-phone:before {
    content: "\efec";
}

.icofont-soccer:before {
    content: "\efed";
}

.icofont-sort-alt:before {
    content: "\efee";
}

.icofont-sort:before {
    content: "\efef";
}

.icofont-space:before {
    content: "\eff0";
}

.icofont-spanner:before {
    content: "\eff1";
}

.icofont-speech-comments:before {
    content: "\eff2";
}

.icofont-speed-meter:before {
    content: "\eff3";
}

.icofont-spinner-alt-1:before {
    content: "\eff4";
}

.icofont-spinner-alt-2:before {
    content: "\eff5";
}

.icofont-spinner-alt-3:before {
    content: "\eff6";
}

.icofont-spinner-alt-4:before {
    content: "\eff7";
}

.icofont-spinner-alt-5:before {
    content: "\eff8";
}

.icofont-spinner-alt-6:before {
    content: "\eff9";
}

.icofont-spinner:before {
    content: "\effa";
}

.icofont-spreadsheet:before {
    content: "\effb";
}

.icofont-square:before {
    content: "\effc";
}

.icofont-ssl-security:before {
    content: "\effd";
}

.icofont-star-alt-1:before {
    content: "\effe";
}

.icofont-star-alt-2:before {
    content: "\efff";
}

.icofont-star:before {
    content: "\f000";
}

.icofont-street-view:before {
    content: "\f001";
}

.icofont-support-faq:before {
    content: "\f002";
}

.icofont-tack-pin:before {
    content: "\f003";
}

.icofont-tag:before {
    content: "\f004";
}

.icofont-tags:before {
    content: "\f005";
}

.icofont-tasks-alt:before {
    content: "\f006";
}

.icofont-tasks:before {
    content: "\f007";
}

.icofont-telephone:before {
    content: "\f008";
}

.icofont-telescope:before {
    content: "\f009";
}

.icofont-terminal:before {
    content: "\f00a";
}

.icofont-thumbs-down:before {
    content: "\f00b";
}

.icofont-thumbs-up:before {
    content: "\f00c";
}

.icofont-tick-boxed:before {
    content: "\f00d";
}

.icofont-tick-mark:before {
    content: "\f00e";
}

.icofont-ticket:before {
    content: "\f00f";
}

.icofont-tie:before {
    content: "\f010";
}

.icofont-toggle-off:before {
    content: "\f011";
}

.icofont-toggle-on:before {
    content: "\f012";
}

.icofont-tools-alt-2:before {
    content: "\f013";
}

.icofont-tools:before {
    content: "\f014";
}

.icofont-touch:before {
    content: "\f015";
}

.icofont-traffic-light:before {
    content: "\f016";
}

.icofont-transparent:before {
    content: "\f017";
}

.icofont-tree:before {
    content: "\f018";
}

.icofont-unique-idea:before {
    content: "\f019";
}

.icofont-unlock:before {
    content: "\f01a";
}

.icofont-unlocked:before {
    content: "\f01b";
}

.icofont-upload-alt:before {
    content: "\f01c";
}

.icofont-upload:before {
    content: "\f01d";
}

.icofont-usb-drive:before {
    content: "\f01e";
}

.icofont-usb:before {
    content: "\f01f";
}

.icofont-vector-path:before {
    content: "\f020";
}

.icofont-verification-check:before {
    content: "\f021";
}

.icofont-wall-clock:before {
    content: "\f022";
}

.icofont-wall:before {
    content: "\f023";
}

.icofont-wallet:before {
    content: "\f024";
}

.icofont-warning-alt:before {
    content: "\f025";
}

.icofont-warning:before {
    content: "\f026";
}

.icofont-water-drop:before {
    content: "\f027";
}

.icofont-web:before {
    content: "\f028";
}

.icofont-wheelchair:before {
    content: "\f029";
}

.icofont-wifi-alt:before {
    content: "\f02a";
}

.icofont-wifi:before {
    content: "\f02b";
}

.icofont-world:before {
    content: "\f02c";
}

.icofont-zigzag:before {
    content: "\f02d";
}

.icofont-zipped:before {
    content: "\f02e";
}

.icofont-xs {
    font-size: .5em;
}

.icofont-sm {
    font-size: .75em;
}

.icofont-md {
    font-size: 1.25em;
}

.icofont-lg {
    font-size: 1.5em;
}

.icofont-1x {
    font-size: 1em;
}

.icofont-2x {
    font-size: 2em;
}

.icofont-3x {
    font-size: 3em;
}

.icofont-4x {
    font-size: 4em;
}

.icofont-5x {
    font-size: 5em;
}

.icofont-6x {
    font-size: 6em;
}

.icofont-7x {
    font-size: 7em;
}

.icofont-8x {
    font-size: 8em;
}

.icofont-9x {
    font-size: 9em;
}

.icofont-10x {
    font-size: 10em;
}

.icofont-fw {
    text-align: center;
    width: 1.25em;
}

.icofont-ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}

    .icofont-ul > li {
        position: relative;
        line-height: 2em;
    }

        .icofont-ul > li .icofont {
            display: inline-block;
            vertical-align: middle;
        }

.icofont-border {
    border: solid .08em #f1f1f1;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.icofont-pull-left {
    float: left;
}

.icofont-pull-right {
    float: right;
}

.icofont.icofont-pull-left {
    margin-right: .3em;
}

.icofont.icofont-pull-right {
    margin-left: .3em;
}

.icofont-spin {
    -webkit-animation: icofont-spin 2s infinite linear;
    animation: icofont-spin 2s infinite linear;
    display: inline-block;
}

.icofont-pulse {
    -webkit-animation: icofont-spin 1s infinite steps(8);
    animation: icofont-spin 1s infinite steps(8);
    display: inline-block;
}

@-webkit-keyframes icofont-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes icofont-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.icofont-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.icofont-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.icofont-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.icofont-flip-horizontal {
    -webkit-transform: scale(-1,1);
    transform: scale(-1,1);
}

.icofont-flip-vertical {
    -webkit-transform: scale(1,-1);
    transform: scale(1,-1);
}

.icofont-flip-horizontal.icofont-flip-vertical {
    -webkit-transform: scale(-1,-1);
    transform: scale(-1,-1);
}

:root .icofont-flip-horizontal, :root .icofont-flip-vertical, :root .icofont-rotate-180, :root .icofont-rotate-270, :root .icofont-rotate-90 {
    -webkit-filter: none;
    filter: none;
    display: inline-block;
}

.icofont-inverse {
    color: #fff;
}

.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;
}

#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
}

#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
}

#cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
}

#cboxContent {
    position: relative;
}

#cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

#cboxTitle {
    margin: 0;
}

#cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    cursor: pointer;
}

.cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
    -ms-interpolation-mode: bicubic;
}

.cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
}

#colorbox, #cboxContent, #cboxLoadedContent {
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

#cboxOverlay {
    background: #000;
}

#colorbox {
    outline: 0;
}

#cboxTopLeft {
    width: 14px;
    height: 14px;
    background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-compare/assets/css/../images/colorbox/controls.png) no-repeat 0 0;
}

#cboxTopCenter {
    height: 14px;
    background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-compare/assets/css/../images/colorbox/border.png) repeat-x top left;
}

#cboxTopRight {
    width: 14px;
    height: 14px;
    background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-compare/assets/css/../images/colorbox/controls.png) no-repeat -36px 0;
}

#cboxBottomLeft {
    width: 14px;
    height: 43px;
    background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-compare/assets/css/../images/colorbox/controls.png) no-repeat 0 -32px;
}

#cboxBottomCenter {
    height: 43px;
    background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-compare/assets/css/../images/colorbox/border.png) repeat-x bottom left;
}

#cboxBottomRight {
    width: 14px;
    height: 43px;
    background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-compare/assets/css/../images/colorbox/controls.png) no-repeat -36px -32px;
}

#cboxMiddleLeft {
    width: 14px;
    background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-compare/assets/css/../images/colorbox/controls.png) repeat-y -175px 0;
}

#cboxMiddleRight {
    width: 14px;
    background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-compare/assets/css/../images/colorbox/controls.png) repeat-y -211px 0;
}

#cboxContent {
    background: #fff;
    overflow: visible;
}

.cboxIframe {
    background: #fff;
}

#cboxError {
    padding: 50px;
    border: 1px solid #ccc;
}

#cboxLoadedContent {
    margin-bottom: 5px;
}

#cboxLoadingOverlay {
    background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-compare/assets/css/../images/colorbox/loading_background.png) no-repeat center center;
}

#cboxLoadingGraphic {
    background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-compare/assets/css/../images/colorbox/loading.gif) no-repeat center center;
}

#cboxTitle {
    position: absolute;
    bottom: -25px;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 700;
    color: #7c7c7c;
}

#cboxCurrent {
    position: absolute;
    bottom: -25px;
    left: 58px;
    font-weight: 700;
    color: #7c7c7c;
}

#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    position: absolute;
    bottom: -29px;
    background: url(//themexbd.com/poket/construction/wp-content/plugins/yith-woocommerce-compare/assets/css/../images/colorbox/controls.png) no-repeat 0px 0px;
    width: 23px;
    height: 23px;
    text-indent: -9999px;
}

    #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
        outline: 0;
    }

#cboxPrevious {
    left: 0;
    background-position: -51px -25px;
}

    #cboxPrevious:hover {
        background-position: -51px 0;
    }

#cboxNext {
    left: 27px;
    background-position: -75px -25px;
}

    #cboxNext:hover {
        background-position: -75px 0;
    }

#cboxClose {
    right: 0;
    background-position: -100px -25px;
}

    #cboxClose:hover {
        background-position: -100px 0;
    }

.cboxSlideshow_on #cboxSlideshow {
    background-position: -125px 0;
    right: 27px;
}

    .cboxSlideshow_on #cboxSlideshow:hover {
        background-position: -150px 0;
    }

.cboxSlideshow_off #cboxSlideshow {
    background-position: -150px -25px;
    right: 27px;
}

    .cboxSlideshow_off #cboxSlideshow:hover {
        background-position: -125px 0;
    }

.yith_woocompare_colorbox #cboxLoadedContent {
    overflow: hidden !important;
}

html.yith-quick-view-is-open, html.yith-quick-view-is-open body {
    overflow: hidden;
}

#yith-quick-view-modal {
    position: fixed;
    visibility: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1400;
    opacity: 0;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

    #yith-quick-view-modal:before {
        content: '';
        display: inline-block;
        vertical-align: middle;
        height: 100%;
        width: 0;
    }

    #yith-quick-view-modal .yith-quick-view-overlay {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: rgba(0,0,0,.8);
    }

    #yith-quick-view-modal .yith-wcqv-wrapper {
        display: inline-block;
        vertical-align: middle;
        visibility: hidden;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        text-align: left;
        height: 600px;
        width: 1000px;
    }

    #yith-quick-view-modal .yith-wcqv-main {
        -webkit-transform: translateY(20%);
        -moz-transform: translateY(20%);
        -ms-transform: translateY(20%);
        transform: translateY(20%);
        opacity: 0;
        height: 100%;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255,.2);
        box-shadow: 0 0 0 10px rgba(255,255,255,.2);
    }

    #yith-quick-view-modal.open, #yith-quick-view-modal.open .yith-wcqv-wrapper {
        visibility: visible;
        opacity: 1;
    }

    #yith-quick-view-modal #yith-quick-view-content {
        height: 100%;
    }

    #yith-quick-view-modal .yith-wcqv-main:after, #yith-quick-view-modal .yith-wcqv-main:before {
        content: '';
        display: table;
        clear: both;
    }

    #yith-quick-view-modal.open .yith-wcqv-main {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
        height: 100%;
        overflow-y: scroll;
        position: relative;
    }

#yith-quick-view-close {
    border: 1px solid;
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 18px;
    z-index: 2;
    opacity: .5;
}

    #yith-quick-view-close:hover {
        opacity: 1;
        transition: all .2s ease;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
        -ms-transition: all .2s ease;
    }

#yith-quick-view-content div.images {
    width: 40%;
    float: left;
    opacity: 1 !important;
    margin: 0;
}

#yith-quick-view-content div.summary {
    margin: 0;
    padding: 15px;
    width: 60%;
    float: left;
    font-size: inherit;
}

#yith-quick-view-content div.woocommerce-product-rating:after, #yith-quick-view-content div.woocommerce-product-rating:before {
    content: '';
    display: table;
    clear: both;
}

#yith-quick-view-content div.woocommerce-product-rating a.woocommerce-review-link {
    display: none;
}

#yith-quick-view-content .onsale {
    top: 5px;
    right: auto;
    left: 5px;
}

#yith-quick-view-content figure.woocommerce-product-gallery__wrapper > div:not(:first-child) {
    display: none;
}

li.product .yith-wcqv-button .blockUI.blockOverlay:before {
    background: 0 0;
}

@media(max-width:480px) {
    #yith-quick-view-content div.images, #yith-quick-view-content div.summary {
        width: 100%;
        float: none;
    }

    #yith-quick-view-content div.summary {
        margin: 0;
        padding: 15px;
        width: 100%;
        float: left;
    }
}

#yith-quick-view-modal .yith-wcqv-main {
    background: #fff;
}

#yith-quick-view-close {
    color: #cdcdcd;
}

    #yith-quick-view-close:hover {
        color: red;
    }
/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */ :root {
    --blue:#007bff;
    --indigo:#6610f2;
    --purple:#6f42c1;
    --pink:#e83e8c;
    --red:#dc3545;
    --orange:#fd7e14;
    --yellow:#ffc107;
    --green:#28a745;
    --teal:#20c997;
    --cyan:#17a2b8;
    --white:#fff;
    --gray:#6c757d;
    --gray-dark:#343a40;
    --primary:#007bff;
    --secondary:#6c757d;
    --success:#28a745;
    --info:#17a2b8;
    --warning:#ffc107;
    --danger:#dc3545;
    --light:#f8f9fa;
    --dark:#343a40;
    --breakpoint-xs:0;
    --breakpoint-sm:576px;
    --breakpoint-md:768px;
    --breakpoint-lg:992px;
    --breakpoint-xl:1200px;
    --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

*, ::after, ::before {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
    width: device-width;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
}

    ol ol, ol ul, ul ol, ul ul {
        margin-bottom: 0;
    }

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

dfn {
    font-style: italic;
}

b, strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

    a:hover {
        color: #0056b3;
        text-decoration: underline;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

code, kbd, pre, samp {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button;
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        padding: 0;
        border-style: none;
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}

.h1, h1 {
    font-size: 2.5rem;
}

.h2, h2 {
    font-size: 2rem;
}

.h3, h3 {
    font-size: 1.75rem;
}

.h4, h4 {
    font-size: 1.5rem;
}

.h5, h5 {
    font-size: 1.25rem;
}

.h6, h6 {
    font-size: 1rem;
}

.lead {
    font-size: 1.25rem;
    font-weight: 300;
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.2;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}

.small, small {
    font-size: 80%;
    font-weight: 400;
}

.mark, mark {
    padding: .2em;
    background-color: #fcf8e3;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
}

    .list-inline-item:not(:last-child) {
        margin-right: .5rem;
    }

.initialism {
    font-size: 90%;
    text-transform: uppercase;
}

.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}

    .blockquote-footer::before {
        content: "\2014 \00A0";
    }

.img-fluid {
    max-width: 100%;
    height: auto;
}

.img-thumbnail {
    padding: .25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: .25rem;
    max-width: 100%;
    height: auto;
}

.figure {
    display: inline-block;
}

.figure-img {
    margin-bottom: .5rem;
    line-height: 1;
}

.figure-caption {
    font-size: 90%;
    color: #6c757d;
}

code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}

a > code {
    color: inherit;
}

kbd {
    padding: .2rem .4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 100%;
        font-weight: 700;
    }

pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}

    pre code {
        font-size: inherit;
        color: inherit;
        word-break: normal;
    }

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width:576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width:992px) {
    .container {
        max-width: 960px;
    }
}

@media (min-width:1200px) {
    .container {
        max-width: 1140px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters > .col, .no-gutters > [class*=col-] {
        padding-right: 0;
        padding-left: 0;
    }

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .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-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .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-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width:576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.333333%;
    }

    .offset-sm-2 {
        margin-left: 16.666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.333333%;
    }

    .offset-sm-5 {
        margin-left: 41.666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.333333%;
    }

    .offset-sm-8 {
        margin-left: 66.666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.333333%;
    }

    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.333333%;
    }

    .offset-md-2 {
        margin-left: 16.666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.333333%;
    }

    .offset-md-5 {
        margin-left: 41.666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.333333%;
    }

    .offset-md-8 {
        margin-left: 66.666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.333333%;
    }

    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.333333%;
    }

    .offset-lg-2 {
        margin-left: 16.666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.333333%;
    }

    .offset-lg-5 {
        margin-left: 41.666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.333333%;
    }

    .offset-lg-8 {
        margin-left: 66.666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.333333%;
    }

    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width:1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }

    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }

    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }

    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }

    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }

    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.333333%;
    }

    .offset-xl-2 {
        margin-left: 16.666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.333333%;
    }

    .offset-xl-5 {
        margin-left: 41.666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.333333%;
    }

    .offset-xl-8 {
        margin-left: 66.666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.333333%;
    }

    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}

    .table td, .table th {
        padding: .75rem;
        vertical-align: top;
        border-top: 1px solid #dee2e6;
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #dee2e6;
    }

    .table tbody + tbody {
        border-top: 2px solid #dee2e6;
    }

    .table .table {
        background-color: #fff;
    }

.table-sm td, .table-sm th {
    padding: .3rem;
}

.table-bordered {
    border: 1px solid #dee2e6;
}

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6;
    }

    .table-bordered thead td, .table-bordered thead th {
        border-bottom-width: 2px;
    }

.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
}

.table-hover tbody tr:hover {
    background-color: rgba(0,0,0,.075);
}

.table-primary, .table-primary > td, .table-primary > th {
    background-color: #b8daff;
}

.table-hover .table-primary:hover {
    background-color: #9fcdff;
}

    .table-hover .table-primary:hover > td, .table-hover .table-primary:hover > th {
        background-color: #9fcdff;
    }

.table-secondary, .table-secondary > td, .table-secondary > th {
    background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
    background-color: #c8cbcf;
}

    .table-hover .table-secondary:hover > td, .table-hover .table-secondary:hover > th {
        background-color: #c8cbcf;
    }

.table-success, .table-success > td, .table-success > th {
    background-color: #c3e6cb;
}

.table-hover .table-success:hover {
    background-color: #b1dfbb;
}

    .table-hover .table-success:hover > td, .table-hover .table-success:hover > th {
        background-color: #b1dfbb;
    }

.table-info, .table-info > td, .table-info > th {
    background-color: #bee5eb;
}

.table-hover .table-info:hover {
    background-color: #abdde5;
}

    .table-hover .table-info:hover > td, .table-hover .table-info:hover > th {
        background-color: #abdde5;
    }

.table-warning, .table-warning > td, .table-warning > th {
    background-color: #ffeeba;
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1;
}

    .table-hover .table-warning:hover > td, .table-hover .table-warning:hover > th {
        background-color: #ffe8a1;
    }

.table-danger, .table-danger > td, .table-danger > th {
    background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
    background-color: #f1b0b7;
}

    .table-hover .table-danger:hover > td, .table-hover .table-danger:hover > th {
        background-color: #f1b0b7;
    }

.table-light, .table-light > td, .table-light > th {
    background-color: #fdfdfe;
}

.table-hover .table-light:hover {
    background-color: #ececf6;
}

    .table-hover .table-light:hover > td, .table-hover .table-light:hover > th {
        background-color: #ececf6;
    }

.table-dark, .table-dark > td, .table-dark > th {
    background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
    background-color: #b9bbbe;
}

    .table-hover .table-dark:hover > td, .table-hover .table-dark:hover > th {
        background-color: #b9bbbe;
    }

.table-active, .table-active > td, .table-active > th {
    background-color: rgba(0,0,0,.075);
}

.table-hover .table-active:hover {
    background-color: rgba(0,0,0,.075);
}

    .table-hover .table-active:hover > td, .table-hover .table-active:hover > th {
        background-color: rgba(0,0,0,.075);
    }

.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}

.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.table-dark {
    color: #fff;
    background-color: #212529;
}

    .table-dark td, .table-dark th, .table-dark thead th {
        border-color: #32383e;
    }

    .table-dark.table-bordered {
        border: 0;
    }

    .table-dark.table-striped tbody tr:nth-of-type(odd) {
        background-color: rgba(255,255,255,.05);
    }

    .table-dark.table-hover tbody tr:hover {
        background-color: rgba(255,255,255,.075);
    }

@media (max-width:575.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-sm > .table-bordered {
            border: 0;
        }
}

@media (max-width:767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-md > .table-bordered {
            border: 0;
        }
}

@media (max-width:991.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-lg > .table-bordered {
            border: 0;
        }
}

@media (max-width:1199.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

        .table-responsive-xl > .table-bordered {
            border: 0;
        }
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive > .table-bordered {
        border: 0;
    }

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .form-control {
        transition: none;
    }
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}

.form-control-file, .form-control-range {
    display: block;
    width: 100%;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.col-form-label-lg {
    padding-top: calc(.5rem + 1px);
    padding-bottom: calc(.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}

.col-form-label-sm {
    padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
    font-size: .875rem;
    line-height: 1.5;
}

.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: .375rem;
    padding-bottom: .375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    border: solid transparent;
    border-width: 1px 0;
}

    .form-control-plaintext.form-control-lg, .form-control-plaintext.form-control-sm {
        padding-right: 0;
        padding-left: 0;
    }

.form-control-sm {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

select.form-control[multiple], select.form-control[size] {
    height: auto;
}

textarea.form-control {
    height: auto;
}

.form-group {
    margin-bottom: 1rem;
}

.form-text {
    display: block;
    margin-top: .25rem;
}

.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

    .form-row > .col, .form-row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
    }

.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
}

.form-check-input {
    position: absolute;
    margin-top: .3rem;
    margin-left: -1.25rem;
}

    .form-check-input:disabled ~ .form-check-label {
        color: #6c757d;
    }

.form-check-label {
    margin-bottom: 0;
}

.form-check-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 0;
    margin-right: .75rem;
}

    .form-check-inline .form-check-input {
        position: static;
        margin-top: 0;
        margin-right: .3125rem;
        margin-left: 0;
    }

.valid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #28a745;
}

.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(40,167,69,.9);
    border-radius: .25rem;
}

.custom-select.is-valid, .form-control.is-valid, .was-validated .custom-select:valid, .was-validated .form-control:valid {
    border-color: #28a745;
}

    .custom-select.is-valid:focus, .form-control.is-valid:focus, .was-validated .custom-select:valid:focus, .was-validated .form-control:valid:focus {
        border-color: #28a745;
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
    }

    .custom-select.is-valid ~ .valid-feedback, .custom-select.is-valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback, .form-control.is-valid ~ .valid-tooltip, .was-validated .custom-select:valid ~ .valid-feedback, .was-validated .custom-select:valid ~ .valid-tooltip, .was-validated .form-control:valid ~ .valid-feedback, .was-validated .form-control:valid ~ .valid-tooltip {
        display: block;
    }

.form-control-file.is-valid ~ .valid-feedback, .form-control-file.is-valid ~ .valid-tooltip, .was-validated .form-control-file:valid ~ .valid-feedback, .was-validated .form-control-file:valid ~ .valid-tooltip {
    display: block;
}

.form-check-input.is-valid ~ .form-check-label, .was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}

.form-check-input.is-valid ~ .valid-feedback, .form-check-input.is-valid ~ .valid-tooltip, .was-validated .form-check-input:valid ~ .valid-feedback, .was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid ~ .custom-control-label, .was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}

    .custom-control-input.is-valid ~ .custom-control-label::before, .was-validated .custom-control-input:valid ~ .custom-control-label::before {
        background-color: #71dd8a;
    }

.custom-control-input.is-valid ~ .valid-feedback, .custom-control-input.is-valid ~ .valid-tooltip, .was-validated .custom-control-input:valid ~ .valid-feedback, .was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-control-input.is-valid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before {
    background-color: #34ce57;
}

.custom-control-input.is-valid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
}

.custom-file-input.is-valid ~ .custom-file-label, .was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}

    .custom-file-input.is-valid ~ .custom-file-label::after, .was-validated .custom-file-input:valid ~ .custom-file-label::after {
        border-color: inherit;
    }

.custom-file-input.is-valid ~ .valid-feedback, .custom-file-input.is-valid ~ .valid-tooltip, .was-validated .custom-file-input:valid ~ .valid-feedback, .was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}

.custom-file-input.is-valid:focus ~ .custom-file-label, .was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220,53,69,.9);
    border-radius: .25rem;
}

.custom-select.is-invalid, .form-control.is-invalid, .was-validated .custom-select:invalid, .was-validated .form-control:invalid {
    border-color: #dc3545;
}

    .custom-select.is-invalid:focus, .form-control.is-invalid:focus, .was-validated .custom-select:invalid:focus, .was-validated .form-control:invalid:focus {
        border-color: #dc3545;
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
    }

    .custom-select.is-invalid ~ .invalid-feedback, .custom-select.is-invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback, .form-control.is-invalid ~ .invalid-tooltip, .was-validated .custom-select:invalid ~ .invalid-feedback, .was-validated .custom-select:invalid ~ .invalid-tooltip, .was-validated .form-control:invalid ~ .invalid-feedback, .was-validated .form-control:invalid ~ .invalid-tooltip {
        display: block;
    }

.form-control-file.is-invalid ~ .invalid-feedback, .form-control-file.is-invalid ~ .invalid-tooltip, .was-validated .form-control-file:invalid ~ .invalid-feedback, .was-validated .form-control-file:invalid ~ .invalid-tooltip {
    display: block;
}

.form-check-input.is-invalid ~ .form-check-label, .was-validated .form-check-input:invalid ~ .form-check-label {
    color: #dc3545;
}

.form-check-input.is-invalid ~ .invalid-feedback, .form-check-input.is-invalid ~ .invalid-tooltip, .was-validated .form-check-input:invalid ~ .invalid-feedback, .was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid ~ .custom-control-label, .was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}

    .custom-control-input.is-invalid ~ .custom-control-label::before, .was-validated .custom-control-input:invalid ~ .custom-control-label::before {
        background-color: #efa2a9;
    }

.custom-control-input.is-invalid ~ .invalid-feedback, .custom-control-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-control-input:invalid ~ .invalid-feedback, .was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-control-input.is-invalid:checked ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before {
    background-color: #e4606d;
}

.custom-control-input.is-invalid:focus ~ .custom-control-label::before, .was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
}

.custom-file-input.is-invalid ~ .custom-file-label, .was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}

    .custom-file-input.is-invalid ~ .custom-file-label::after, .was-validated .custom-file-input:invalid ~ .custom-file-label::after {
        border-color: inherit;
    }

.custom-file-input.is-invalid ~ .invalid-feedback, .custom-file-input.is-invalid ~ .invalid-tooltip, .was-validated .custom-file-input:invalid ~ .invalid-feedback, .was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}

.custom-file-input.is-invalid:focus ~ .custom-file-label, .was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.form-inline {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -ms-flex-align: center;
    align-items: center;
}

    .form-inline .form-check {
        width: 100%;
    }

@media (min-width:576px) {
    .form-inline label {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 0;
    }

    .form-inline .form-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 0;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-plaintext {
        display: inline-block;
    }

    .form-inline .custom-select, .form-inline .input-group {
        width: auto;
    }

    .form-inline .form-check {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }

    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0;
    }

    .form-inline .custom-control {
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .btn {
        transition: none;
    }
}

.btn:focus, .btn:hover {
    text-decoration: none;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.btn.disabled, .btn:disabled {
    opacity: .65;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

a.btn.disabled, fieldset:disabled a.btn {
    pointer-events: none;
}

.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .btn-primary.focus, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
        }

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

    .btn-secondary:hover {
        color: #fff;
        background-color: #5a6268;
        border-color: #545b62;
    }

    .btn-secondary.focus, .btn-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    }

    .btn-secondary.disabled, .btn-secondary:disabled {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
        color: #fff;
        background-color: #545b62;
        border-color: #4e555b;
    }

        .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
        }

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

    .btn-success:hover {
        color: #fff;
        background-color: #218838;
        border-color: #1e7e34;
    }

    .btn-success.focus, .btn-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

    .btn-success.disabled, .btn-success:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle {
        color: #fff;
        background-color: #1e7e34;
        border-color: #1c7430;
    }

        .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus, .show > .btn-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
        }

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}

    .btn-info:hover {
        color: #fff;
        background-color: #138496;
        border-color: #117a8b;
    }

    .btn-info.focus, .btn-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    }

    .btn-info.disabled, .btn-info:disabled {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show > .btn-info.dropdown-toggle {
        color: #fff;
        background-color: #117a8b;
        border-color: #10707f;
    }

        .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
        }

.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #e0a800;
        border-color: #d39e00;
    }

    .btn-warning.focus, .btn-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    }

    .btn-warning.disabled, .btn-warning:disabled {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show > .btn-warning.dropdown-toggle {
        color: #212529;
        background-color: #d39e00;
        border-color: #c69500;
    }

        .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
        }

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

    .btn-danger:hover {
        color: #fff;
        background-color: #c82333;
        border-color: #bd2130;
    }

    .btn-danger.focus, .btn-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    }

    .btn-danger.disabled, .btn-danger:disabled {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active, .show > .btn-danger.dropdown-toggle {
        color: #fff;
        background-color: #bd2130;
        border-color: #b21f2d;
    }

        .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
        }

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}

    .btn-light:hover {
        color: #212529;
        background-color: #e2e6ea;
        border-color: #dae0e5;
    }

    .btn-light.focus, .btn-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    }

    .btn-light.disabled, .btn-light:disabled {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show > .btn-light.dropdown-toggle {
        color: #212529;
        background-color: #dae0e5;
        border-color: #d3d9df;
    }

        .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
        }

.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}

    .btn-dark:hover {
        color: #fff;
        background-color: #23272b;
        border-color: #1d2124;
    }

    .btn-dark.focus, .btn-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    }

    .btn-dark.disabled, .btn-dark:disabled {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active, .show > .btn-dark.dropdown-toggle {
        color: #fff;
        background-color: #1d2124;
        border-color: #171a1d;
    }

        .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
        }

.btn-outline-primary {
    color: #007bff;
    background-color: transparent;
    background-image: none;
    border-color: #007bff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

    .btn-outline-primary.focus, .btn-outline-primary:focus {
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
    }

    .btn-outline-primary.disabled, .btn-outline-primary:disabled {
        color: #007bff;
        background-color: transparent;
    }

    .btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active, .show > .btn-outline-primary.dropdown-toggle {
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

        .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(0,123,255,.5);
        }

.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}

    .btn-outline-secondary:hover {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

    .btn-outline-secondary.focus, .btn-outline-secondary:focus {
        box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
    }

    .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
        color: #6c757d;
        background-color: transparent;
    }

    .btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show > .btn-outline-secondary.dropdown-toggle {
        color: #fff;
        background-color: #6c757d;
        border-color: #6c757d;
    }

        .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(108,117,125,.5);
        }

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745;
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

    .btn-outline-success.focus, .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
    }

    .btn-outline-success.disabled, .btn-outline-success:disabled {
        color: #28a745;
        background-color: transparent;
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active, .show > .btn-outline-success.dropdown-toggle {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(40,167,69,.5);
        }

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8;
}

    .btn-outline-info:hover {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

    .btn-outline-info.focus, .btn-outline-info:focus {
        box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
    }

    .btn-outline-info.disabled, .btn-outline-info:disabled {
        color: #17a2b8;
        background-color: transparent;
    }

    .btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active, .show > .btn-outline-info.dropdown-toggle {
        color: #fff;
        background-color: #17a2b8;
        border-color: #17a2b8;
    }

        .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(23,162,184,.5);
        }

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}

    .btn-outline-warning:hover {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

    .btn-outline-warning.focus, .btn-outline-warning:focus {
        box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
    }

    .btn-outline-warning.disabled, .btn-outline-warning:disabled {
        color: #ffc107;
        background-color: transparent;
    }

    .btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active, .show > .btn-outline-warning.dropdown-toggle {
        color: #212529;
        background-color: #ffc107;
        border-color: #ffc107;
    }

        .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(255,193,7,.5);
        }

.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}

    .btn-outline-danger:hover {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

    .btn-outline-danger.focus, .btn-outline-danger:focus {
        box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
    }

    .btn-outline-danger.disabled, .btn-outline-danger:disabled {
        color: #dc3545;
        background-color: transparent;
    }

    .btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active, .show > .btn-outline-danger.dropdown-toggle {
        color: #fff;
        background-color: #dc3545;
        border-color: #dc3545;
    }

        .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(220,53,69,.5);
        }

.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}

    .btn-outline-light:hover {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    .btn-outline-light.focus, .btn-outline-light:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
    }

    .btn-outline-light.disabled, .btn-outline-light:disabled {
        color: #f8f9fa;
        background-color: transparent;
    }

    .btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active, .show > .btn-outline-light.dropdown-toggle {
        color: #212529;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

        .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(248,249,250,.5);
        }

.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}

    .btn-outline-dark:hover {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

    .btn-outline-dark.focus, .btn-outline-dark:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
    }

    .btn-outline-dark.disabled, .btn-outline-dark:disabled {
        color: #343a40;
        background-color: transparent;
    }

    .btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
        color: #fff;
        background-color: #343a40;
        border-color: #343a40;
    }

        .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
            box-shadow: 0 0 0 .2rem rgba(52,58,64,.5);
        }

.btn-link {
    font-weight: 400;
    color: #007bff;
    background-color: transparent;
}

    .btn-link:hover {
        color: #0056b3;
        text-decoration: underline;
        background-color: transparent;
        border-color: transparent;
    }

    .btn-link.focus, .btn-link:focus {
        text-decoration: underline;
        border-color: transparent;
        box-shadow: none;
    }

    .btn-link.disabled, .btn-link:disabled {
        color: #6c757d;
        pointer-events: none;
    }

.btn-group-lg > .btn, .btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.btn-group-sm > .btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-block {
    display: block;
    width: 100%;
}

    .btn-block + .btn-block {
        margin-top: .5rem;
    }

input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
    width: 100%;
}

.fade {
    transition: opacity .15s linear;
}

@media screen and (prefers-reduced-motion:reduce) {
    .fade {
        transition: none;
    }
}

.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .collapsing {
        transition: none;
    }
}

.dropdown, .dropleft, .dropright, .dropup {
    position: relative;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: .125rem;
}

.dropup .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: .3em solid;
    border-left: .3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: .125rem;
}

.dropright .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: 0;
    border-bottom: .3em solid transparent;
    border-left: .3em solid;
}

.dropright .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropright .dropdown-toggle::after {
    vertical-align: 0;
}

.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: .125rem;
}

.dropleft .dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
}

.dropleft .dropdown-toggle::after {
    display: none;
}

.dropleft .dropdown-toggle::before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid transparent;
    border-right: .3em solid;
    border-bottom: .3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
    margin-left: 0;
}

.dropleft .dropdown-toggle::before {
    vertical-align: 0;
}

.dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=top] {
    right: auto;
    bottom: auto;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #007bff;
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent;
    }

.dropdown-menu.show {
    display: block;
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #6c757d;
    white-space: nowrap;
}

.dropdown-item-text {
    display: block;
    padding: .25rem 1.5rem;
    color: #212529;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
}

    .btn-group-vertical > .btn, .btn-group > .btn {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
    }

        .btn-group-vertical > .btn:hover, .btn-group > .btn:hover {
            z-index: 1;
        }

        .btn-group-vertical > .btn.active, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn:focus, .btn-group > .btn.active, .btn-group > .btn:active, .btn-group > .btn:focus {
            z-index: 1;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group, .btn-group-vertical .btn + .btn, .btn-group-vertical .btn + .btn-group, .btn-group-vertical .btn-group + .btn, .btn-group-vertical .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .btn-toolbar .input-group {
        width: auto;
    }

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn-group:not(:last-child) > .btn, .btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:not(:first-child) > .btn, .btn-group > .btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
    padding-right: .5625rem;
    padding-left: .5625rem;
}

    .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after {
        margin-left: 0;
    }

.dropleft .dropdown-toggle-split::before {
    margin-right: 0;
}

.btn-group-sm > .btn + .dropdown-toggle-split, .btn-sm + .dropdown-toggle-split {
    padding-right: .375rem;
    padding-left: .375rem;
}

.btn-group-lg > .btn + .dropdown-toggle-split, .btn-lg + .dropdown-toggle-split {
    padding-right: .75rem;
    padding-left: .75rem;
}

.btn-group-vertical {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center;
}

    .btn-group-vertical .btn, .btn-group-vertical .btn-group {
        width: 100%;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn-group:not(:last-child) > .btn, .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child) > .btn, .btn-group-vertical > .btn:not(:first-child) {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group-toggle > .btn, .btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}

    .btn-group-toggle > .btn input[type=checkbox], .btn-group-toggle > .btn input[type=radio], .btn-group-toggle > .btn-group > .btn input[type=checkbox], .btn-group-toggle > .btn-group > .btn input[type=radio] {
        position: absolute;
        clip: rect(0,0,0,0);
        pointer-events: none;
    }

.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

    .input-group > .custom-file, .input-group > .custom-select, .input-group > .form-control {
        position: relative;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0;
    }

        .input-group > .custom-file + .custom-file, .input-group > .custom-file + .custom-select, .input-group > .custom-file + .form-control, .input-group > .custom-select + .custom-file, .input-group > .custom-select + .custom-select, .input-group > .custom-select + .form-control, .input-group > .form-control + .custom-file, .input-group > .form-control + .custom-select, .input-group > .form-control + .form-control {
            margin-left: -1px;
        }

        .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label, .input-group > .custom-select:focus, .input-group > .form-control:focus {
            z-index: 3;
        }

        .input-group > .custom-file .custom-file-input:focus {
            z-index: 4;
        }

        .input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

    .input-group > .custom-file {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
    }

        .input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }

        .input-group > .custom-file:not(:first-child) .custom-file-label {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0;
        }

.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex;
}

    .input-group-append .btn, .input-group-prepend .btn {
        position: relative;
        z-index: 2;
    }

        .input-group-append .btn + .btn, .input-group-append .btn + .input-group-text, .input-group-append .input-group-text + .btn, .input-group-append .input-group-text + .input-group-text, .input-group-prepend .btn + .btn, .input-group-prepend .btn + .input-group-text, .input-group-prepend .input-group-text + .btn, .input-group-prepend .input-group-text + .input-group-text {
            margin-left: -1px;
        }

.input-group-prepend {
    margin-right: -1px;
}

.input-group-append {
    margin-left: -1px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .input-group-text input[type=checkbox], .input-group-text input[type=radio] {
        margin-top: 0;
    }

.input-group-lg > .form-control, .input-group-lg > .input-group-append > .btn, .input-group-lg > .input-group-append > .input-group-text, .input-group-lg > .input-group-prepend > .btn, .input-group-lg > .input-group-prepend > .input-group-text {
    height: calc(2.875rem + 2px);
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group > .input-group-append:last-child > .input-group-text:not(:last-child), .input-group > .input-group-append:not(:last-child) > .btn, .input-group > .input-group-append:not(:last-child) > .input-group-text, .input-group > .input-group-prepend > .btn, .input-group > .input-group-prepend > .input-group-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn, .input-group > .input-group-append > .input-group-text, .input-group > .input-group-prepend:first-child > .btn:not(:first-child), .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child), .input-group > .input-group-prepend:not(:first-child) > .btn, .input-group > .input-group-prepend:not(:first-child) > .input-group-text {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        background-color: #007bff;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
    }

    .custom-control-input:active ~ .custom-control-label::before {
        color: #fff;
        background-color: #b3d7ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
}

    .custom-control-label::before {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #dee2e6;
    }

    .custom-control-label::after {
        position: absolute;
        top: .25rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #007bff;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(0,123,255,.5);
}

.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-select:focus {
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(128,189,255,.5);
    }

        .custom-select:focus::-ms-value {
            color: #495057;
            background-color: #fff;
        }

    .custom-select[multiple], .custom-select[size]:not([size="1"]) {
        height: auto;
        padding-right: .75rem;
        background-image: none;
    }

    .custom-select:disabled {
        color: #6c757d;
        background-color: #e9ecef;
    }

    .custom-select::-ms-expand {
        opacity: 0;
    }

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%;
}

.custom-select-lg {
    height: calc(2.875rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 125%;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin-bottom: 0;
}

.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(2.25rem + 2px);
    margin: 0;
    opacity: 0;
}

    .custom-file-input:focus ~ .custom-file-label {
        border-color: #80bdff;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

        .custom-file-input:focus ~ .custom-file-label::after {
            border-color: #80bdff;
        }

    .custom-file-input:disabled ~ .custom-file-label {
        background-color: #e9ecef;
    }

    .custom-file-input:lang(en) ~ .custom-file-label::after {
        content: "Browse";
    }

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

    .custom-file-label::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        display: block;
        height: 2.25rem;
        padding: .375rem .75rem;
        line-height: 1.5;
        color: #495057;
        content: "Browse";
        background-color: #e9ecef;
        border-left: 1px solid #ced4da;
        border-radius: 0 .25rem .25rem 0;
    }

.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .custom-range:focus {
        outline: 0;
    }

        .custom-range:focus::-webkit-slider-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
        }

        .custom-range:focus::-moz-range-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
        }

        .custom-range:focus::-ms-thumb {
            box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(0,123,255,.25);
        }

    .custom-range::-moz-focus-outer {
        border: 0;
    }

    .custom-range::-webkit-slider-thumb {
        width: 1rem;
        height: 1rem;
        margin-top: -.25rem;
        background-color: #007bff;
        border: 0;
        border-radius: 1rem;
        transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        -webkit-appearance: none;
        appearance: none;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}

.custom-range::-webkit-slider-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -moz-appearance: none;
    appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}

.custom-range::-moz-range-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-moz-range-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}

.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: .2rem;
    margin-left: .2rem;
    background-color: #007bff;
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    appearance: none;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}

.custom-range::-ms-thumb:active {
    background-color: #b3d7ff;
}

.custom-range::-ms-track {
    width: 100%;
    height: .5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: .5rem;
}

.custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem;
}

.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
    .custom-control-label::before, .custom-file-label, .custom-select {
        transition: none;
    }
}

.nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none;
    }

    .nav-link.disabled {
        color: #6c757d;
    }

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

    .nav-tabs .nav-item {
        margin-bottom: -1px;
    }

    .nav-tabs .nav-link {
        border: 1px solid transparent;
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

        .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
            border-color: #e9ecef #e9ecef #dee2e6;
        }

        .nav-tabs .nav-link.disabled {
            color: #6c757d;
            background-color: transparent;
            border-color: transparent;
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #495057;
            background-color: #fff;
            border-color: #dee2e6 #dee2e6 #fff;
        }

    .nav-tabs .dropdown-menu {
        margin-top: -1px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

.nav-pills .nav-link {
    border-radius: .25rem;
}

    .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
        color: #fff;
        background-color: #007bff;
    }

.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}

.nav-justified .nav-item {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: .5rem 1rem;
}

    .navbar > .container, .navbar > .container-fluid {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

    .navbar-brand:focus, .navbar-brand:hover {
        text-decoration: none;
    }

.navbar-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
    }

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem;
}

.navbar-collapse {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-align: center;
    align-items: center;
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
}

@media (max-width:575.98px) {
    .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-sm .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-sm .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-sm .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-sm > .container, .navbar-expand-sm > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-sm .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-sm .navbar-toggler {
            display: none;
        }
}

@media (max-width:767.98px) {
    .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-md .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-md .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-md .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-md > .container, .navbar-expand-md > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-md .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-md .navbar-toggler {
            display: none;
        }
}

@media (max-width:991.98px) {
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-lg .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-lg .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-lg .navbar-toggler {
            display: none;
        }
}

@media (max-width:1199.98px) {
    .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (min-width:1200px) {
    .navbar-expand-xl {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .navbar-expand-xl .navbar-nav {
            -ms-flex-direction: row;
            flex-direction: row;
        }

            .navbar-expand-xl .navbar-nav .dropdown-menu {
                position: absolute;
            }

            .navbar-expand-xl .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem;
            }

        .navbar-expand-xl > .container, .navbar-expand-xl > .container-fluid {
            -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        }

        .navbar-expand-xl .navbar-collapse {
            display: -ms-flexbox !important;
            display: flex !important;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .navbar-expand-xl .navbar-toggler {
            display: none;
        }
}

.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-expand .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .navbar-expand .navbar-nav .dropdown-menu {
            position: absolute;
        }

        .navbar-expand .navbar-nav .nav-link {
            padding-right: .5rem;
            padding-left: .5rem;
        }

    .navbar-expand > .container, .navbar-expand > .container-fluid {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }

    .navbar-expand .navbar-collapse {
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .navbar-expand .navbar-toggler {
        display: none;
    }

.navbar-light .navbar-brand {
    color: rgba(0,0,0,.9);
}

    .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
        color: rgba(0,0,0,.9);
    }

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
}

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: rgba(0,0,0,.7);
    }

    .navbar-light .navbar-nav .nav-link.disabled {
        color: rgba(0,0,0,.3);
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: rgba(0,0,0,.9);
    }

.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
    color: rgba(0,0,0,.5);
}

    .navbar-light .navbar-text a {
        color: rgba(0,0,0,.9);
    }

        .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
            color: rgba(0,0,0,.9);
        }

.navbar-dark .navbar-brand {
    color: #fff;
}

    .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
        color: #fff;
    }

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
}

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75);
    }

    .navbar-dark .navbar-nav .nav-link.disabled {
        color: rgba(255,255,255,.25);
    }

    .navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
        color: #fff;
    }

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,.1);
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
    color: rgba(255,255,255,.5);
}

    .navbar-dark .navbar-text a {
        color: #fff;
    }

        .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
            color: #fff;
        }

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

    .card > hr {
        margin-right: 0;
        margin-left: 0;
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: .75rem;
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0;
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem;
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img {
    width: 100%;
    border-radius: calc(.25rem - 1px);
}

.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}

.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px);
}

.card-deck {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-deck .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-deck {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }

        .card-deck .card {
            display: -ms-flexbox;
            display: flex;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-right: 15px;
            margin-bottom: 0;
            margin-left: 15px;
        }
}

.card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .card-group > .card {
        margin-bottom: 15px;
    }

@media (min-width:576px) {
    .card-group {
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group > .card {
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            margin-bottom: 0;
        }

            .card-group > .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group > .card:first-child {
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
            }

                .card-group > .card:first-child .card-header, .card-group > .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group > .card:first-child .card-footer, .card-group > .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group > .card:last-child {
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
            }

                .card-group > .card:last-child .card-header, .card-group > .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group > .card:last-child .card-footer, .card-group > .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group > .card:only-child {
                border-radius: .25rem;
            }

                .card-group > .card:only-child .card-header, .card-group > .card:only-child .card-img-top {
                    border-top-left-radius: .25rem;
                    border-top-right-radius: .25rem;
                }

                .card-group > .card:only-child .card-footer, .card-group > .card:only-child .card-img-bottom {
                    border-bottom-right-radius: .25rem;
                    border-bottom-left-radius: .25rem;
                }

            .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
                border-radius: 0;
            }

                .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
                    border-radius: 0;
                }
}

.card-columns .card {
    margin-bottom: .75rem;
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
        }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}

.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: .5rem;
}

    .breadcrumb-item + .breadcrumb-item::before {
        display: inline-block;
        padding-right: .5rem;
        color: #6c757d;
        content: "/";
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: underline;
    }

    .breadcrumb-item + .breadcrumb-item:hover::before {
        text-decoration: none;
    }

.breadcrumb-item.active {
    color: #6c757d;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

    .page-link:hover {
        z-index: 2;
        color: #0056b3;
        text-decoration: none;
        background-color: #e9ecef;
        border-color: #dee2e6;
    }

    .page-link:focus {
        z-index: 2;
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
    }

    .page-link:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination-lg .page-link {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: .3rem;
    border-bottom-right-radius: .3rem;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: .2rem;
    border-bottom-left-radius: .2rem;
}

.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: .2rem;
    border-bottom-right-radius: .2rem;
}

.badge {
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}

    .badge:empty {
        display: none;
    }

.btn .badge {
    position: relative;
    top: -1px;
}

.badge-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
}

.badge-primary {
    color: #fff;
    background-color: #007bff;
}

    .badge-primary[href]:focus, .badge-primary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #0062cc;
    }

.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}

    .badge-secondary[href]:focus, .badge-secondary[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #545b62;
    }

.badge-success {
    color: #fff;
    background-color: #28a745;
}

    .badge-success[href]:focus, .badge-success[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1e7e34;
    }

.badge-info {
    color: #fff;
    background-color: #17a2b8;
}

    .badge-info[href]:focus, .badge-info[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #117a8b;
    }

.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

    .badge-warning[href]:focus, .badge-warning[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #d39e00;
    }

.badge-danger {
    color: #fff;
    background-color: #dc3545;
}

    .badge-danger[href]:focus, .badge-danger[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #bd2130;
    }

.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}

    .badge-light[href]:focus, .badge-light[href]:hover {
        color: #212529;
        text-decoration: none;
        background-color: #dae0e5;
    }

.badge-dark {
    color: #fff;
    background-color: #343a40;
}

    .badge-dark[href]:focus, .badge-dark[href]:hover {
        color: #fff;
        text-decoration: none;
        background-color: #1d2124;
    }

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: .3rem;
}

@media (min-width:576px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}

.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-heading {
    color: inherit;
}

.alert-link {
    font-weight: 700;
}

.alert-dismissible {
    padding-right: 4rem;
}

    .alert-dismissible .close {
        position: absolute;
        top: 0;
        right: 0;
        padding: .75rem 1.25rem;
        color: inherit;
    }

.alert-primary {
    color: #004085;
    background-color: #cce5ff;
    border-color: #b8daff;
}

    .alert-primary hr {
        border-top-color: #9fcdff;
    }

    .alert-primary .alert-link {
        color: #002752;
    }

.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

    .alert-secondary hr {
        border-top-color: #c8cbcf;
    }

    .alert-secondary .alert-link {
        color: #202326;
    }

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

    .alert-success hr {
        border-top-color: #b1dfbb;
    }

    .alert-success .alert-link {
        color: #0b2e13;
    }

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

    .alert-info hr {
        border-top-color: #abdde5;
    }

    .alert-info .alert-link {
        color: #062c33;
    }

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

    .alert-warning hr {
        border-top-color: #ffe8a1;
    }

    .alert-warning .alert-link {
        color: #533f03;
    }

.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

    .alert-danger hr {
        border-top-color: #f1b0b7;
    }

    .alert-danger .alert-link {
        color: #491217;
    }

.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}

    .alert-light hr {
        border-top-color: #ececf6;
    }

    .alert-light .alert-link {
        color: #686868;
    }

.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}

    .alert-dark hr {
        border-top-color: #b9bbbe;
    }

    .alert-dark .alert-link {
        color: #040505;
    }

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0;
    }

    to {
        background-position: 0 0;
    }
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}

.progress-bar {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #007bff;
    transition: width .6s ease;
}

@media screen and (prefers-reduced-motion:reduce) {
    .progress-bar {
        transition: none;
    }
}

.progress-bar-striped {
    background-image: linear-gradient(45deg,rgba(255,255,255,.15) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.15) 50%,rgba(255,255,255,.15) 75%,transparent 75%,transparent);
    background-size: 1rem 1rem;
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite;
}

.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

.media-body {
    -ms-flex: 1;
    flex: 1;
}

.list-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}

    .list-group-item-action:focus, .list-group-item-action:hover {
        color: #495057;
        text-decoration: none;
        background-color: #f8f9fa;
    }

    .list-group-item-action:active {
        color: #212529;
        background-color: #e9ecef;
    }

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.125);
}

    .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem;
    }

    .list-group-item:last-child {
        margin-bottom: 0;
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem;
    }

    .list-group-item:focus, .list-group-item:hover {
        z-index: 1;
        text-decoration: none;
    }

    .list-group-item.disabled, .list-group-item:disabled {
        color: #6c757d;
        background-color: #fff;
    }

    .list-group-item.active {
        z-index: 2;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0;
}

.list-group-item-primary {
    color: #004085;
    background-color: #b8daff;
}

    .list-group-item-primary.list-group-item-action:focus, .list-group-item-primary.list-group-item-action:hover {
        color: #004085;
        background-color: #9fcdff;
    }

    .list-group-item-primary.list-group-item-action.active {
        color: #fff;
        background-color: #004085;
        border-color: #004085;
    }

.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}

    .list-group-item-secondary.list-group-item-action:focus, .list-group-item-secondary.list-group-item-action:hover {
        color: #383d41;
        background-color: #c8cbcf;
    }

    .list-group-item-secondary.list-group-item-action.active {
        color: #fff;
        background-color: #383d41;
        border-color: #383d41;
    }

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}

    .list-group-item-success.list-group-item-action:focus, .list-group-item-success.list-group-item-action:hover {
        color: #155724;
        background-color: #b1dfbb;
    }

    .list-group-item-success.list-group-item-action.active {
        color: #fff;
        background-color: #155724;
        border-color: #155724;
    }

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}

    .list-group-item-info.list-group-item-action:focus, .list-group-item-info.list-group-item-action:hover {
        color: #0c5460;
        background-color: #abdde5;
    }

    .list-group-item-info.list-group-item-action.active {
        color: #fff;
        background-color: #0c5460;
        border-color: #0c5460;
    }

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}

    .list-group-item-warning.list-group-item-action:focus, .list-group-item-warning.list-group-item-action:hover {
        color: #856404;
        background-color: #ffe8a1;
    }

    .list-group-item-warning.list-group-item-action.active {
        color: #fff;
        background-color: #856404;
        border-color: #856404;
    }

.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}

    .list-group-item-danger.list-group-item-action:focus, .list-group-item-danger.list-group-item-action:hover {
        color: #721c24;
        background-color: #f1b0b7;
    }

    .list-group-item-danger.list-group-item-action.active {
        color: #fff;
        background-color: #721c24;
        border-color: #721c24;
    }

.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}

    .list-group-item-light.list-group-item-action:focus, .list-group-item-light.list-group-item-action:hover {
        color: #818182;
        background-color: #ececf6;
    }

    .list-group-item-light.list-group-item-action.active {
        color: #fff;
        background-color: #818182;
        border-color: #818182;
    }

.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}

    .list-group-item-dark.list-group-item-action:focus, .list-group-item-dark.list-group-item-action:hover {
        color: #1b1e21;
        background-color: #b9bbbe;
    }

    .list-group-item-dark.list-group-item-action.active {
        color: #fff;
        background-color: #1b1e21;
        border-color: #1b1e21;
    }

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

    .close:not(:disabled):not(.disabled) {
        cursor: pointer;
    }

        .close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
            color: #000;
            text-decoration: none;
            opacity: .75;
        }

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

    .modal-open .modal {
        overflow-x: hidden;
        overflow-y: auto;
    }

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none;
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    transform: translate(0,-25%);
}

@media screen and (prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - (.5rem * 2));
}

    .modal-dialog-centered::before {
        display: block;
        height: calc(100vh - (.5rem * 2));
        content: "";
    }

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

    .modal-backdrop.fade {
        opacity: 0;
    }

    .modal-backdrop.show {
        opacity: .5;
    }

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
}

    .modal-header .close {
        padding: 1rem;
        margin: -1rem -1rem -1rem auto;
    }

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}

    .modal-footer > :not(:first-child) {
        margin-left: .25rem;
    }

    .modal-footer > :not(:last-child) {
        margin-right: .25rem;
    }

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-centered {
        min-height: calc(100% - (1.75rem * 2));
    }

        .modal-dialog-centered::before {
            height: calc(100vh - (1.75rem * 2));
        }

    .modal-sm {
        max-width: 300px;
    }
}

@media (min-width:992px) {
    .modal-lg {
        max-width: 800px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    opacity: 0;
}

    .tooltip.show {
        opacity: .9;
    }

    .tooltip .arrow {
        position: absolute;
        display: block;
        width: .8rem;
        height: .4rem;
    }

        .tooltip .arrow::before {
            position: absolute;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-tooltip-auto[x-placement^=top], .bs-tooltip-top {
    padding: .4rem 0;
}

    .bs-tooltip-auto[x-placement^=top] .arrow, .bs-tooltip-top .arrow {
        bottom: 0;
    }

        .bs-tooltip-auto[x-placement^=top] .arrow::before, .bs-tooltip-top .arrow::before {
            top: 0;
            border-width: .4rem .4rem 0;
            border-top-color: #000;
        }

.bs-tooltip-auto[x-placement^=right], .bs-tooltip-right {
    padding: 0 .4rem;
}

    .bs-tooltip-auto[x-placement^=right] .arrow, .bs-tooltip-right .arrow {
        left: 0;
        width: .4rem;
        height: .8rem;
    }

        .bs-tooltip-auto[x-placement^=right] .arrow::before, .bs-tooltip-right .arrow::before {
            right: 0;
            border-width: .4rem .4rem .4rem 0;
            border-right-color: #000;
        }

.bs-tooltip-auto[x-placement^=bottom], .bs-tooltip-bottom {
    padding: .4rem 0;
}

    .bs-tooltip-auto[x-placement^=bottom] .arrow, .bs-tooltip-bottom .arrow {
        top: 0;
    }

        .bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
            bottom: 0;
            border-width: 0 .4rem .4rem;
            border-bottom-color: #000;
        }

.bs-tooltip-auto[x-placement^=left], .bs-tooltip-left {
    padding: 0 .4rem;
}

    .bs-tooltip-auto[x-placement^=left] .arrow, .bs-tooltip-left .arrow {
        right: 0;
        width: .4rem;
        height: .8rem;
    }

        .bs-tooltip-auto[x-placement^=left] .arrow::before, .bs-tooltip-left .arrow::before {
            left: 0;
            border-width: .4rem 0 .4rem .4rem;
            border-left-color: #000;
        }

.tooltip-inner {
    max-width: 200px;
    padding: .25rem .5rem;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: .25rem;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: block;
    max-width: 276px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: .875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
}

    .popover .arrow {
        position: absolute;
        display: block;
        width: 1rem;
        height: .5rem;
        margin: 0 .3rem;
    }

        .popover .arrow::after, .popover .arrow::before {
            position: absolute;
            display: block;
            content: "";
            border-color: transparent;
            border-style: solid;
        }

.bs-popover-auto[x-placement^=top], .bs-popover-top {
    margin-bottom: .5rem;
}

    .bs-popover-auto[x-placement^=top] .arrow, .bs-popover-top .arrow {
        bottom: calc((.5rem + 1px) * -1);
    }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::after, .bs-popover-top .arrow::before {
            border-width: .5rem .5rem 0;
        }

        .bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
            bottom: 0;
            border-top-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
            bottom: 1px;
            border-top-color: #fff;
        }

.bs-popover-auto[x-placement^=right], .bs-popover-right {
    margin-left: .5rem;
}

    .bs-popover-auto[x-placement^=right] .arrow, .bs-popover-right .arrow {
        left: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0;
    }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::after, .bs-popover-right .arrow::before {
            border-width: .5rem .5rem .5rem 0;
        }

        .bs-popover-auto[x-placement^=right] .arrow::before, .bs-popover-right .arrow::before {
            left: 0;
            border-right-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=right] .arrow::after, .bs-popover-right .arrow::after {
            left: 1px;
            border-right-color: #fff;
        }

.bs-popover-auto[x-placement^=bottom], .bs-popover-bottom {
    margin-top: .5rem;
}

    .bs-popover-auto[x-placement^=bottom] .arrow, .bs-popover-bottom .arrow {
        top: calc((.5rem + 1px) * -1);
    }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::after, .bs-popover-bottom .arrow::before {
            border-width: 0 .5rem .5rem .5rem;
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::before, .bs-popover-bottom .arrow::before {
            top: 0;
            border-bottom-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=bottom] .arrow::after, .bs-popover-bottom .arrow::after {
            top: 1px;
            border-bottom-color: #fff;
        }

    .bs-popover-auto[x-placement^=bottom] .popover-header::before, .bs-popover-bottom .popover-header::before {
        position: absolute;
        top: 0;
        left: 50%;
        display: block;
        width: 1rem;
        margin-left: -.5rem;
        content: "";
        border-bottom: 1px solid #f7f7f7;
    }

.bs-popover-auto[x-placement^=left], .bs-popover-left {
    margin-right: .5rem;
}

    .bs-popover-auto[x-placement^=left] .arrow, .bs-popover-left .arrow {
        right: calc((.5rem + 1px) * -1);
        width: .5rem;
        height: 1rem;
        margin: .3rem 0;
    }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::after, .bs-popover-left .arrow::before {
            border-width: .5rem 0 .5rem .5rem;
        }

        .bs-popover-auto[x-placement^=left] .arrow::before, .bs-popover-left .arrow::before {
            right: 0;
            border-left-color: rgba(0,0,0,.25);
        }

        .bs-popover-auto[x-placement^=left] .arrow::after, .bs-popover-left .arrow::after {
            right: 1px;
            border-left-color: #fff;
        }

.popover-header {
    padding: .5rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}

    .popover-header:empty {
        display: none;
    }

.popover-body {
    padding: .5rem .75rem;
    color: #212529;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-item {
    position: relative;
    display: none;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        display: block;
        transition: -webkit-transform .6s ease;
        transition: transform .6s ease;
        transition: transform .6s ease,-webkit-transform .6s ease;
    }

@media screen and (prefers-reduced-motion:reduce) {
    .carousel-item-next, .carousel-item-prev, .carousel-item.active {
        transition: none;
    }
}

.carousel-item-next, .carousel-item-prev {
    position: absolute;
    top: 0;
}

    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-item-next.carousel-item-left, .carousel-item-prev.carousel-item-right {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.active.carousel-item-right, .carousel-item-next {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-right, .carousel-item-next {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.active.carousel-item-left, .carousel-item-prev {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .active.carousel-item-left, .carousel-item-prev {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: .6s;
    transition-property: opacity;
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1;
    }

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@supports ((-webkit-transform-style:preserve-3d) or (transform-style:preserve-3d)) {
    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: .5;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        color: #fff;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

.carousel-control-prev {
    left: 0;
}

.carousel-control-next {
    right: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}

    .carousel-indicators li {
        position: relative;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        cursor: pointer;
        background-color: rgba(255,255,255,.5);
    }

        .carousel-indicators li::before {
            position: absolute;
            top: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

        .carousel-indicators li::after {
            position: absolute;
            bottom: -10px;
            left: 0;
            display: inline-block;
            width: 100%;
            height: 10px;
            content: "";
        }

    .carousel-indicators .active {
        background-color: #fff;
    }

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.align-baseline {
    vertical-align: baseline !important;
}

.align-top {
    vertical-align: top !important;
}

.align-middle {
    vertical-align: middle !important;
}

.align-bottom {
    vertical-align: bottom !important;
}

.align-text-bottom {
    vertical-align: text-bottom !important;
}

.align-text-top {
    vertical-align: text-top !important;
}

.bg-primary {
    background-color: #007bff !important;
}

a.bg-primary:focus, a.bg-primary:hover, button.bg-primary:focus, button.bg-primary:hover {
    background-color: #0062cc !important;
}

.bg-secondary {
    background-color: #6c757d !important;
}

a.bg-secondary:focus, a.bg-secondary:hover, button.bg-secondary:focus, button.bg-secondary:hover {
    background-color: #545b62 !important;
}

.bg-success {
    background-color: #28a745 !important;
}

a.bg-success:focus, a.bg-success:hover, button.bg-success:focus, button.bg-success:hover {
    background-color: #1e7e34 !important;
}

.bg-info {
    background-color: #17a2b8 !important;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
    background-color: #117a8b !important;
}

.bg-warning {
    background-color: #ffc107 !important;
}

a.bg-warning:focus, a.bg-warning:hover, button.bg-warning:focus, button.bg-warning:hover {
    background-color: #d39e00 !important;
}

.bg-danger {
    background-color: #dc3545 !important;
}

a.bg-danger:focus, a.bg-danger:hover, button.bg-danger:focus, button.bg-danger:hover {
    background-color: #bd2130 !important;
}

.bg-light {
    background-color: #f8f9fa !important;
}

a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #dae0e5 !important;
}

.bg-dark {
    background-color: #343a40 !important;
}

a.bg-dark:focus, a.bg-dark:hover, button.bg-dark:focus, button.bg-dark:hover {
    background-color: #1d2124 !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-transparent {
    background-color: transparent !important;
}

.border {
    border: 1px solid #dee2e6 !important;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.border-right {
    border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
    border-left: 1px solid #dee2e6 !important;
}

.border-0 {
    border: 0 !important;
}

.border-top-0 {
    border-top: 0 !important;
}

.border-right-0 {
    border-right: 0 !important;
}

.border-bottom-0 {
    border-bottom: 0 !important;
}

.border-left-0 {
    border-left: 0 !important;
}

.border-primary {
    border-color: #007bff !important;
}

.border-secondary {
    border-color: #6c757d !important;
}

.border-success {
    border-color: #28a745 !important;
}

.border-info {
    border-color: #17a2b8 !important;
}

.border-warning {
    border-color: #ffc107 !important;
}

.border-danger {
    border-color: #dc3545 !important;
}

.border-light {
    border-color: #f8f9fa !important;
}

.border-dark {
    border-color: #343a40 !important;
}

.border-white {
    border-color: #fff !important;
}

.rounded {
    border-radius: .25rem !important;
}

.rounded-top {
    border-top-left-radius: .25rem !important;
    border-top-right-radius: .25rem !important;
}

.rounded-right {
    border-top-right-radius: .25rem !important;
    border-bottom-right-radius: .25rem !important;
}

.rounded-bottom {
    border-bottom-right-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-left {
    border-top-left-radius: .25rem !important;
    border-bottom-left-radius: .25rem !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.rounded-0 {
    border-radius: 0 !important;
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
}

@media (min-width:576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media (min-width:1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: -ms-flexbox !important;
        display: flex !important;
    }

    .d-print-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important;
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important;
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important;
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width:576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-md-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-md-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-md-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-md-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-md-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-md-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-md-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width:1200px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }

    .flex-xl-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important;
    }

    .flex-xl-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important;
    }

    .flex-xl-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important;
    }

    .flex-xl-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important;
    }

    .flex-xl-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important;
    }

    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .align-items-xl-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important;
    }

    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }

    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.float-left {
    float: left !important;
}

.float-right {
    float: right !important;
}

.float-none {
    float: none !important;
}

@media (min-width:576px) {
    .float-sm-left {
        float: left !important;
    }

    .float-sm-right {
        float: right !important;
    }

    .float-sm-none {
        float: none !important;
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left !important;
    }

    .float-md-right {
        float: right !important;
    }

    .float-md-none {
        float: none !important;
    }
}

@media (min-width:992px) {
    .float-lg-left {
        float: left !important;
    }

    .float-lg-right {
        float: right !important;
    }

    .float-lg-none {
        float: none !important;
    }
}

@media (min-width:1200px) {
    .float-xl-left {
        float: left !important;
    }

    .float-xl-right {
        float: right !important;
    }

    .float-xl-none {
        float: none !important;
    }
}

.position-static {
    position: static !important;
}

.position-relative {
    position: relative !important;
}

.position-absolute {
    position: absolute !important;
}

.position-fixed {
    position: fixed !important;
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020;
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175) !important;
}

.shadow-none {
    box-shadow: none !important;
}

.w-25 {
    width: 25% !important;
}

.w-50 {
    width: 50% !important;
}

.w-75 {
    width: 75% !important;
}

.w-100 {
    width: 100% !important;
}

.w-auto {
    width: auto !important;
}

.h-25 {
    height: 25% !important;
}

.h-50 {
    height: 50% !important;
}

.h-75 {
    height: 75% !important;
}

.h-100 {
    height: 100% !important;
}

.h-auto {
    height: auto !important;
}

.mw-100 {
    max-width: 100% !important;
}

.mh-100 {
    max-height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mt-0, .my-0 {
    margin-top: 0 !important;
}

.mr-0, .mx-0 {
    margin-right: 0 !important;
}

.mb-0, .my-0 {
    margin-bottom: 0 !important;
}

.ml-0, .mx-0 {
    margin-left: 0 !important;
}

.m-1 {
    margin: .25rem !important;
}

.mt-1, .my-1 {
    margin-top: .25rem !important;
}

.mr-1, .mx-1 {
    margin-right: .25rem !important;
}

.mb-1, .my-1 {
    margin-bottom: .25rem !important;
}

.ml-1, .mx-1 {
    margin-left: .25rem !important;
}

.m-2 {
    margin: .5rem !important;
}

.mt-2, .my-2 {
    margin-top: .5rem !important;
}

.mr-2, .mx-2 {
    margin-right: .5rem !important;
}

.mb-2, .my-2 {
    margin-bottom: .5rem !important;
}

.ml-2, .mx-2 {
    margin-left: .5rem !important;
}

.m-3 {
    margin: 1rem !important;
}

.mt-3, .my-3 {
    margin-top: 1rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}

.mb-3, .my-3 {
    margin-bottom: 1rem !important;
}

.ml-3, .mx-3 {
    margin-left: 1rem !important;
}

.m-4 {
    margin: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.m-5 {
    margin: 3rem !important;
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mr-5, .mx-5 {
    margin-right: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.ml-5, .mx-5 {
    margin-left: 3rem !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-0, .py-0 {
    padding-top: 0 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pb-0, .py-0 {
    padding-bottom: 0 !important;
}

.pl-0, .px-0 {
    padding-left: 0 !important;
}

.p-1 {
    padding: .25rem !important;
}

.pt-1, .py-1 {
    padding-top: .25rem !important;
}

.pr-1, .px-1 {
    padding-right: .25rem !important;
}

.pb-1, .py-1 {
    padding-bottom: .25rem !important;
}

.pl-1, .px-1 {
    padding-left: .25rem !important;
}

.p-2 {
    padding: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pr-2, .px-2 {
    padding-right: .5rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pl-2, .px-2 {
    padding-left: .5rem !important;
}

.p-3 {
    padding: 1rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.pr-4, .px-4 {
    padding-right: 1.5rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pl-4, .px-4 {
    padding-left: 1.5rem !important;
}

.p-5 {
    padding: 3rem !important;
}

.pt-5, .py-5 {
    padding-top: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-5, .py-5 {
    padding-bottom: 3rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.m-auto {
    margin: auto !important;
}

.mt-auto, .my-auto {
    margin-top: auto !important;
}

.mr-auto, .mx-auto {
    margin-right: auto !important;
}

.mb-auto, .my-auto {
    margin-bottom: auto !important;
}

.ml-auto, .mx-auto {
    margin-left: auto !important;
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0 !important;
    }

    .mt-sm-0, .my-sm-0 {
        margin-top: 0 !important;
    }

    .mr-sm-0, .mx-sm-0 {
        margin-right: 0 !important;
    }

    .mb-sm-0, .my-sm-0 {
        margin-bottom: 0 !important;
    }

    .ml-sm-0, .mx-sm-0 {
        margin-left: 0 !important;
    }

    .m-sm-1 {
        margin: .25rem !important;
    }

    .mt-sm-1, .my-sm-1 {
        margin-top: .25rem !important;
    }

    .mr-sm-1, .mx-sm-1 {
        margin-right: .25rem !important;
    }

    .mb-sm-1, .my-sm-1 {
        margin-bottom: .25rem !important;
    }

    .ml-sm-1, .mx-sm-1 {
        margin-left: .25rem !important;
    }

    .m-sm-2 {
        margin: .5rem !important;
    }

    .mt-sm-2, .my-sm-2 {
        margin-top: .5rem !important;
    }

    .mr-sm-2, .mx-sm-2 {
        margin-right: .5rem !important;
    }

    .mb-sm-2, .my-sm-2 {
        margin-bottom: .5rem !important;
    }

    .ml-sm-2, .mx-sm-2 {
        margin-left: .5rem !important;
    }

    .m-sm-3 {
        margin: 1rem !important;
    }

    .mt-sm-3, .my-sm-3 {
        margin-top: 1rem !important;
    }

    .mr-sm-3, .mx-sm-3 {
        margin-right: 1rem !important;
    }

    .mb-sm-3, .my-sm-3 {
        margin-bottom: 1rem !important;
    }

    .ml-sm-3, .mx-sm-3 {
        margin-left: 1rem !important;
    }

    .m-sm-4 {
        margin: 1.5rem !important;
    }

    .mt-sm-4, .my-sm-4 {
        margin-top: 1.5rem !important;
    }

    .mr-sm-4, .mx-sm-4 {
        margin-right: 1.5rem !important;
    }

    .mb-sm-4, .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-sm-4, .mx-sm-4 {
        margin-left: 1.5rem !important;
    }

    .m-sm-5 {
        margin: 3rem !important;
    }

    .mt-sm-5, .my-sm-5 {
        margin-top: 3rem !important;
    }

    .mr-sm-5, .mx-sm-5 {
        margin-right: 3rem !important;
    }

    .mb-sm-5, .my-sm-5 {
        margin-bottom: 3rem !important;
    }

    .ml-sm-5, .mx-sm-5 {
        margin-left: 3rem !important;
    }

    .p-sm-0 {
        padding: 0 !important;
    }

    .pt-sm-0, .py-sm-0 {
        padding-top: 0 !important;
    }

    .pr-sm-0, .px-sm-0 {
        padding-right: 0 !important;
    }

    .pb-sm-0, .py-sm-0 {
        padding-bottom: 0 !important;
    }

    .pl-sm-0, .px-sm-0 {
        padding-left: 0 !important;
    }

    .p-sm-1 {
        padding: .25rem !important;
    }

    .pt-sm-1, .py-sm-1 {
        padding-top: .25rem !important;
    }

    .pr-sm-1, .px-sm-1 {
        padding-right: .25rem !important;
    }

    .pb-sm-1, .py-sm-1 {
        padding-bottom: .25rem !important;
    }

    .pl-sm-1, .px-sm-1 {
        padding-left: .25rem !important;
    }

    .p-sm-2 {
        padding: .5rem !important;
    }

    .pt-sm-2, .py-sm-2 {
        padding-top: .5rem !important;
    }

    .pr-sm-2, .px-sm-2 {
        padding-right: .5rem !important;
    }

    .pb-sm-2, .py-sm-2 {
        padding-bottom: .5rem !important;
    }

    .pl-sm-2, .px-sm-2 {
        padding-left: .5rem !important;
    }

    .p-sm-3 {
        padding: 1rem !important;
    }

    .pt-sm-3, .py-sm-3 {
        padding-top: 1rem !important;
    }

    .pr-sm-3, .px-sm-3 {
        padding-right: 1rem !important;
    }

    .pb-sm-3, .py-sm-3 {
        padding-bottom: 1rem !important;
    }

    .pl-sm-3, .px-sm-3 {
        padding-left: 1rem !important;
    }

    .p-sm-4 {
        padding: 1.5rem !important;
    }

    .pt-sm-4, .py-sm-4 {
        padding-top: 1.5rem !important;
    }

    .pr-sm-4, .px-sm-4 {
        padding-right: 1.5rem !important;
    }

    .pb-sm-4, .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-sm-4, .px-sm-4 {
        padding-left: 1.5rem !important;
    }

    .p-sm-5 {
        padding: 3rem !important;
    }

    .pt-sm-5, .py-sm-5 {
        padding-top: 3rem !important;
    }

    .pr-sm-5, .px-sm-5 {
        padding-right: 3rem !important;
    }

    .pb-sm-5, .py-sm-5 {
        padding-bottom: 3rem !important;
    }

    .pl-sm-5, .px-sm-5 {
        padding-left: 3rem !important;
    }

    .m-sm-auto {
        margin: auto !important;
    }

    .mt-sm-auto, .my-sm-auto {
        margin-top: auto !important;
    }

    .mr-sm-auto, .mx-sm-auto {
        margin-right: auto !important;
    }

    .mb-sm-auto, .my-sm-auto {
        margin-bottom: auto !important;
    }

    .ml-sm-auto, .mx-sm-auto {
        margin-left: auto !important;
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0 !important;
    }

    .mt-md-0, .my-md-0 {
        margin-top: 0 !important;
    }

    .mr-md-0, .mx-md-0 {
        margin-right: 0 !important;
    }

    .mb-md-0, .my-md-0 {
        margin-bottom: 0 !important;
    }

    .ml-md-0, .mx-md-0 {
        margin-left: 0 !important;
    }

    .m-md-1 {
        margin: .25rem !important;
    }

    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important;
    }

    .mr-md-1, .mx-md-1 {
        margin-right: .25rem !important;
    }

    .mb-md-1, .my-md-1 {
        margin-bottom: .25rem !important;
    }

    .ml-md-1, .mx-md-1 {
        margin-left: .25rem !important;
    }

    .m-md-2 {
        margin: .5rem !important;
    }

    .mt-md-2, .my-md-2 {
        margin-top: .5rem !important;
    }

    .mr-md-2, .mx-md-2 {
        margin-right: .5rem !important;
    }

    .mb-md-2, .my-md-2 {
        margin-bottom: .5rem !important;
    }

    .ml-md-2, .mx-md-2 {
        margin-left: .5rem !important;
    }

    .m-md-3 {
        margin: 1rem !important;
    }

    .mt-md-3, .my-md-3 {
        margin-top: 1rem !important;
    }

    .mr-md-3, .mx-md-3 {
        margin-right: 1rem !important;
    }

    .mb-md-3, .my-md-3 {
        margin-bottom: 1rem !important;
    }

    .ml-md-3, .mx-md-3 {
        margin-left: 1rem !important;
    }

    .m-md-4 {
        margin: 1.5rem !important;
    }

    .mt-md-4, .my-md-4 {
        margin-top: 1.5rem !important;
    }

    .mr-md-4, .mx-md-4 {
        margin-right: 1.5rem !important;
    }

    .mb-md-4, .my-md-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-md-4, .mx-md-4 {
        margin-left: 1.5rem !important;
    }

    .m-md-5 {
        margin: 3rem !important;
    }

    .mt-md-5, .my-md-5 {
        margin-top: 3rem !important;
    }

    .mr-md-5, .mx-md-5 {
        margin-right: 3rem !important;
    }

    .mb-md-5, .my-md-5 {
        margin-bottom: 3rem !important;
    }

    .ml-md-5, .mx-md-5 {
        margin-left: 3rem !important;
    }

    .p-md-0 {
        padding: 0 !important;
    }

    .pt-md-0, .py-md-0 {
        padding-top: 0 !important;
    }

    .pr-md-0, .px-md-0 {
        padding-right: 0 !important;
    }

    .pb-md-0, .py-md-0 {
        padding-bottom: 0 !important;
    }

    .pl-md-0, .px-md-0 {
        padding-left: 0 !important;
    }

    .p-md-1 {
        padding: .25rem !important;
    }

    .pt-md-1, .py-md-1 {
        padding-top: .25rem !important;
    }

    .pr-md-1, .px-md-1 {
        padding-right: .25rem !important;
    }

    .pb-md-1, .py-md-1 {
        padding-bottom: .25rem !important;
    }

    .pl-md-1, .px-md-1 {
        padding-left: .25rem !important;
    }

    .p-md-2 {
        padding: .5rem !important;
    }

    .pt-md-2, .py-md-2 {
        padding-top: .5rem !important;
    }

    .pr-md-2, .px-md-2 {
        padding-right: .5rem !important;
    }

    .pb-md-2, .py-md-2 {
        padding-bottom: .5rem !important;
    }

    .pl-md-2, .px-md-2 {
        padding-left: .5rem !important;
    }

    .p-md-3 {
        padding: 1rem !important;
    }

    .pt-md-3, .py-md-3 {
        padding-top: 1rem !important;
    }

    .pr-md-3, .px-md-3 {
        padding-right: 1rem !important;
    }

    .pb-md-3, .py-md-3 {
        padding-bottom: 1rem !important;
    }

    .pl-md-3, .px-md-3 {
        padding-left: 1rem !important;
    }

    .p-md-4 {
        padding: 1.5rem !important;
    }

    .pt-md-4, .py-md-4 {
        padding-top: 1.5rem !important;
    }

    .pr-md-4, .px-md-4 {
        padding-right: 1.5rem !important;
    }

    .pb-md-4, .py-md-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-md-4, .px-md-4 {
        padding-left: 1.5rem !important;
    }

    .p-md-5 {
        padding: 3rem !important;
    }

    .pt-md-5, .py-md-5 {
        padding-top: 3rem !important;
    }

    .pr-md-5, .px-md-5 {
        padding-right: 3rem !important;
    }

    .pb-md-5, .py-md-5 {
        padding-bottom: 3rem !important;
    }

    .pl-md-5, .px-md-5 {
        padding-left: 3rem !important;
    }

    .m-md-auto {
        margin: auto !important;
    }

    .mt-md-auto, .my-md-auto {
        margin-top: auto !important;
    }

    .mr-md-auto, .mx-md-auto {
        margin-right: auto !important;
    }

    .mb-md-auto, .my-md-auto {
        margin-bottom: auto !important;
    }

    .ml-md-auto, .mx-md-auto {
        margin-left: auto !important;
    }
}

@media (min-width:992px) {
    .m-lg-0 {
        margin: 0 !important;
    }

    .mt-lg-0, .my-lg-0 {
        margin-top: 0 !important;
    }

    .mr-lg-0, .mx-lg-0 {
        margin-right: 0 !important;
    }

    .mb-lg-0, .my-lg-0 {
        margin-bottom: 0 !important;
    }

    .ml-lg-0, .mx-lg-0 {
        margin-left: 0 !important;
    }

    .m-lg-1 {
        margin: .25rem !important;
    }

    .mt-lg-1, .my-lg-1 {
        margin-top: .25rem !important;
    }

    .mr-lg-1, .mx-lg-1 {
        margin-right: .25rem !important;
    }

    .mb-lg-1, .my-lg-1 {
        margin-bottom: .25rem !important;
    }

    .ml-lg-1, .mx-lg-1 {
        margin-left: .25rem !important;
    }

    .m-lg-2 {
        margin: .5rem !important;
    }

    .mt-lg-2, .my-lg-2 {
        margin-top: .5rem !important;
    }

    .mr-lg-2, .mx-lg-2 {
        margin-right: .5rem !important;
    }

    .mb-lg-2, .my-lg-2 {
        margin-bottom: .5rem !important;
    }

    .ml-lg-2, .mx-lg-2 {
        margin-left: .5rem !important;
    }

    .m-lg-3 {
        margin: 1rem !important;
    }

    .mt-lg-3, .my-lg-3 {
        margin-top: 1rem !important;
    }

    .mr-lg-3, .mx-lg-3 {
        margin-right: 1rem !important;
    }

    .mb-lg-3, .my-lg-3 {
        margin-bottom: 1rem !important;
    }

    .ml-lg-3, .mx-lg-3 {
        margin-left: 1rem !important;
    }

    .m-lg-4 {
        margin: 1.5rem !important;
    }

    .mt-lg-4, .my-lg-4 {
        margin-top: 1.5rem !important;
    }

    .mr-lg-4, .mx-lg-4 {
        margin-right: 1.5rem !important;
    }

    .mb-lg-4, .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-lg-4, .mx-lg-4 {
        margin-left: 1.5rem !important;
    }

    .m-lg-5 {
        margin: 3rem !important;
    }

    .mt-lg-5, .my-lg-5 {
        margin-top: 3rem !important;
    }

    .mr-lg-5, .mx-lg-5 {
        margin-right: 3rem !important;
    }

    .mb-lg-5, .my-lg-5 {
        margin-bottom: 3rem !important;
    }

    .ml-lg-5, .mx-lg-5 {
        margin-left: 3rem !important;
    }

    .p-lg-0 {
        padding: 0 !important;
    }

    .pt-lg-0, .py-lg-0 {
        padding-top: 0 !important;
    }

    .pr-lg-0, .px-lg-0 {
        padding-right: 0 !important;
    }

    .pb-lg-0, .py-lg-0 {
        padding-bottom: 0 !important;
    }

    .pl-lg-0, .px-lg-0 {
        padding-left: 0 !important;
    }

    .p-lg-1 {
        padding: .25rem !important;
    }

    .pt-lg-1, .py-lg-1 {
        padding-top: .25rem !important;
    }

    .pr-lg-1, .px-lg-1 {
        padding-right: .25rem !important;
    }

    .pb-lg-1, .py-lg-1 {
        padding-bottom: .25rem !important;
    }

    .pl-lg-1, .px-lg-1 {
        padding-left: .25rem !important;
    }

    .p-lg-2 {
        padding: .5rem !important;
    }

    .pt-lg-2, .py-lg-2 {
        padding-top: .5rem !important;
    }

    .pr-lg-2, .px-lg-2 {
        padding-right: .5rem !important;
    }

    .pb-lg-2, .py-lg-2 {
        padding-bottom: .5rem !important;
    }

    .pl-lg-2, .px-lg-2 {
        padding-left: .5rem !important;
    }

    .p-lg-3 {
        padding: 1rem !important;
    }

    .pt-lg-3, .py-lg-3 {
        padding-top: 1rem !important;
    }

    .pr-lg-3, .px-lg-3 {
        padding-right: 1rem !important;
    }

    .pb-lg-3, .py-lg-3 {
        padding-bottom: 1rem !important;
    }

    .pl-lg-3, .px-lg-3 {
        padding-left: 1rem !important;
    }

    .p-lg-4 {
        padding: 1.5rem !important;
    }

    .pt-lg-4, .py-lg-4 {
        padding-top: 1.5rem !important;
    }

    .pr-lg-4, .px-lg-4 {
        padding-right: 1.5rem !important;
    }

    .pb-lg-4, .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-lg-4, .px-lg-4 {
        padding-left: 1.5rem !important;
    }

    .p-lg-5 {
        padding: 3rem !important;
    }

    .pt-lg-5, .py-lg-5 {
        padding-top: 3rem !important;
    }

    .pr-lg-5, .px-lg-5 {
        padding-right: 3rem !important;
    }

    .pb-lg-5, .py-lg-5 {
        padding-bottom: 3rem !important;
    }

    .pl-lg-5, .px-lg-5 {
        padding-left: 3rem !important;
    }

    .m-lg-auto {
        margin: auto !important;
    }

    .mt-lg-auto, .my-lg-auto {
        margin-top: auto !important;
    }

    .mr-lg-auto, .mx-lg-auto {
        margin-right: auto !important;
    }

    .mb-lg-auto, .my-lg-auto {
        margin-bottom: auto !important;
    }

    .ml-lg-auto, .mx-lg-auto {
        margin-left: auto !important;
    }
}

@media (min-width:1200px) {
    .m-xl-0 {
        margin: 0 !important;
    }

    .mt-xl-0, .my-xl-0 {
        margin-top: 0 !important;
    }

    .mr-xl-0, .mx-xl-0 {
        margin-right: 0 !important;
    }

    .mb-xl-0, .my-xl-0 {
        margin-bottom: 0 !important;
    }

    .ml-xl-0, .mx-xl-0 {
        margin-left: 0 !important;
    }

    .m-xl-1 {
        margin: .25rem !important;
    }

    .mt-xl-1, .my-xl-1 {
        margin-top: .25rem !important;
    }

    .mr-xl-1, .mx-xl-1 {
        margin-right: .25rem !important;
    }

    .mb-xl-1, .my-xl-1 {
        margin-bottom: .25rem !important;
    }

    .ml-xl-1, .mx-xl-1 {
        margin-left: .25rem !important;
    }

    .m-xl-2 {
        margin: .5rem !important;
    }

    .mt-xl-2, .my-xl-2 {
        margin-top: .5rem !important;
    }

    .mr-xl-2, .mx-xl-2 {
        margin-right: .5rem !important;
    }

    .mb-xl-2, .my-xl-2 {
        margin-bottom: .5rem !important;
    }

    .ml-xl-2, .mx-xl-2 {
        margin-left: .5rem !important;
    }

    .m-xl-3 {
        margin: 1rem !important;
    }

    .mt-xl-3, .my-xl-3 {
        margin-top: 1rem !important;
    }

    .mr-xl-3, .mx-xl-3 {
        margin-right: 1rem !important;
    }

    .mb-xl-3, .my-xl-3 {
        margin-bottom: 1rem !important;
    }

    .ml-xl-3, .mx-xl-3 {
        margin-left: 1rem !important;
    }

    .m-xl-4 {
        margin: 1.5rem !important;
    }

    .mt-xl-4, .my-xl-4 {
        margin-top: 1.5rem !important;
    }

    .mr-xl-4, .mx-xl-4 {
        margin-right: 1.5rem !important;
    }

    .mb-xl-4, .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }

    .ml-xl-4, .mx-xl-4 {
        margin-left: 1.5rem !important;
    }

    .m-xl-5 {
        margin: 3rem !important;
    }

    .mt-xl-5, .my-xl-5 {
        margin-top: 3rem !important;
    }

    .mr-xl-5, .mx-xl-5 {
        margin-right: 3rem !important;
    }

    .mb-xl-5, .my-xl-5 {
        margin-bottom: 3rem !important;
    }

    .ml-xl-5, .mx-xl-5 {
        margin-left: 3rem !important;
    }

    .p-xl-0 {
        padding: 0 !important;
    }

    .pt-xl-0, .py-xl-0 {
        padding-top: 0 !important;
    }

    .pr-xl-0, .px-xl-0 {
        padding-right: 0 !important;
    }

    .pb-xl-0, .py-xl-0 {
        padding-bottom: 0 !important;
    }

    .pl-xl-0, .px-xl-0 {
        padding-left: 0 !important;
    }

    .p-xl-1 {
        padding: .25rem !important;
    }

    .pt-xl-1, .py-xl-1 {
        padding-top: .25rem !important;
    }

    .pr-xl-1, .px-xl-1 {
        padding-right: .25rem !important;
    }

    .pb-xl-1, .py-xl-1 {
        padding-bottom: .25rem !important;
    }

    .pl-xl-1, .px-xl-1 {
        padding-left: .25rem !important;
    }

    .p-xl-2 {
        padding: .5rem !important;
    }

    .pt-xl-2, .py-xl-2 {
        padding-top: .5rem !important;
    }

    .pr-xl-2, .px-xl-2 {
        padding-right: .5rem !important;
    }

    .pb-xl-2, .py-xl-2 {
        padding-bottom: .5rem !important;
    }

    .pl-xl-2, .px-xl-2 {
        padding-left: .5rem !important;
    }

    .p-xl-3 {
        padding: 1rem !important;
    }

    .pt-xl-3, .py-xl-3 {
        padding-top: 1rem !important;
    }

    .pr-xl-3, .px-xl-3 {
        padding-right: 1rem !important;
    }

    .pb-xl-3, .py-xl-3 {
        padding-bottom: 1rem !important;
    }

    .pl-xl-3, .px-xl-3 {
        padding-left: 1rem !important;
    }

    .p-xl-4 {
        padding: 1.5rem !important;
    }

    .pt-xl-4, .py-xl-4 {
        padding-top: 1.5rem !important;
    }

    .pr-xl-4, .px-xl-4 {
        padding-right: 1.5rem !important;
    }

    .pb-xl-4, .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }

    .pl-xl-4, .px-xl-4 {
        padding-left: 1.5rem !important;
    }

    .p-xl-5 {
        padding: 3rem !important;
    }

    .pt-xl-5, .py-xl-5 {
        padding-top: 3rem !important;
    }

    .pr-xl-5, .px-xl-5 {
        padding-right: 3rem !important;
    }

    .pb-xl-5, .py-xl-5 {
        padding-bottom: 3rem !important;
    }

    .pl-xl-5, .px-xl-5 {
        padding-left: 3rem !important;
    }

    .m-xl-auto {
        margin: auto !important;
    }

    .mt-xl-auto, .my-xl-auto {
        margin-top: auto !important;
    }

    .mr-xl-auto, .mx-xl-auto {
        margin-right: auto !important;
    }

    .mb-xl-auto, .my-xl-auto {
        margin-bottom: auto !important;
    }

    .ml-xl-auto, .mx-xl-auto {
        margin-left: auto !important;
    }
}

.text-monospace {
    font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width:1200px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-light {
    font-weight: 300 !important;
}

.font-weight-normal {
    font-weight: 400 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.font-italic {
    font-style: italic !important;
}

.text-white {
    color: #fff !important;
}

.text-primary {
    color: #007bff !important;
}

a.text-primary:focus, a.text-primary:hover {
    color: #0062cc !important;
}

.text-secondary {
    color: #6c757d !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: #545b62 !important;
}

.text-success {
    color: #28a745 !important;
}

a.text-success:focus, a.text-success:hover {
    color: #1e7e34 !important;
}

.text-info {
    color: #17a2b8 !important;
}

a.text-info:focus, a.text-info:hover {
    color: #117a8b !important;
}

.text-warning {
    color: #ffc107 !important;
}

a.text-warning:focus, a.text-warning:hover {
    color: #d39e00 !important;
}

.text-danger {
    color: #dc3545 !important;
}

a.text-danger:focus, a.text-danger:hover {
    color: #bd2130 !important;
}

.text-light {
    color: #f8f9fa !important;
}

a.text-light:focus, a.text-light:hover {
    color: #dae0e5 !important;
}

.text-dark {
    color: #343a40 !important;
}

a.text-dark:focus, a.text-dark:hover {
    color: #1d2124 !important;
}

.text-body {
    color: #212529 !important;
}

.text-muted {
    color: #6c757d !important;
}

.text-black-50 {
    color: rgba(0,0,0,.5) !important;
}

.text-white-50 {
    color: rgba(255,255,255,.5) !important;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    abbr[title]::after {
        content: " (" attr(title) ")";
    }

    pre {
        white-space: pre-wrap !important;
    }

    blockquote, pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    img, tr {
        page-break-inside: avoid;
    }

    h2, h3, p {
        orphans: 3;
        widows: 3;
    }

    h2, h3 {
        page-break-after: avoid;
    }

    @page {
        size: a3;
    }

    body {
        min-width: 992px !important;
    }

    .container {
        min-width: 992px !important;
    }

    .navbar {
        display: none;
    }

    .badge {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

        .table td, .table th {
            background-color: #fff !important;
        }

    .table-bordered td, .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }

    .table-dark {
        color: inherit;
    }

        .table-dark tbody + tbody, .table-dark td, .table-dark th, .table-dark thead th {
            border-color: #dee2e6;
        }

    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
/*# sourceMappingURL=bootstrap.min.css.map */
.vbox-overlay *, .vbox-overlay *:before, .vbox-overlay *:after {
    -webkit-backface-visibility: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vbox-overlay {
    background: #fdfdfd;
    background: rgba(0,0,0,.85);
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9999;
    opacity: 0;
   /* overflow-x: hidden;
    overflow-y: auto;*/
}

.vbox-preloader {
    position: fixed;
    width: 32px;
    height: 32px;
    left: 50%;
    top: 50%;
    margin-left: -16px;
    margin-top: -16px;
    background-image: url(//themexbd.com/poket/construction/wp-content/themes/poket/venobox/preload-circle.png);
    text-indent: -100px;
    overflow: hidden;
    -webkit-animation: playload 1.4s steps(18) infinite;
    -moz-animation: playload 1.4s steps(18) infinite;
    -ms-animation: playload 1.4s steps(18) infinite;
    -o-animation: playload 1.4s steps(18) infinite;
    animation: playload 1.4s steps(18) infinite;
}

@-webkit-keyframes playload {
    from {
        background-position: 0;
    }

    to {
        background-position: -576px;
    }
}

@-moz-keyframes playload {
    from {
        background-position: 0;
    }

    to {
        background-position: -576px;
    }
}

@-ms-keyframes playload {
    from {
        background-position: 0;
    }

    to {
        background-position: -576px;
    }
}

@-o-keyframes playload {
    from {
        background-position: 0;
    }

    to {
        background-position: -576px;
    }
}

@keyframes playload {
    from {
        background-position: 0;
    }

    to {
        background-position: -576px;
    }
}

.vbox-close {
    cursor: pointer;
    position: fixed;
    top: -1px;
    right: 0;
    width: 46px;
    height: 40px;
    padding: 10px 20px 10px 0;
    display: block;
    background: url(//themexbd.com/poket/construction/wp-content/themes/poket/venobox/close.gif) no-repeat #161617;
    background-position: 10px center;
    color: #fff;
    text-indent: -100px;
    overflow: hidden;
}

.vbox-next, .vbox-prev {
    box-sizing: content-box;
    cursor: pointer;
    position: fixed;
    top: 50%;
    color: #fff;
    width: 30px;
    height: 170px;
    margin-top: -85px;
    text-indent: -100px;
    border: solid transparent;
    overflow: hidden;
}

.vbox-prev {
    left: 0;
    border-width: 0 30px 0 10px;
    background: url(//themexbd.com/poket/construction/wp-content/themes/poket/venobox/prev.gif) center center no-repeat;
}

.vbox-next {
    right: 0;
    border-width: 0 10px 0 30px;
    background: url(//themexbd.com/poket/construction/wp-content/themes/poket/venobox/next.gif) center center no-repeat;
}

.vbox-title {
    width: 100%;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #fff;
    padding: 6px 40px;
    overflow: hidden;
    background: #161617;
    position: fixed;
    display: none;
    top: -1px;
    left: 0;
}

.vbox-num {
    cursor: pointer;
    position: fixed;
    top: -1px;
    left: 0;
    height: 40px;
    display: block;
    color: #fff;
    overflow: hidden;
    line-height: 28px;
    font-size: 12px;
    padding: 6px 10px;
    background: #161617;
    display: none;
}

.vbox-inline {
    width: 420px;
    height: 315px;
    padding: 10px;
    background: #fff;
    text-align: left;
    margin: 0 auto;
    overflow: auto;
}

.venoframe {
    border: none;
    width: 960px;
    height: 720px;
}

@media (max-width:992px) {
    .venoframe {
        width: 640px;
        height: 480px;
    }
}

@media (max-width:767px) {
    .venoframe {
        width: 420px;
        height: 315px;
    }
}

@media (max-width:460px) {
    .vbox-inline {
        width: 100%;
    }

    .venoframe {
        width: 100%;
        height: 260px;
    }
}

.vbox-open {
    overflow: hidden;
}

.vbox-container {
    position: relative;
  /*  background: #000;*/
  /* background:relative;*/
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

.vbox-content {
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.vbox-container img {
    max-width: 100%;
    height: auto;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .slick-track:before, .slick-track:after {
        display: table;
        content: '';
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[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;
}

.em40_header_area_main.hdisplay_none {
    display: none;
}

.poket-header-top {
    padding: 10px 0;
}

.top-address p {
    margin-bottom: 0;
}

    .top-address p a, .top-address p span {
        margin-right: 20px;
    }

    .top-address p a {
        display: inline-block;
        text-decoration: none;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    .top-address p a, .top-address p span, .top-right-menu ul.social-icons li a, .top-welcome p, .top-welcome p a, .top-welcome p span, .top-welcomet p a, .top-welcomet p span {
        font-size: 15px;
        font-weight: 500;
    }

        .top-address p a i, .top-address p span i, .top-welcome p span i, .top-welcomet p span i {
            font-size: 13px;
            margin-right: 5px;
        }

.top-both-p0 .top-address p a, .top-both-p0 .top-address p span {
    margin-right: 0;
    margin-left: 12px;
}

.top-welcome p, .top-welcomet p {
    padding: 0;
    margin: 0;
}

.top-right-menu ul.social-icons {
    margin: 0;
    padding: 0;
}

    .top-right-menu ul.social-icons li {
        display: inline-block;
        margin-left: 15px;
        position: relative;
    }

        .top-right-menu ul.social-icons li a {
            display: inline-block;
            text-decoration: none;
            -webkit-transition: all .2s ease-in-out;
            transition: all .2s ease-in-out;
            font-size: 15px;
        }

.top-right-menu .menu-item-has-children > a:after {
    margin-left: 5px;
    content: "\ea5b";
    font-family: IcoFont;
    font-size: 15px;
    opacity: .7;
}

.top-right-menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    visibility: hidden;
    opacity: 0;
    width: 150px;
    text-align: left;
    z-index: 1;
    -webkit-transition: .5s;
    transition: .5s;
    margin: 0;
    padding: 0;
}

.top-right-menu ul.social-icons li:hover .sub-menu {
    opacity: 1;
    visibility: visible;
}

.top-right-menu ul .sub-menu li {
    padding: 5px 0 5px;
}

    .top-right-menu ul .sub-menu li a {
        font-size: 14px;
    }

.top-right-menu ul .sub-menu ul {
    display: none;
}

.top-address.em-login a {
    margin-right: 10px;
}

    .top-address.em-login a + a {
        margin-right: 0;
    }

.top-address.em-login p a i {
    margin-right: 5px;
}

.top-address.em-login a + a:before {
    content: "|";
    margin-right: 12px;
}

.txtc {
    text-align: center;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.top-address.menu_18 span {
    padding: 8px 15px 9px;
    display: inline-block;
}

.top-right-menu ul.social-icons.menu_18, .top-right-menu ul.social-icons.menu_19 {
    padding: 7px 0;
}

.em-login.menu_18, .em-quearys-top.menu_19 {
    padding: 7px 0;
}

.top-right-menu.litop {
    float: left;
}

.tx_top_together {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.woocommerce #respond input#submit.added::after, .woocommerce a.button.added::after, .woocommerce button.button.added::after, .woocommerce input.button.added::after {
    font-family: IcoFont;
    content: "\f021";
    margin-left: auto;
    font-weight: 400;
}

.witr_shop_area {
    padding: 100px 0;
}

.witr_oder_count {
    padding: 0 0 25px;
}

.nice-select .list {
    z-index: 99;
}

.nice-select span.current, .woocommerce .woocommerce-result-count {
    font-weight: 600;
}

.woocommerce .woocommerce-result-count {
    margin: 0;
    margin-top: 10px;
}

.tbd_product_area {
    padding: 0;
}

.tbd_shop_archive_area {
    padding: 100px 0;
}

.tbd_product {
    margin-bottom: 30px;
    box-shadow: 0 0 10px 0 rgba(148,146,245,.2);
    text-align: center;
}

.tbd_product_inner {
    position: relative;
    overflow: hidden;
}

.tbd_product_thumb {
    position: relative;
}

    .tbd_product_thumb img {
        margin: auto;
    }

a.thumbnail_link {
    position: relative;
    display: block;
}

    a.thumbnail_link::before {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        transition: .5s;
        opacity: 0;
        content: "";
        top: 0;
        transform: scale(0);
    }

.tbd_product:hover a.thumbnail_link::before {
    opacity: 1;
    transform: scale(1);
}

.thb_product_car {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: .5s;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    opacity: 0;
}

.tbd_product .thb_product_car a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 3px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    overflow: hidden;
    padding: 0;
    text-align: center;
    transition: all .3s linear;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px 0 rgb(27 81 209 / 10%);
}

a.added_to_cart.wc-forward {
    position: relative;
    font-size: 0;
}

.thb_product_car a.add_to_cart_button.added:after, .thb_product_car a.added.add_to_cart_button {
    display: none !important;
}

.thb_product_car a.added_to_cart:before {
    content: "\f021";
    font-family: IcoFont;
    height: 52px;
    width: 52px;
    border-radius: 50px;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
    font-size: 17px;
}

.tbd_product:hover .thb_product_car {
    opacity: 1;
    bottom: 20px;
}

.thb_product_car .compare.added {
    text-indent: -9999px;
}

    .thb_product_car .compare.added:after {
        content: "\f021";
        text-indent: 0;
        display: block;
        font-family: IcoFont;
        height: 40px;
        width: 40px;
        line-height: 40px;
        position: absolute;
    }

a.compare.button {
    font-size: 0;
}

.thb_product_car .compare:after {
    content: "\eec0";
    text-indent: 0;
    display: block;
    font-family: IcoFont;
    height: 40px;
    width: 40px;
    line-height: 40px;
    position: absolute;
    font-size: 19px;
}

.thb_product_car a.yith-wcqv-button {
    text-indent: -9999px;
}

    .thb_product_car a.yith-wcqv-button:after {
        content: "\ef21";
        text-indent: 0;
        display: block;
        font-family: IcoFont;
        height: 40px;
        width: 40px;
        line-height: 40px;
        position: absolute;
        font-weight: 400;
    }

.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

span.feedback {
    display: none !important;
}

.tbd_sale_price {
    text-align: center;
    transition: .5s;
}

.woocommerce span.tbd_sale_inner {
    padding: 8px 12px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    right: 10px;
    top: 10px;
    left: auto;
    line-height: 1;
    min-width: auto;
    min-height: auto;
}

.woocommerce span.onsale.onsingle_sale.tbd_sale_inner {
    padding: 8px 12px;
    display: inline-block;
    border-radius: 2px;
    font-size: 14px;
    text-transform: uppercase;
    right: auto;
    top: 10px;
    left: 10px;
    line-height: 1;
    min-width: auto;
    min-height: auto;
}

.tbd_product_content {
    display: block;
    overflow: hidden;
    padding: 20px 20px 18px;
}

.tbd_product_type.tbd_fload_left {
    float: left;
    margin-right: 15px;
}

    .tbd_product_type.tbd_fload_left a {
        font-size: 26px;
    }

.tbd_product_title h2 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.tbd_product_title span a {
    font-size: 13px;
}

.tbd_product:hover .tbd_add_to_card {
    opacity: 1;
    bottom: 15px;
}

.tbd_product:hover .thb_product_car {
    opacity: 1;
}

.woocommerce .products .star-rating, .woocommerce .star-rating {
    padding: 10px 0 5px;
    float: none;
    margin: auto;
    margin-top: 10px;
    font-size: 14px;
    margin-bottom: 5px;
}

.woocommerce div.product p.price, .woocommerce div.product p.price ins, .woocommerce div.product span.price, .woocommerce div.product span.price ins {
    font-weight: 700;
    font-size: 1rem;
    text-decoration: none;
}

.tbd_product_not .woocommerce-info {
    margin: 30px 0;
    border: none;
    font-size: 20px;
}

.woocommerce div.product.slick-slide {
    padding-top: 10px;
}

.row.tx_product_list {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 5%);
    margin-bottom: 30px !important;
}

.tx_product_list .tbd_product {
    margin-bottom: 0;
    box-shadow: none;
    text-align: left;
    padding-left: 0;
}

.tx_product_list .tbd_product_thumb img {
    width: 100%;
}

.thb_product_car.thb_product_carlist {
    position: inherit;
    justify-content: left;
}

.list_rating .star-rating {
    margin-left: 0 !important;
}

.thb_product_car.thb_product_carlist a {
    margin-top: 5px;
    margin-bottom: 5px;
}

.thb_product_car.thb_product_carlist a {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin-right: 15px;
}

    .thb_product_car.thb_product_carlist a.added_to_cart:before {
        height: 50px;
        width: 50px;
    }

p.list_produc_content {
    margin-top: 15px;
}

.listdiv_center {
    padding: 15px 0;
}

.thb_product_car.thb_product_carlist {
    opacity: 1;
}

ul.tx_product_tab.nav {
    justify-content: flex-end;
    margin-bottom: 2em;
}

.woocommerce .woocommerce-ordering {
    margin: 0 0 2em;
}

ul.tx_product_tab.nav li a {
    font-size: 22px;
    margin: 1px 0 0;
    padding: 2px 9px 2px;
    display: inline-block;
    margin-left: 10px;
    border-radius: 5px;
}

.d-flex.order_tx {
    justify-content: flex-end;
    align-items: center;
}

.tbd_shop_archive_area.tbd_single_product_area {
    padding-bottom: 0;
}

.tbd_single_image {
    position: relative;
}

    .tbd_single_image a.woocommerce-product-gallery__trigger {
        position: absolute;
        top: 10px;
        left: 15px;
        z-index: 999;
        font-size: 19px;
        height: 45px;
        width: 45px;
        line-height: 45px;
        text-align: center;
        border-radius: 50%;
    }

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
    margin: 10px 0 0;
}

.woocommerce div.product .entry-summary .woocommerce-product-rating {
    margin-bottom: 1.618em;
    margin: 10px 0 10px;
}

.woocommerce div.product form.cart .button {
    padding: 12px 15px;
    line-height: 16px;
    font-size: 14px;
    text-transform: uppercase;
    transition: all .2s;
    border: none;
    font-weight: 500;
}

    .woocommerce div.product form.cart .button i {
        margin-right: 5px;
    }

.woocommerce div.product form.cart.single_pcart {
    margin-bottom: 2em;
    display: flex;
    align-items: center;
    margin: 21px 0;
}

.woocommerce .quantity .qty {
    border: 1px solid #ddd;
    margin: 0 10px;
    height: 39px;
    width: 90px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}

.qntity_own {
    font-weight: 700;
}

.woocommerce #content div.product .stock, .woocommerce div.product .stock, .woocommerce-page #content div.product .stock, .woocommerce-page div.product .stock {
    font-weight: 700;
    margin: 0 0 0;
    font-size: 14px;
    display: inline-block;
}

div.product .summary .stock.out-of-stock::before, div.product .summary .stock::before {
    content: "\f058";
    font-family: fontawesome;
    font-size: 18px;
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    padding: 0 2px;
}

.entry-summary a.woocommerce-review-link {
    padding-left: 25px;
}

.woocommerce .entry-summary .woocommerce-product-rating .star-rating {
    margin: 13px 4px 0 0;
}

.single_summery_p_icon .thb_product_car {
    position: inherit;
    justify-content: flex-start;
    opacity: 1;
}

    .single_summery_p_icon .thb_product_car a {
        box-shadow: 0 0 18px 0 #ddddddc4;
    }

.tbd_product.single_summery_p_icon {
    margin-bottom: 15px;
}

.single_summery_p_icon .thb_product_car a {
    box-shadow: 0 0 18px 0 #ddddddc4;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
}

.entry-summary .yith-wcwl-add-to-wishlist {
    display: none;
}

.entry-summary a.compare.button {
    display: none;
}

.entry-summary .single_summery_p_icon .yith-wcwl-add-to-wishlist {
    display: block;
}

.entry-summary span.sku_wrapper {
    font-weight: 500;
}

.entry-summary span.posted_in, .entry-summary span.tagged_as {
    display: block;
    font-weight: 700;
    margin-top: 7px;
}

.woocommerce div.product .entry-summary p.price {
    margin: 15px 0 10px;
}

.woocommerce div.product .product_title {
    margin-bottom: 4px;
    font-size: 24px;
}

#review_form_wrapper .comment-form label {
    font-size: 14px;
    margin-right: 10px;
    font-weight: 700;
}

.woocommerce div.product form.cart .variations select {
    height: 40px;
}

h2.witr_related_title {
    padding: 20px 0 40px;
}

.woocommerce-tabs.wc-tabs-wrapper.tbd_tab_area {
    padding: 100px 0 50px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0 0 10px;
    margin: 0 0 30px;
}

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0 1em;
        margin-right: 15px;
        border: 1px solid #ececec;
        margin-left: 2px;
        background: #fff;
    }

        .woocommerce div.product .woocommerce-tabs ul.tabs li.active {
            border: none;
            display: inline-block;
            padding: 0 1em;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
            display: none;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li a {
            padding: .5em 10px;
        }

.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 20px;
    padding-bottom: 20px;
}

.woocommerce table.shop_attributes th {
    font-weight: 700;
    font-size: 12px;
}

.woocommerce table.shop_attributes td p {
    font-size: 14px;
}

.woocommerce .woocommerce-Reviews .star-rating {
    float: right;
}

strong.woocommerce-review__author {
    font-size: 16px;
}

span.comment-reply-title {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

.woocommerce .comment-form-comment label, .woocommerce .comment-form-rating label {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    padding: 5px 5px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 16%;
    flex: 1 0 16%;
}

.woocommerce div.product div.images .flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}

.witr_shop_template {
    padding: 100px 0 50px;
}

h2.woocommerce-loop-category__title {
    display: block;
    padding: 25px 0;
    font-size: 22px;
    text-align: center;
}

.woocommerce .witr_product_cart button.button.alt, .woocommerce .witr_product_cart input.button.alt {
    font-weight: 500;
}

.woocommerce table.witr_product_cart thead tr th {
    font-weight: 600;
    font-size: 15px;
}

.woocommerce table.witr_product_cart tbody tr td, .woocommerce table.witr_product_cart thead tr th {
    text-align: center;
}

.woocommerce table.witr_product_cart tbody tr td {
    font-size: 15px;
}

    .woocommerce table.witr_product_cart tbody tr td.product-thumbnail img {
        width: 100px;
        height: 100px;
    }

    .woocommerce table.witr_product_cart tbody tr td a {
        box-shadow: none;
        font-weight: 400;
    }

.witr_cart_coupon {
    padding: 20px 0;
}

.woocommerce .witr_product_cart .coupon label {
    font-size: 18px;
    margin-right: 10px;
}

.woocommerce .witr_product_cart .coupon input {
    height: 42px;
    border-radius: 3px;
    padding-left: 10px;
}

.witr_cart_to_cross .cart_totals > h2, .witr_cart_to_cross .cross-sells > h2 {
    font-size: 23px;
    font-weight: 600;
    margin-top: 40px;
}

.witr_cart_to_cross .cart_totals > h2 {
    padding: 13px 16px;
}

.witr_cart_to_cross .cross-sells > h2 {
    margin-bottom: 40px;
}

.woocommerce .witr_cart_to_cross .cart_totals table {
    padding-top: 15px !important;
}

.woocommerce .witr_cart_to_cross table.shop_table tbody tr th {
    font-size: 14px;
    font-weight: 700;
    border: 0;
}

.woocommerce .witr_cart_to_cross table.shop_table tbody tr td {
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
    border: 0;
}

    .woocommerce .witr_cart_to_cross table.shop_table tbody tr td label, .woocommerce .witr_cart_to_cross table.shop_table tbody tr td p {
        font-size: 14px;
        font-weight: 600;
    }

.woocommerce .witr_cart_to_cross .wc-proceed-to-checkout {
    text-align: right;
}

.witr_cart_to_cross span#select2-calc_shipping_state-container {
    padding: 5px 20px 5px 10px;
}

.witr_checkout_form .witr_ck_blling h3, .witr_checkout_form h3#order_review_heading, h2.woocommerce-order-details__title {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 10px;
    padding: 10px 15px;
}

.witr_checkout_form h3#order_review_heading {
    margin-bottom: 0;
}

.woocommerce .witr_checkout_form table.shop_table th {
    font-weight: 600;
    padding: 9px 12px;
    line-height: 1.5em;
    font-size: 18px;
}

.woocommerce-checkout.witr_checkout_form #payment {
    border-radius: 5px;
}

.woocommerce-checkout.witr_checkout_form .wc_payment_method label {
    font-size: 20px;
    font-weight: 700;
}

.woocommerce .witr_checkout_form table.shop_table {
    border-top: 0;
    padding-top: 12px;
}

.woocommerce form .form-row {
    width: 100% !important;
}

.woocommerce-checkout #payment div.payment_box input.input-text, .woocommerce-checkout #payment div.payment_box textarea {
    width: 100% !important;
    padding: 8px;
}

.woocommerce #payment .form-row select, .woocommerce .form-row select, .woocommerce-page #payment .form-row select {
    width: 100%;
    height: 30px;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    padding: .6180469716em;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
}

.woocommerce span.woocommerce-input-wrapper {
    display: contents;
}

.woocommerce .woocommerce-checkout .form-row label {
    line-height: 2;
    font-weight: 500;
    font-size: 16px;
}

.select2-container--default .select2-selection--single {
    height: 40px;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 3px 12px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 7px;
    }

@media only screen and (min-width:769px) {
    .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 22%;
    }

    .woocommerce-account .woocommerce-MyAccount-content {
        width: 75%;
    }
}

nav.woocommerce-MyAccount-navigation ul {
    list-style-type: none;
    padding-left: 0;
    max-width: 200px;
    font-size: 17px;
    line-height: 26px;
}

    nav.woocommerce-MyAccount-navigation ul li {
        padding: 8px 20px;
    }

        nav.woocommerce-MyAccount-navigation ul li.is-active a {
            cursor: default;
        }

        nav.woocommerce-MyAccount-navigation ul li.is-active:after {
            content: "";
            height: 0;
            width: 0;
            float: right;
            margin-right: -34px;
            margin-top: -7px;
        }

        nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
            content: "";
            height: 0;
            width: 0;
            float: right;
            margin-right: -34px;
            margin-top: -7px;
        }

.woocommerce form .form-row, .woocommerce-billing-fields .form-row, .woocommerce-shipping-fields .form-row {
    display: block;
}

.woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-1, .woocommerce-page .col2-set .col-2 {
    max-width: unset;
}

.woocommerce-column__title {
    font-size: 18px;
    margin-bottom: 30px;
    padding: 12px 10px;
}

#customer_login h2 {
    font-size: 28px;
    font-weight: 500;
}

#customer_login label {
    cursor: pointer;
    font-size: 16px;
}

#customer_login form.login, #customer_login form.register {
    padding: 20px;
    margin: 2em 0;
    text-align: left;
    border-radius: 5px;
}

.sec_padding {
    padding: 100px 0 90px;
}

.twr_product_sidebar > div {
    margin-bottom: 30px;
    border-radius: 4px 4px 0 0;
}

.twr_product_sidebar h2.widget-title {
    position: relative;
    padding: 10px 10px 15px;
    margin-bottom: 0;
}

.woocommerce .twr_product_sidebar ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .woocommerce .twr_product_sidebar ul li {
        border-top: 1px solid #eee;
        border-bottom: 0 !important;
        padding: 15px 15px 10px;
    }

.woocommerce .twr_product_sidebar .product-categories li {
    padding: 10px 15px 10px;
}

.woocommerce .twr_product_sidebar .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
    padding: 10px 15px 10px;
}

.woocommerce .twr_product_sidebar .tagcloud {
    padding: 15px 15px 10px;
}

.woocommerce .twr_product_sidebar .product-categories, .woocommerce .twr_product_sidebar .product_list_widget, .woocommerce .twr_product_sidebar .tagcloud, .woocommerce .twr_product_sidebar .textwidget, .woocommerce .twr_product_sidebar .widget ul.toggle-block, .woocommerce .twr_product_sidebar .widget > .toggle-block, .woocommerce .twr_product_sidebar .widget_pages > ul, .woocommerce .twr_product_sidebar .widget_shopping_cart_content, .woocommerce .widget_price_filter .toggle-block {
    border-top: none;
}

.woocommerce .twr_product_sidebar ul.product_list_widget li img {
    float: left;
    width: 35%;
    margin-right: 10px;
    margin-bottom: 5px;
    overflow: hidden;
}

.woocommerce .twr_product_sidebar ul.product_list_widget li a {
    line-height: 1.2;
    font-weight: 600;
}

.woocommerce .twr_product_sidebar span.woocommerce-Price-amount.amount {
    font-size: 16px;
    color: #fb3b00;
    overflow: hidden;
    font-weight: 500;
}

.woocommerce .twr_product_sidebar .star-rating {
    overflow: hidden;
    position: relative;
    font-size: 11px;
    height: 18px;
    line-height: 18px;
    width: 6.4em;
    font-family: star;
    letter-spacing: 3px;
    margin: 4px 0 0;
}

.woocommerce .twr_product_sidebar .price_label {
    font-size: 16px;
    position: relative;
    top: 4px;
}

.woocommerce .twr_product_sidebar .search-field {
    padding-left: 10px;
    height: 54px;
    padding-bottom: 6px;
    width: 67%;
    border: none;
}

.woocommerce .twr_product_sidebar .widget_product_search button {
    text-align: center;
    padding: 6px 18px 10px;
    border-radius: 2px;
    transition: .5s;
    cursor: pointer;
    border: none;
}

.woocommerce .twr_product_sidebar .price_slider_wrapper {
    padding: 20px 15px 15px;
}

.woocommerce .witr_product_cart .coupon button, .woocommerce button.button:disabled[disabled] {
    height: 43px;
}

.product_tl_nav {
    padding: 0 0 30px;
}

    .product_tl_nav ul li {
        display: inline;
    }

    .product_tl_nav ul li {
        border-radius: 5px;
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        margin: 0 5px 10px;
        padding: 10px 20px;
        position: relative;
        transition: .5s;
    }

        .product_tl_nav ul li.ema_product_item, .product_tl_nav ul li:hover {
            color: #fff;
        }

        .product_tl_nav ul li.ema_product_item, .product_tl_nav ul li:hover {
            background: #fb3b00;
        }

    .product_tl_nav ul li {
        border: 1px solid #f3eaea;
    }

        .product_tl_nav ul li.ema_product_item, .product_tl_nav ul li:hover {
            border-color: #fb3b00;
        }

.witr_cat_block {
    margin-bottom: 30px;
}

.twr_cablock_thumb {
    position: relative;
    overflow: hidden;
}

    .twr_cablock_thumb img {
        -webkit-transition: all .3s linear;
        transition: all .3s linear;
    }

.witr_cat_block:hover img {
    -webkit-transform: scale(1.035) rotate(.05deg);
    transform: scale(1.035) rotate(.05deg);
}

.witr_cat_content {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

.show_cart_cbtn {
    padding: 12px 30px;
    display: inline-block;
    background: #030925;
    color: #fff;
    border-radius: 5px;
    transition: .5s;
    margin-top: 20px;
}

    .show_cart_cbtn:hover {
        background: #fb3b00;
        color: #fff;
    }

a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-bar {
    background: #0f99de;
    float: left;
    min-height: 60px;
    padding: 4px 0 0;
    position: relative;
    width: 100%;
    z-index: 999999;
}

.mean-container a.meanmenu-reveal {
    width: 22px;
    height: 22px;
    padding: 18px;
    top: 0;
    right: 0;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    text-indent: -9999em;
    line-height: 22px;
    font-size: 1px;
    display: block;
    font-family: Arial,Helvetica,sans-serif;
    font-weight: 700;
    float: right;
}

    .mean-container a.meanmenu-reveal span {
        display: block;
        background: #fff;
        height: 3px;
        margin-top: 4px;
    }

.mean-container .mean-nav {
    float: left;
    width: 100%;
    background: #0c1923;
}

    .mean-container .mean-nav ul {
        padding: 0;
        margin: 0;
        width: 100%;
        list-style-type: none;
    }

        .mean-container .mean-nav ul li {
            background: #f8f8f8 none repeat scroll 0 0;
            float: left;
            position: relative;
            width: 100%;
            border-top: 1px solid#ddd;
        }

            .mean-container .mean-nav ul li a {
                background: #f8f8f8 none repeat scroll 0 0;
                color: #666;
                display: block;
                float: left;
                font-size: 12px;
                margin: 0;
                padding: 1em 5%;
                text-align: left;
                text-decoration: none;
                text-transform: capitalize;
                width: 90%;
                font-weight: 700;
            }

.mobile-menu-area {
    background: #262626;
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid rgba(255,255,255,.25);
    opacity: .75;
    padding: 1em 10%;
    text-shadow: none !important;
    visibility: visible;
    width: 80%;
    font-weight: 500;
    text-transform: capitalize;
    color: #444;
}

.mean-container .mean-nav ul li.mean-last a {
    border-bottom: 0;
    margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
    width: 70%;
    padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
    width: 60%;
    padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
    width: 50%;
    padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #f47e1e;
}

.mean-container .mean-nav ul li a.mean-expand {
    width: 100%;
    height: auto;
    padding: 12px !important;
    text-align: right;
    position: absolute;
    right: 0;
    top: -16px;
    z-index: 2;
    font-weight: 500;
    background: 0 0;
    border: 0 !important;
    font-size: 26px !important;
}

    .mean-container .mean-nav ul li a.mean-expand:hover {
        background: 0;
    }

.mean-container .mean-push {
    float: left;
    width: 100%;
    padding: 0;
    margin: 0;
    clear: both;
}

.mean-nav .wrapper {
    width: 100%;
    padding: 0;
    margin: 0;
}

.mean-container .mean-bar, .mean-container .mean-bar * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.mean-remove {
    display: none !important;
}

.mean-container .mean-bar:after {
    color: #fff;
    content: "MENU";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
}

.mean-container .mean-bar:after {
    display: none;
}

.mean-container .mean-nav ul li a:hover {
    color: #f47e1e;
    border-radius: 0;
}

.mean-container a.meanmenu-reveal span {
    background: #fff;
}

.mobile-menu-area {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #2bcdc1;
}

.mean-container .mean-nav ul li a {
    background: #fff;
    color: #444;
    display: block;
}

    .mean-container .mean-nav ul li a.mean-expand {
        top: -16px;
    }

.mean-container .mean-nav ul li {
    background: #444;
}

    .mean-container .mean-nav ul li li a {
        color: #fff;
        opacity: .9;
        border-top: 0;
    }

.mean-container a.meanmenu-reveal {
    color: #fff;
}

.meanmenu-reveal.meanclose:hover {
    color: #fff !important;
}

.mean-container a.meanmenu-reveal:hover span {
    background: #fff;
}

.mean-container .mean-bar:before {
    color: #fff;
    content: "menu";
    font-size: 18px;
    font-weight: 700;
    left: 10px;
    position: absolute;
    top: 18px;
}

body, html {
    overflow-x: hidden;
}

body {
    margin: 0;
    direction: ltr;
    unicode-bidi: embed;
}

.theme_cr_logo {
    text-align: left;
}

.play-overlay a::before {
    left: 0;
}

.all_cal_color .text-right p {
    margin-left: auto;
}

img {
    max-width: 100%;
    height: auto;
}

.box.wrapper {
    max-width: 1200px;
    margin: auto;
    box-shadow: 0 0 5px #ddd;
}

.fix {
    overflow: hidden;
}

.clear_both {
    clear: both;
}

body {
    font-family: Rubik,sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 1.6;
}

p {
    font-style: normal;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 20px;
}

h5 {
    font-size: 18px;
}

h6 {
    font-size: 17px;
}

    h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
        font-family: Rajdhani,sans-serif;
        font-style: normal;
        line-height: 1.2;
        font-weight: 700;
        -webkit-transition: .5s;
        transition: .5s;
        font-size: 26px;
        transition: .5s;
        margin-bottom: 5px;
    }

.poket_menu ul .sub-menu li a, .poket_menu > ul > li > a {
    font-family: Rajdhani,sans-serif;
}

a {
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

.btn-primary:focus, input:focus, select:focus, textarea:focus {
    box-shadow: none !important;
}

input, textarea {
    outline: 0;
}

.btn:focus, a:focus {
    text-decoration: none;
    outline: 0;
}

a:hover {
    text-decoration: none;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

button:focus, input:focus {
    border-color: transparent;
    outline-color: transparent;
}

textarea:focus {
    border-color: transparent;
    outline-color: transparent;
}

hr {
    margin: 60px 0;
    padding: 0;
    border-top: 0;
}

    hr.mp-0 {
        margin: 0;
    }

    hr.mtb-40 {
        margin: 40px 0;
        border-top: 0;
    }

label {
    cursor: pointer;
    font-weight: 400;
}

.mrt10 {
    margin-top: 10px;
}

::-moz-selection {
    text-shadow: none;
}

::-moz-selection {
    text-shadow: none;
}

::selection {
    text-shadow: none;
}

::-moz-placeholder {
    font-size: 16px;
}

::-webkit-input-placeholder {
    font-size: 16px;
}

:-ms-input-placeholder {
    font-size: 16px;
}

::placeholder {
    font-size: 16px;
}

.template-home-wrapper ul {
    list-style: none;
}

.blog-left-side > div {
    margin-bottom: 30px;
    padding: 35px 30px 35px;
    border-radius: 8px;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
}

    .blog-left-side > div:last-child {
        margin-bottom: 0;
    }

.blog-left-side .content {
    padding: 0;
}

.blog-left-side .push-bottom-large {
    margin-bottom: 0;
}

.blog-left-side > div:last-child {
    margin-bottom: 0;
}

.blog-left-side > aside:last-child {
    margin-bottom: 0 !important;
}

.blog-left-side .nav .children li a:hover, .blog-left-side .sub-menu li a:hover {
    background: 0 0;
}

.defaultsearch {
    position: relative;
}

    .defaultsearch input {
        border: 0 none;
        height: 54px;
        position: relative;
        width: 100%;
    }

    .defaultsearch button {
        border: 0 none;
        font-size: 18px;
        padding: 13px 20px;
        position: absolute;
        right: 0;
        top: 50%;
        cursor: pointer;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        outline: 0;
    }

    .defaultsearch input[type=text] {
        padding-left: 15px;
    }

.blog-left-side .widget h2 {
    line-height: 17px;
    margin-bottom: 20px;
    padding-bottom: 12px;
    position: relative;
}

    .blog-left-side .widget h2:after, .blog-left-side .widget h2:before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        -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;
        margin-top: 17px;
    }

.blog-left-side h2.widget-title:before {
    width: 26%;
}

.blog-left-side .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.blog-left-side .widget a {
    color: #454545;
}

.blog-left-side .widget ul li {
    margin: 0 0 5px;
    padding-left: 20px;
    position: relative;
}

    .blog-left-side .widget ul li span {
        font-weight: 300;
    }

    .blog-left-side .widget ul li:last-child {
        padding-bottom: 0;
        margin-bottom: 0;
    }

.blog-left-side > .widget > ul > li {
    margin: 0 0 10px;
    padding-bottom: 10px;
}

.blog-left-side .widget ul li:before {
    content: "\eaa0";
    font-family: IcoFont !important;
    font-size: 18px;
    left: 0;
    position: absolute;
}

.blog-left-side .widget select {
    width: 100%;
    height: 50px;
}

.widget .screen-reader-text {
    display: none;
}

.textwidget select {
    width: 100%;
}

#wp-calendar {
    width: 100%;
}

.tagcloud a {
    display: inline-block;
    font-size: 14px !important;
    margin: 0 8px 10px 0;
    padding: 7px 15px;
    text-align: center;
    font-weight: 400;
    text-transform: capitalize;
}

#wp-calendar caption {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
    text-transform: uppercase;
}

#wp-calendar {
    font-size: 13px;
}

#wp-calendar {
    margin-bottom: 20px;
    overflow: auto;
    vertical-align: top;
    width: 100%;
    margin: 0;
}

table#wp-calendar td {
    padding: 5px 10px;
    text-align: center;
    vertical-align: top;
    font-size: 14px;
}

#wp-calendar td, #wp-calendar th {
    padding: 8px;
}

table#wp-calendar th {
    font-size: 13px;
    font-weight: 700;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
}

.witr_blog_both .calendar_wrap {
    overflow: scroll;
}

.textwidget img {
    margin-bottom: 15px;
}

.textwidget p {
    margin-bottom: 8px;
    margin-bottom: .5rem;
}

.blockquote p {
    font-size: 16px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 18px;
    line-height: 2;
    margin: 0 0 20px;
    width: 100%;
}

th {
    font-weight: 700;
    text-transform: uppercase;
}

td {
    padding: 6px 10px 6px 0;
}

caption, td, th {
    font-weight: 400;
    text-align: left;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
    padding: 1em 1em;
}

blockquote {
    padding: 25px 32px 25px;
    margin: 0 0 30px;
    font-size: 17px;
    font-weight: 400;
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 7%);
}

    blockquote p {
        font-size: 20px;
        position: relative;
    }

    blockquote blockquote {
        margin-right: 0;
    }

    blockquote cite, blockquote small {
        font-size: 20px;
        font-weight: 600;
    }

    blockquote code {
        font-weight: 400;
    }

    blockquote em, blockquote i {
        font-style: normal;
    }

small {
    font-size: smaller;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

dl {
    margin: 0 20px;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 0 20px;
}

address {
    font-style: italic;
    margin: 0 0 24px;
}

address, cite, dfn, em, i, var {
    font-style: italic;
}

i {
    display: inline-block;
}

em {
    font-style: italic;
    font-weight: 700;
}

pre {
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 18px;
}

.entry-content .wp-caption.alignleft, .entry-content img.alignleft {
    margin-left: -60px;
}

figure.wp-caption.alignleft, img.alignleft {
    margin: 5px 20px 5px 0;
}

img.size-full, img.size-large, img.wp-post-image {
    max-width: 100%;
}

.alignleft {
    float: left;
}

.comment-content img, .entry-content img, .entry-summary img, .widget img, .wp-caption {
    max-width: 100%;
}

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.wp-caption.alignleft, blockquote.alignleft, img.alignleft {
    margin: .4em 1.6em 1.6em 0;
}

.wp-caption.alignright, blockquote.alignright, img.alignright {
    margin: .4em 0 1.6em 1.6em;
}

.wp-caption.aligncenter, blockquote.aligncenter, img.aligncenter {
    clear: both;
    margin-top: .4em;
    margin-bottom: 1.6em;
}

.wp-caption.aligncenter, .wp-caption.alignleft, .wp-caption.alignright {
    margin-bottom: 1.2em;
}

.wp-caption {
    margin-bottom: 1.6em;
    max-width: 100%;
}

    .wp-caption img[class*=wp-image-] {
        display: block;
        margin: 0;
    }

.wp-caption-text {
    font-size: 18px;
    line-height: 1.5;
    padding: .5em 0;
}

.gallery-item {
    display: inline-block;
    padding: 1.79104477%;
    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-icon img {
    margin: 0 auto;
}

.gallery-caption {
    display: block;
    font-size: 12px;
    font-size: 19.2px;
    font-size: 1.2rem;
    line-height: 1.5;
    padding: .5em 0;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
    display: none;
}

.wp-block-button__link {
    padding: 8px 24px 12px;
}

.wp-block-cover.has-background-dim.alignleft {
    margin-right: 15px;
}

.wp-block-button.alignright {
    margin-left: 10px;
}

.wp-block-button.alignleft {
    margin-right: 10px;
}

ul.wp-block-gallery.alignleft {
    margin-right: 15px;
}

.wp-block-button {
    margin-bottom: 15px;
}

.wp-block-group__inner-container {
    padding: 14px 15px 1px;
    margin-bottom: 10px;
}

.wp-block-media-text {
    margin-bottom: 15px;
}

ul.blocks-gallery-grid {
    padding: 0;
}

figcaption.blocks-gallery-caption {
    margin-bottom: 25px;
}

.wp-block-gallery.is-cropped.extraclass {
    margin-right: 30px;
}

.wp-block-archives-dropdown select, .wp-block-categories-dropdown select {
    height: 42px;
    margin-bottom: 30px;
}

.post-password-form input[type=submit] {
    border: none;
    padding: 6px 25px;
    text-transform: lowercase;
}

.post-password-form input[type=password] {
    height: 38px;
    padding-left: 5px;
}

.site-title {
    font-size: 30px;
    margin: 0;
}

    .site-title a {
        font-weight: 600;
        text-transform: capitalize;
    }

.site-description {
    margin: 0;
}

.logo_area.text-center {
    padding: 0 0 12px;
}

.pdlr0 {
    padding-right: 0;
    padding-left: 0;
}

.mobile-menu {
    display: none !important;
}

.mobile_logo_area {
    display: none !important;
}

.mean-container .mean-bar {
    padding: 0;
}

.mean-container .mean-nav {
    float: none;
}

.mean-container .mean-bar {
    float: none;
    overflow: hidden;
}

.mean-container .mean-nav ul li li a {
    opacity: 1;
}

.align_item_center, .logo-left, .logo-right {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

    .logo-left .logo {
        text-align: left;
    }

    .logo-right .logo {
        text-align: right;
    }

    .logo-right .poket_menu > ul {
        text-align: left;
    }

        .logo-right .poket_menu > ul > li:first-child a {
            padding-left: 0;
        }

        .logo-right .poket_menu > ul > li:last-child a {
            padding-right: auto;
        }

.logo-top .logo {
    text-align: center;
}

.logo-top .poket_menu > ul {
    text-align: center;
}

.logo-top > .poket_menu > ul > li:last-child a {
    padding-right: auto;
}

.logo a {
    font-size: 23px;
    font-weight: 700;
    display: inline-block;
}

.poket-main-menu .logo a.main_sticky_main_l {
    display: block;
}

.poket-main-menu .logo a.main_sticky_l {
    display: none;
}

.hmenu_box_style.hbg2 .logo a.main_sticky_main_l {
    display: none;
}

.hmenu_box_style.hbg2 .logo a.main_sticky_l {
    display: block;
}

.poket-main-menu .prefix .logo a.main_sticky_main_l {
    display: none;
}

.poket-main-menu .prefix .logo a.main_sticky_l {
    display: block;
}

.mobile_menu_logo.text-center {
    padding: 20px 0;
}

.poket_menu ul {
    text-align: right;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
}

.poket_menu > ul > li {
    display: inline-block;
    position: relative;
}

    .poket_menu > ul > li > a {
        display: block;
        margin: 38px 15px;
        -webkit-transition: .2s;
        transition: .2s;
        position: relative;
        font-size: 17px;
        font-weight: 700;
    }

        .poket_menu > ul > li.current > a:before, .poket_menu > ul > li > a:before {
            bottom: -7px;
            content: "";
            height: 2px;
            left: 0;
            margin: auto;
            opacity: 0;
            position: absolute;
            right: 0;
            -webkit-transition: all .5s ease 0s;
            transition: all .5s ease 0s;
            width: 15%;
            display: none;
        }

.poket_menu ul li:last-child a {
    margin-right: 0;
}

.poket_menu > ul > li.current > a, .poket_menu > ul > li.current > a:before, .poket_menu > ul > li:hover > a, .poket_menu > ul > li:hover > a:before {
    opacity: 1;
}

.creative_header_menu > ul > li:hover > a, .poket_menu > ul > li.current > a, .poket_menu > ul > li:hover > a {
    background: 0 0;
}

.poket_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 240px;
    text-align: left;
    margin: 0;
    padding: 15px 5px 14px;
    z-index: 9999;
    box-shadow: 0 0 30px rgb(0 0 0 / 9%);
    opacity: 0;
    visibility: hidden;
}

.poket_menu ul li:hover > .sub-menu {
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 1;
    visibility: visible;
    top: 100%;
    z-index: 9;
}

.poket_menu ul .sub-menu li {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
}

    .poket_menu ul .sub-menu li:before {
        opacity: 0;
        -webkit-transition: .1s;
        transition: .1s;
        position: absolute;
        top: 50%;
        content: "#";
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .poket_menu ul .sub-menu li:hover:before {
        opacity: 1;
    }

    .poket_menu ul .sub-menu li:hover {
        margin-left: 15px;
    }

    .poket_menu ul .sub-menu li a {
        display: block;
        margin: 0;
        letter-spacing: normal;
        font-size: 17px;
        font-weight: 600;
        -webkit-transition: .5s;
        transition: .5s;
        padding: 7px 17px;
        visibility: inherit !important;
    }

.poket_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.poket_menu ul .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.poket_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.poket_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.poket_menu ul .sub-menu .sub-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0;
}

.poket_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}

    .poket_menu ul .sub-menu .sub-menu .sub-menu li:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 0;
    }

.poket-main-menu .menu-item-has-children > a:after {
    margin-left: 5px;
    content: "\eac8";
    font-family: IcoFont !important;
    opacity: 1;
    font-size: 13px;
    font-weight: 600;
    width: 13px;
    height: 13px;
}

.trp_nav_area {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    -webkit-transition: .5s;
    transition: .5s;
}

.transprent-menu.menu4 {
    position: relative;
}

.transprent-menu .poket_nav_area {
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0;
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
}

.poket_nav_area.postfix {
    -webkit-transition: .3s;
    transition: .3s;
}

.main_menu_div {
    position: relative;
}

.witr_shop_sc .poket_menu ul {
    text-align: left;
}

.search_popup_button, .tx_mmenu_together {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .tx_mmenu_together .donate-btn-header {
        padding: 0;
    }

.witr_shop_sc .donate-btn-header, .witr_shop_sc .em_top_cart.hshop {
    padding: 0;
}

.witr_shop_sc .em-quearys-menu i {
    border-radius: 3px;
    margin-right: 20px;
    margin-top: 7px;
}

.witr_shop_sc a.cart-contents {
    border-radius: 3px;
    padding: 8px;
    margin-top: 3px;
    display: block;
}

.witr_shop_sc a.dtbtn {
    margin-left: 20px;
}

.witr_shop_sc .em-header-quearys {
    text-align: center;
}

.sb_popup .tx_mmenu_together {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.number_align {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.menu_search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main_menu_address_a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

    .main_menu_address_a:before {
        content: "";
        position: absolute;
        width: 1px;
        height: 107px;
        left: 0;
    }

.main_menu_header_icon {
    margin-left: 25px;
    margin-right: 10px;
}

    .main_menu_header_icon i {
        font-size: 30px;
    }

.main_menu_header_address_text h3, .main_menu_header_address_text h4 a {
    margin: 0;
    font-weight: 600;
}

.main_menu_header_address_text h3 {
    font-size: 18px;
}

.main_menu_header_address_text h4 a {
    font-size: 18px;
}

.main_menu_header_address_text h4 {
    margin-bottom: 0;
}

.headroom--pinned {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.headroom--unpinned {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.header--fixed {
    position: fixed;
    z-index: 10;
    right: 0;
    left: 0;
    top: 0;
    -webkit-transition: -webkit-transform .25s ease-in-out;
    transition: -webkit-transform .25s ease-in-out;
    transition: transform .25s ease-in-out;
    transition: transform .25s ease-in-out,-webkit-transform .25s ease-in-out;
    will-change: transform;
}

.menu-height-space {
    height: 100px;
}

.hmenu_box_style {
    margin-top: 80px;
    border-radius: 5px;
}

    .hmenu_box_style.hbg2 {
        margin-top: 0;
        padding: 0;
    }

    .hmenu_box_style .poket_menu > ul > li > a {
        margin: 32px 10px;
    }

.logo-right .poket_menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.logo-top .poket_menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ossos .em-quearys-top.msin-menu-search {
    float: right;
}

.menu_popup_option {
    margin-left: 20px;
    margin-right: 5px;
}

.right_sideber_menu_inner {
    position: fixed;
    right: 0;
    width: 400px;
    top: 0;
    height: 100%;
    z-index: 999;
    overflow: auto;
    padding: 80px 40px 0;
    display: block;
    -webkit-transition: .5s all;
    transition: .5s all;
    box-shadow: 0 0 30px rgb(0 0 0 / 7%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tx-s-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.right_sideber_menu i {
    font-size: 22px;
    cursor: pointer;
}

.prefix .right_close_class .right_sideber_menu i, .right_close_class .right_sideber_menu i {
    font-size: 22px;
    font-weight: 700;
}

.right_side_icon.right_close_class {
    position: absolute;
    right: 30px;
    top: 50px;
}

.right_sideber_content .blog-left-side > div {
    padding: 0;
    box-shadow: none;
}

.witr_search_wh .em-header-quearys .em-quearys-menu i {
    background: 0;
    height: auto !important;
    width: auto !important;
    line-height: inherit !important;
    font-size: 20px;
}

.witr_h_h12 .poket_menu, .witr_h_h13 .poket_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: pace-between;
    -ms-flex-pack: pace-between;
    justify-content: space-between;
}

.witr_h_h13 .col-md-12 {
    padding-right: 0;
}

.witr_h_h10 .poket_menu, .witr_h_h11 .poket_menu, .witr_h_h14 .poket_menu, .witr_h_h17 .poket_menu, .witr_h_h2 .poket_menu, .witr_h_h3 .poket_menu, .witr_h_h4 .poket_menu, .witr_h_h5 .poket_menu, .witr_h_h6 .poket_menu, .witr_h_h7 .poket_menu, .witr_h_h8 .poket_menu, .witr_h_h9 .poket_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.tx_relative_m, .tx_top2_relative {
    position: relative;
}

.tx_bs_together, .tx_menu_together {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-social-icon.htop-menu-s {
    display: inline-block;
    margin-left: 15px;
}

.elementor-widget-witr_section_Shape.elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.mainmenu_width_tx.container {
    padding: 0;
}

.wrapper {
    position: relative;
}

.all_header_abs {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
}

.ps_absulate {
    position: absolute !important;
    top: -154px;
    right: 0;
    left: 0;
    z-index: 999;
}

.psc_absolute {
    position: absolute !important;
    top: -340px;
    right: 0;
    left: 0;
    z-index: 999;
}

.donate-btn-header {
    display: inline-block;
}

a.dtbtn {
    border: none;
    display: block;
    font-size: 17px;
    margin-left: 30px;
    font-weight: 500;
    border-radius: 30px;
    padding: 13px 25px;
}

.logged-in .trp_nav_area {
    top: 32px;
}

.logged-in .transprent-menu .poket_nav_area.prefix {
    top: 32px;
}

.logged-in .trp_nav_area.hbg2 {
    top: 32px;
}

.elementor-editor-active.logged-in .trp_nav_area {
    top: 0;
}

.elementor-editor-active.logged-in .transprent-menu .poket_nav_area.prefix {
    top: 0;
}

.elementor-editor-active.logged-in .trp_nav_area.hbg2 {
    top: 0;
}

.poket_nav_area.postfix {
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}

.em-top-quearys-area {
    position: relative;
}

.em-header-quearys {
    list-style: none;
}

.em-quearys-menu i {
    border-radius: 50px;
    display: inline-block;
    height: 26px;
    text-align: center;
    width: 26px;
    line-height: 26px;
    font-size: 17px;
}

.topsr .em-quearys-menu {
    text-align: center;
}

.em-quearys-form {
    width: 100%;
    max-width: 895px;
    margin: auto;
    padding: 30px 0;
}

.top-form-control {
    position: relative;
}

    .top-form-control input {
        background: 0 0;
        font-size: 50px;
        font-weight: 500;
        height: 100px;
        padding: 0 40px 0 15px;
        width: 100%;
        border: none;
        -webkit-transition: .5s;
        transition: .5s;
    }

        .top-form-control input::-webkit-input-placeholder {
            font-size: 50px;
        }

        .top-form-control input::-moz-placeholder {
            font-size: 14px;
        }

        .top-form-control input:-ms-input-placeholder {
            font-size: 14px;
        }

    .top-form-control button.top-quearys-style {
        position: absolute;
        right: 6px;
        top: 50%;
        background: 0 0;
        font-size: 45px;
        border: none;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.em-s-hidden {
    display: none !important;
}

.em-quearys-inner {
    visibility: hidden;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: -150%;
    width: 100%;
    height: 100%;
    z-index: 10000;
    -webkit-transition: all 0s 0s cubic-bezier(.32, 0, 0, 1),background .3s 0s cubic-bezier(.32, 0, 0, 1),-webkit-transform .3s .15s cubic-bezier(.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(.32, 0, 0, 1),background .3s 0s cubic-bezier(.32, 0, 0, 1),-webkit-transform .3s .15s cubic-bezier(.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(.32, 0, 0, 1),transform .3s .15s cubic-bezier(.32, 0, 0, 1),background .3s 0s cubic-bezier(.32, 0, 0, 1);
    transition: all 0s 0s cubic-bezier(.32, 0, 0, 1),transform .3s .15s cubic-bezier(.32, 0, 0, 1),background .3s 0s cubic-bezier(.32, 0, 0, 1),-webkit-transform .3s .15s cubic-bezier(.32, 0, 0, 1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    visibility: hidden;
    opacity: 0;
    left: -150%;
    background: rgba(0,0,0,0);
}

.em-s-open {
    visibility: visible;
    opacity: 1;
    left: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.em-quearys-top.msin-menu-search, .poket_menu.main-search-menu > .em-header-quearys {
    display: inline-block;
}

    .em-quearys-top.msin-menu-search .em-quearys-menu i {
        height: 36px;
        width: 36px;
        line-height: 36px;
        margin-left: 25px;
        cursor: pointer;
    }

.poket_menu div.em-header-quearys {
    text-align: center;
}

.breadcumb-blog-area {
    padding: 60px 0 65px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.breadcumb-inner h2 {
    font-size: 36px;
}

.breadcumb-area {
    padding: 50px 0;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

    .breadcumb-area.breadcumb_st2 {
        padding: 20px 20px;
    }

    .breadcumb-area:before, .breadcumb-blog-area:before {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        content: "";
        z-index: -1;
    }

.breadcumb-inner ul {
    margin-bottom: 0;
    padding: 0;
}

.breadcumb-inner li {
    display: inline-block;
    margin: 0 2px;
}

.brpt.brptsize h2 {
    font-size: 30px;
}

.lcase {
    text-transform: lowercase;
}

.ucase {
    text-transform: uppercase;
}

.ccase {
    text-transform: capitalize;
}

.breadcumb_st2 .brpt {
    float: left;
}

.breadcumb_st2 .breadcumb-inner {
    float: right;
}

.alignlrt {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.poket-blog-area {
    padding: 90px 0 100px;
}

    .poket-blog-area.poket-blog-archive, .poket-blog-index.blog-area.poket-blog-area {
        padding: 100px 0 100px;
    }

.poket-single-blog {
    box-shadow: 0 0 10px 0 rgba(148,146,245,.2);
    margin-bottom: 30px;
    overflow: hidden;
    text-align: left;
    -webkit-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.em-blog-content-area {
    padding: 20px 15px 0;
    overflow: hidden;
}

.blog-content {
    word-break: break-all;
}

.blog-page-title a {
    word-break: break-all;
}

.poket-blog-thumb {
    overflow: hidden;
}

    .poket-blog-thumb a {
        display: block;
        position: relative;
    }

        .poket-blog-thumb a:before {
            content: "";
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            opacity: 0;
            z-index: 999;
            -webkit-transition: .5s;
            transition: .5s;
        }

    .poket-blog-thumb img {
        -webkit-transition: .5s;
        transition: .5s;
        display: block;
    }

.poket-single-blog:hover .poket-blog-thumb a:before {
    opacity: 1;
}

.poket-single-blog:hover .poket-blog-thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.poket-blog-meta-left {
    padding: 0 0 9px;
}

    .poket-blog-meta-left a, .poket-blog-meta-left span {
        font-size: 16px;
        margin-right: 5px;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
    }

    .poket-blog-meta-left i {
        font-size: 13px;
        margin-right: 5px;
    }

.poket-blog-meta-right {
    float: right;
    padding: 0 0;
}

    .poket-blog-meta-right a, .poket-blog-meta-right span {
        font-size: 12px;
        margin-left: 5px;
    }

    .poket-blog-meta-right i {
        margin-right: 5px;
    }

.readmore a {
    display: inline-block;
    padding: 7px 25px;
    margin-bottom: 20px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.poket-single-blog-details {
    margin-bottom: 40px;
}

.em-theme-main-page .poket-single-blog-details {
    padding: 30px 30px 10px;
}

.poket-single-blog-details-inner {
    padding: 38px 45px 15px;
    box-shadow: 0 3px 19px rgb(0 0 0 / 8%);
    border-radius: 0 0 10px 10px;
}

.poket-single-blog--thumb img {
    width: 100%;
}

.poket-single-blog-title h2 {
    padding: 0;
    margin-top: 0;
    margin-bottom: 8px;
}

.poket-single-blog-details .poket-blog-meta {
    padding: 0;
    margin: 0;
}

.poket-single-blog-details .poket-blog-meta-left, .poket-single-blog-details .poket-blog-meta-right {
    padding: 0 0 10px 0;
}

.poket-blog-social {
    margin-bottom: 25px;
    margin-top: 25px;
}

.poket-single-icon-inner {
    text-align: center;
}

    .poket-single-icon-inner a {
        display: inline-block;
        font-size: 15px;
        height: 40px;
        line-height: 41px;
        margin: 0 9px 0 0;
        text-align: center;
        width: 40px;
        border-radius: 5px;
    }

.single-blog-content ul {
    padding-bottom: 10px;
}

.single-blog-content {
    overflow: hidden;
}

    .single-blog-content h2 {
        margin-bottom: 10px;
    }

.paginations {
    text-align: center;
    margin-top: 20px;
}

    .page-numbers span.current, .paginations a {
        display: inline-block;
        font-weight: 500;
        margin: auto 5px;
    }

.page-numbers li {
    display: inline-block;
}

.tutor-pagination, .tutor-pagination-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .page-numbers, .tutor-pagination-wrap a, .tutor-pagination-wrap span.page-numbers.current, a.page-numbers {
        border-radius: 5px;
        margin-right: 10px;
        padding: 15px 24px;
        font-size: 19px;
        line-height: 1;
        -webkit-transition: .5s;
        transition: .5s;
    }

ul.page-numbers a.page-numbers {
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}

a.page-numbers {
    box-shadow: 0 10px 40px 0 rgba(50,65,141,.12);
}

.paginations .page-numbers, .poket-blog-area .page-numbers, .witr_shop_area .page-numbers {
    background: 0 0;
}

.post_comment {
    margin: 20px 0;
    padding: 0 15px;
}

.commment_title h3 {
    margin-bottom: 40px;
    position: relative;
}

    .commment_title h3:before {
        position: absolute;
        content: "";
        left: 0;
        bottom: -9px;
        width: 40px;
        height: 2px;
    }

.post_replay_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
    word-break: break-all;
}

.mgl-30 {
    margin-left: 30px;
}

.post_reply_thumb img {
    border-radius: 50%;
}

.post_replay {
    margin-top: 25px;
}

.post_reply {
    padding-left: 15px;
    width: 100%;
}

    .post_reply div.st {
        font-size: 18px;
        font-weight: 400;
    }

.reply_date {
    overflow: hidden;
    margin-bottom: 5px;
}

    .reply_date span.span_left {
        float: left;
        font-size: 13px;
    }

    .reply_date span.span_right {
        float: right;
        font-size: 12px;
        font-weight: 400;
    }

.comments-area .children {
    margin-left: 30px;
}

.post_comment .post_comment {
    margin-left: 15px;
}

.comment-respond, .comments {
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
    margin-bottom: 30px;
    padding: 38px 30px 45px !important;
}

.comments {
    padding: 38px 30px 25px;
}

.comment_field input.form-control {
    height: 42px;
}

.comment_field .textarea-field textarea {
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.comment_poket_btn {
    border: 0;
    display: inline-block;
    text-align: center;
    padding: 16px 30px;
    margin-top: 15px;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
}

.em-theme-main-page .commment_title h3 {
    margin-top: 0;
}

.em-theme-main-page .empgc {
    margin-top: 40px;
}

    .em-theme-main-page .empgc.commment_title h3 {
        margin-bottom: 35px;
    }

.em-single-page-comment .commment_title.empgc > h3 {
    margin-bottom: 35px;
}

.logged-in-as {
    margin-bottom: 0;
    margin-top: 30px;
}

a.comment-edit-link {
    margin-bottom: 12px;
    display: inline-block;
}

.em-theme-main-page .comments-area {
    margin-top: 40px;
    clear: both;
}

.not-found-area {
    background-position: center top;
    background-repeat: repeat;
    background-size: cover;
    padding: 0 0 16px;
}

.not-found {
    display: table;
    width: 100%;
    height: 500px;
    text-align: center;
    padding-bottom: 40px;
}

.not-found-inner {
    display: table-cell;
    vertical-align: middle;
}

.not-found-inner {
    font-size: 30px;
}

    .not-found-inner h2 {
        display: inline-block;
        font-size: 160px;
        font-weight: 700;
        line-height: 1.2;
        padding: 15px 0;
    }

    .not-found-inner p {
        font-size: 30px;
    }

    .not-found-inner a {
        font-size: 24px;
        margin-top: 40px;
        display: inline-block;
        text-decoration: underline;
    }

.search-error .search input {
    padding: 20px 0;
}

    .search-error .search input[type=text] {
        padding-left: 10px;
    }

.search-error .search button {
    top: 48%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.search-error > p {
    font-size: 14px;
    margin: 14px 0 19px;
}

.search-error > h3 {
    display: block;
    font-size: 30px;
}

.search-error .search input {
    height: 54px;
}

.footer-middle .widget.widget_archive .widget-title {
    margin-bottom: 34px !important;
    margin-top: 28px !important;
}

.footer-middle .widget.widget_search .widget-title {
    margin-top: 25px !important;
}

.footer-middle .widget.widget_tag_cloud .widget-title {
    margin-bottom: 20px !important;
}

.footer-middle .widget.widget_nav_menu .widget-title {
    margin-bottom: 25px !important;
}

.footer-middle .widget.widget_text p img {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}

.blog-left-side .widget.widget_text p img {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}

.footer-middle .widget.widget_text p img {
    margin-top: 10px !important;
    margin-bottom: 6px !important;
}

.blog-left-side .widget h2 {
    margin-top: 0;
}

.footer-middle #archives-dropdown--1 {
    height: 34px;
    width: 100%;
}

.widget.widget_categories select {
    width: 100%;
    height: 34px;
}

.widget .screen-reader-text {
    display: none;
}

.textwidget select {
    width: 100%;
}

.footer-middle .widget ul li span {
    display: block;
}

.page-list-single {
    clear: both;
}

.top-address-area {
    padding: 90px 0 85px;
    text-align: center;
}

.top_address_logo {
    margin-bottom: 30px;
}

.address_content {
    padding-top: 38px;
}

.top_address_content a i, .top_address_content span i {
    font-size: 14px;
    margin-right: 11px;
}

.footer-top-address h2 {
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 10px;
    font-weight: 700;
    font-size: 26px;
}

    .footer-top-address h2 span {
        font-weight: 700;
    }

.widget_media_image {
    margin-top: 30px;
    margin-bottom: 27px;
}

.footer-top {
    padding: 100px 0;
}

.footer-top-inner h2 {
    font-size: 35px;
    height: 60px;
    padding: 0 15px;
    text-transform: uppercase;
}

    .footer-top-inner h2 span {
        font-weight: 600;
    }

.footer-top-inner p {
    margin-bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    width: 62%;
}

.footer-social-icon {
    padding: 10px 0 20px;
    text-align: center;
}

    .footer-social-icon a i {
        border-radius: 50px;
        display: inline-block;
        font-size: 18px;
        height: 45px;
        line-height: 45px;
        margin: 0 7px;
        text-align: center;
        width: 45px;
        -webkit-transition: .3s;
        transition: .3s;
    }

    .footer-social-icon.htop-menu-s {
        padding: 0;
        display: inline-block;
        margin-left: 30px;
    }

        .footer-social-icon.htop-menu-s a i {
            font-size: 14px;
            height: 35px;
            line-height: 35px;
            margin: 0 3px;
            width: 35px;
        }

.footer-top-inner .text-center {
    margin-bottom: 11px;
    text-align: center;
}

.witrfm_area {
    position: relative;
}

    .witrfm_area:before {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 100%;
        left: 0;
        right: 0;
        margin: auto;
    }

.footer-middle {
    padding: 65px 0 73px;
}

    .footer-middle.wpfd {
        padding: 0;
    }

.wpfdp {
    padding-top: 65px;
    padding-bottom: 80px;
}

.footer-middle .widget h2 {
    margin-bottom: 28px;
    margin-top: 28px;
    position: relative;
}

.footer-middle #archives-dropdown--1 {
    height: 34px;
}

.footer-middle .widget ul {
    list-style: none;
}

    .footer-middle .widget ul li {
        margin-bottom: 18px;
    }

        .footer-middle .widget ul li a, .footer-middle .widget ul li:before {
            -webkit-transition: .5s;
            transition: .5s;
        }

.recent-portfolio-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row;
    flex-flow: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.recent-portfolio {
    margin-bottom: 10px;
    margin-right: 10px;
}

.recent-portfolio {
    width: 29.33%;
}

.recent-portfolio-image img {
    width: 100%;
}

.recent-post-item {
    clear: both;
}

.recent-post-image {
    float: left;
    margin-right: 15px;
}

    .recent-post-image a {
        display: block;
        margin-top: 10px;
    }

.recent-post-text {
    overflow: hidden;
}

    .recent-post-text > h4 {
        margin-bottom: 0;
        line-height: 1;
    }

    .recent-post-text h4 a {
        font-size: 17px;
        -webkit-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        font-weight: 600;
    }

    .recent-post-text .rcomment {
        font-size: 14px;
        text-transform: none;
    }

        .recent-post-text .rcomment i {
            margin-right: 5px;
        }

.footer-middle .recent-post-text h4 a {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: -10px;
    display: inline-block;
}

.footer-middle .recent-post-text > h4 {
    margin-bottom: 0;
    font-weight: 400;
    line-height: 1;
}

.footer-middle .recent-post-text .rcomment {
    font-size: 14px;
    font-weight: 400;
}

.footer-address {
    padding-top: 12px;
}

.footer_s_inner {
    margin-top: 0;
}

.footer-sociala-icon {
    clear: both;
    float: left;
    font-size: 18px;
    margin-right: 12px;
}

.single-widget-item {
    overflow: hidden;
}

.recent-post-item {
    clear: both;
    overflow: hidden;
}

.footer-middle .recent-post-item:last-child {
    border-bottom: 0;
}

.recent_post_open .recent-post-item {
    margin-bottom: 25px;
}

.recent-post-image {
    float: left;
}

    .recent-post-image a {
        display: inline-block;
    }

    .recent-post-image a {
        margin-top: 0;
    }

.recent-post-text {
    overflow: hidden;
}

.blog-left-side .recent-post-item {
    clear: both;
    overflow: hidden;
    margin-bottom: 10px;
}

.blog-left-side .recent-post-text {
    overflow: hidden;
    margin-top: -6px;
}

.footer-middle .recent-post-item + .recent-post-item {
    margin-top: 25px;
}

.recent-review-content h3, .recent-review-content h3 a {
    font-size: 20px;
    font-weight: 500;
    clear: both;
    text-align: left;
}

span.em_footercrating {
    float: right;
}

.footer-widget.address p {
    margin-bottom: 6px;
}

.col-lg-d-none {
    display: none !important;
}

.footer-bottom {
    padding: 26px 0 24px;
    position: relative;
}

    .footer-bottom:before {
        content: "";
        position: absolute;
        top: 0;
        height: 1px;
        width: 61%;
        left: 0;
        right: 0;
        margin: auto;
    }

.copy-right-text {
    text-align: left;
}

    .copy-right-text p {
        margin: 0;
        padding: 0;
    }

.footer-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-menu ul li {
        display: inline-block;
    }

        .footer-menu ul li a {
            padding: 0 10px;
            display: block;
        }

        .footer-menu ul li:last-child a {
            padding-right: 0;
        }

.footer_style_3 .footer-menu ul li:first-child a {
    padding-left: 0;
}

.footer-menu ul ul {
    display: none;
}

.mc4wp-form-fields p {
    position: relative;
    line-height: 27px;
    margin-bottom: 22px;
}

    .mc4wp-form-fields p label {
        font-size: 16px;
        font-weight: 700;
        margin: 15px 0;
    }

.mc4wp-form-fields input {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    border-radius: 5px;
    border: none;
    outline: 0;
    padding: 15px 30px;
}

.mc4wp-form-fields button {
    width: 30%;
    border-radius: 0 5px 5px 0;
    border: none;
    outline: 0;
    position: absolute;
    right: -3px;
    top: 0;
    bottom: 0;
    font-size: 18px;
    text-align: center;
    z-index: 2;
    cursor: pointer;
    padding: 10px 15px;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-middle .mc4wp-form-fields p {
    position: relative;
    line-height: 27px;
    margin-bottom: 22px;
}

    .footer-middle .mc4wp-form-fields p label {
        font-size: 16px;
        font-weight: 700;
        margin: 15px 0;
    }

.footer-middle .mc4wp-form-fields input {
    height: 50px;
    position: relative;
    background: 0 0;
    width: 100%;
    line-height: 0;
    border-radius: 0;
    padding-left: 10px;
    text-align: left;
}

.footer-middle .mc4wp-form-fields button {
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 50px;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 10px;
    line-height: 0;
    -webkit-transition: .5s;
    transition: .5s;
}

.footer-middle .checkbox_witr input {
    width: 20px;
    float: left;
    margin-right: 15px;
    margin-top: -8px;
}

.footer-middle .mc4wp-form-fields p:nth-child(1) {
    margin-bottom: 22px;
}

.footer-middle .mc4wp-form-fields {
    margin-top: 20px;
}

.mc4wp-form-fields .witr_mail_From {
    text-align: left;
}

    .mc4wp-form-fields .witr_mail_From input {
        margin-bottom: 20px;
    }

    .mc4wp-form-fields .witr_mail_From button {
        position: inherit;
        width: auto;
        border-radius: 5px;
        padding: 19px 30px;
    }

    .mc4wp-form-fields .witr_mail_From input::-webkit-input-placeholder {
        color: #fff !important;
    }

    .mc4wp-form-fields .witr_mail_From input::-moz-placeholder {
        color: #fff !important;
    }

    .mc4wp-form-fields .witr_mail_From input:-ms-input-placeholder {
        color: #fff !important;
    }

.witr_joined .witr_field2 .witr_form_field2 input {
    height: 72px;
    border-radius: 0;
    border: 0;
}

@media (max-width:479px) {
    body {
        overflow-x: hidden;
    }

    .top-right-menu ul.social-icons li {
        margin-left: 13px;
    }

    .mean-container .mean-bar:before {
        text-transform: uppercase;
        top: 19px;
    }

    .mean-container a.meanmenu-reveal {
        padding: 19px 20px 18px;
    }

    .active .witr_ac_style:before, .witr_ac_style:before {
        display: none;
    }
}

.wpcf7 label {
    width: 100%;
}

.wpcf7 input, .wpcf7 textarea {
    width: 100%;
    padding-left: 30px;
}

.wpcf7 input {
    height: 50px;
}

.wpcf7 textarea {
    height: 150px;
}

input.wpcf7-submit {
    width: auto;
    padding: 0 50px;
    cursor: pointer;
}

div.wpcf7-response-output {
    border: none !important;
}

.send_message .wpcf7-form p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.send_message input {
    border: 0;
    height: 72px;
    -webkit-transition: .5s;
    transition: .5s;
}

    .send_message input.wpcf7-submit {
        -webkit-transition: .5s;
        transition: .5s;
    }

.single_event_content {
    padding: 25px 30px 20px;
}

.event-description {
    box-shadow: 0 0 9px 0 rgba(0,0,0,.1);
    padding: 42px 20px 32px;
}

.event-dsc-title > h2 {
    font-size: 25px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

span.eleft {
    font-weight: 700;
    font-size: 18px;
}

.event-dsc-info li {
    list-style: outside none none;
    margin-bottom: 25px;
    font-size: 17px;
    display: inline;
    margin-right: 30px;
    line-height: 2.7;
}

    .event-dsc-info li i {
        margin-right: 10px;
        display: inline-block;
    }

.poket-description-area a img {
    margin: 26px 0;
}

.social-icons {
    text-align: left;
}

.poket-description-area .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.footer-logo img {
    margin-top: 30px;
    margin-bottom: 20px;
}

.footer-address {
    padding-top: 0;
}

.witr_sub_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
}

.margin_30px {
    margin-left: 30px;
}

.witr_shortcode_area {
    position: relative;
    z-index: 1;
}

.witr_shortcode_inner {
    padding: 73px 30px 63px;
    border-radius: 10px;
    margin-left: 0;
    margin-right: 0;
}

.shortcode_content h2 {
    font-size: 40px;
    font-weight: 700;
}

.witr_shortcode_form {
    margin-top: 15px;
}

.witr_amar_table table td, .witr_amar_table table th {
    padding: 15px 30px;
}

.tutor-course-filter-wrapper {
    padding: 100px 0 80px;
    overflow: hidden;
}

.tutor-wrap {
    padding: 100px 0 80px;
}

.tutor-course-filter-wrapper .tutor-wrap {
    padding: 0;
}

.tutor-course-loop-header-meta {
    z-index: 3;
}

.tutor-cart-box-login-form {
    z-index: 999;
}

.tutor-course-loop {
    box-shadow: 0 10px 40px 0 rgb(50 65 141 / 12%);
    border-radius: 5px;
    border: none;
}

.etlms-course-list-classic .etlms-card, .etlms-coursel-classic .etlms-card {
    border: none !important;
    box-shadow: 0 20px 40px 0 rgba(50,65,141,.12);
}

    .etlms-course-list-classic .etlms-card:hover, .etlms-coursel-classic .etlms-card:hover {
        box-shadow: 0 40px 50px 0 rgba(50,65,141,.08) !important;
    }

.tutor-course-header a {
    overflow: hidden;
}

.tutor-course-header img {
    -webkit-transition: .5s;
    transition: .5s;
}

.tutor-course.tutor-course-loop:hover .tutor-course-header img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.tutor-course-loop-level {
    padding: 8px 10px;
    font-size: 16px;
}

.tutor-course-filter-form select {
    padding: 12px 10px;
    cursor: pointer;
    outline: 0;
}

.tutor-course-archive-results-wrap strong {
    padding: 5px 12px;
    height: 5px;
    width: 15px;
    border-radius: 5px;
}

.tutor-single-course-segment {
    box-shadow: 0 0 12px 0 #dddddd4f;
    padding: 20px 15px 20px;
}

    .tutor-segment-title, .tutor-single-course-segment .tutor-segment-title {
        font-size: 22px;
        font-weight: 600;
        text-transform: uppercase;
    }

.tutor-course-filter-container .tutor-course-search-field, .tutor-course-filter-container form > div > div {
    box-shadow: 0 0 23px rgb(0 0 0 / 10%);
    padding: 5px 15px 20px;
    margin-bottom: 30px;
}

.tutor-course-header-h1 {
    font-weight: 600;
}

.tutor-course-lesson h5 a {
    font-size: 17px;
}

#scrollUp {
    bottom: 30px;
    font-size: 30px;
    height: 40px;
    line-height: 40px;
    right: 100px;
    text-align: center;
    border-radius: 30px;
    width: 40px;
}

.mini_shop_content {
    position: relative;
    margin-left: 15px;
}

    .mini_shop_content a {
        position: relative;
    }

        .mini_shop_content a i {
            font-size: 26px;
            box-shadow: 0 0 30px 0 #d6c3c3;
            padding: 8px;
            border-radius: 100%;
            color: #222429;
            background: #fff;
        }

        .mini_shop_content a span.count {
            position: absolute;
            right: -6px;
            top: -10px;
            border-radius: 100%;
            width: 20px;
            height: 20px;
            text-align: center;
            font-size: 13px;
            color: #fff;
            line-height: 20px;
        }

.twr_mini_cart {
    position: absolute;
    right: 0;
    top: 130%;
    width: 300px;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .2s;
    transition: .2s;
}

.mini_shop_content:hover .twr_mini_cart {
    opacity: 1;
    top: 167%;
    visibility: visible;
}

.twr_mini_cart .widget_shopping_cart {
    background: #fff;
    width: 300px;
    padding: 14px 10px 10px;
    box-shadow: 0 0 18px 0 #0a0a0a0d;
}

    .twr_mini_cart .widget_shopping_cart ul.cart_list li, .twr_mini_cart .widget_shopping_cart ul.product_list_widget li {
        border-bottom: 1px solid #eee;
        padding: 15px 10px 14px 25px;
    }

.twr_mini_cart p.woocommerce-mini-cart__buttons.buttons {
    margin: auto;
    text-align: center;
}

.twr_mini_cart .woocommerce ul.cart_list li img, .twr_mini_cart .woocommerce ul.product_list_widget li img {
    float: left;
    margin-left: 0;
    margin-right: 12px;
    width: 48px;
}

.twr_mini_cart .woocommerce ul.cart_list li a, .twr_mini_cart .woocommerce ul.product_list_widget li a {
    display: block;
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    color: #222429;
}

.twr_mini_cart span.quantity {
    font-size: 14px;
    font-weight: 600;
}

.twr_mini_cart .woocommerce.widget_shopping_cart .cart_list li a.remove, .twr_mini_cart .woocommerce.widget_shopping_cart .product_list_widget li a.remove {
    position: absolute;
    top: 48%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.twr_mini_cart .woocommerce a.remove:hover {
    color: red !important;
    background: 0 0;
}

.twr_mini_cart p.woocommerce-mini-cart__total.total {
    text-align: center;
}

.twr_mini_cart .woocommerce.widget_shopping_cart .total {
    border-top: 0 double #ebe9eb;
    padding: 12px 0 0;
}

.twr_mini_cart span.woocommerce-Price-amount.amount {
    font-weight: 600;
    color: #0049ff;
}

.twr_mini_cart .woocommerce.widget_shopping_cart .buttons a {
    background: #fff;
    color: #222429;
    font-weight: 500;
    border: 1px solid #eaeaea;
}

    .twr_mini_cart .woocommerce.widget_shopping_cart .buttons a.checkout {
        color: #fff;
        border-color: #0049ff;
    }

    .twr_mini_cart .woocommerce.widget_shopping_cart .buttons a:hover {
        color: #fff;
    }

.twr_mini_cart p.woocommerce-mini-cart__empty-message {
    margin: 0;
    padding: 20px 23px 25px;
}

.slick-next, .slick-prev {
    font-size: 0;
    position: absolute;
    display: block;
    padding: 0;
    cursor: pointer;
    color: #fff;
    outline: 0;
    z-index: 9;
    opacity: 0;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    -webkit-transition: .5s;
    transition: .5s;
    border: 0 solid #17161a;
}

.slick-slider:hover .slick-next, .slick-slider:hover .slick-prev {
    opacity: 1;
}

.slick-prev {
    left: -15px;
}

.slick-next {
    right: -15px;
}

.witr_ds_content_area .slick-prev {
    left: 15px;
}

.witr_ds_content_area .slick-next {
    right: 15px;
}

.slick-next:before, .slick-prev:before {
    color: #fff;
    font-size: 40px;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    content: "\ea93";
    font-family: IcoFont !important;
    line-height: inherit;
    opacity: 1;
}

.slick-next:before {
    content: "\ea94";
    font-family: IcoFont !important;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    background: #222429;
    border-color: transparent;
    outline-color: transparent;
    outline: 0;
}

    .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
        color: #fff;
    }

.blog_wrap .slick-next, .blog_wrap .slick-prev {
    top: 35%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.blog_wrap .slick-prev, .testomonial-slide .slick-prev {
    left: -65px;
}

.blog_wrap .slick-next, .testomonial-slide .slick-next {
    right: -65px;
}

.witr_car_overlay .slick-slide {
    padding: 0 12px;
}

.carsur_dots .elementor-slick-slider ul.slick-dots {
    bottom: -70px;
}

    .carsur_dots .elementor-slick-slider ul.slick-dots li {
        margin: 0 5px;
    }

        .carsur_dots .elementor-slick-slider ul.slick-dots li button:before {
            background-color: transparent;
            font-size: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #fff;
            cursor: pointer;
            border-radius: 50%;
        }

        .carsur_dots .elementor-slick-slider ul.slick-dots li.slick-active button:before {
            background-color: #fff;
        }

        .carsur_dots .elementor-slick-slider ul.slick-dots li button:hover:before {
            background-color: #fff;
        }

.slick-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: -26px;
    display: inline-block;
    z-index: 11;
    text-align: center;
}

    .slick-dots li {
        display: inline-block;
    }

        .slick-dots li button {
            font-size: 0;
            width: 18px;
            height: 18px;
            border: 0 solid #0049ff;
            margin: 0 5px;
            cursor: pointer;
            border-radius: 50px;
            padding: 0;
            -webkit-transition: .5s;
            transition: .5s;
            outline: 0;
        }

.slick-slide:focus {
    border: none;
    outline: 0;
}

.slick-slide {
    border: none;
    outline: 0;
}

.twr_pretwr_loader_pre {
    width: 100%;
    z-index: 9000;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
}

    .twr_pretwr_loader_pre .twr_animation {
        position: absolute;
        z-index: 9999;
    }

        .twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
            height: 8em;
            margin: 0 auto 3em auto;
            width: 8em;
            -webkit-animation: twr_circle_pre 1s infinite linear;
            animation: twr_circle_pre 1s infinite linear;
            border-radius: 50%;
            border: 5px solid transparent;
            border-top-color: #0049ff;
            border-bottom-color: #0049ff;
        }

        .twr_pretwr_loader_pre .twr_animation .twr_text_pre {
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            text-align: center;
            font-weight: 700;
            font-size: 5em;
        }

            .twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre {
                position: relative;
                color: rgba(0,0,0,.2);
            }

                .twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:before {
                    content: attr(data-text-pretwr_loader_pre);
                    color: #0049ff;
                    left: 0;
                    opacity: 0;
                    position: absolute;
                    -webkit-transform: rotateY(-90deg);
                    transform: rotateY(-90deg);
                    -webkit-animation: twr_textletter_pre 4s infinite;
                    animation: twr_textletter_pre 4s infinite;
                }

                .twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(2):before {
                    -webkit-animation-delay: .2s;
                    animation-delay: .2s;
                }

                .twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(3):before {
                    -webkit-animation-delay: .4s;
                    animation-delay: .4s;
                }

                .twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(4):before {
                    -webkit-animation-delay: .6s;
                    animation-delay: .6s;
                }

                .twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(5):before {
                    -webkit-animation-delay: .8s;
                    animation-delay: .8s;
                }

                .twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(6):before {
                    -webkit-animation-delay: 1s;
                    animation-delay: 1s;
                }

                .twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(7):before {
                    -webkit-animation-delay: 1.2s;
                    animation-delay: 1.2s;
                }

                .twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(8):before {
                    -webkit-animation-delay: 1.4s;
                    animation-delay: 1.4s;
                }

                .twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(9):before {
                    -webkit-animation-delay: 1.6s;
                    animation-delay: 1.6s;
                }

                .twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(10):before {
                    -webkit-animation-delay: 1.8s;
                    animation-delay: 1.8s;
                }

                .twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(11):before {
                    -webkit-animation-delay: 2s;
                    animation-delay: 2s;
                }

                .twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:nth-child(12):before {
                    -webkit-animation-delay: 2.2s;
                    animation-delay: 2.2s;
                }

    .twr_pretwr_loader_pre .twr_loader_pre {
        position: fixed;
        top: 0;
        height: 100%;
        font-size: 0;
        z-index: 1;
        pointer-events: none;
        left: 0;
        width: 100%;
    }

.twr_loader_pre .row {
    height: 100%;
}

.twr_loader_pre .trw_prebg {
    padding: 0;
}

    .twr_loader_pre .trw_prebg .twr_bgoverlay {
        width: 100%;
        -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1);
        transition: all .8s cubic-bezier(.77, 0, .175, 1);
        background-color: #fff;
        height: 100%;
        left: 0;
    }

.twr_loader_pre .twr_animation {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
    opacity: 0;
}

.twr_loader_pre .trw_prebg .twr_bgoverlay {
    -webkit-transition: .7s .3s allcubic-bezier(.1, .1, .1, 1);
    transition: .7s .3s allcubic-bezier(.1, .1, .1, 1);
    width: 0;
}

#pretwr_loader_pre {
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 99999999;
    position: fixed;
    top: 0;
    left: 0;
}

.loding_logo {
    margin-bottom: 30px;
}

@media screen and (max-width:767px) {
    .twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
        height: 8em;
        width: 8em;
    }

    .twr_pretwr_loader_pre .twr_animation .twr_text_pre {
        font: bold 3.5em Poppins,sans-serif;
    }
}

@media screen and (max-width:500px) {
    .twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
        height: 7em;
        width: 7em;
    }

    .twr_pretwr_loader_pre .twr_animation .twr_text_pre {
        font: bold 1.5em Poppins,sans-serif;
    }
}

@-webkit-keyframes twr_circle_pre {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes twr_circle_pre {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes twr_textletter_pre {
    0%,100%,75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

@keyframes twr_textletter_pre {
    0%,100%,75% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,50% {
        opacity: 1;
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.em_slider_social {
    position: fixed;
    right: 30px;
    text-align: center;
    top: 60%;
    z-index: 999999;
}

    .em_slider_social li {
        display: block;
        list-style: outside none none;
        text-decoration: none;
    }

    .em_slider_social a {
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        font-size: 16px;
        height: 35px;
        line-height: 33px;
        margin-bottom: 10px;
        text-align: center;
        width: 35px;
    }

.team_single_pic {
    overflow: hidden;
}

    .team_single_pic img {
        width: 100%;
    }

.witr_single_team_s {
    text-align: center;
    padding: 15px 0;
}

    .witr_single_team_s a {
        text-align: center;
        font-size: 20px;
        margin: 0 7px;
    }

.team_single_content h3 {
    font-size: 40px;
    margin-bottom: 20px;
}

.team_single_title {
    margin-bottom: 15px;
}

    .team_single_title h2 {
        margin: 0;
        font-size: 27px;
    }

    .team_single_title h1 {
        font-size: 17px;
    }

.single_team_list ul li a i, .single_team_list ul li i {
    font-size: 19px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

.team_single_btn {
    margin-top: 30px;
}

    .team_single_btn a {
        border-radius: 5px;
        display: inline-block;
        font-size: 20px;
        padding: 12px 30px;
        -webkit-transition: .5s;
        transition: .5s;
        font-weight: 700;
    }

.portfolio-details-box h2 {
    font-size: 25px;
}

.portfolio-details-box ul li {
    padding-top: 15px;
    padding-bottom: 10px;
    list-style: none;
}

    .portfolio-details-box ul li b {
        font-size: 18px;
        font-weight: 600;
    }

    .portfolio-details-box ul li span.eright {
        font-weight: 400;
        font-size: 16px;
        margin-left: 5px;
    }

.prots-contentg ul {
    display: inline-block;
    margin-bottom: 20px;
}

    .prots-contentg ul li {
        list-style: none;
    }

.portfolio-details-box .prots-contentg ul {
    margin-left: 0;
}

.pr-title h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.poket-event-singlea {
    padding-bottom: 20px;
}

h2.related-projects-title.text-left {
    padding-bottom: 30px;
}

.poket-single-icon {
    text-align: left;
}

    .poket-single-icon a {
        border: 1px solid #e6e6e6;
        display: inline-block;
        font-size: 15px;
        height: 40px;
        line-height: 41px;
        margin: 0 9px 0 0;
        text-align: center;
        width: 40px;
        border-radius: 5px;
    }

.right_popupmenu_area .footer-widget.address, .right_popupmenu_area .footer-widget.address p, .right_popupmenu_area .poket-description-area .phone a, .right_popupmenu_area .poket-description-area p {
    color: #17161a !important;
}

.main_menu_pop_area .blog-left-side .widget ul li:before {
    display: none;
}

.main_menu_pop_area .blog-left-side .widget ul li {
    padding-left: 0;
}

.main_menu_pop_area .blog-left-side .widget a {
    font-size: 21px;
}

.main_menu_pop_area .right_sideber_menu_inner {
    width: 300px;
}

.main_menu_pop_area a.main_sticky_l {
    display: none;
}

.right_side_menu_icon {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9;
}

    .right_side_menu_icon .right_sideber_menu i {
        color: #fff;
        background: #fb3b00;
        padding: 25px;
    }

body {
    color: #00155a;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    color: #00155a;
}

a {
    color: #ff9800;
}

    a:hover {
        color: #ff6200;
    }

::-moz-selection {
    color: #888;
}

::-moz-selection {
    color: #888;
}

::selection {
    color: #888;
}

::-moz-placeholder {
    color: #888;
}

::-webkit-input-placeholder {
    color: #888;
}

:-ms-input-placeholder {
    color: #888;
}

::placeholder {
    color: #888;
}

.blog-left-side .nav .children li a:hover, .blog-left-side .sub-menu li a:hover {
    color: #18c8ff;
}

.defaultsearch button {
    color: #fff;
}

.blog-left-side .widget ul li a:hover, .blog-left-side .widget ul li:hover::before {
    color: #ff6200;
}

.r-post-content h3 a:hover, .r-post-content h3:hover, .tagcloud a:hover, .widget_archive ul li a:hover, .widget_archive ul li:hover:before, .widget_categories ul li a:hover, .widget_categories ul li:hover:before {
    color: #ff6200;
}

.tagcloud a:hover, table#wp-calendar td#today, table#wp-calendar td#today a {
    color: #fff;
}

blockquote code {
    color: #555;
}

.gallery-caption {
    color: #707070;
}

.wp-block-cover p:not(.has-text-color) {
    color: #fff;
}

.wp-block-button a:not([href]):not([tabindex]) {
    color: #fff;
}

.wp-block-button.is-style-outline a:not([href]):not([tabindex]) {
    color: #333;
}

.post-password-form input[type=submit] {
    color: #fff;
}

.site-description, .site-title, .site-title a, .site-title a:hover {
    color: #5b5d62;
}

.mean-container .mean-nav ul li li a {
    color: #17161a;
}

.poket_menu > ul > li > a {
    color: #272727;
}

.creative_header_menu > ul > li:hover > a, .poket_menu > ul > li.current > a, .poket_menu > ul > li:hover > a {
    color: #ff6200;
}

.poket_menu ul .sub-menu li a, .poket_menu ul .sub-menu li:before {
    color: #272727;
}

.poket_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover > a, .poket_menu ul .sub-menu .sub-menu .sub-menu li:hover > a, .poket_menu ul .sub-menu .sub-menu li:hover > a, .poket_menu ul .sub-menu li:hover:before, .poket_menu ul .sub-menu li:hover > a {
    color: #ff6200;
}

.poket_nav_area.prefix .poket_menu > ul > li > a {
    color: #fff;
}

.poket_nav_area.prefix .poket_menu > ul > li.current > a {
    color: #ff6200;
}

.heading_style_2 .poket_menu > ul > li > a {
    color: #fff;
}

.heading_style_3 .poket_menu > ul > li > a {
    color: #fff;
}

.heading_style_4 .poket_menu > ul > li > a {
    color: #fff;
}

.heading_style_5 .poket_menu > ul > li > a {
    color: #fff;
}

.witr_shop_sc a.cart-contents {
    color: #fff;
}

.main_menu_header_icon i {
    color: #e0a067;
}

.main_menu_header_address_text h3 {
    color: #e0a067;
}

.prefix .main_menu_header_address_text h3, .prefix .main_menu_header_address_text h4 a, .prefix .main_menu_header_icon i {
    color: #fff;
}

.hmenu_box_style.hbg2 .poket_menu > ul > li > a {
    color: #fff;
}

.right_sideber_menu i {
    color: #272727;
}

.poket_nav_area.prefix .right_sideber_menu i, .witr_search_wh .prefix .em-header-quearys .em-quearys-menu i {
    color: #fff;
}

.prefix .right_close_class .right_sideber_menu i, .right_close_class .right_sideber_menu i {
    color: #ff6200;
}

.right_sideber_menu_inner .poket-description-area .social-icons a:hover {
    color: #fff;
}

.right_sideber_menu_inner .poket-description-area .phone a {
    color: #333;
}

.witr_search_wh .em-header-quearys .em-quearys-menu i {
    color: #272727;
}

.btn, a.dtbtn {
    color: #fff;
}

    .btn.btn-bordered {
        color: #ff6200;
    }

        .btn.btn-bordered:hover {
            color: #fff;
        }

.em-quearys-menu i, .top-form-control input {
    color: #fff;
}

    .top-form-control input::-webkit-input-placeholder {
        color: #fff;
    }

    .top-form-control input::-moz-placeholder {
        color: #888;
    }

    .top-form-control input:-ms-input-placeholder {
        color: #888;
    }

.top-form-control button.top-quearys-style {
    color: #fff;
}

.single_team_list ul li a i, .single_team_list ul li i, .team_single_btn a {
    color: #fff;
}

.breadcumb-inner li, .breadcumb-inner li a, .breadcumb-inner ul, .breadcumb-inner ul span a, .witr_breadcumb_shop ul li span a {
    color: #00155a;
}

    .breadcumb-inner li a:hover {
        color: #ff6200;
    }

.poket-blog-meta-left a, .poket-blog-meta-left span {
    color: #888;
}

.poket-blog-meta-left i {
    color: #ff6200;
}

.poket-blog-meta-right a, .poket-blog-meta-right span {
    color: #00155a;
}

.readmore a:hover {
    color: #fff;
}

.poket-single-icon-inner a {
    color: #17161a;
}

.poket-single-icon a {
    color: #ff6200;
}

    .poket-single-icon a:hover, .poket-single-icon-inner a:hover {
        color: #fff;
    }

.page-numbers span.current, .paginations a {
    color: #888;
}

    .page-numbers span.current, .paginations a.current, .paginations a:hover {
        color: #fff;
    }

.tutor-pagination-wrap a:hover, .tutor-pagination-wrap span.page-numbers.current {
    color: #fff;
}

.reply_date span.span_right {
    color: #ff6200;
}

.comment_poket_btn {
    color: #fff;
}

.not-found-inner h2 {
    color: #ff6200;
}

.not-found-inner a {
    color: #606b82;
}

table#wp-calendar td#today a {
    color: #fff;
}

.top_address_content a, .top_address_content span {
    color: #fff;
}

.footer-top-address h2 {
    color: #fff;
}

    .footer-top-address h2 span {
        color: #ff6200;
    }

.footer-top-inner h2 {
    color: #fff;
}

    .footer-top-inner h2 span {
        color: #ff6200;
    }

.footer-top-inner p {
    color: #fff;
}

.footer-social-icon a i {
    color: #fff;
}

    .footer-social-icon a i:hover {
        color: #fff;
    }

.footer-middle .widget ul li a:hover, .footer-middle .widget ul li:hover:before {
    color: #ff6200;
}

.recent-post-text h4 a {
    color: #17161a;
}

    .recent-post-text h4 a:hover {
        color: #ff6200;
    }

.footer-middle .recent-post-text > h4 a:hover {
    color: #ff6200;
}

.footer-widget.address, .footer-widget.address p {
    color: #17161a;
}

.footer-middle .widget ul li a {
    color: #00235a;
}

.copy-right-text a {
    color: #ff6200;
}

    .copy-right-text a:hover, .footer-menu ul li a:hover {
        color: #ff6200;
    }

#scrollUp i {
    color: #fff;
}

.mini_shop_content a i {
    color: #00235a;
    background: #fff;
}

.mini_shop_content a span.count {
    background: #ff6200;
    color: #fff;
}

.twr_mini_cart .widget_shopping_cart {
    background: #fff;
}

.top-address p a, .top-address p span, .top-right-menu ul.social-icons li a, .top-welcome p, .top-welcome p a, .top-welcome p span, .top-welcomet p a, .top-welcomet p span {
    color: #fff;
}

    .top-address p a i, .top-address p span i, .top-welcome p span i, .top-welcomet p span i {
        color: #fff;
    }

    .top-welcome p a:hover {
        color: #17161a;
    }

.top-right-menu .social-icons li a i:hover, .top-right-menu .social-icons li a:hover {
    color: #17161a;
}

.creative_header_icon i {
    color: #ff6200;
}

.creative_header_address_text > p > a {
    color: #999;
}

.creative_header_button .dtbtn {
    color: #fff;
}

.tx_menuc_btn .tx_mc_btn {
    color: #fff;
}

    .tx_menuc_btn .tx_mc_btn:hover {
        color: #fff;
    }

.top_crmenu_i_list li a i {
    color: #ff6200;
}

    .top_crmenu_i_list li a i:hover {
        color: #fff;
    }

.top_crmenu_l li a {
    color: #fff;
}

.top_crmenu_l li li a {
    color: #fff;
}

    .top_crmenu_l li li a:hover {
        color: #006ff9;
    }

.top_crt_style i {
    color: #fff;
}

.top_crt_style h3 {
    color: #fff;
}

.top_crt_style .site-title a, .top_crt_style p, .top_crt_style p a {
    color: #fff;
}

.top-welcomet p {
    color: #fff;
}

.top-address.cr_top_addess p a, .top-address.cr_top_addess p span {
    color: #fff;
}

    .top-address.cr_top_addess p a i, .top-address.cr_top_addess p span i {
        color: #fff;
    }

.post_reply h1, .post_reply h2, .post_reply h3, .post_reply h4, .post_reply h5, .post_reply h6 {
    color: #303030;
}

.blog-content h2 a:hover {
    color: #ff6200;
}

.poket-blog-meta-left a, .poket-blog-meta-left span {
    color: #888;
}

    .poket-blog-meta-left a:hover, .poket-blog-meta-left span:hover {
        color: #ff6200;
    }

.poket-blog-meta-left i {
    color: #ff6200;
}

.poket-blog-meta-right a, .poket-blog-meta-right span {
    color: #00155a;
}

.readmore a {
    color: #444;
}

    .readmore a:hover {
        color: #fff;
    }

.poket-single-icon-inner a {
    color: #17161a;
}

    .poket-single-icon-inner a:hover {
        color: #fff;
    }

.reply_date span.span_right {
    color: #ff6200;
}

.comment_field .input-field label, .comment_field .textarea-field label {
    color: #606060;
}

.comment_field .input-field input, .comment_field .textarea-field textarea {
    color: #555;
}

.poket_btn {
    color: #fff;
}

.blog-page-title h2 a:hover {
    color: #ff6200;
}

.mc4wp-form-fields input {
    color: #b0afaf;
}

.mc4wp-form-fields button {
    color: #fff;
}

.mc4wp-alert.mc4wp-error a, .mc4wp-alert.mc4wp-error p {
    color: #fff;
}

.mc4wp-form-fields input::-moz-placeholder {
    color: #888;
}

.mc4wp-form-fields input::-webkit-input-placeholder {
    color: #888;
}

.footer-middle .mc4wp-form-fields input::-moz-placeholder {
    color: #888;
}

.footer-middle .mc4wp-form-fields input::-webkit-input-placeholder {
    color: #888;
}

.footer-middle .mc4wp-form-fields button {
    color: #fff;
}

    .footer-middle .mc4wp-form-fields button:hover {
        color: #ff6200;
    }

.footer-middle .checkbox_witr span {
    color: #fff;
}

.witr_joined .witr_con_btn2 .w_btn2 {
    color: #fff;
}

span.eleft {
    color: #00235a;
}

.poket-description-area .social-icons a {
    color: #fff;
}

.witr_sub_table span {
    color: #fff;
}

.right_popupmenu_area .witr_sub_table span {
    color: #272727;
}

.right_popupmenu_area .footer-widget.address, .right_popupmenu_area .footer-widget.address p, .right_popupmenu_area .ittech-description-area .phone a, .right_popupmenu_area .ittech-description-area p {
    color: #17161a !important;
}

.shortcode_content h2 {
    color: #fff;
}

.shortcode_content p {
    color: #fff;
}

    .shortcode_content p a:hover {
        color: #18406b;
    }

.tutor-star-rating-group {
    color: #ff6200;
}

.tutor-course-loop-meta > div i {
    color: #ff6200;
}

.tutor-loop-author > div span {
    color: #272727;
}

.tutor-course-filter-form select {
    color: #656565;
}

.tutor-course-archive-results-wrap strong {
    color: #fff;
}

.tutor-segment-title, .tutor-single-course-segment .tutor-segment-title {
    color: #272727;
}

.tutor-course-header-h1 {
    color: #272727;
}

.tutor-course-filter-wrapper > div:first-child label:hover, .tutor-wrap nav.course-enrolled-nav ul li.active a {
    color: #ff6200;
}

.tutor-course-lesson h5 a, .tutor-course-loop-price > .price .tutor-loop-cart-btn-wrap a, .tutor-course-loop-title h2 a, .tutor-single-course-meta ul li span, .tutor-single-course-meta ul li.tutor-social-share button, .tutor-single-course-meta.tutor-lead-meta ul li span, .tutor-wrap nav.course-enrolled-nav ul li a {
    color: #272727;
}

.witr_single_team_s a {
    color: #fff;
}

    .witr_single_team_s a:hover {
        color: #272727;
    }

.team_single_title h1 {
    color: #ff6200;
}

.single_team_list ul li a i, .single_team_list ul li i, .witr_single_team_s {
    background: #ff6200;
}

.single_team_list ul li {
    list-style: none;
}

    .single_team_list ul li a i:hover, .single_team_list ul li i:hover {
        background: #272727;
    }

.team_single_btn a {
    background: #ff6200;
}

    .team_single_btn a:hover {
        background: #00235a;
    }

.box.wrapper {
    background: #fff;
}

::-moz-selection {
    background: #4fc1f0;
}

::-moz-selection {
    background: #4fc1f0;
}

::selection {
    background: #4fc1f0;
}

.blog-left-side > div {
    background: #fff;
}

.defaultsearch {
    background: #f7f7f7;
}

    .defaultsearch input {
        background: #f7f7f7;
    }

    .defaultsearch button {
        background: #ff6200;
    }

        .defaultsearch button:hover {
            background: #00235a;
        }

.blog-left-side .widget select {
    background: #fff;
}

.tagcloud a:hover {
    background: #ff6200;
}

table#wp-calendar td#today {
    background: #ff6200;
}

pre {
    background: #f5f5f5;
}

.wp-block-button__link {
    background: #ff6200;
}

.post-password-form input[type=submit] {
    background: #ff6200;
}

.mean-container .mean-nav {
    background: #ff6200;
}

.mean-container .mean-bar {
    background: #ff6200;
}

.poket_nav_area {
    background: #fff;
}

.poket_menu > ul > li.current > a:before, .poket_menu > ul > li > a:before {
    background: #ffb600;
}

.poket_menu ul .sub-menu {
    background: #fff;
}

.hbg2 {
    background: rgba(0,0,0,.7);
}

.witr_shop_sc a.cart-contents {
    background: #ff4a17;
}

.main_menu_address_a::before {
    background: #fbfbfb40;
}

.hmenu_box_style {
    background: #fff;
}

.right_sideber_menu_inner {
    background: #fff;
}

a.dtbtn {
    background: #ff6200;
}

    a.dtbtn:hover {
        color: #fff;
    }

.em-quearys-menu i {
    background: #ff6200;
}

.em-s-open {
    background: #000000e6 !important;
}

.btn {
    background: #ff6200;
}

    .btn.btn-bordered:hover {
        background: #ff6200;
    }

    .btn:active {
        background: #ac2925;
    }

.breadcumb-blog-area {
    background: #f7f7f7;
}

.breadcumb-area {
    background: #f7f7f7;
}

.poket-single-blog {
    background: #fff;
}

.poket-blog-thumb a:before {
    background: rgba(0,0,0,.7);
}

.readmore a:hover {
    background: #ff6200;
}

.poket-single-blog-details {
    background: #fff;
}

.poket-single-icon a:hover, .poket-single-icon-inner a:hover {
    background: #ff6200;
}

.page-numbers span.current, .paginations a.current, .paginations a:hover {
    background: #ff6200;
}

.page-numbers, .tutor-pagination-wrap a, .tutor-pagination-wrap span.page-numbers.current, a.page-numbers {
    background: #fff;
}

    .tutor-pagination-wrap a:hover, .tutor-pagination-wrap span.page-numbers.current {
        background: #ff6200;
    }

.commment_title h3:before {
    background: #ff6200;
}

.comment-respond, .comments {
    background: #fff;
}

.comment_poket_btn {
    background: #ff6200;
}

    .comment_poket_btn:hover {
        background: #00235a;
    }

.not-found-area {
    background: #fff;
}

.poket-search-page {
    background: #fff;
}

.top-address-area {
    background: #111;
}

.footer-top {
    background: #1b1919;
}

.footer-social-icon a i {
    background: #ff6200;
}

    .footer-social-icon a i:hover {
        background: #00235a;
    }

.witrfm_area {
    background: #fdfdfd;
}

.footer-bottom:before {
    background: #ffffff61;
}

.mc4wp-form-fields input {
    background: #fff;
}

.mc4wp-form-fields button {
    background: #00235a;
}

    .mc4wp-form-fields button:hover {
        background: #18406b;
    }

.footer-middle .mc4wp-form-fields button {
    background: #ff6200;
}

    .footer-middle .mc4wp-form-fields button:hover {
        background: #fff;
    }

.witr_joined .witr_field2 .witr_form_field2 input {
    background: #fff;
}

.event-description {
    background: #fff;
}

.poket-description-area .social-icons a {
    background: #597094;
}

    .poket-description-area .social-icons a:hover {
        background: #ff6200;
    }

.witr_shortcode_inner {
    background: #ff6200;
}

.witr_amar_table table th {
    background: #ff620030;
}

.tutor-course-loop-level {
    background: #ff6200;
}

.txw span.tutor-text-avatar {
    background: #ff6200;
}

.tutor-course-archive-results-wrap strong {
    background: #ff6200;
}

.poket_button a:hover, .witr_btn:hover, a.dtbtn:hover {
    background: #00235a;
}

#scrollUp {
    background: #ff6200;
}

.poket-header-top {
    background: #ff6200;
}

.top-right-menu ul .sub-menu {
    background: #ff6200;
}

.em_creative_header {
    background: #f9f9f9;
}

    .creative_header_button .dtbtn, .creative_header_button:before, .creative_header_button > a:hover, .em_creative_header:after, .em_creative_header:before {
        background: #ff6200;
    }

.tx_menuc_btn .tx_mc_btn {
    background: #006ff9;
}

    .tx_menuc_btn .tx_mc_btn:hover {
        background: #131414;
    }

.top_crmenu_i_list li a i {
    background: #ffffff5e;
}

    .top_crmenu_i_list li a i:hover {
        background: #006ff9;
    }

.top_crmenu_l ul, .top_crt_style {
    background: #ff6200;
}

.em_slider_social a {
    background: #ff6200;
    border: 1px solid #ff6200;
}

    .em_slider_social a:hover {
        background: #ff6200;
        border-color: #ff6200;
        color: #fff;
    }

.footer-menu ul li a {
    color: #00155a;
}

.tbd_product .thb_product_car a {
    color: #17161a;
}

.thb_product_car a.added_to_cart:hover:before {
    color: #fff;
}

.woocommerce span.tbd_sale_inner {
    color: #fff;
}

.woocommerce span.onsale.onsingle_sale.tbd_sale_inner {
    color: #fff;
}

.tbd_product_title span a {
    color: #655d5d;
}

.tbd_item_info a:hover, .tbd_product_title h2 a:hover {
    color: #ff6200;
}

.woocommerce .products .star-rating, .woocommerce .star-rating {
    color: #ff6200;
}

.woocommerce p.stars a {
    color: #ffc107;
}

.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce-info::before {
    color: #ff6200;
}

ul.tx_product_tab.nav li a {
    color: #333;
}

    ul.tx_product_tab.nav li a.active {
        color: #fff;
    }

.woocommerce div.product form.cart .button {
    color: #fff;
}

.woocommerce div.product .stock {
    color: #ff6200;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #fff;
}

.woocommerce table.witr_product_cart tbody tr td a {
    color: #555;
}

    .woocommerce table.witr_product_cart tbody tr td a.witr_cart_delete {
        color: #ff6200;
    }

.woocommerce .witr_cart_to_cross a.checkout-button.alt, .woocommerce .witr_checkout_form button.button.alt, .woocommerce .witr_product_cart button, .woocommerce .witr_product_cart button.button:disabled, .woocommerce .witr_product_cart button.button:disabled[disabled], .woocommerce a.button, .woocommerce a.button.wc-backward, .woocommerce button.button, .woocommerce input.button {
    color: #fff;
}

    .woocommerce .witr_cart_to_cross a.checkout-button.alt:hover, .woocommerce .witr_checkout_form button.button.alt:hover .woocommerce a.button:hover, .woocommerce .witr_product_cart button:hover, .woocommerce a.button.wc-backward:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
        color: #fff;
    }

.woocommerce-message::before {
    color: #ff6200;
}

.witr_cart_to_cross .cart_totals > h2 {
    color: #fff;
}

.witr_checkout_form .witr_ck_blling h3, .witr_checkout_form h3#order_review_heading, h2.woocommerce-order-details__title {
    color: #fff;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    color: #43454b;
}

nav.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #fff;
}

.woocommerce-MyAccount-content a {
    color: #ff6200;
}

.woocommerce-column__title {
    color: #fff;
}

.widget_product_search button {
    color: #fff;
}

.witr_cat_content a {
    color: #ff6200;
}

.tbd_product .thb_product_car a {
    background: #ff6200;
}

.thb_product_car a.added_to_cart:hover:before, .woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product form.cart .button, .woocommerce span.onsale.onsingle_sale.tbd_sale_inner, .woocommerce span.tbd_sale_inner {
    background: #ff6200;
}

h2.woocommerce-loop-category__title {
    background: #fafcfe;
}

mark.count {
    background: #fafcfe;
}

.woocommerce .witr_product_cart button.button.alt, .woocommerce .witr_product_cart input.button.alt {
    background: #72a40d;
}

    .woocommerce .witr_product_cart button.button.alt:hover, .woocommerce .witr_product_cart input.button.alt:hover {
        background: #034997;
    }

.woocommerce .witr_cart_to_cross a.checkout-button.alt, .woocommerce .witr_checkout_form button.button.alt, .woocommerce .witr_product_cart button, .woocommerce .witr_product_cart button.button:disabled, .woocommerce .witr_product_cart button.button:disabled[disabled], .woocommerce a.button, .woocommerce a.button.wc-backward, .woocommerce button.button, .woocommerce input.button {
    background: #ff6200;
}

    .woocommerce .witr_cart_to_cross a.checkout-button.alt:hover, .woocommerce .witr_checkout_form button.button.alt:hover .woocommerce a.button:hover, .woocommerce .witr_product_cart button:hover, .woocommerce a.button.wc-backward:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
        background: #000;
    }

.woocommerce-account a.woocommerce-Button.button {
    padding: 14px 25px 18px;
}

.woocommerce .witr_product_cart .coupon button.button {
    padding: 9px 20px 12px;
}

.tbd_product .thb_product_car a {
    background: #fff;
    color: #0e0d0d;
}

    .tbd_product .thb_product_car a:hover {
        background-color: #ff6200;
        color: #fff;
    }

.witr_cart_to_cross .cart_totals > h2 {
    background: #ff6200;
}

.tbd_product_title h2:hover, .tbd_product_title h3:hover {
    color: #ff6200;
}

.witr_checkout_form .witr_ck_blling h3, .witr_checkout_form h3#order_review_heading, h2.woocommerce-order-details__title {
    background: #ff6200;
}

.woocommerce-checkout.witr_checkout_form #payment {
    background: #fbf9f9;
}

nav.woocommerce-MyAccount-navigation ul li {
    background: rgba(0,0,0,.05);
}

    nav.woocommerce-MyAccount-navigation ul li.is-active {
        background: #ff6200;
    }

    nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover {
        background: rgba(0,0,0,.07);
    }

.woocommerce-column__title {
    background: #ff6200;
}

nav.woocommerce-MyAccount-navigation ul li a {
    color: #272727;
}

.content-widget .widget_price_filter .ui-slider .ui-slider-handle, .content-widget .widget_price_filter .ui-slider .ui-slider-range, .widget_product_search button {
    background: #ff6200;
}

.poket-single-blog {
    background: #fff;
}

.poket-blog-thumb a:before {
    background: rgba(0,0,0,.7);
}

.poket-single-blog-details {
    background: #fff;
}

.commment_title h3:before, .poket-single-icon a:hover, .poket-single-icon-inner a:hover, .poket_btn, .readmore a:hover {
    background: #ff6200;
}

.comment-respond {
    background: #fff;
}

.poket_btn:hover {
    background: #00235a;
}

.mini_shop_content a span.count, .slick-next, .slick-next.slick-disabled, .slick-prev, .slick-prev.slick-disabled, .twr_mini_cart .woocommerce.widget_shopping_cart .buttons a.checkout, .twr_mini_cart .woocommerce.widget_shopping_cart .buttons a:hover {
    background: #ff6200;
}

.slick-dots li button {
    background: #ff62005c;
}

.post_reply div.st a {
    color: #00235a;
    font-weight: 500;
}

hr {
    border-bottom: 1px solid #eceff8;
}

    hr.style-2 {
        border-bottom: 1px dashed #f10;
    }

    hr.mp-0 {
        border-bottom: 1px solid #eceff8;
    }

    hr.mtb-40 {
        border-bottom: 1px solid #eceff8;
    }

.blog-left-side h2.widget-title::before {
    border: 1px solid #ff6200;
}

.blog-left-side .widget > ul > li:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.12);
}

.blog-left-side .widget select {
    border: 1px solid #ddd;
}

.tagcloud a {
    border: 1px solid #ddd;
}

table#wp-calendar td {
    border: 1px solid #e5e5e5;
}

table#wp-calendar th {
    border: 1px solid #e5e5e5;
}

td {
    border-bottom: 1px solid #ededed;
}

.post-password-form input[type=password] {
    border: 1px solid #ddd;
}

.portfolio-details-box ul li {
    border-bottom: 1px solid #ddd;
}

.sticky {
    border-color: #ff6200;
}

.top-form-control input {
    border-bottom: 3px solid #fff;
}

.tag-sticky-2 .poket-single-blog {
    border: 1px solid #ff6200;
}

.readmore a {
    border: 1px solid #ddd;
}

    .readmore a:hover {
        border-color: #ff6200;
    }

.poket-single-icon-inner a {
    border: 1px solid #e6e6e6;
}

    .poket-single-icon-inner a:hover {
        border-color: #ff6200;
    }

.page-numbers span.current, .paginations a.current, .paginations a:hover {
    border-color: #ff6200;
}

.post_comment {
    border: 1px solid #f1f1f1;
}

.not-found-area {
    border-top: 1px solid #f5f3f3;
}

.search-error .search input {
    border: 1px solid #ddd;
}

.recent-Review-area .owl-dot {
    border-color: #fff;
}

.footer-middle .mc4wp-form-fields input {
    border: 1px solid #ffffff66;
}

.mc4wp-form-fields .witr_mail_From input {
    border: 1px solid #ddd;
}

.btn.btn-bordered {
    border: 2px solid #ff6200;
}

.poket-description-area .social-icons a:hover {
    border-color: #ff6200;
}

.witr_sub_table {
    border-bottom: 1px solid #ffffff8c;
}

.right_popupmenu_area .witr_sub_table {
    border-bottom: 1px solid #ddd;
}

.tutor-course-filter-form select {
    border-color: #e8e8e8;
}

.top-right-menu ul .sub-menu {
    border-top: 1px solid #ff6200;
}

.top_crmenu_l ul {
    border-top: 1px solid #006ff9;
}

ul.tx_product_tab.nav li a {
    border: 1px solid #e8e8e8;
}

    ul.tx_product_tab.nav li a.active {
        border-color: #ff6200;
        background: #ff6200;
    }

.tbd_single_image a.woocommerce-product-gallery__trigger {
    border: 1px solid #c3bcbc;
}

.woocommerce .quantity .qty {
    border: 1px solid #ddd;
}

#review_form_wrapper .comment-form input {
    border: 1px solid #f6f6f6;
}

.woocommerce #review_form #respond textarea {
    border: 1px solid #f6f6f6;
}

.woocommerce table.witr_product_cart tbody tr td, .woocommerce table.witr_product_cart thead tr th {
    border: 1px solid #e8e6e6;
}

.woocommerce .witr_product_cart .coupon input {
    border: 1px solid #ddd;
}

.woocommerce-info, .woocommerce-message {
    border-top-color: #ff6200;
}

.woocommerce .witr_cart_to_cross table.shop_table tbody tr.order-total td, .woocommerce .witr_cart_to_cross table.shop_table tbody tr.order-total th {
    border-top: 1px solid #ddd;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
    border: solid 1px #e4e4e4;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container, .woocommerce form .form-row.woocommerce-invalid input.input-text, .woocommerce form .form-row.woocommerce-invalid select {
    border-color: #ff6200;
}

nav.woocommerce-MyAccount-navigation ul li {
    border-bottom: 1px solid rgba(0,0,0,.05);
}

    nav.woocommerce-MyAccount-navigation ul li.is-active:after {
        border-top: 20px solid transparent;
        border-left: 14px solid #ff6200;
        border-bottom: 20px solid transparent;
    }

    nav.woocommerce-MyAccount-navigation ul li:not(.is-active):hover:after {
        border-top: 20px solid transparent;
        border-left: 14px solid rgba(0,0,0,.07);
        border-bottom: 20px solid transparent;
    }

#customer_login form.login, #customer_login form.register {
    border: 1px solid #f0f0f0;
}

.search-field {
    border: 1px solid #ddd;
}

.tag-sticky-2 .poket-single-blog {
    border: 1px solid #ff6200;
}

.readmore a {
    border: 1px solid #ddd;
}

    .readmore a:hover {
        border-color: #ff6200;
    }

.poket-single-icon-inner a {
    border: 1px solid #e6e6e6;
}

    .poket-single-icon-inner a:hover {
        border-color: #ff6200;
    }

.post_comment {
    border: 1px solid #f1f1f1;
}

.comment_field .input-field input {
    border: 1px solid #e5e5e5;
}

.comment_field .textarea-field textarea {
    border: 1px solid #e5e5e5;
}

.twr_product_sidebar > div {
    border: 1px solid #eee;
}

.twr_product_sidebar a {
    color: #00155a;
}

.twr_product_sidebar h2.widget-title {
    background-color: #f2f2f2;
}

.entry-summary span.posted_in a, .entry-summary span.tagged_as a {
    color: #00155a;
}

a#cancel-comment-reply-link {
    color: #ff6200;
}

.slick-dots li.slick-active button {
    background: #ff6200;
}

.twr_pretwr_loader_pre .twr_animation .twr_circle_pre {
    border-top-color: #ff6200;
    border-bottom-color: #ff6200;
}

.twr_pretwr_loader_pre .twr_animation .twr_text_pre .twr_textletter_pre:before {
    color: #ff6200;
}

.tx_golobal_color {
    background: #ff6200;
}

.tx_btn_global_color:hover {
    background: #00235a;
}
/*
Theme Name: Poket Construction 
Theme URI: https://themexbd.com/poket/construction/
Author: wpexpert
Author URI: https://www.templatemonster.com/authors/wpexpert/
Description: Poket - Construction Responsive WordPress Theme
Version: 1.0.1
Tested up to: 5.9
Requires PHP: 7.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, sticky-post, threaded-comments, translation-ready
Text Domain: poket
*/
/*----------------------------------------
 Don't change any css from here. If you need to change, Please use child theme.
------------------------------------------*/
@media (min-width:1200px) and (max-width:1440px) {
    .poket_menu > ul > li > a {
        margin-left: 7px;
        margin-right: 7px;
    }
}

@media (min-width:1024px) and (max-width:1600px) {
    .em_slider_social {
        top: 45%;
    }
}

@media (min-width:1170px) and (max-width:1366px) {
    .em_creative_header:after {
        -webkit-transform: rotate(-114deg);
        transform: rotate(-114deg);
    }

    .creative_header_address {
        padding-left: 0;
    }
}

@media (min-width:1200px) and (max-width:1660px) {
    .poket-header-top, .poket_nav_area, .transprent-menu .poket_nav_area, .trp_nav_area {
        padding-right: 50px !important;
        padding-left: 50px !important;
    }

    .elementor-element.elementor-section-full_width {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

        .elementor-element.elementor-section-full_width:nth-child(1) {
            padding: 0 !important;
        }

    .elementor-element {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .ps1 .witr_content_pslide_text {
        left: 15px;
        right: 15px;
    }

    #scrollUp {
        right: 30px;
    }

    .elementor-element.elementor-element-7b9fba9 .all_color_service, .elementor-element.elementor-element-8bb264a .all_color_service {
        padding: 60px 20px 40px 20px !important;
    }

    .elementor-element.elementor-element-505044b > .elementor-element-populated {
        padding: 95px 10px 100px 10px !important;
    }

    .elementor-element.elementor-element-ebdcdf9 > .elementor-element-populated {
        padding: 0 !important;
    }

    .elementor-15168 .elementor-element.elementor-element-df982fd .video-item a, .elementor-element.elementor-element-df982fd .play-overlay {
        left: 145px !important;
    }

    .elementor-element.elementor-element-f101f3a > .elementor-element-populated {
        padding: 30px 20px 0 50px !important;
    }

    .elementor-element.elementor-element-fa1a669 .slick-next, .elementor-element.elementor-element-fa1a669 .slick-prev {
        top: 245px !important;
    }

    .elementor-element.elementor-element-fa1a669 .slick-prev {
        left: -457px !important;
    }

    .elementor-element.elementor-element-fa1a669 .slick-next {
        right: 970px !important;
    }

    .elementor-element.elementor-element-672b30b > .elementor-widget-container {
        padding: 65px 10px 50px 20px !important;
    }

    .elementor-element.elementor-element-00b1228 > .elementor-widget-container {
        padding: 65px 10px 50px 20px !important;
    }

    .elementor-15540 .elementor-element.elementor-element-7162fc5 > .elementor-widget-container {
        padding: 65px 10px 50px 20px !important;
    }
}

@media (min-width:992px) and (max-width:1364px) {
    .elementor-element.elementor-section-full_width {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

        .elementor-element.elementor-section-full_width:nth-child(1) {
            padding: 0 !important;
        }

    .elementor-element {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .poket-header-top, .poket_nav_area, .transprent-menu .poket_nav_area, .trp_nav_area {
        padding-right: 30px !important;
        padding-left: 30px !important;
    }

    .hmenu_box_style .poket_menu > ul > li > a {
        margin-left: 7px;
        margin-right: 7px;
    }

    .em_creative_header:before {
        width: 19%;
    }

    .em_creative_header:after {
        display: none;
    }

    .cr_top_addess.top-address p {
        text-align: center !important;
    }

    .theme_cr_logo {
        text-align: center;
        margin-bottom: 30px;
    }

    .d_lg_block {
        display: block;
    }

    .creative_header_address {
        padding-left: 0;
    }

    .em_creative_header:before {
        display: none;
    }

    .menu-height-space {
        height: 0;
    }

    .em_creative_header:after {
        -webkit-transform: rotate(-100deg);
        transform: rotate(-100deg);
    }

    .poket_menu > ul > li > a {
        font-size: 15px;
        margin-left: 4px;
        margin-right: 4px;
    }

    a.dtbtn {
        font-size: 15px;
    }

    .witr_h_h10 .poket_menu > ul > li > a, .witr_h_h11 .poket_menu > ul > li > a, .witr_h_h15 .poket_menu > ul > li > a, .witr_h_h16 .poket_menu > ul > li > a, .witr_h_h17 .poket_menu > ul > li > a, .witr_h_h8 .poket_menu > ul > li > a {
        margin-left: 6px;
        margin-right: 6px;
    }

    .witr_h_h9 .poket_menu > ul > li > a {
        margin-left: 2px;
        margin-right: 2px;
    }

    .witr_h_h20 .poket_menu > ul > li > a {
        margin-left: 6px;
        margin-right: 6px;
    }

    .accordion-content {
        padding: 23px 25px;
    }

    .elementor-element.elementor-element-fa1a669 .slick-prev {
        left: -400px !important;
    }

    .elementor-element.elementor-element-fa1a669 .slick-next {
        right: 800px !important;
    }

    .shortcode_content h2 {
        font-size: 30px !important;
    }

    .witr_wid_col .elementor-column.elementor-col-20, .witr_wid_col .elementor-column[data-col="20"] {
        width: 33.33% !important;
    }

    .widget .widget_media_image img {
        width: 100%;
    }

    .blog-left-side .blog-title > ul > li > a {
        margin-right: 8px;
    }

    .recent-post-text > h4 {
        margin-top: 15px;
        line-height: 1;
    }

    .footer-middle .recent-post-text > h4 {
        margin-top: -7px;
        line-height: 1;
    }

    .em-blog-content-area {
        padding: 22px 15px 7px;
    }

    .curosel-style .owl-nav div {
        left: -15px;
    }

    .curosel-style .owl-nav .owl-next {
        right: -15px;
    }

    span.cdowns {
        margin: 0 28px;
    }

    .footer-middle .mc4wp-form-fields button {
        width: 100%;
    }

    .footer-bottom:before {
        width: 100%;
    }

    #scrollUp {
        bottom: 60px;
        right: 30px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .elementor-element.elementor-section-full_width {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .elementor-element.elementor-section-full_width:nth-child(1) {
            padding: 0 !important;
        }

    .all_header_abs {
        position: inherit;
    }

        .all_header_abs .poket-header-top {
            background: #0049ff;
        }

    .poket-header-top {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .creative_header_address {
        padding-left: 10px;
    }

    .tutor-course-loop-title h2 a {
        font-size: 17px;
    }

    .tx_top_together {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .creative_header_curve {
        display: none;
    }

    .creative_header_logo {
        padding-right: 0;
        text-align: center;
    }

    .em_creative_header {
        background: transparent none repeat scroll 0 0;
        z-index: 999;
    }

    .creative_header_button {
        padding-bottom: 30px;
        text-align: center;
    }

        .creative_header_button:before, .em_creative_header:after, .em_creative_header:before {
            display: none;
        }

    .em_creative_header {
        padding-bottom: 0;
    }

    .poket-accourdion-title h2 i {
        display: none;
    }

    .accordion-content {
        padding: 23px 0;
    }

    .poket-accourdion-title h2 {
        padding-left: 20px;
    }

    .digital-item ul li a {
        padding: 7px 57px;
    }

    .mobil-item {
        margin-top: 30px;
    }

    .download-demo {
        text-align: center;
    }

    .digital-img img, .witr_app_area .digital-content h3 {
        margin-top: 0 !important;
    }

    .shortcode_content h2 {
        font-size: 35px !important;
    }

    .footer-item form label {
        margin-left: 30px;
    }

    .footer-bottom:before {
        width: 100%;
    }

    .blog-content span {
        font-size: 14px;
    }

    .blog-left-side .widget h2 {
        font-size: 19px;
    }

    .blog-page-title h2 {
        font-size: 18px;
    }

    .widget .widget_media_image img {
        width: 100%;
    }

    .blog-left-side .blog-title > ul > li > a {
        height: 30px;
        width: 30px;
        line-height: 29px;
        font-size: 15px;
        margin-right: 2px;
    }

    .recent-post-text > h4 {
        line-height: 23px;
    }

    .recent-post-text .rcomment, .recent-post-text h4 a {
        font-size: 18px;
    }

    .breadcumb-area {
        padding: 50px 0 !important;
    }

    .em-blog-content-area {
        padding: 15px 15px 10px;
    }

    .witr_blog_area10 .witr_blog_con {
        padding-top: 12px;
    }

    .portfolio-details-box {
        margin-left: 0;
    }

    .pimgs img {
        width: 100%;
    }

    .witr_btn {
        margin-top: 11px !important;
        margin-bottom: 15px;
    }

    .curosel-style .owl-nav div {
        left: -15px;
    }

    .curosel-style .owl-nav .owl-next {
        right: -15px;
    }

    .poket_event_thumb {
        float: none;
        margin-bottom: 15px;
    }

    .poket_single_event {
        margin: 0;
    }

    .poket_event_icon span {
        margin-right: 5px;
    }

    .blog_wrap .slick-prev, .testomonial-slide .slick-prev {
        left: 15px;
    }

    .blog_wrap .slick-next, .testomonial-slide .slick-next {
        right: 15px;
    }

    .recent-post-text {
        margin-top: 10px;
    }

    .em_slider_social {
        top: 41%;
        z-index: 999999;
        display: none;
    }

    .elementor-column.elementor-col-25, .elementor-column.elementor-col-33, .elementor-column[data-col="25"], .elementor-column[data-col="33"] {
        width: 50% !important;
    }

    .elementor-column.elementor-col-10, .elementor-column.elementor-col-20 {
        width: 30% !important;
    }

    .elementor-column.elementor-col-33:nth-child(3) {
        width: 100% !important;
    }

        .elementor-column.elementor-col-33:nth-child(3) .elementor-widget {
            width: 50% !important;
        }

            .elementor-column.elementor-col-33:nth-child(3) .elementor-widget:nth-child(odd) {
                padding-right: 10px;
            }

            .elementor-column.elementor-col-33:nth-child(3) .elementor-widget:nth-child(even) {
                padding-left: 10px;
            }

    #scrollUp {
        bottom: 60px;
        right: 30px;
    }

    .twr_pretwr_loader_pre .twr_animation .twr_text_pre {
        font-size: 4em;
    }
}

@media (max-width:767px) {
    .poket-header-top {
        text-align: center;
    }

    .top-address.text-left {
        text-align: center !important;
    }

    .top-address p a, .top-address p span {
        margin-right: 4px;
    }

    .elementor-element.elementor-section-full_width {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        .elementor-element.elementor-section-full_width:nth-child(1) {
            padding: 0 !important;
        }

    .all_header_abs {
        position: inherit;
    }

    .single_header_address {
        padding: 0;
        padding-bottom: 25px;
    }

    .creative_header_address {
        padding-left: 0;
    }

    .cr_top_addess.top-address p {
        text-align: center !important;
    }

    .breadcumb-area {
        padding: 40px 0 !important;
    }

    .brpt h2 {
        font-size: 30px;
    }

    .witr_btn {
        padding: 10px 26px;
        margin-right: 0;
    }

    ul.top_crmenu_i_list.text-left {
        text-align: center !important;
    }

    .tutor-course-archive-filters-wrap {
        margin-top: 25px;
    }

    .top-address p a, .top-address p span, .top-right-menu ul.social-icons li a {
        font-size: 13px;
    }

    .social-icons {
        text-align: center;
    }

    .footer-top-inner p {
        width: 100%;
    }

    .footer-menu ul {
        margin: 10px 0 0;
        text-align: center !important;
    }

        .footer-menu ul li a {
            font-size: 14px;
        }

    .copy-right-text p {
        text-align: center;
    }

    .footer-bottom:before {
        width: 100%;
    }

    .breadcumb-blog-area {
        padding: 50px 0;
    }

    .em-blog-content-area {
        padding: 20px 10px 5px;
    }

    .poket-blog-meta-left a, .poket-blog-meta-left span {
        font-size: 11px;
        margin-right: 3px;
    }

    .poket-blog-meta-right a, .poket-blog-meta-right span {
        font-size: 11px;
        margin-left: 3px;
    }

    .witr_ablog_content h2 a {
        font-size: 18px;
    }

    .blog-content ul, .post_reply ul, .single-blog-content ul {
        padding-left: 20px;
    }

    .blog-content ol, .post_reply ol, .single-blog-content ol {
        padding-left: 20px;
    }

    .comments-area .children {
        margin-left: 10px;
    }

    .comment_field .input-field {
        width: 100%;
    }

    .pdsr {
        padding-top: 50px;
    }

    .pdsl {
        padding-bottom: 90px;
    }

    #wp-calendar {
        display: block;
    }

    .copy-right-text p {
        font-size: 11px;
    }

    .footer-social-icon a i {
        font-size: 16px;
        height: 35px;
        line-height: 35px;
        width: 35px;
    }

    .creative_header_curve {
        display: none;
    }

    .creative_header_logo {
        padding-right: 0;
        text-align: center;
    }

    .em_creative_header {
        background: transparent none repeat scroll 0 0;
        z-index: 999;
    }

    .single_header_address {
        text-align: center;
    }

    .creative_header_button {
        padding-bottom: 30px;
        position: relative;
        text-align: center;
    }

    .creative_header_icon {
        float: none;
        margin-bottom: 10px;
        margin-right: 0;
        overflow: hidden;
    }

    .creative_header_address .col-sm-4.col-xs-12 {
        padding-left: 0;
    }

    .creative_header_logo {
        display: none;
    }

    .creative_header_button:before, .em_creative_header:after, .em_creative_header:before {
        display: none;
    }

    .copy-right-text p {
        font-size: 15px;
    }

    .poket-blog-thumb img {
        width: 100%;
    }

    .digital-item ul li a {
        padding: 7px 27px;
    }

    .mobil-item {
        margin-top: 30px;
    }

    .witr_btn {
        margin-top: 11px !important;
        margin-bottom: 15px;
    }

    .elementor-tab-title {
        font-size: 13px !important;
    }

    .poket-accourdion-title h2 {
        font-size: 14px;
        padding-left: 20px;
    }

    .blog-img img {
        width: 100%;
    }

    .witr_blog_con {
        padding: 12px 10px 18px;
    }

        .witr_blog_con h2 {
            font-size: 21px;
        }

    .witr_post_Author {
        margin: 0 10px;
    }

    .recent-post-image {
        float: none;
    }

    .video-play-6 {
        width: 80%;
    }

    .subscribe form input {
        width: 500px;
    }

    .download-content-6 ul li a {
        padding: 12px 46px 12px 80px;
    }

    .donwload-overlay {
        padding-top: 215px;
    }

    .digital-img {
        margin-top: 100px;
    }

    .tab_content.text-left {
        text-align: center !important;
    }

    .footer-middle {
        text-align: center;
    }

    .blog-content h5 > a {
        font-size: 17px;
    }

    .blog-content span {
        font-size: 12px;
    }

    .blog-page-title h2 {
        font-size: 17px;
    }

    .wblog-content h5 > a {
        font-size: 20px;
    }

    .wblog-content span {
        margin-right: 5px;
    }

    .blog-left-side .blog-title > ul > li > a {
        margin-right: 8px;
    }

    .widget .widget_media_image img {
        width: 100%;
    }

    .recent-post-text > h4 {
        margin-top: 2px;
        line-height: 1;
    }

    .recent-post-text h4 a {
        font-size: 14px;
    }

    .witr_blog_con6 h2 a {
        font-size: 19px;
    }

    .witr_blog_con6 h5 a {
        font-size: 15px;
    }

    .witr_blog_area8 .witr_blog_con6 p {
        display: none;
    }

    .witr_shortcode_inner {
        padding: 73px 15px 63px !important;
    }

    .shortcode_content h2 {
        font-size: 27px !important;
    }

    .mc4wp-form-fields button {
        width: 100%;
        position: inherit;
        padding: 18px 30px;
        margin-top: 25px;
    }

    .portfolio-details-box {
        margin-left: 0;
    }

        .portfolio-details-box ul li span.eright {
            font-size: 15px;
            margin-left: 0;
        }

        .portfolio-details-box ul li b {
            font-size: 15px;
        }

        .portfolio-details-box h2 {
            padding-top: 20px;
        }

        .portfolio-details-box .poket-single-icon-inner a {
            margin: 0 4px;
        }

    #sb_instagram .sbi_photo_wrap {
        margin-bottom: 25px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a {
        padding: .5em 6px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li {
        padding: 0 .5em;
        margin-right: 6px;
    }

    .footer-sociala-icon {
        float: none;
    }

    .footer-sociala-info p {
        text-align: center;
    }

    .em_slider_social {
        top: 40%;
        display: none;
    }

    #scrollUp {
        bottom: 92px;
        right: 30px;
    }

    .slick-next, .slick-prev {
        display: none !important;
    }

    .owl-nav, .slick-next, .slick-prev {
        display: none;
    }

    .blog_wrap .slick-prev, .testomonial-slide .slick-prev {
        left: 15px;
    }

    .blog_wrap .slick-next, .testomonial-slide .slick-next {
        right: 15px;
    }

    .woocommerce div.product form.cart .button {
        font-size: 13px;
    }

    .product_tl_nav ul li {
        margin: 0 3px 10px;
        padding: 7px 18px;
        font-size: 16px;
    }

    .witr_team_content15 {
        margin-right: 0 !important;
    }

    .witr_pslide .witr_pslide_custom a span {
        width: 60px;
        height: 60px;
        line-height: 60px;
        margin-top: -23px;
    }

    .ps1 .witr_content_pslide_text {
        left: 0;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .blog-part {
        text-align: center;
    }

    .poket-header-top {
        display: block;
    }
}

@media (min-width:10px) and (max-width:991px) {
    .mobile-menu {
        display: block !important;
        height: auto;
    }

    .mobile_logo_area {
        display: block !important;
    }

    .poket-main-menu {
        display: none !important;
    }

    .d_md_none {
        display: none !important;
    }
}

@media (min-width:10px) and (max-width:991px) {
    .text_m_center {
        text-align: center !important;
    }

    .text_m_right {
        text-align: right !important;
    }

    .text_m_left {
        text-align: right !important;
    }

    .menu_18.top-address p span {
        font-size: 13px;
    }

    .footer-top-inner p {
        width: 85%;
    }

    .main_menu_pop_area.witr_h_h23 {
        display: none;
    }
}

@media (min-width:10px) and (max-width:768px) {
    .ps_absulate {
        position: inherit !important;
    }

    .psc_absolute {
        position: inherit !important;
    }
}

@media (min-width:570px) and (max-width:767px) {
    .text_s_center {
        text-align: center !important;
    }

    .text_s_right {
        text-align: right !important;
    }

    .text_s_left {
        text-align: right !important;
    }

    .footer-top-inner p {
        width: 95%;
    }
}
/*! elementor-icons - v5.14.0 - 04-01-2022 */
@font-face {
    font-family: eicons;
    src: url(//themexbd.com/poket/construction/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.14.0);
    src: url(//themexbd.com/poket/construction/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.eot?5.14.0#iefix) format("embedded-opentype"),url(//themexbd.com/poket/construction/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff2?5.14.0) format("woff2"),url(//themexbd.com/poket/construction/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.woff?5.14.0) format("woff"),url(//themexbd.com/poket/construction/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.ttf?5.14.0) format("truetype"),url(//themexbd.com/poket/construction/wp-content/plugins/elementor/assets/lib/eicons/css/../fonts/eicons.svg?5.14.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-circle: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-medium: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-preview-thin: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';
}

.eicon-preferences:before {
    content: '\e94f';
}

.eicon-table-of-contents:before {
    content: '\e950';
}

.eicon-tv:before {
    content: '\e951';
}

.eicon-upload:before {
    content: '\e952';
}

.eicon-instagram-comments:before {
    content: '\e953';
}

.eicon-instagram-nested-gallery:before {
    content: '\e954';
}

.eicon-instagram-post:before {
    content: '\e955';
}

.eicon-instagram-video:before {
    content: '\e956';
}

.eicon-instagram-gallery:before {
    content: '\e957';
}

.eicon-instagram-likes:before {
    content: '\e958';
}

.eicon-facebook:before {
    content: '\e959';
}

.eicon-twitter:before {
    content: '\e95a';
}

.eicon-pinterest:before {
    content: '\e95b';
}

.eicon-frame-expand:before {
    content: '\e95c';
}

.eicon-frame-minimize:before {
    content: '\e95d';
}

.eicon-archive:before {
    content: '\e95e';
}

.eicon-colors-typography:before {
    content: '\e95f';
}

.eicon-custom:before {
    content: '\e960';
}

.eicon-footer:before {
    content: '\e961';
}

.eicon-header:before {
    content: '\e962';
}

.eicon-layout-settings:before {
    content: '\e963';
}

.eicon-lightbox-expand:before {
    content: '\e964';
}

.eicon-error-404:before {
    content: '\e965';
}

.eicon-theme-style:before {
    content: '\e966';
}

.eicon-search-results:before {
    content: '\e967';
}

.eicon-single-post:before {
    content: '\e968';
}

.eicon-site-identity:before {
    content: '\e969';
}

.eicon-theme-builder:before {
    content: '\e96a';
}

.eicon-download-bold:before {
    content: '\e96b';
}

.eicon-share-arrow:before {
    content: '\e96c';
}

.eicon-global-settings:before {
    content: '\e96d';
}

.eicon-user-preferences:before {
    content: '\e96e';
}

.eicon-lock:before {
    content: '\e96f';
}

.eicon-export-kit:before {
    content: '\e970';
}

.eicon-import-kit:before {
    content: '\e971';
}

.eicon-lottie:before {
    content: '\e972';
}

.eicon-products-archive:before {
    content: '\e973';
}

.eicon-single-product:before {
    content: '\e974';
}

.eicon-disable-trash-o:before {
    content: '\e975';
}

.eicon-single-page:before {
    content: '\e976';
}

.eicon-wordpress-light:before {
    content: '\e977';
}

.eicon-cogs-check:before {
    content: '\e978';
}

.eicon-custom-css:before {
    content: '\e979';
}

.eicon-global-colors:before {
    content: '\e97a';
}

.eicon-globe:before {
    content: '\e97b';
}

.eicon-typography-1:before {
    content: '\e97c';
}

.eicon-background:before {
    content: '\e97d';
}

.eicon-device-responsive:before {
    content: '\e97e';
}

.eicon-device-wide:before {
    content: '\e97f';
}

.eicon-code-highlight:before {
    content: '\e980';
}

.eicon-video-playlist:before {
    content: '\e981';
}

.eicon-download-kit:before {
    content: '\e982';
}

.eicon-kit-details:before {
    content: '\e983';
}

.eicon-kit-parts:before {
    content: '\e984';
}

.eicon-kit-upload:before {
    content: '\e985';
}

.eicon-kit-plugins:before {
    content: '\e986';
}

.eicon-kit-upload-alt:before {
    content: '\e987';
}

.eicon-hotspot:before {
    content: '\e988';
}

.eicon-paypal-button:before {
    content: '\e989';
}

.eicon-shape:before {
    content: '\e98a';
}

.eicon-wordart:before {
    content: '\e98b';
}

.eicon-checkout:before {
    content: '\e98c';
}

.eicon-container:before {
    content: '\e98d';
}

.eicon-flip:before {
    content: '\e98e';
}

.eicon-info:before {
    content: '\e98f';
}

.eicon-my-account:before {
    content: '\e990';
}

.eicon-purchase-summary:before {
    content: '\e991';
}

.eicon-page-transition:before {
    content: '\e992';
}

.eicon-spotify:before {
    content: '\e993';
}

.eicon-stripe-button:before {
    content: '\e994';
}

.eicon-woo-settings:before {
    content: '\e995';
}

.eicon-woo-cart:before {
    content: '\e996';
}

.eicon-grow:before {
    content: '\e997';
}

.eicon-order-end:before {
    content: '\e998';
}

.eicon-nowrap:before {
    content: '\e999';
}

.eicon-order-start:before {
    content: '\e99a';
}

.eicon-progress-tracker:before {
    content: '\e99b';
}

.eicon-shrink:before {
    content: '\e99c';
}

.eicon-wrap:before {
    content: '\e99d';
}

.eicon-align-center-h:before {
    content: '\e99e';
}

.eicon-align-center-v:before {
    content: '\e99f';
}

.eicon-align-end-h:before {
    content: '\e9a0';
}

.eicon-align-end-v:before {
    content: '\e9a1';
}

.eicon-align-start-h:before {
    content: '\e9a2';
}

.eicon-align-start-v:before {
    content: '\e9a3';
}

.eicon-align-stretch-h:before {
    content: '\e9a4';
}

.eicon-align-stretch-v:before {
    content: '\e9a5';
}

.eicon-justify-center-h:before {
    content: '\e9a6';
}

.eicon-justify-center-v:before {
    content: '\e9a7';
}

.eicon-justify-end-h:before {
    content: '\e9a8';
}

.eicon-justify-end-v:before {
    content: '\e9a9';
}

.eicon-justify-space-around-h:before {
    content: '\e9aa';
}

.eicon-justify-space-around-v:before {
    content: '\e9ab';
}

.eicon-justify-space-between-h:before {
    content: '\e9ac';
}

.eicon-justify-space-between-v:before {
    content: '\e9ad';
}

.eicon-justify-space-evenly-h:before {
    content: '\e9ae';
}

.eicon-justify-space-evenly-v:before {
    content: '\e9af';
}

.eicon-justify-start-h:before {
    content: '\e9b0';
}

.eicon-justify-start-v:before {
    content: '\e9b1';
}

.eicon-woocommerce-cross-sells:before {
    content: '\e9b2';
}

.eicon-woocommerce-notices:before {
    content: '\e9b3';
}

.eicon-inner-container:before {
    content: '\e9b4';
}

.eicon-eye:before {
    content: '\e8ac';
}

.eicon-elementor-square:before {
    content: '\e813';
}
/*! elementor - v3.5.4 - 23-01-2022 */
.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%;
    bottom: 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: none;
            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;
    margin-top: 15px;
    right: 15px;
    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 (min-width:1024px) {
    body.admin-bar .dialog-lightbox-widget {
        height: calc(100vh - 32px);
    }
}

@media (max-width:1024px) {
    body.admin-bar .dialog-type-lightbox {
        position: -webkit-sticky;
        position: sticky;
        height: 100vh;
    }
}

.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;
    -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: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -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: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.elementor-templates-modal__header__logo__icon-wrapper {
    margin-right: 10px;
    font-size: 12px;
}

.elementor-templates-modal__header__logo__title {
    padding-top: 2px;
}

.elementor-templates-modal__header__items-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.elementor-templates-modal__header__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: 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: 47px;
    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 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25%;
    background-color: hsla(0,0%,100%,.3);
}

.elementor-templates-modal__content {
    -webkit-box-flex: 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);
}

#wpadminbar #wp-admin-bar-elementor_edit_page .elementor-general-section + .elementor-second-section {
    border-top: 1px solid #464b50;
    margin-top: 6px;
}

.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;
}

.e-logo-wrapper {
    background: #93003c;
    display: inline-block;
    padding: .75em;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    line-height: 1;
}

    .e-logo-wrapper i {
        color: #fff;
        font-size: 1em;
    }

.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):not(.elementor-widget-theme-post-content) 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, .elementor .elementor-background-video-embed, .elementor .elementor-background-video-hosted {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .elementor .elementor-background-video {
        max-width: none;
    }

    .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: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

    .elementor-custom-embed-play i {
        font-size: 100px;
        color: #fff;
        text-shadow: 1px 0 6px rgba(0,0,0,.3);
    }

    .elementor-custom-embed-play svg {
        height: 100px;
        width: 100px;
        fill: #fff;
        -webkit-filter: drop-shadow(1px 0 6px rgba(0,0,0,.3));
        filter: drop-shadow(1px 0 6px rgba(0,0,0,.3));
    }

    .elementor-custom-embed-play i, .elementor-custom-embed-play svg {
        opacity: .8;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
    }

    .elementor-custom-embed-play.elementor-playing i {
        font-family: eicons;
    }

        .elementor-custom-embed-play.elementor-playing i:before {
            content: "\e8fb";
        }

    .elementor-custom-embed-play.elementor-playing i, .elementor-custom-embed-play.elementor-playing svg {
        -webkit-animation: eicon-spin 2s linear infinite;
        animation: eicon-spin 2s linear infinite;
    }

.elementor-tag {
    display: -webkit-inline-box;
    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 (min-width:-1px) {
    .elementor-widescreen-align-center {
        text-align: center;
    }

        .elementor-widescreen-align-center .elementor-button {
            width: auto;
        }

    .elementor-widescreen-align-right {
        text-align: right;
    }

        .elementor-widescreen-align-right .elementor-button {
            width: auto;
        }

    .elementor-widescreen-align-left {
        text-align: left;
    }

        .elementor-widescreen-align-left .elementor-button {
            width: auto;
        }

    .elementor-widescreen-align-justify .elementor-button {
        width: 100%;
    }
}

@media (max-width:-1px) {
    .elementor-laptop-align-center {
        text-align: center;
    }

        .elementor-laptop-align-center .elementor-button {
            width: auto;
        }

    .elementor-laptop-align-right {
        text-align: right;
    }

        .elementor-laptop-align-right .elementor-button {
            width: auto;
        }

    .elementor-laptop-align-left {
        text-align: left;
    }

        .elementor-laptop-align-left .elementor-button {
            width: auto;
        }

    .elementor-laptop-align-justify .elementor-button {
        width: 100%;
    }
}

@media (max-width:-1px) {
    .elementor-tablet_extra-align-center {
        text-align: center;
    }

        .elementor-tablet_extra-align-center .elementor-button {
            width: auto;
        }

    .elementor-tablet_extra-align-right {
        text-align: right;
    }

        .elementor-tablet_extra-align-right .elementor-button {
            width: auto;
        }

    .elementor-tablet_extra-align-left {
        text-align: left;
    }

        .elementor-tablet_extra-align-left .elementor-button {
            width: auto;
        }

    .elementor-tablet_extra-align-justify .elementor-button {
        width: 100%;
    }
}

@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:-1px) {
    .elementor-mobile_extra-align-center {
        text-align: center;
    }

        .elementor-mobile_extra-align-center .elementor-button {
            width: auto;
        }

    .elementor-mobile_extra-align-right {
        text-align: right;
    }

        .elementor-mobile_extra-align-right .elementor-button {
            width: auto;
        }

    .elementor-mobile_extra-align-left {
        text-align: left;
    }

        .elementor-mobile_extra-align-left .elementor-button {
            width: auto;
        }

    .elementor-mobile_extra-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;
}

:root {
    --page-title-display:block;
}

.elementor-page-title, h1.entry-title {
    display: var(--page-title-display);
}

@-webkit-keyframes eicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes eicon-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.eicon-animation-spin {
    -webkit-animation: eicon-spin 2s linear infinite;
    animation: eicon-spin 2s linear infinite;
}

.elementor-section {
    position: relative;
}

    .elementor-section .elementor-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.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;
    -ms-flex-align: start;
    align-items: flex-start;
}

.elementor-section.elementor-section-items-middle > .elementor-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.elementor-section.elementor-section-items-bottom > .elementor-container {
    -webkit-box-align: 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-column > .elementor-widget-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.elementor-row {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width:1024px) {
    .elementor-row {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-widget-wrap > .elementor-element {
    width: 100%;
}

.elementor-widget-wrap.e-swiper-container {
    width: calc(100% - (var(--e-column-margin-left, 0px) + var(--e-column-margin-right, 0px)));
}

.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 {
    min-height: 1px;
}

.elementor-column, .elementor-column-wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.elementor-column-wrap {
    width: 100%;
}

.elementor-column-gap-narrow > .elementor-column > .elementor-element-populated {
    padding: 5px;
}

.elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 10px;
}

.elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
    padding: 15px;
}

.elementor-column-gap-wide > .elementor-column > .elementor-element-populated {
    padding: 20px;
}

.elementor-column-gap-wider > .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:-1px) {
    .elementor-reverse-widescreen > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width:1025px) and (max-width:-1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width:1025px) and (max-width:-1px) {
    .elementor-reverse-laptop > .elementor-container > :first-child, .elementor-reverse-laptop > .elementor-container > :nth-child(2), .elementor-reverse-laptop > .elementor-container > :nth-child(3), .elementor-reverse-laptop > .elementor-container > :nth-child(4), .elementor-reverse-laptop > .elementor-container > :nth-child(5), .elementor-reverse-laptop > .elementor-container > :nth-child(6), .elementor-reverse-laptop > .elementor-container > :nth-child(7), .elementor-reverse-laptop > .elementor-container > :nth-child(8), .elementor-reverse-laptop > .elementor-container > :nth-child(9), .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width:-1px) and (max-width:1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (min-width:768px) and (max-width:-1px) {
    .elementor-reverse-tablet > .elementor-container > :first-child, .elementor-reverse-tablet > .elementor-container > :nth-child(2), .elementor-reverse-tablet > .elementor-container > :nth-child(3), .elementor-reverse-tablet > .elementor-container > :nth-child(4), .elementor-reverse-tablet > .elementor-container > :nth-child(5), .elementor-reverse-tablet > .elementor-container > :nth-child(6), .elementor-reverse-tablet > .elementor-container > :nth-child(7), .elementor-reverse-tablet > .elementor-container > :nth-child(8), .elementor-reverse-tablet > .elementor-container > :nth-child(9), .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: initial;
        -ms-flex-order: initial;
        order: 0;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile > .elementor-container > :first-child {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .elementor-column {
        width: 100%;
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    ul.elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
        word-break: break-word;
    }

.elementor-grid {
    display: grid;
    grid-column-gap: var(--grid-column-gap);
    grid-row-gap: var(--grid-row-gap);
}

    .elementor-grid .elementor-grid-item {
        min-width: 0;
    }

.elementor-grid-0 .elementor-grid {
    display: inline-block;
    width: 100%;
    word-spacing: var(--grid-column-gap);
    margin-bottom: calc(-1 * var(--grid-row-gap));
}

    .elementor-grid-0 .elementor-grid .elementor-grid-item {
        display: inline-block;
        margin-bottom: var(--grid-row-gap);
        word-break: break-word;
    }

.elementor-grid-1 .elementor-grid {
    grid-template-columns: repeat(1,1fr);
}

.elementor-grid-2 .elementor-grid {
    grid-template-columns: repeat(2,1fr);
}

.elementor-grid-3 .elementor-grid {
    grid-template-columns: repeat(3,1fr);
}

.elementor-grid-4 .elementor-grid {
    grid-template-columns: repeat(4,1fr);
}

.elementor-grid-5 .elementor-grid {
    grid-template-columns: repeat(5,1fr);
}

.elementor-grid-6 .elementor-grid {
    grid-template-columns: repeat(6,1fr);
}

.elementor-grid-7 .elementor-grid {
    grid-template-columns: repeat(7,1fr);
}

.elementor-grid-8 .elementor-grid {
    grid-template-columns: repeat(8,1fr);
}

.elementor-grid-9 .elementor-grid {
    grid-template-columns: repeat(9,1fr);
}

.elementor-grid-10 .elementor-grid {
    grid-template-columns: repeat(10,1fr);
}

.elementor-grid-11 .elementor-grid {
    grid-template-columns: repeat(11,1fr);
}

.elementor-grid-12 .elementor-grid {
    grid-template-columns: repeat(12,1fr);
}

@media (min-width:-1px) {
    .elementor-grid-widescreen-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }

        .elementor-grid-widescreen-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word;
        }

    .elementor-grid-widescreen-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr);
    }

    .elementor-grid-widescreen-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .elementor-grid-widescreen-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .elementor-grid-widescreen-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr);
    }

    .elementor-grid-widescreen-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr);
    }

    .elementor-grid-widescreen-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr);
    }

    .elementor-grid-widescreen-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr);
    }

    .elementor-grid-widescreen-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr);
    }

    .elementor-grid-widescreen-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr);
    }

    .elementor-grid-widescreen-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr);
    }

    .elementor-grid-widescreen-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr);
    }

    .elementor-grid-widescreen-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr);
    }
}

@media (max-width:-1px) {
    .elementor-grid-laptop-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }

        .elementor-grid-laptop-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word;
        }

    .elementor-grid-laptop-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr);
    }

    .elementor-grid-laptop-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .elementor-grid-laptop-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .elementor-grid-laptop-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr);
    }

    .elementor-grid-laptop-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr);
    }

    .elementor-grid-laptop-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr);
    }

    .elementor-grid-laptop-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr);
    }

    .elementor-grid-laptop-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr);
    }

    .elementor-grid-laptop-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr);
    }

    .elementor-grid-laptop-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr);
    }

    .elementor-grid-laptop-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr);
    }

    .elementor-grid-laptop-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr);
    }
}

@media (max-width:-1px) {
    .elementor-grid-tablet_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }

        .elementor-grid-tablet_extra-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word;
        }

    .elementor-grid-tablet_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr);
    }

    .elementor-grid-tablet_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .elementor-grid-tablet_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .elementor-grid-tablet_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr);
    }

    .elementor-grid-tablet_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr);
    }

    .elementor-grid-tablet_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr);
    }

    .elementor-grid-tablet_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr);
    }

    .elementor-grid-tablet_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr);
    }

    .elementor-grid-tablet_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr);
    }

    .elementor-grid-tablet_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr);
    }

    .elementor-grid-tablet_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr);
    }

    .elementor-grid-tablet_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr);
    }
}

@media (max-width:1024px) {
    .elementor-grid-tablet-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }

        .elementor-grid-tablet-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word;
        }

    .elementor-grid-tablet-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr);
    }

    .elementor-grid-tablet-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .elementor-grid-tablet-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .elementor-grid-tablet-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr);
    }

    .elementor-grid-tablet-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr);
    }

    .elementor-grid-tablet-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr);
    }

    .elementor-grid-tablet-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr);
    }

    .elementor-grid-tablet-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr);
    }

    .elementor-grid-tablet-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr);
    }

    .elementor-grid-tablet-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr);
    }

    .elementor-grid-tablet-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr);
    }

    .elementor-grid-tablet-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr);
    }
}

@media (max-width:-1px) {
    .elementor-grid-mobile_extra-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }

        .elementor-grid-mobile_extra-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word;
        }

    .elementor-grid-mobile_extra-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr);
    }

    .elementor-grid-mobile_extra-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .elementor-grid-mobile_extra-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .elementor-grid-mobile_extra-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr);
    }

    .elementor-grid-mobile_extra-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr);
    }

    .elementor-grid-mobile_extra-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr);
    }

    .elementor-grid-mobile_extra-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr);
    }

    .elementor-grid-mobile_extra-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr);
    }

    .elementor-grid-mobile_extra-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr);
    }

    .elementor-grid-mobile_extra-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr);
    }

    .elementor-grid-mobile_extra-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr);
    }

    .elementor-grid-mobile_extra-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr);
    }
}

@media (max-width:767px) {
    .elementor-grid-mobile-0 .elementor-grid {
        display: inline-block;
        width: 100%;
        word-spacing: var(--grid-column-gap);
        margin-bottom: calc(-1 * var(--grid-row-gap));
    }

        .elementor-grid-mobile-0 .elementor-grid .elementor-grid-item {
            display: inline-block;
            margin-bottom: var(--grid-row-gap);
            word-break: break-word;
        }

    .elementor-grid-mobile-1 .elementor-grid {
        grid-template-columns: repeat(1,1fr);
    }

    .elementor-grid-mobile-2 .elementor-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .elementor-grid-mobile-3 .elementor-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .elementor-grid-mobile-4 .elementor-grid {
        grid-template-columns: repeat(4,1fr);
    }

    .elementor-grid-mobile-5 .elementor-grid {
        grid-template-columns: repeat(5,1fr);
    }

    .elementor-grid-mobile-6 .elementor-grid {
        grid-template-columns: repeat(6,1fr);
    }

    .elementor-grid-mobile-7 .elementor-grid {
        grid-template-columns: repeat(7,1fr);
    }

    .elementor-grid-mobile-8 .elementor-grid {
        grid-template-columns: repeat(8,1fr);
    }

    .elementor-grid-mobile-9 .elementor-grid {
        grid-template-columns: repeat(9,1fr);
    }

    .elementor-grid-mobile-10 .elementor-grid {
        grid-template-columns: repeat(10,1fr);
    }

    .elementor-grid-mobile-11 .elementor-grid {
        grid-template-columns: repeat(11,1fr);
    }

    .elementor-grid-mobile-12 .elementor-grid {
        grid-template-columns: repeat(12,1fr);
    }
}

@media (min-width:1025px) {
    #elementor-device-mode:after {
        content: "desktop";
    }
}

@media (min-width:-1px) {
    #elementor-device-mode:after {
        content: "widescreen";
    }
}

@media (max-width:-1px) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra";
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet";
    }
}

@media (max-width:-1px) {
    #elementor-device-mode:after {
        content: "mobile_extra";
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile";
    }
}

.elementor-form-fields-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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 {
        -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;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

.elementor-field-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .elementor-field-group.elementor-field-type-submit {
        -webkit-box-align: 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;
        -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, .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: -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;
            -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;
            text-shadow: 0 0 3px rgba(0,0,0,.3);
        }

    .elementor-field-group.elementor-field-type-select-multiple .elementor-select-wrapper:before {
        content: "";
    }

.elementor-field-subgroup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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 {
        -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;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

    .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-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-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.elementor-button-align-center .e-form__buttons, .elementor-button-align-center .elementor-field-type-submit {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.elementor-button-align-start .e-form__buttons, .elementor-button-align-start .elementor-field-type-submit {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.elementor-button-align-end .e-form__buttons, .elementor-button-align-end .elementor-field-type-submit {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

    .elementor-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto;
    }

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper {
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: 0;
}

.elementor-button-align-center .e-form__buttons__wrapper, .elementor-button-align-center .e-form__buttons__wrapper__button, .elementor-button-align-end .e-form__buttons__wrapper, .elementor-button-align-end .e-form__buttons__wrapper__button, .elementor-button-align-start .e-form__buttons__wrapper, .elementor-button-align-start .e-form__buttons__wrapper__button {
    -ms-flex-preferred-size: initial;
    flex-basis: auto;
}

@media screen and (max-width:1024px) {
    .elementor-tablet-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .elementor-tablet-button-align-center .e-form__buttons, .elementor-tablet-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .elementor-tablet-button-align-start .e-form__buttons, .elementor-tablet-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .elementor-tablet-button-align-end .e-form__buttons, .elementor-tablet-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .elementor-tablet-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-tablet-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
            -ms-flex-preferred-size: initial;
            flex-basis: auto;
        }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0;
    }

    .elementor-tablet-button-align-center .e-form__buttons__wrapper, .elementor-tablet-button-align-center .e-form__buttons__wrapper__button, .elementor-tablet-button-align-end .e-form__buttons__wrapper, .elementor-tablet-button-align-end .e-form__buttons__wrapper__button, .elementor-tablet-button-align-start .e-form__buttons__wrapper, .elementor-tablet-button-align-start .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto;
    }
}

@media screen and (max-width:767px) {
    .elementor-mobile-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    }

    .elementor-mobile-button-align-center .e-form__buttons, .elementor-mobile-button-align-center .elementor-field-type-submit {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .elementor-mobile-button-align-start .e-form__buttons, .elementor-mobile-button-align-start .elementor-field-type-submit {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .elementor-mobile-button-align-end .e-form__buttons, .elementor-mobile-button-align-end .elementor-field-type-submit {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .elementor-mobile-button-align-center .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-end .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button, .elementor-mobile-button-align-start .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
            -ms-flex-preferred-size: initial;
            flex-basis: auto;
        }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper {
        -webkit-box-flex: initial;
        -ms-flex-positive: initial;
        flex-grow: 0;
    }

    .elementor-mobile-button-align-center .e-form__buttons__wrapper, .elementor-mobile-button-align-center .e-form__buttons__wrapper__button, .elementor-mobile-button-align-end .e-form__buttons__wrapper, .elementor-mobile-button-align-end .e-form__buttons__wrapper__button, .elementor-mobile-button-align-start .e-form__buttons__wrapper, .elementor-mobile-button-align-start .e-form__buttons__wrapper__button {
        -ms-flex-preferred-size: initial;
        flex-basis: auto;
    }
}

.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: none;
}

    .elementor-form .elementor-button > span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .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-button {
    display: inline-block;
    line-height: 1;
    background-color: #818a91;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    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-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.elementor-button-icon {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

    .elementor-button-icon svg {
        width: 1em;
        height: auto;
    }

    .elementor-button-icon .e-font-icon-svg {
        height: 1em;
    }

.elementor-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.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 {
    margin-left: 5px;
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.elementor-button span {
    text-decoration: inherit;
}

.elementor-menu-cart__toggle .elementor-button-icon {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15;
}

.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-tab-title a {
    color: inherit;
}

.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-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-icon i.fad {
            width: auto;
        }

.elementor-shape-circle .elementor-icon {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.e-transform .elementor-widget-container {
    -webkit-transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    transform: perspective(var(--e-transform-perspective,0)) rotate(var(--e-transform-rotateZ,0)) rotateX(var(--e-transform-rotateX,0)) rotateY(var(--e-transform-rotateY,0)) translate(var(--e-transform-translate,0)) translateX(var(--e-transform-translateX,0)) translateY(var(--e-transform-translateY,0)) scaleX(calc(var(--e-transform-flipX, 1) * var(--e-transform-scaleX, var(--e-transform-scale, 1)))) scaleY(calc(var(--e-transform-flipY, 1) * var(--e-transform-scaleY, var(--e-transform-scale, 1)))) skewX(var(--e-transform-skewX,0)) skewY(var(--e-transform-skewY,0));
    -webkit-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    -ms-transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
    -webkit-transition: -webkit-transform var(--e-transform-transition-duration,.4s);
    transition: -webkit-transform var(--e-transform-transition-duration,.4s);
    -o-transition: transform var(--e-transform-transition-duration,.4s);
    transition: transform var(--e-transform-transition-duration,.4s);
    transition: transform var(--e-transform-transition-duration,.4s),-webkit-transform var(--e-transform-transition-duration,.4s);
}

.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;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    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 {
    -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 {
    -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;
        -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,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    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,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
    }

    .swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    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,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
    }

    .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
    }

.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;
        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: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: 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% - 30px / 2);
}

.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: -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 svg {
        fill: hsla(0,0%,93.3%,.9);
        height: 1em;
        width: 1em;
    }

.elementor-swiper-button-prev {
    left: 10px;
}

.elementor-swiper-button-next {
    right: 10px;
}

.elementor-swiper-button.swiper-button-disabled {
    opacity: .3;
}

.swiper-container-cube .elementor-swiper-button {
    -webkit-transform: translate3d(0,-50%,1px);
    transform: translate3d(0,-50%,1px);
}

.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,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}

@-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 {
    --lightbox-ui-color:hsla(0,0%,93.3%,0.9);
    --lightbox-ui-color-hover:#fff;
    --lightbox-text-color:var(--lightbox-ui-color);
    --lightbox-header-icons-size:20px;
    --lightbox-navigation-icons-size:25px;
}

    .elementor-lightbox .dialog-header {
        display: none;
    }

    .elementor-lightbox .dialog-widget-content {
        background: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        width: 100%;
        height: 100%;
    }

    .elementor-lightbox .dialog-message {
        -webkit-animation-duration: .3s;
        animation-duration: .3s;
    }

        .elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio) {
            height: 100%;
        }

        .elementor-lightbox .dialog-message.dialog-lightbox-message {
            padding: 0;
        }

    .elementor-lightbox .dialog-lightbox-close-button {
        cursor: pointer;
        position: absolute;
        font-size: var(--lightbox-header-icons-size);
        right: .75em;
        margin-top: 13px;
        padding: .25em;
        z-index: 2;
        line-height: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .elementor-lightbox .dialog-lightbox-close-button svg {
            height: 1em;
            width: 1em;
        }

    .elementor-lightbox .dialog-lightbox-close-button, .elementor-lightbox .elementor-swiper-button {
        color: var(--lightbox-ui-color);
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 1;
    }

        .elementor-lightbox .dialog-lightbox-close-button svg, .elementor-lightbox .elementor-swiper-button svg {
            fill: var(--lightbox-ui-color);
        }

        .elementor-lightbox .dialog-lightbox-close-button:hover, .elementor-lightbox .elementor-swiper-button:hover {
            color: var(--lightbox-ui-color-hover);
        }

            .elementor-lightbox .dialog-lightbox-close-button:hover svg, .elementor-lightbox .elementor-swiper-button:hover svg {
                fill: var(--lightbox-ui-color-hover);
            }

    .elementor-lightbox .swiper-container {
        height: 100%;
    }

    .elementor-lightbox .elementor-lightbox-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        padding: 70px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
        margin: auto;
    }

@media (max-width:767px) {
    .elementor-lightbox .elementor-lightbox-item {
        padding: 70px 0;
    }
}

.elementor-lightbox .elementor-lightbox-image {
    max-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover {
        opacity: 1;
        -webkit-filter: none;
        filter: none;
        border: none;
    }

.elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-video-container {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.elementor-lightbox .elementor-video-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-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:focus {
    outline-width: 1px;
}

.elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 15%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size);
}

.elementor-lightbox .elementor-swiper-button-prev {
    left: 0;
}

.elementor-lightbox .elementor-swiper-button-next {
    right: 0;
}

@media (max-width:767px) {
    .elementor-lightbox .elementor-swiper-button:focus {
        outline: none;
    }

    .elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
        width: 20%;
    }

        .elementor-lightbox .elementor-swiper-button-next i, .elementor-lightbox .elementor-swiper-button-prev i {
            padding: 10px;
            background-color: rgba(0,0,0,.5);
        }

    .elementor-lightbox .elementor-swiper-button-prev {
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
}

.elementor-slideshow__footer, .elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color);
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-left: 1em;
    padding-right: 2.6em;
    top: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 10;
}

    .elementor-slideshow__header > i, .elementor-slideshow__header > svg {
        cursor: pointer;
        padding: .25em;
        margin: 0 .35em;
    }

    .elementor-slideshow__header > i {
        font-size: inherit;
    }

        .elementor-slideshow__header > i:hover {
            color: var(--lightbox-ui-color-hover);
        }

    .elementor-slideshow__header > svg {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        fill: var(--lightbox-ui-color);
        height: 1em;
        width: 1em;
    }

        .elementor-slideshow__header > svg:hover {
            fill: var(--lightbox-ui-color-hover);
        }

    .elementor-slideshow__header .elementor-slideshow__counter {
        margin-right: auto;
    }

    .elementor-slideshow__header .elementor-icon-share {
        z-index: 5;
    }

.elementor-slideshow__share-menu {
    background-color: transparent;
    width: 0;
    height: 0;
    position: absolute;
    overflow: hidden;
    -webkit-transition: background-color .4s;
    -o-transition: background-color .4s;
    transition: background-color .4s;
}

    .elementor-slideshow__share-menu .elementor-slideshow__share-links a {
        color: #2c2c2c;
    }

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 14px 20px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transform-origin: 90% 10%;
    -ms-transform-origin: 90% 10%;
    transform-origin: 90% 10%;
    -webkit-transition: all .25s .1s;
    -o-transition: all .25s .1s;
    transition: all .25s .1s;
    -webkit-box-shadow: 0 4px 15px rgba(0,0,0,.3);
    box-shadow: 0 4px 15px rgba(0,0,0,.3);
}

    .elementor-slideshow__share-links a {
        text-align: left;
        color: #55595c;
        font-size: 12px;
        line-height: 2.5;
        display: block;
        opacity: 0;
        -webkit-transition: opacity .5s .1s;
        -o-transition: opacity .5s .1s;
        transition: opacity .5s .1s;
    }

        .elementor-slideshow__share-links a:hover {
            color: #000;
        }

        .elementor-slideshow__share-links a i, .elementor-slideshow__share-links a svg {
            margin-right: .75em;
        }

        .elementor-slideshow__share-links a i {
            font-size: 1.25em;
        }

        .elementor-slideshow__share-links a svg {
            height: 1.25em;
            width: 1.25em;
        }

    .elementor-slideshow__share-links:before {
        content: "";
        display: block;
        position: absolute;
        top: 1px;
        right: .5em;
        border: .45em solid transparent;
        border-bottom-color: #fff;
        -webkit-transform: translateY(-100%) scaleX(.7);
        -ms-transform: translateY(-100%) scaleX(.7);
        transform: translateY(-100%) scaleX(.7);
    }

.elementor-slideshow__footer {
    bottom: 0;
    z-index: 5;
    position: fixed;
}

.elementor-slideshow__description, .elementor-slideshow__title {
    margin: 0;
}

.elementor-slideshow__title {
    font-size: 16px;
    font-weight: 700;
}

.elementor-slideshow__description {
    font-size: 14px;
}

.elementor-slideshow--ui-hidden .elementor-slideshow__footer, .elementor-slideshow--ui-hidden .elementor-slideshow__header {
    opacity: 0;
    pointer-events: none;
}

.elementor-slideshow--ui-hidden .elementor-swiper-button-next, .elementor-slideshow--ui-hidden .elementor-swiper-button-prev {
    opacity: 0;
}

.elementor-slideshow--fullscreen-mode .elementor-video-container {
    width: 100%;
}

.elementor-slideshow--zoom-mode .elementor-slideshow__footer, .elementor-slideshow--zoom-mode .elementor-slideshow__header {
    background-color: rgba(0,0,0,.5);
}

.elementor-slideshow--zoom-mode .elementor-swiper-button-next, .elementor-slideshow--zoom-mode .elementor-swiper-button-prev {
    opacity: 0;
    pointer-events: none;
}

.elementor-slideshow--share-mode .elementor-slideshow__share-menu {
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 1;
    cursor: default;
    background-color: rgba(0,0,0,.5);
}

.elementor-slideshow--share-mode .elementor-slideshow__share-links {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

    .elementor-slideshow--share-mode .elementor-slideshow__share-links, .elementor-slideshow--share-mode .elementor-slideshow__share-links a {
        opacity: 1;
    }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-twitter {
            color: #1da1f2;
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-facebook {
            color: #3b5998;
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-pinterest {
            color: #bd081c;
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .eicon-download-bold {
            color: #a4afb7;
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-twitter {
            fill: #1da1f2;
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-facebook {
            fill: #3b5998;
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-pinterest {
            fill: #bd081c;
        }

        .elementor-slideshow--share-mode .elementor-slideshow__share-links .e-eicon-download-bold {
            fill: #a4afb7;
        }

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2;
}

.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;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
    }

@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-top:not([data-negative=false]) svg {
        z-index: -1;
    }

.elementor-shape-bottom {
    bottom: -1px;
}

    .elementor-shape-bottom:not([data-negative=true]) svg {
        z-index: -1;
    }

.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: -ms-flexbox;
    display: flex;
    width: 200px;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    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;
}

#left-area ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items {
    padding: 0;
}

#wpadminbar * {
    font-style: normal;
}

.e--ua-appleWebkit.rtl {
    --flex-right:flex-start;
}

.e--ua-appleWebkit .elementor-share-buttons--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-right {
    --justify-content:var(--flex-right,flex-end);
}

.e--ua-appleWebkit .elementor-share-buttons--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-center {
    --justify-content:center;
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: var(--justify-content,space-between);
    -ms-flex-pack: var(--justify-content,space-between);
    justify-content: var(--justify-content,space-between);
    margin-left: calc(-.5 * var(--grid-column-gap));
    margin-right: calc(-.5 * var(--grid-column-gap));
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-right .elementor-grid-item {
    margin-left: calc(.5 * var(--grid-column-gap));
    margin-right: calc(.5 * var(--grid-column-gap));
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid {
    display: inline-block;
}

.e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-left .elementor-grid-item {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width:1024px) {
    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-right {
        --justify-content:var(--flex-right,flex-end);
    }

    .e--ua-appleWebkit .elementor-share-buttons-tablet--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-tablet-center {
        --justify-content:center;
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: var(--justify-content,space-between);
        -ms-flex-pack: var(--justify-content,space-between);
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap));
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-tablet-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap));
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid {
        display: inline-block;
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-tablet--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-tablet-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-right, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-right {
        --justify-content:var(--flex-right,flex-end);
    }

    .e--ua-appleWebkit .elementor-share-buttons-mobile--align-center, .e--ua-appleWebkit .elementor-widget-social-icons.e-grid-align-mobile-center {
        --justify-content:center;
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid {
        width: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: var(--justify-content,space-between);
        -ms-flex-pack: var(--justify-content,space-between);
        justify-content: var(--justify-content,space-between);
        margin-left: calc(-.5 * var(--grid-column-gap));
        margin-right: calc(-.5 * var(--grid-column-gap));
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-justify .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons--align-mobile-right .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-center .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-right .elementor-grid-item {
        margin-left: calc(.5 * var(--grid-column-gap));
        margin-right: calc(.5 * var(--grid-column-gap));
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid {
        display: inline-block;
    }

    .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-share-buttons-mobile--align-left .elementor-grid-item, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid, .e--ua-appleWebkit .elementor-grid-0.elementor-widget-social-icons.e-grid-align-mobile-left .elementor-grid-item {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width:767px) {
    .elementor .elementor-hidden-mobile, .elementor .elementor-hidden-phone {
        display: none;
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .elementor .elementor-hidden-mobile_extra {
        display: none;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none;
    }
}

@media (min-width:-1px) and (max-width:-1px) {
    .elementor .elementor-hidden-laptop, .elementor .elementor-hidden-tablet_extra {
        display: none;
    }
}

@media (min-width:1025px) and (max-width:99999px) {
    .elementor .elementor-hidden-desktop {
        display: none;
    }
}

@media (min-width:-1px) {
    .elementor .elementor-hidden-widescreen {
        display: none;
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment,left);
}

    .elementor-widget-text-path svg {
        width: var(--width);
        max-width: 100%;
        height: auto;
        overflow: visible;
        word-spacing: var(--word-spacing);
        -webkit-transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));
        -ms-transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));
        transform: rotate(var(--rotate,0)) scaleX(var(--scale-x,1)) scaleY(var(--scale-y,1));
    }

        .elementor-widget-text-path svg path {
            vector-effect: non-scaling-stroke;
            fill: var(--path-fill,transparent);
            stroke: var(--stroke-color,transparent);
            stroke-width: var(--stroke-width,1px);
            -webkit-transition: var(--stroke-transition) stroke,var(--stroke-transition) fill;
            -o-transition: var(--stroke-transition) stroke,var(--stroke-transition) fill;
            transition: var(--stroke-transition) stroke,var(--stroke-transition) fill;
        }

        .elementor-widget-text-path svg:hover path {
            --path-fill:var(--path-fill-hover);
            --stroke-color:var(--stroke-color-hover);
            --stroke-width:var(--stroke-width-hover);
        }

        .elementor-widget-text-path svg text {
            --fill:var(--text-color);
            fill: var(--fill);
            direction: var(--direction,ltr);
            -webkit-transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;
            -o-transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;
            transition: var(--transition) stroke,var(--transition) stroke-width,var(--transition) fill;
        }

            .elementor-widget-text-path svg text:hover {
                --color:var(--text-color-hover,var(--text-color));
                --fill:var(--color);
                color: var(--color);
            }

@font-face {
    font-family: themify;
    src: url(//themexbd.com/poket/construction/wp-content/plugins/themex-ppro-elementor/assets/css/../fonts/themify.eot?-fvbane);
    src: url(//themexbd.com/poket/construction/wp-content/plugins/themex-ppro-elementor/assets/css/../fonts/themify.eot?#iefix-fvbane) format('embedded-opentype'),url(//themexbd.com/poket/construction/wp-content/plugins/themex-ppro-elementor/assets/css/../fonts/themify.woff?-fvbane) format('woff'),url(//themexbd.com/poket/construction/wp-content/plugins/themex-ppro-elementor/assets/css/../fonts/themify.ttf?-fvbane) format('truetype'),url(//themexbd.com/poket/construction/wp-content/plugins/themex-ppro-elementor/assets/css/../fonts/themify.svg?-fvbane#themify) format('svg');
    font-weight: 400;
    font-style: normal;
}

[class*=" ti-"], [class^=ti-] {
    font-family: themify;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.ti-wand:before {
    content: "\e600";
}

.ti-volume:before {
    content: "\e601";
}

.ti-user:before {
    content: "\e602";
}

.ti-unlock:before {
    content: "\e603";
}

.ti-unlink:before {
    content: "\e604";
}

.ti-trash:before {
    content: "\e605";
}

.ti-thought:before {
    content: "\e606";
}

.ti-target:before {
    content: "\e607";
}

.ti-tag:before {
    content: "\e608";
}

.ti-tablet:before {
    content: "\e609";
}

.ti-star:before {
    content: "\e60a";
}

.ti-spray:before {
    content: "\e60b";
}

.ti-signal:before {
    content: "\e60c";
}

.ti-shopping-cart:before {
    content: "\e60d";
}

.ti-shopping-cart-full:before {
    content: "\e60e";
}

.ti-settings:before {
    content: "\e60f";
}

.ti-search:before {
    content: "\e610";
}

.ti-zoom-in:before {
    content: "\e611";
}

.ti-zoom-out:before {
    content: "\e612";
}

.ti-cut:before {
    content: "\e613";
}

.ti-ruler:before {
    content: "\e614";
}

.ti-ruler-pencil:before {
    content: "\e615";
}

.ti-ruler-alt:before {
    content: "\e616";
}

.ti-bookmark:before {
    content: "\e617";
}

.ti-bookmark-alt:before {
    content: "\e618";
}

.ti-reload:before {
    content: "\e619";
}

.ti-plus:before {
    content: "\e61a";
}

.ti-pin:before {
    content: "\e61b";
}

.ti-pencil:before {
    content: "\e61c";
}

.ti-pencil-alt:before {
    content: "\e61d";
}

.ti-paint-roller:before {
    content: "\e61e";
}

.ti-paint-bucket:before {
    content: "\e61f";
}

.ti-na:before {
    content: "\e620";
}

.ti-mobile:before {
    content: "\e621";
}

.ti-minus:before {
    content: "\e622";
}

.ti-medall:before {
    content: "\e623";
}

.ti-medall-alt:before {
    content: "\e624";
}

.ti-marker:before {
    content: "\e625";
}

.ti-marker-alt:before {
    content: "\e626";
}

.ti-arrow-up:before {
    content: "\e627";
}

.ti-arrow-right:before {
    content: "\e628";
}

.ti-arrow-left:before {
    content: "\e629";
}

.ti-arrow-down:before {
    content: "\e62a";
}

.ti-lock:before {
    content: "\e62b";
}

.ti-location-arrow:before {
    content: "\e62c";
}

.ti-link:before {
    content: "\e62d";
}

.ti-layout:before {
    content: "\e62e";
}

.ti-layers:before {
    content: "\e62f";
}

.ti-layers-alt:before {
    content: "\e630";
}

.ti-key:before {
    content: "\e631";
}

.ti-import:before {
    content: "\e632";
}

.ti-image:before {
    content: "\e633";
}

.ti-heart:before {
    content: "\e634";
}

.ti-heart-broken:before {
    content: "\e635";
}

.ti-hand-stop:before {
    content: "\e636";
}

.ti-hand-open:before {
    content: "\e637";
}

.ti-hand-drag:before {
    content: "\e638";
}

.ti-folder:before {
    content: "\e639";
}

.ti-flag:before {
    content: "\e63a";
}

.ti-flag-alt:before {
    content: "\e63b";
}

.ti-flag-alt-2:before {
    content: "\e63c";
}

.ti-eye:before {
    content: "\e63d";
}

.ti-export:before {
    content: "\e63e";
}

.ti-exchange-vertical:before {
    content: "\e63f";
}

.ti-desktop:before {
    content: "\e640";
}

.ti-cup:before {
    content: "\e641";
}

.ti-crown:before {
    content: "\e642";
}

.ti-comments:before {
    content: "\e643";
}

.ti-comment:before {
    content: "\e644";
}

.ti-comment-alt:before {
    content: "\e645";
}

.ti-close:before {
    content: "\e646";
}

.ti-clip:before {
    content: "\e647";
}

.ti-angle-up:before {
    content: "\e648";
}

.ti-angle-right:before {
    content: "\e649";
}

.ti-angle-left:before {
    content: "\e64a";
}

.ti-angle-down:before {
    content: "\e64b";
}

.ti-check:before {
    content: "\e64c";
}

.ti-check-box:before {
    content: "\e64d";
}

.ti-camera:before {
    content: "\e64e";
}

.ti-announcement:before {
    content: "\e64f";
}

.ti-brush:before {
    content: "\e650";
}

.ti-briefcase:before {
    content: "\e651";
}

.ti-bolt:before {
    content: "\e652";
}

.ti-bolt-alt:before {
    content: "\e653";
}

.ti-blackboard:before {
    content: "\e654";
}

.ti-bag:before {
    content: "\e655";
}

.ti-move:before {
    content: "\e656";
}

.ti-arrows-vertical:before {
    content: "\e657";
}

.ti-arrows-horizontal:before {
    content: "\e658";
}

.ti-fullscreen:before {
    content: "\e659";
}

.ti-arrow-top-right:before {
    content: "\e65a";
}

.ti-arrow-top-left:before {
    content: "\e65b";
}

.ti-arrow-circle-up:before {
    content: "\e65c";
}

.ti-arrow-circle-right:before {
    content: "\e65d";
}

.ti-arrow-circle-left:before {
    content: "\e65e";
}

.ti-arrow-circle-down:before {
    content: "\e65f";
}

.ti-angle-double-up:before {
    content: "\e660";
}

.ti-angle-double-right:before {
    content: "\e661";
}

.ti-angle-double-left:before {
    content: "\e662";
}

.ti-angle-double-down:before {
    content: "\e663";
}

.ti-zip:before {
    content: "\e664";
}

.ti-world:before {
    content: "\e665";
}

.ti-wheelchair:before {
    content: "\e666";
}

.ti-view-list:before {
    content: "\e667";
}

.ti-view-list-alt:before {
    content: "\e668";
}

.ti-view-grid:before {
    content: "\e669";
}

.ti-uppercase:before {
    content: "\e66a";
}

.ti-upload:before {
    content: "\e66b";
}

.ti-underline:before {
    content: "\e66c";
}

.ti-truck:before {
    content: "\e66d";
}

.ti-timer:before {
    content: "\e66e";
}

.ti-ticket:before {
    content: "\e66f";
}

.ti-thumb-up:before {
    content: "\e670";
}

.ti-thumb-down:before {
    content: "\e671";
}

.ti-text:before {
    content: "\e672";
}

.ti-stats-up:before {
    content: "\e673";
}

.ti-stats-down:before {
    content: "\e674";
}

.ti-split-v:before {
    content: "\e675";
}

.ti-split-h:before {
    content: "\e676";
}

.ti-smallcap:before {
    content: "\e677";
}

.ti-shine:before {
    content: "\e678";
}

.ti-shift-right:before {
    content: "\e679";
}

.ti-shift-left:before {
    content: "\e67a";
}

.ti-shield:before {
    content: "\e67b";
}

.ti-notepad:before {
    content: "\e67c";
}

.ti-server:before {
    content: "\e67d";
}

.ti-quote-right:before {
    content: "\e67e";
}

.ti-quote-left:before {
    content: "\e67f";
}

.ti-pulse:before {
    content: "\e680";
}

.ti-printer:before {
    content: "\e681";
}

.ti-power-off:before {
    content: "\e682";
}

.ti-plug:before {
    content: "\e683";
}

.ti-pie-chart:before {
    content: "\e684";
}

.ti-paragraph:before {
    content: "\e685";
}

.ti-panel:before {
    content: "\e686";
}

.ti-package:before {
    content: "\e687";
}

.ti-music:before {
    content: "\e688";
}

.ti-music-alt:before {
    content: "\e689";
}

.ti-mouse:before {
    content: "\e68a";
}

.ti-mouse-alt:before {
    content: "\e68b";
}

.ti-money:before {
    content: "\e68c";
}

.ti-microphone:before {
    content: "\e68d";
}

.ti-menu:before {
    content: "\e68e";
}

.ti-menu-alt:before {
    content: "\e68f";
}

.ti-map:before {
    content: "\e690";
}

.ti-map-alt:before {
    content: "\e691";
}

.ti-loop:before {
    content: "\e692";
}

.ti-location-pin:before {
    content: "\e693";
}

.ti-list:before {
    content: "\e694";
}

.ti-light-bulb:before {
    content: "\e695";
}

.ti-Italic:before {
    content: "\e696";
}

.ti-info:before {
    content: "\e697";
}

.ti-infinite:before {
    content: "\e698";
}

.ti-id-badge:before {
    content: "\e699";
}

.ti-hummer:before {
    content: "\e69a";
}

.ti-home:before {
    content: "\e69b";
}

.ti-help:before {
    content: "\e69c";
}

.ti-headphone:before {
    content: "\e69d";
}

.ti-harddrives:before {
    content: "\e69e";
}

.ti-harddrive:before {
    content: "\e69f";
}

.ti-gift:before {
    content: "\e6a0";
}

.ti-game:before {
    content: "\e6a1";
}

.ti-filter:before {
    content: "\e6a2";
}

.ti-files:before {
    content: "\e6a3";
}

.ti-file:before {
    content: "\e6a4";
}

.ti-eraser:before {
    content: "\e6a5";
}

.ti-envelope:before {
    content: "\e6a6";
}

.ti-download:before {
    content: "\e6a7";
}

.ti-direction:before {
    content: "\e6a8";
}

.ti-direction-alt:before {
    content: "\e6a9";
}

.ti-dashboard:before {
    content: "\e6aa";
}

.ti-control-stop:before {
    content: "\e6ab";
}

.ti-control-shuffle:before {
    content: "\e6ac";
}

.ti-control-play:before {
    content: "\e6ad";
}

.ti-control-pause:before {
    content: "\e6ae";
}

.ti-control-forward:before {
    content: "\e6af";
}

.ti-control-backward:before {
    content: "\e6b0";
}

.ti-cloud:before {
    content: "\e6b1";
}

.ti-cloud-up:before {
    content: "\e6b2";
}

.ti-cloud-down:before {
    content: "\e6b3";
}

.ti-clipboard:before {
    content: "\e6b4";
}

.ti-car:before {
    content: "\e6b5";
}

.ti-calendar:before {
    content: "\e6b6";
}

.ti-book:before {
    content: "\e6b7";
}

.ti-bell:before {
    content: "\e6b8";
}

.ti-basketball:before {
    content: "\e6b9";
}

.ti-bar-chart:before {
    content: "\e6ba";
}

.ti-bar-chart-alt:before {
    content: "\e6bb";
}

.ti-back-right:before {
    content: "\e6bc";
}

.ti-back-left:before {
    content: "\e6bd";
}

.ti-arrows-corner:before {
    content: "\e6be";
}

.ti-archive:before {
    content: "\e6bf";
}

.ti-anchor:before {
    content: "\e6c0";
}

.ti-align-right:before {
    content: "\e6c1";
}

.ti-align-left:before {
    content: "\e6c2";
}

.ti-align-justify:before {
    content: "\e6c3";
}

.ti-align-center:before {
    content: "\e6c4";
}

.ti-alert:before {
    content: "\e6c5";
}

.ti-alarm-clock:before {
    content: "\e6c6";
}

.ti-agenda:before {
    content: "\e6c7";
}

.ti-write:before {
    content: "\e6c8";
}

.ti-window:before {
    content: "\e6c9";
}

.ti-widgetized:before {
    content: "\e6ca";
}

.ti-widget:before {
    content: "\e6cb";
}

.ti-widget-alt:before {
    content: "\e6cc";
}

.ti-wallet:before {
    content: "\e6cd";
}

.ti-video-clapper:before {
    content: "\e6ce";
}

.ti-video-camera:before {
    content: "\e6cf";
}

.ti-vector:before {
    content: "\e6d0";
}

.ti-themify-logo:before {
    content: "\e6d1";
}

.ti-themify-favicon:before {
    content: "\e6d2";
}

.ti-themify-favicon-alt:before {
    content: "\e6d3";
}

.ti-support:before {
    content: "\e6d4";
}

.ti-stamp:before {
    content: "\e6d5";
}

.ti-split-v-alt:before {
    content: "\e6d6";
}

.ti-slice:before {
    content: "\e6d7";
}

.ti-shortcode:before {
    content: "\e6d8";
}

.ti-shift-right-alt:before {
    content: "\e6d9";
}

.ti-shift-left-alt:before {
    content: "\e6da";
}

.ti-ruler-alt-2:before {
    content: "\e6db";
}

.ti-receipt:before {
    content: "\e6dc";
}

.ti-pin2:before {
    content: "\e6dd";
}

.ti-pin-alt:before {
    content: "\e6de";
}

.ti-pencil-alt2:before {
    content: "\e6df";
}

.ti-palette:before {
    content: "\e6e0";
}

.ti-more:before {
    content: "\e6e1";
}

.ti-more-alt:before {
    content: "\e6e2";
}

.ti-microphone-alt:before {
    content: "\e6e3";
}

.ti-magnet:before {
    content: "\e6e4";
}

.ti-line-double:before {
    content: "\e6e5";
}

.ti-line-dotted:before {
    content: "\e6e6";
}

.ti-line-dashed:before {
    content: "\e6e7";
}

.ti-layout-width-full:before {
    content: "\e6e8";
}

.ti-layout-width-default:before {
    content: "\e6e9";
}

.ti-layout-width-default-alt:before {
    content: "\e6ea";
}

.ti-layout-tab:before {
    content: "\e6eb";
}

.ti-layout-tab-window:before {
    content: "\e6ec";
}

.ti-layout-tab-v:before {
    content: "\e6ed";
}

.ti-layout-tab-min:before {
    content: "\e6ee";
}

.ti-layout-slider:before {
    content: "\e6ef";
}

.ti-layout-slider-alt:before {
    content: "\e6f0";
}

.ti-layout-sidebar-right:before {
    content: "\e6f1";
}

.ti-layout-sidebar-none:before {
    content: "\e6f2";
}

.ti-layout-sidebar-left:before {
    content: "\e6f3";
}

.ti-layout-placeholder:before {
    content: "\e6f4";
}

.ti-layout-menu:before {
    content: "\e6f5";
}

.ti-layout-menu-v:before {
    content: "\e6f6";
}

.ti-layout-menu-separated:before {
    content: "\e6f7";
}

.ti-layout-menu-full:before {
    content: "\e6f8";
}

.ti-layout-media-right-alt:before {
    content: "\e6f9";
}

.ti-layout-media-right:before {
    content: "\e6fa";
}

.ti-layout-media-overlay:before {
    content: "\e6fb";
}

.ti-layout-media-overlay-alt:before {
    content: "\e6fc";
}

.ti-layout-media-overlay-alt-2:before {
    content: "\e6fd";
}

.ti-layout-media-left-alt:before {
    content: "\e6fe";
}

.ti-layout-media-left:before {
    content: "\e6ff";
}

.ti-layout-media-center-alt:before {
    content: "\e700";
}

.ti-layout-media-center:before {
    content: "\e701";
}

.ti-layout-list-thumb:before {
    content: "\e702";
}

.ti-layout-list-thumb-alt:before {
    content: "\e703";
}

.ti-layout-list-post:before {
    content: "\e704";
}

.ti-layout-list-large-image:before {
    content: "\e705";
}

.ti-layout-line-solid:before {
    content: "\e706";
}

.ti-layout-grid4:before {
    content: "\e707";
}

.ti-layout-grid3:before {
    content: "\e708";
}

.ti-layout-grid2:before {
    content: "\e709";
}

.ti-layout-grid2-thumb:before {
    content: "\e70a";
}

.ti-layout-cta-right:before {
    content: "\e70b";
}

.ti-layout-cta-left:before {
    content: "\e70c";
}

.ti-layout-cta-center:before {
    content: "\e70d";
}

.ti-layout-cta-btn-right:before {
    content: "\e70e";
}

.ti-layout-cta-btn-left:before {
    content: "\e70f";
}

.ti-layout-column4:before {
    content: "\e710";
}

.ti-layout-column3:before {
    content: "\e711";
}

.ti-layout-column2:before {
    content: "\e712";
}

.ti-layout-accordion-separated:before {
    content: "\e713";
}

.ti-layout-accordion-merged:before {
    content: "\e714";
}

.ti-layout-accordion-list:before {
    content: "\e715";
}

.ti-ink-pen:before {
    content: "\e716";
}

.ti-info-alt:before {
    content: "\e717";
}

.ti-help-alt:before {
    content: "\e718";
}

.ti-headphone-alt:before {
    content: "\e719";
}

.ti-hand-point-up:before {
    content: "\e71a";
}

.ti-hand-point-right:before {
    content: "\e71b";
}

.ti-hand-point-left:before {
    content: "\e71c";
}

.ti-hand-point-down:before {
    content: "\e71d";
}

.ti-gallery:before {
    content: "\e71e";
}

.ti-face-smile:before {
    content: "\e71f";
}

.ti-face-sad:before {
    content: "\e720";
}

.ti-credit-card:before {
    content: "\e721";
}

.ti-control-skip-forward:before {
    content: "\e722";
}

.ti-control-skip-backward:before {
    content: "\e723";
}

.ti-control-record:before {
    content: "\e724";
}

.ti-control-eject:before {
    content: "\e725";
}

.ti-comments-smiley:before {
    content: "\e726";
}

.ti-brush-alt:before {
    content: "\e727";
}

.ti-youtube:before {
    content: "\e728";
}

.ti-vimeo:before {
    content: "\e729";
}

.ti-twitter:before {
    content: "\e72a";
}

.ti-time:before {
    content: "\e72b";
}

.ti-tumblr:before {
    content: "\e72c";
}

.ti-skype:before {
    content: "\e72d";
}

.ti-share:before {
    content: "\e72e";
}

.ti-share-alt:before {
    content: "\e72f";
}

.ti-rocket:before {
    content: "\e730";
}

.ti-pinterest:before {
    content: "\e731";
}

.ti-new-window:before {
    content: "\e732";
}

.ti-microsoft:before {
    content: "\e733";
}

.ti-list-ol:before {
    content: "\e734";
}

.ti-linkedin:before {
    content: "\e735";
}

.ti-layout-sidebar-2:before {
    content: "\e736";
}

.ti-layout-grid4-alt:before {
    content: "\e737";
}

.ti-layout-grid3-alt:before {
    content: "\e738";
}

.ti-layout-grid2-alt:before {
    content: "\e739";
}

.ti-layout-column4-alt:before {
    content: "\e73a";
}

.ti-layout-column3-alt:before {
    content: "\e73b";
}

.ti-layout-column2-alt:before {
    content: "\e73c";
}

.ti-instagram:before {
    content: "\e73d";
}

.ti-google:before {
    content: "\e73e";
}

.ti-github:before {
    content: "\e73f";
}

.ti-flickr:before {
    content: "\e740";
}

.ti-facebook:before {
    content: "\e741";
}

.ti-dropbox:before {
    content: "\e742";
}

.ti-dribbble:before {
    content: "\e743";
}

.ti-apple:before {
    content: "\e744";
}

.ti-android:before {
    content: "\e745";
}

.ti-save:before {
    content: "\e746";
}

.ti-save-alt:before {
    content: "\e747";
}

.ti-yahoo:before {
    content: "\e748";
}

.ti-wordpress:before {
    content: "\e749";
}

.ti-vimeo-alt:before {
    content: "\e74a";
}

.ti-twitter-alt:before {
    content: "\e74b";
}

.ti-tumblr-alt:before {
    content: "\e74c";
}

.ti-trello:before {
    content: "\e74d";
}

.ti-stack-overflow:before {
    content: "\e74e";
}

.ti-soundcloud:before {
    content: "\e74f";
}

.ti-sharethis:before {
    content: "\e750";
}

.ti-sharethis-alt:before {
    content: "\e751";
}

.ti-reddit:before {
    content: "\e752";
}

.ti-pinterest-alt:before {
    content: "\e753";
}

.ti-microsoft-alt:before {
    content: "\e754";
}

.ti-linux:before {
    content: "\e755";
}

.ti-jsfiddle:before {
    content: "\e756";
}

.ti-joomla:before {
    content: "\e757";
}

.ti-html5:before {
    content: "\e758";
}

.ti-flickr-alt:before {
    content: "\e759";
}

.ti-email:before {
    content: "\e75a";
}

.ti-drupal:before {
    content: "\e75b";
}

.ti-dropbox-alt:before {
    content: "\e75c";
}

.ti-css3:before {
    content: "\e75d";
}

.ti-rss:before {
    content: "\e75e";
}

.ti-rss-alt:before {
    content: "\e75f";
}

@charset "UTF-8";
/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
.animated {
    animation-duration: 1s;
    animation-fill-mode: both;
}

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.hinge {
        animation-duration: 2s;
    }

    .animated.bounceIn, .animated.bounceOut, .animated.flipOutX, .animated.flipOutY {
        animation-duration: .75s;
    }

@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 bounceOut {
    20% {
        transform: scale3d(.9,.9,.9);
    }

    50%,55% {
        opacity: 1;
        transform: scale3d(1.1,1.1,1.1);
    }

    to {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }
}

.bounceOut {
    animation-name: bounceOut;
}

@keyframes bounceOutDown {
    20% {
        transform: translate3d(0,10px,0);
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,-20px,0);
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0);
    }
}

.bounceOutDown {
    animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        transform: translate3d(20px,0,0);
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0);
    }
}

.bounceOutLeft {
    animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        transform: translate3d(-20px,0,0);
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0);
    }
}

.bounceOutRight {
    animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
    20% {
        transform: translate3d(0,-10px,0);
    }

    40%,45% {
        opacity: 1;
        transform: translate3d(0,20px,0);
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0);
    }
}

.bounceOutUp {
    animation-name: bounceOutUp;
}

@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 fadeInDownBig {
    from {
        opacity: 0;
        transform: translate3d(0,-2000px,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInDownBig {
    animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%,0,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        transform: translate3d(-2000px,0,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInLeftBig {
    animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%,0,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        transform: translate3d(2000px,0,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInRightBig {
    animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0,100%,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        transform: translate3d(0,2000px,0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.fadeInUpBig {
    animation-name: fadeInUpBig;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0,100%,0);
    }
}

.fadeOutDown {
    animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0,2000px,0);
    }
}

.fadeOutDownBig {
    animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-100%,0,0);
    }
}

.fadeOutLeft {
    animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(-2000px,0,0);
    }
}

.fadeOutLeftBig {
    animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0);
    }
}

.fadeOutRight {
    animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(2000px,0,0);
    }
}

.fadeOutRightBig {
    animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0,-100%,0);
    }
}

.fadeOutUp {
    animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(0,-2000px,0);
    }
}

.fadeOutUpBig {
    animation-name: fadeOutUpBig;
}

@keyframes flip {
    from {
        transform: perspective(400px) rotate3d(0,1,0,-360deg);
        animation-timing-function: ease-out;
    }

    40% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-190deg);
        animation-timing-function: ease-out;
    }

    50% {
        transform: perspective(400px) translate3d(0,0,150px) rotate3d(0,1,0,-170deg);
        animation-timing-function: ease-in;
    }

    80% {
        transform: perspective(400px) scale3d(.95,.95,.95);
        animation-timing-function: ease-in;
    }

    to {
        transform: perspective(400px);
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip;
}

@keyframes flipInX {
    from {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(1,0,0,10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(1,0,0,-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipInX;
}

.flipInY, .flipOutX {
    -webkit-backface-visibility: visible !important;
}

@keyframes flipInY {
    from {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        transform: perspective(400px) rotate3d(0,1,0,-20deg);
        animation-timing-function: ease-in;
    }

    60% {
        transform: perspective(400px) rotate3d(0,1,0,10deg);
        opacity: 1;
    }

    80% {
        transform: perspective(400px) rotate3d(0,1,0,-5deg);
    }

    to {
        transform: perspective(400px);
    }
}

.flipInY {
    backface-visibility: visible !important;
    animation-name: flipInY;
}

@keyframes flipOutX {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(1,0,0,-20deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(1,0,0,90deg);
        opacity: 0;
    }
}

.flipOutX {
    animation-name: flipOutX;
    backface-visibility: visible !important;
}

@keyframes flipOutY {
    from {
        transform: perspective(400px);
    }

    30% {
        transform: perspective(400px) rotate3d(0,1,0,-15deg);
        opacity: 1;
    }

    to {
        transform: perspective(400px) rotate3d(0,1,0,90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    animation-name: flipOutY;
}

@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 lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        transform: translate3d(100%,0,0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    animation-name: lightSpeedOut;
    animation-timing-function: ease-in;
}

@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 rotateOut {
    from {
        transform-origin: center;
        opacity: 1;
    }

    to {
        transform-origin: center;
        transform: rotate3d(0,0,1,200deg);
        opacity: 0;
    }
}

.rotateOut {
    animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
    from {
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        transform-origin: left bottom;
        transform: rotate3d(0,0,1,-45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
    from {
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        transform-origin: right bottom;
        transform: rotate3d(0,0,1,90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    animation-name: rotateOutUpRight;
}

@keyframes hinge {
    0% {
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    20%,60% {
        transform: rotate3d(0,0,1,80deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
    }

    40%,80% {
        transform: rotate3d(0,0,1,60deg);
        transform-origin: top left;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        transform: translate3d(0,700px,0);
        opacity: 0;
    }
}

.hinge {
    animation-name: hinge;
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        transform: scale(.1) rotate(30deg);
        transform-origin: center bottom;
    }

    50% {
        transform: rotate(-10deg);
    }

    70% {
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        transform: scale(1);
    }
}

.jackInTheBox {
    animation-name: jackInTheBox;
}

@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 rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        transform: translate3d(100%,0,0) rotate3d(0,0,1,120deg);
    }
}

.rollOut {
    animation-name: rollOut;
}

@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 zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        transform: scale3d(.3,.3,.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    animation-name: zoomOut;
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,-60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomOutDown {
    animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(42px,0,0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(-2000px,0,0);
        transform-origin: left center;
    }
}

.zoomOutLeft {
    animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(-42px,0,0);
    }

    to {
        opacity: 0;
        transform: scale(.1) translate3d(2000px,0,0);
        transform-origin: right center;
    }
}

.zoomOutRight {
    animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        transform: scale3d(.475,.475,.475) translate3d(0,60px,0);
        animation-timing-function: cubic-bezier(.55,.055,.675,.19);
    }

    to {
        opacity: 0;
        transform: scale3d(.1,.1,.1) translate3d(0,-2000px,0);
        transform-origin: center bottom;
        animation-timing-function: cubic-bezier(.175,.885,.32,1);
    }
}

.zoomOutUp {
    animation-name: zoomOutUp;
}

@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;
}

@keyframes slideOutDown {
    from {
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0,100%,0);
    }
}

.slideOutDown {
    animation-name: slideOutDown;
}

@keyframes slideOutLeft {
    from {
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        transform: translate3d(-100%,0,0);
    }
}

.slideOutLeft {
    animation-name: slideOutLeft;
}

@keyframes slideOutRight {
    from {
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        transform: translate3d(100%,0,0);
    }
}

.slideOutRight {
    animation-name: slideOutRight;
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0,0,0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0,-100%,0);
    }
}

.slideOutUp {
    animation-name: slideOutUp;
}

.text-left .witr_btn_sinner {
    text-align: left;
}

.text-right .witr_btn_sinner {
    text-align: right;
}

.text-center .witr_btn_sinner {
    text-align: center;
}

.witr_button_area {
    text-align: left;
    overflow: hidden;
}

.witr_btn {
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    padding: 18px 40px;
    text-align: center;
    position: relative;
    margin-right: 15px;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
    font-weight: 400;
}

    .witr_btn i {
        font-size: 18px;
        margin-left: 6px;
    }

.pluse_btn_icon {
    display: inline-block;
}

.witr_bbtn {
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    -webkit-transition: 1s;
    transition: 1s;
}

    .witr_bbtn i {
        font-size: 15px;
        margin-right: 6px;
    }

.witr_gbtn {
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .witr_gbtn:before {
        position: absolute;
        border-radius: 3px;
        left: 0;
        height: 100%;
        opacity: 0;
        top: 0;
        content: "";
        width: 100%;
        z-index: -2;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .witr_gbtn:hover:before {
        opacity: 1;
    }

    .witr_gbtn i {
        font-size: 15px;
        margin-right: 6px;
    }

.witr_gbbtn {
    border-radius: 30px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 30px;
    text-align: center;
    position: relative;
    margin-right: 20px;
    z-index: 2;
    -webkit-transition: all .5s;
    transition: all .5s;
}

    .witr_gbbtn:before {
        position: absolute;
        border-radius: 3px;
        left: 0;
        height: 100%;
        opacity: 1;
        top: 0;
        content: "";
        width: 100%;
        z-index: -2;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
    }

    .witr_gbbtn:after {
        position: absolute;
        border-radius: 3px;
        left: 2px;
        opacity: 1;
        top: 2px;
        content: "";
        z-index: -1;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
    }

    .witr_gbbtn:hover:before {
        opacity: 1;
    }

    .witr_gbbtn:hover:after {
        opacity: 0;
    }

    .witr_gbbtn i {
        font-size: 15px;
        margin-right: 6px;
    }

.witr_vbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
}

.witr_vbbtn {
    width: 50px;
    height: 50px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
}

.witr_vgbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
}

.witr_vhgbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
}

    .witr_vhgbtn:before {
        position: absolute;
        border-radius: 50%;
        left: 0;
        height: 100%;
        z-index: -2;
        opacity: 0;
        -webkit-transition: .3s;
        transition: .3s;
        top: 0;
        content: "";
        width: 100%;
    }

    .witr_vhgbtn:hover:before {
        opacity: 1;
    }

.witr_vbgbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
}

    .witr_vbgbtn:before {
        position: absolute;
        border-radius: 50%;
        left: 0;
        height: 100%;
        z-index: -2;
        opacity: 1;
        -webkit-transition: .3s;
        transition: .3s;
        top: 0;
        content: "";
        width: 100%;
    }

    .witr_vbgbtn:after {
        height: calc(100% - 4px);
        width: calc(100% - 4px);
        z-index: -1;
        opacity: 1;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        position: absolute;
        border-radius: 50%;
        left: 2px;
        top: 2px;
        content: "";
    }

    .witr_vbgbtn:hover:after {
        opacity: 0;
    }

.witr_vbbgbtn_inner {
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-right: 20px;
}

    .witr_vbbgbtn_inner:before {
        position: absolute;
        border-radius: 50%;
        left: 0;
        height: 100%;
        z-index: -2;
        opacity: 1;
        -webkit-transition: .3s;
        transition: .3s;
        top: 0;
        content: "";
        width: 100%;
    }

    .witr_vbbgbtn_inner:after {
        height: calc(100% - 2px);
        z-index: -1;
        opacity: 1;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        position: absolute;
        border-radius: 50%;
        left: 1px;
        top: 1px;
        content: "";
        width: calc(100% - 2px);
    }

.witr_vbbgbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
}

    .witr_vbbgbtn:before {
        position: absolute;
        border-radius: 50%;
        left: 0;
        height: 100%;
        z-index: -2;
        opacity: 1;
        -webkit-transition: .3s;
        transition: .3s;
        top: 0;
        content: "";
        width: 100%;
    }

    .witr_vbbgbtn:after {
        height: calc(100% - 4px);
        width: calc(100% - 4px);
        z-index: -1;
        opacity: 1;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        position: absolute;
        border-radius: 50%;
        left: 2px;
        top: 2px;
        content: "";
    }

.witr_vdbbgbtn_inner {
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-right: 20px;
}

    .witr_vdbbgbtn_inner:before {
        position: absolute;
        border-radius: 50%;
        left: 0;
        height: 100%;
        z-index: -2;
        opacity: 1;
        -webkit-transition: .3s;
        transition: .3s;
        top: 0;
        content: "";
        width: 100%;
    }

    .witr_vdbbgbtn_inner:after {
        height: calc(100% - 2px);
        z-index: -1;
        opacity: 1;
        -webkit-transition: all .5s ease;
        transition: all .5s ease;
        position: absolute;
        border-radius: 50%;
        left: 1px;
        top: 1px;
        content: "";
        width: calc(100% - 2px);
    }

.witr_vdbbgbtn {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    z-index: 2;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
}

    .witr_vdbbgbtn:before {
        position: absolute;
        border-radius: 50%;
        left: 0;
        height: 100%;
        z-index: -2;
        opacity: 1;
        -webkit-transition: .3s;
        transition: .3s;
        top: 0;
        content: "";
        width: 100%;
    }

.f_left {
    float: left;
    margin-right: 5px;
}

.witr_vider_text {
    float: left;
}

.witr_vider_text_inner {
    margin-top: 5px;
}

span.witr_v_text1 {
    display: block;
    font-size: 17px;
    font-weight: 300;
}

span.witr_v_text2 {
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
}

.witr_btn_vstyled {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.witr_btn_vstyle {
    margin-right: 15px;
}

.vtbtnsty4 {
    margin-top: 10px;
}

@media (max-width:767px) {
    .text-left .witr_btn_sinner, .text-right .witr_btn_sinner {
        text-align: center !important;
    }
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

    .nivoSlider img {
        position: absolute;
        top: 0;
        left: 0;
        max-width: none;
    }

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    opacity: 0;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

    .nivo-box img {
        display: block;
    }

.nivo-caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: .8;
    overflow: hidden;
    display: none;
    -moz-opacity: .8;
    box-sizing: border-box;
}

    .nivo-caption p {
        padding: 5px;
    }

    .nivo-caption a {
        display: inline-block;
    }

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0;
}

.nivo-nextNav {
    right: 0;
}

.nivo-controlNav {
    text-align: center;
    padding: 15px 0;
}

    .nivo-controlNav a {
        cursor: pointer;
    }

        .nivo-controlNav a.active {
            font-weight: 700;
        }

.nivoSlider img {
    max-width: none !important;
}

.main-slider-area {
    overflow: hidden;
    display: block;
    position: relative;
}

.nivo-caption {
    height: 100%;
    opacity: 1;
}

.em_slider_inner {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.pdlr0 {
    padding-right: 0;
    padding-left: 0;
}

.em-slider-title {
    font-size: 35px;
    margin-bottom: 15px;
}

.em-slider-sub-title {
    font-size: 83px;
    margin-bottom: 20px;
    line-height: 103px;
    font-weight: 700;
}

.em-slider-descript {
    font-size: 20px;
    width: 51%;
}

.em_slider_inner ul li {
    margin-right: 10px;
    margin-top: 5px;
    display: inline-block;
}

    .em_slider_inner ul li i {
        margin-right: 10px;
    }

.em-slider-button {
    margin-top: 43px;
}

.text-left .em-slider-descript {
    margin-left: 0;
    margin-right: auto;
}

.text-center .em-slider-descript {
    margin: 0 auto 31px;
    width: 52%;
}

.text-right .em-slider-descript {
    margin-right: 0;
    margin-left: auto;
}

.em-button-button-area a {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    margin: 0 4px;
    padding: 15px 36px;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    z-index: 1;
}

.witr_nivideo_btns i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50px;
}

    .witr_nivideo_btns i:after {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        border-radius: 50%;
        left: 0;
        right: 0;
        z-index: -1;
        -webkit-animation: witr_squares 1.5s ease-in-out infinite;
        animation: witr_squares 1.5s ease-in-out infinite;
    }

a.witr_nivideo_btns {
    padding: 0;
    background: 0 0;
}

a:hover.witr_nivideo_btns {
    padding: 0;
    background: 0 0;
}

.em-slider-half-width {
    width: 50%;
}

.em-slider-left {
    padding-right: 30px;
}

.em-slider-right {
    padding-left: 30px;
}

.em-slider-full-width {
    width: 85%;
}

.em-slider-half-width .em-slider-descript {
    width: 100%;
}

.text-left .em_slider_s2_content {
    margin-right: 25%;
}

.text-center .em_slider_s2_content {
    margin-right: 0;
}

.text-right .em_slider_s2_content {
    margin-left: 25%;
}

.em_slider_s2_image {
    position: relative;
}

.em_sc_100 {
    width: 100%;
    margin-top: 30px;
}

.em-nivo-slider-wrapper .nivo-directionNav a {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 22px;
    left: 0;
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 0;
    visibility: hidden;
}

.em-nivo-slider-wrapper .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 0;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav a {
    opacity: 1;
    visibility: visible;
    left: 50px;
}

.em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
    left: auto;
    right: 50px;
}

.em-nivo-slider-wrapper .nivo-controlNav {
    bottom: 50px;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 9;
}

    .em-nivo-slider-wrapper .nivo-controlNav a {
        border-radius: 50%;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        height: 25px;
        margin: 0 5px;
        width: 25px;
        line-height: 25px;
    }

        .em-nivo-slider-wrapper .nivo-controlNav a.active, .em-nivo-slider-wrapper .nivo-controlNav a:hover {
            opacity: 1;
        }

@media (min-width:1440px) and (max-width:1600px) {
    .em_sc_100 {
        margin-top: 15px;
    }

    .em_slider_s2_image_inner img {
        width: 100%;
    }
}

@media (min-width:1200px) and (max-width:1440px) {
    .text-left .em_slider_s2_content {
        margin-right: 10%;
    }

    .text-right .em_slider_s2_content {
        margin-left: 10%;
    }

    .em_slider_s2_image img {
        width: 70%;
    }

    .em-slider-sub-title {
        line-height: 100px;
    }

    .em_sc_100 {
        margin-top: 15px;
    }

    .em_slider_s2_image_inner img {
        width: 100%;
    }
}

@media (min-width:1024px) and (max-width:1600px) {
    .em-nivo-slider-wrapper:hover .nivo-directionNav a {
        left: 5px;
    }

    .em-nivo-slider-wrapper:hover .nivo-directionNav .nivo-nextNav {
        right: 5px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .em-slider-title {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .em-slider-sub-title {
        font-size: 42px;
        margin-bottom: 2px;
    }

    .em-slider-descript {
        margin-bottom: 20px;
        width: 66%;
    }

    .text-left .em_slider_s2_content {
        margin-right: 10%;
    }

    .text-right .em_slider_s2_content {
        margin-left: 10%;
    }

    .em-slider-sub-title {
        line-height: 49px;
    }

    .em_sc_100 {
        margin-top: 15px;
    }

    .em_slider_s2_image_inner img {
        width: 100%;
    }

    .em_slider_s2_image img {
        width: 70%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .em-slider-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .em-slider-sub-title {
        font-size: 30px;
        margin-bottom: 0;
    }

    .em-slider-descript {
        display: none;
    }

    .em-button-button-area a {
        margin-top: 20px;
    }

    .em-slider-sub-title {
        line-height: 46px;
    }

    .em-nivo-slider-wrapper .nivo-directionNav {
        display: none;
    }
}

@media (max-width:767px) {
    .em-slider-title {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .em-slider-sub-title {
        font-size: 28px;
        margin-bottom: 0;
    }

    .em-slider-descript {
        display: none;
    }

    .em-slider-button {
        display: none;
    }

    .em-nivo-slider-wrapper .nivo-controlNav {
        display: none;
    }

    .text-left .em_slider_s2_content {
        margin-right: auto;
    }

    .text-right .em_slider_s2_content {
        margin-left: auto;
    }

    .em-slider-sub-title {
        line-height: 32px;
    }

    .em_slider_inner.text-left, .em_slider_inner.text-right {
        text-align: center !important;
    }

    .em_slider_s2_image {
        display: none;
    }

    .em-nivo-slider-wrapper .nivo-directionNav {
        display: none;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .em-slider-button {
        display: block;
    }

    .em-nivo-slider-wrapper .nivo-directionNav {
        display: block;
    }

    .em-button-button-area a {
        margin-right: 5px;
        margin-top: 15px;
        padding: 3px 20px;
        font-size: 12px;
    }
}

.witr_banner_area {
    height: 800px;
    padding: 0;
    position: relative;
}

.witr_banner_content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

    .witr_banner_content.text-left {
        margin-left: 0;
    }

    .witr_banner_content.text-right {
        margin-right: 0;
    }

    .witr_banner_content h1 {
        font-size: 20px;
        margin-bottom: 0;
    }

    .witr_banner_content h2 {
        font-size: 60px;
        margin-bottom: 0;
    }

    .witr_banner_content p {
        font-size: 18px;
        width: 48%;
    }

    .witr_banner_content.text-center p {
        margin: 20px auto 16px auto;
    }

    .witr_banner_content.text-left p {
        width: 70%;
    }

    .witr_banner_content.text-right p {
        margin: 20px 0 16px auto;
        width: 70%;
    }

.witr_butn {
    padding: 0 50px;
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    line-height: 50px;
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin-right: 10px;
}

    .witr_butn:hover {
        z-index: 999;
    }

.witr_banner_contentt a.witr_butn {
    font-weight: 600;
}

a.witr_video_butns {
    color: #222429;
}

.witr_rimg img {
    top: 50%;
    position: absolute;
    right: 0;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}

.witr_banner_content ul li {
    display: inline-block;
}

.witr_banner_content a i {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 20px;
    box-shadow: 0 0 30px 0 rgb(0 0 0 / 6%);
}

.witr_ico2 {
    margin-top: 10px;
}

.witr_banner_content form {
    position: relative;
    width: 445px;
}

    .witr_banner_content form input {
        background: 0 0;
        height: 50px;
        width: 445px;
        padding-left: 30px;
        border-radius: 30px;
        margin-top: 45px;
    }

        .witr_banner_content form input::-webkit-input-placeholder {
            opacity: 1;
        }

        .witr_banner_content form input:-ms-input-placeholder {
            opacity: 1;
        }

        .witr_banner_content form input::-moz-placeholder {
            opacity: 1;
        }

        .witr_banner_content form input::placeholder {
            opacity: 1;
        }

    .witr_banner_content form button {
        position: absolute;
        right: 0;
        bottom: 0;
        border: 0;
        height: 50px;
        padding: 14px 35px;
        border-radius: 30px;
        font-weight: 500;
        cursor: pointer;
        line-height: 0;
    }

.banner_area {
    position: relative;
    height: 800px;
}

.banner_area_inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner-content {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .banner-content h1 {
        font-size: 20px;
    }

    .banner-content h2, .banner-content h3 {
        font-size: 70px;
    }

    .banner-content p {
        margin-left: auto;
        margin-right: auto;
        margin-top: 22px;
        margin-bottom: 36px;
    }

.text-center.banner-content h1, .text-center.banner-content h2, .text-center.banner-content h3, .text-center.banner-content p {
    margin-left: auto;
    margin-right: auto;
}

.banner-content a i {
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px;
    margin-right: 8px;
    margin-left: 9px;
    font-size: 20px;
}

.butn {
    background: 0 0;
    position: relative;
    vertical-align: middle;
    -webkit-transition: .5s;
    transition: .5s;
    outline: 0;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    z-index: 2;
    padding: 13px 30px;
    overflow: hidden;
    margin-right: 5px;
}

.witr_float .butn {
    float: left;
    margin-right: 20px;
}

.butn:before {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-transition: .5s;
    transition: .5s;
}

.butn:hover:before {
    width: 100%;
}

.witr_deshboard {
    position: relative;
}

.banner-content.content-3 ul li {
    display: inline-block;
}

    .banner-content.content-3 ul li a {
        margin-top: 0;
        padding: 0 12px;
        color: #222429;
    }

        .banner-content.content-3 ul li a i {
            background: 0 0;
            font-size: 17px;
            height: 0;
            width: 0;
            margin: 0;
        }

.banner-content.content-4 ul li {
    display: inline-block;
    margin-top: 6px;
}

    .banner-content.content-4 ul li a i {
        background: 0 0;
        height: 36px;
        width: 36px;
        line-height: 36px;
        font-size: 17px;
        margin-right: 0;
        -webkit-transition: .5s;
        transition: .5s;
    }

.twr_seo_search {
    box-shadow: 0 0 50px 0 rgb(0 0 0 / 8%);
    background: #fff;
    padding: 7px;
    border-radius: 5px;
}

.animate_2 .twr_seo_search {
    margin: 0 215px;
}

.banner-content form {
    position: relative;
    width: 100%;
    display: inline-flex;
}

.banner-content input {
    background: 0 0;
    width: 100%;
    padding-left: 30px;
    border-radius: 5px;
    margin-right: 20px;
    padding: 16px 20px;
}

    .banner-content input::-webkit-input-placeholder {
        opacity: 1;
    }

    .banner-content input:-ms-input-placeholder {
        opacity: 1;
    }

    .banner-content input::-moz-placeholder {
        opacity: 1;
    }

.banner-content button {
    border: 0;
    padding: 14px 30px;
    border-radius: 5px;
    font-weight: 500;
    cursor: pointer;
    width: 50%;
}

.twr_seo_search input {
    background: #fbfbfb;
    border: none;
}

.animate_banner_area.banner_area {
    height: 900px;
    position: relative;
}

.animate_banner_area .row {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .animate_banner_area .row.animate_2 {
        width: 1140px;
        margin: auto;
        text-align: center;
        left: 0;
        right: 0;
    }

.animate_banner_area .text-left.banner-content p {
    margin-left: 0;
    width: 63%;
}

.animate_banner_area .text-right.banner-content p {
    margin-right: 0;
    width: 63%;
}

.animate_banner_area .text-center.banner-content p {
    margin-right: auto;
    margin-right: auto;
    width: 63%;
}

.witr_video_butns {
    display: inline-block;
    text-transform: uppercase;
    font-size: 16px;
    overflow: hidden;
}

.banner-content .witr_btns2 i {
    color: #fff;
}

@media (min-width:1024px) and (max-width:1600px) {
    .witr_banner_content.text-right {
        margin-right: 20px;
    }

    .witr_banner_content p {
        width: 60%;
    }
}

@media (min-width:1170px) and (max-width:1366px) {
    .witr_banner_content p {
        width: 70%;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .animate_banner_area .row.animate_2 {
        width: 100%;
    }

    .animate_2 .twr_seo_search {
        margin: 0 115px;
    }

    .witr_banner_content h2 {
        font-size: 50px;
    }

    .witr_banner_content p {
        width: 85%;
    }

    .witr_banner_content.text-right {
        margin-right: 20px;
    }

    .banner_area {
        position: relative;
        height: 600px;
    }

    .banner-content button {
        font-size: 15px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .witr_banner_area {
        height: 700px;
    }

    .animate_banner_area .row.animate_2 {
        width: 100%;
    }

    .animate_2 .twr_seo_search {
        margin: 0;
    }

    .witr_banner_content h1 {
        font-size: 58px;
    }

    .witr_banner_content h2 {
        font-size: 42px;
    }

    .witr_banner_content p {
        font-size: 16px;
        width: 77%;
    }

    .witr_butn {
        line-height: 49px;
    }

    .witr_banner_content.text-right {
        margin-right: 20px;
    }

    .banner_area {
        height: 700px;
    }

    .banner-content h1, .banner-content h2, .banner-content h3 {
        font-size: 45px;
    }

    .witr_deshboard {
        margin-top: 30px;
    }

    .animate_banner_area .text-center.banner-content p, .animate_banner_area .text-left.banner-content p, .animate_banner_area .text-right.banner-content p {
        width: 100% !important;
    }

    .deshboard img {
        width: 100%;
    }
}

@media (max-width:767px) {
    .witr_banner_area {
        height: 640px;
    }

    .animate_banner_area .row.animate_2 {
        width: 100%;
    }

    .animate_2 .twr_seo_search {
        margin: 0;
    }

    .witr_banner_content h1 {
        font-size: 25px;
    }

    .witr_banner_content h2 {
        font-size: 20px;
    }

    .witr_banner_content p {
        font-size: 16px;
        width: 87%;
    }

    .witr_banner_content.text-left, .witr_banner_content.text-right {
        text-align: center !important;
    }

        .witr_banner_content.text-left p, .witr_banner_content.text-right p {
            width: 100%;
        }

    .witr_banner_content.text-left {
        margin-left: 0;
    }

    .witr_banner_content.text-right {
        margin-right: 0;
    }

    .witr_video_butns {
        display: block;
        margin-top: 15px;
    }

    .banner_area {
        text-align: center;
    }

    .banner-content h1, .banner-content h2, .banner-content h3 {
        font-size: 22px;
    }

    .witr_float .butn {
        float: none;
        display: block;
        margin-bottom: 10px;
        margin-right: 0;
    }

    .witr_btns2 {
        display: block;
        margin-top: 20px;
    }

    .banner-content form {
        width: 100%;
        display: inherit;
    }

    .banner-content input {
        width: 100%;
    }

    .banner-content button {
        width: 100%;
    }

    .witr_deshboard {
        margin-top: 30px;
    }

    .animate_banner_area .text-center.banner-content p, .animate_banner_area .text-left.banner-content p, .animate_banner_area .text-right.banner-content p {
        width: 100% !important;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .banner-content button {
        position: absolute;
    }

    .witr_banner_area {
        height: 600px;
    }

    .witr_banner_content.text-right p {
        width: 92%;
        margin: auto;
        font-size: 17px;
    }

    .witr_banner_content.text-left p {
        width: 92%;
        margin: auto;
        font-size: 17px;
    }
}


.witr_ds_content_aream {
    position: relative;
}

.witr_ds_content {
    position: relative;
    z-index: 1;
}

.elementor-section-full_width .witr_containers {
    margin: auto;
    width: 63%;
}

.witr_ds_content:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    content: "";
    z-index: -1;
}

.witr_ds_content {
    height: 826px;
    background-size: cover;
    background-position: center center;
    overflow: hidden;
}

.witr_ds_content_inner {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .witr_ds_content_inner h1 {
        font-size: 24px;
        margin-bottom: 9px;
    }

    .witr_ds_content_inner h2, .witr_ds_content_inner h3 {
        font-size: 84px;
        line-height: 1;
    }

    .witr_ds_content_inner p {
        width: 62%;
        margin: 15px auto 15px auto;
        font-weight: 500;
        font-size: 20px;
    }

.witr_slick_list {
    margin-top: 30px;
}

    .witr_slick_list ul li {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 10px;
    }

        .witr_slick_list ul li, .witr_slick_list ul li a {
            font-weight: 500;
            color: #454545;
        }

            .witr_slick_list ul li i {
                margin-right: 5px;
            }

.witr_slicks_title {
    position: absolute;
    top: -13%;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

    .witr_slicks_title h4 {
        font-size: 130px;
        -webkit-text-stroke: 1px #222429;
        -webkit-text-fill-color: transparent;
        line-height: 1;
        opacity: .07;
        margin: 0;
    }

.text-left .witr_ds_content_inner h1, .text-left .witr_ds_content_inner h2, .text-left .witr_ds_content_inner h3, .text-left .witr_slicks_title h4 {
    width: 70%;
    margin: 0 auto 7px 0;
}

.text-left .witr_ds_content_inner p {
    width: 62%;
    margin: 14px auto 15px 0;
}

.text-center .witr_ds_content_inner h1, .text-center .witr_ds_content_inner h2, .text-center .witr_ds_content_inner h3, .text-center .witr_ds_content_inner p, .text-center .witr_slicks_title h4 {
    margin-left: auto;
    margin-right: auto;
}

.text-right .witr_ds_content_inner h1, .text-right .witr_ds_content_inner h2, .text-right .witr_ds_content_inner h3, .text-right .witr_slicks_title h4 {
    width: 70%;
    margin: 0 0 7px auto;
}

.text-right .witr_ds_content_inner p {
    width: 62%;
    margin: 14px 0 15px auto;
}

.text-left .witr_slicks_title h4, .text-left .witrscontainer h1, .text-left .witrscontainer h2, .text-left .witrscontainer h3, .text-left .witrscontainer p {
    width: 70%;
    margin: 14px auto 15px 0;
}

.text-center .witr_slicks_title h4, .text-center .witrscontainer h1, .text-center .witrscontainer h2, .text-center .witrscontainer h3, .text-center .witrscontainer p {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

.text-right .witr_slicks_title h4, .text-right .witrscontainer h1, .text-right .witrscontainer h2, .text-right .witrscontainer h3, .text-right .witrscontainer p {
    width: 40%;
    margin: 14px 0 15px auto;
}

.text-center .witr_slicks_title h4, .text-center .witrscontainer h1, .text-center .witrscontainer h2, .text-center .witrscontainer h3, .text-center .witrscontainer p {
    width: 76%;
    margin-left: auto;
    margin-right: auto;
}

.text-left .witr_slicks_title h4 {
    width: 50%;
}

.text-right .witr_slicks_title h4 {
    width: 50%;
}

.text-center .witr_slicks_title h4 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:1200px) {
    .witrscontainer {
        max-width: 1430px;
    }
}

.witrscontainer {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.text-center .icon_section {
    position: absolute;
    left: 50%;
    bottom: -27%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.text-left .icon_section {
    position: absolute;
    left: 0;
    bottom: -22%;
}

.text-right .icon_section {
    position: absolute;
    right: 0;
    bottom: -22%;
}

.slick_pluse_btn {
    display: inline-block;
}

    .slick_pluse_btn span {
        margin-left: 5px;
        display: inline-block;
    }

a.witr_video_btn {
    color: #222429;
}

.slider_btn {
    margin-top: 42px;
}

.text-left .witr_slider_thumb {
    position: absolute;
    right: -230px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: -1;
}

.text-right .witr_slider_thumb {
    position: absolute;
    left: -230px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (min-width:1200px) and (max-width:1440px) {
    .text-right .witr_slider_thumb {
        left: -320px;
    }

    .text-left .witr_slider_thumb {
        right: -300px;
    }

    .em_slider_s2_image img {
        width: 70%;
    }

    .text-left .witr_slicks_title h4, .text-left .witrscontainer h1, .text-left .witrscontainer h2, .text-left .witrscontainer h3, .text-left .witrscontainer p {
        width: 51%;
    }

    .text-right .witr_slicks_title h4, .text-right .witrscontainer h1, .text-right .witrscontainer h2, .text-right .witrscontainer h3, .text-right .witrscontainer p {
        width: 51%;
    }
}

@media (min-width:1025px) and (max-width:1800px) {
    .elementor-section-full_width .witr_containers {
        width: 98% !important;
    }
}

@media (min-width:1365px) and (max-width:1660px) {
    .witr_ds_content {
        height: 980px !important;
    }
}

@media (min-width:992px) and (max-width:1300px) {
    .elementor-section-full_width .witr_containers {
        width: 98% !important;
    }
}

@media (min-width:1301px) and (max-width:1440px) {
    .elementor-section-full_width .witr_containers {
        width: 82% !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .witr_ds_content {
        height: 840px !important;
    }

    .witr_slider_thumb.em_slider_s2_image {
        display: none;
    }

    .text-right .witr_slider_thumb {
        left: -90px !important;
    }

    .text-left .witr_slider_thumb {
        right: -340px !important;
    }

    .em_slider_s2_image img {
        width: 70%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .elementor-section-full_width .witr_containers {
        margin: auto;
        width: 90% !important;
    }

    .witr_ds_content {
        height: 600px !important;
    }

    .text-center .witr_ds_content_inner h1, .text-center .witr_ds_content_inner h2, .text-center .witr_ds_content_inner h3, .text-center .witr_ds_content_inner p, .text-left .witr_ds_content_inner h1, .text-left .witr_ds_content_inner h2, .text-left .witr_ds_content_inner h3, .text-left .witr_ds_content_inner p, .text-right .witr_ds_content_inner h1, .text-right .witr_ds_content_inner h2, .text-right .witr_ds_content_inner h3, .text-right .witr_ds_content_inner p {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }

    .text-left .slider_vd_icon {
        right: 43% !important;
        top: -13% !important;
    }

    .witr_ds_content_inner h2, .witr_ds_content_inner h3 {
        font-size: 48px;
    }

    .text-right .slider_vd_icon {
        left: 43% !important;
        top: -13% !important;
    }

    .witr_slicks_title h4 {
        font-size: 105px !important;
    }

    .slider_btn, .text-left .witr_btn_sinner, .text-right .witr_btn_sinner {
        text-align: center !important;
    }

    .witr_slider_thumb.em_slider_s2_image {
        display: none;
    }
}

@media (max-width:767px) {
    .elementor-section-full_width .witr_containers {
        margin: auto;
        width: 90% !important;
    }

    .text-left .witr_btn_sinner, .text-right .witr_btn_sinner {
        text-align: center !important;
    }

    .witr_video_butns {
        display: block;
        margin-top: 15px;
    }

    .witr_ds_content {
        height: 570px !important;
        background-size: cover;
        background-position: center center;
        overflow: hidden;
    }

    .text-center .witr_ds_content_inner h1, .text-center .witr_ds_content_inner h2, .text-center .witr_ds_content_inner h3, .text-center .witr_ds_content_inner p, .text-left .witr_ds_content_inner h1, .text-left .witr_ds_content_inner h2, .text-left .witr_ds_content_inner h3, .text-left .witr_ds_content_inner p, .text-right .witr_ds_content_inner h1, .text-right .witr_ds_content_inner h2, .text-right .witr_ds_content_inner h3, .text-right .witr_ds_content_inner p {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }

    .text-left .slider_vd_icon {
        right: 40% !important;
        top: -18% !important;
    }

    .text-center .witr_ds_content_inner h1, .text-left .witr_ds_content_inner h1, .text-right .witr_ds_content_inner h1 {
        font-size: 20px;
    }

    .text-center .witr_ds_content_inner h2, .text-center .witr_ds_content_inner h3, .text-left .witr_ds_content_inner h2, .text-left .witr_ds_content_inner h3, .text-right .witr_ds_content_inner h2, .text-right .witr_ds_content_inner h3 {
        font-size: 25px;
    }

    .text-right .slider_vd_icon {
        left: 40% !important;
        top: -18% !important;
    }

    .witr_slicks_title h4 {
        font-size: 65px !important;
    }

    .witr_btn {
        padding: 10px 26px;
        margin-right: 0;
    }

    .slider_btn {
        text-align: center;
        margin-top: 15px;
    }

    .text-left .icon_section {
        left: 19%;
    }

    .text-right .icon_section {
        right: 45px;
        bottom: -15%;
    }

    .em_slider_s2_image {
        display: none;
    }
}


.witr_swiper_area {
    overflow: hidden;
    position: relative;
}

.witr_swiper_height {
    position: relative;
    background-size: cover;
    background-position: center center;
    height: 700px;
}

    .witr_swiper_height:before, .wittr_gallery_swiper:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
    }

.wittr_gallery_swiper {
    position: relative;
    height: 100px !important;
    margin-top: 10px;
    background-size: cover;
    background-position: center center;
}

.witr_sw_text_area {
    margin: auto;
    height: 100%;
    width: 88%;
}

.elementor-section-full_width .witr_sw_text_area {
    margin: auto;
    width: 63%;
    height: 100%;
}

.witr_swiper_content {
    position: relative;
    top: 47%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.witr_swiper_topimg {
    margin-bottom: 23px;
}

.witr_swiper_content h1 {
    font-size: 20px;
    margin-bottom: 15px;
    display: inline;
    color: #ff3c00;
}

.witr_swiper_content h2, .witr_swiper_content h3 {
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
}

.witr_swiper_content p {
    font-weight: 400;
    font-size: 18px;
    margin-top: 20px;
}

.text-left .witr_swiper_content h1, .text-left .witr_swiper_content h2, .text-left .witr_swiper_content h3, .text-left .witr_swipers_title h4 {
    margin: 21px auto 3px 0;
}

.text-left .witr_swiper_content p {
    margin: 30px auto 15px 0;
}

.text-center .witr_swiper_content h1, .text-center .witr_swiper_content h2, .text-center .witr_swiper_content h3, .text-center .witr_swiper_content p, .text-center .witr_swipers_title h4 {
    margin-left: auto;
    margin-right: auto;
}

.text-center .witr_swiper_content p {
    margin: 28px auto 0;
    width: 60%;
}

.text-right .witr_swiper_content h1, .text-right .witr_swiper_content h2, .text-right .witr_swiper_content h3, .text-right .witr_swipers_title h4 {
    margin: 0 0 10px auto;
}

.text-right .witr_swiper_content p {
    margin: 28px 0 15px auto;
}

.text-left .witr_swiper_content h1, .text-left .witr_swiper_content h2, .text-left .witr_swiper_content h3, .text-left .witr_swipers_title h4, .text-right .witr_swiper_content h1, .text-right .witr_swiper_content h2, .text-right .witr_swiper_content h3, .text-right .witr_swipers_title h4 {
    width: 50%;
}

.witr_slider_thumb_inner img {
    border-radius: 10px;
}

.witr_swipers_title {
    position: absolute;
    top: -25px;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

    .witr_swipers_title h4 {
        font-size: 90px;
        -webkit-text-stroke: 1px #222429;
        -webkit-text-fill-color: transparent;
        line-height: 1;
        opacity: 1;
        margin: 0;
    }

.text-right .witr_swipers_title {
    right: 0;
    left: auto;
}

.text-center .witr_swipers_title {
    margin-left: auto;
    margin-right: auto;
}

.text-left .witr_swiper_content p, .text-right .witr_swiper_content p {
    width: 40%;
}

.witr_swiper_area .swiper-slide a {
    display: inline-block;
}

.witr_swiper_area .text-left .witr_slider_thumb {
    right: 100px;
}

.witr_swiper_area .text-right .witr_slider_thumb {
    left: 100px;
}

.witr_swiper_area .text-left .slider_vd_icon {
    right: 16%;
}

.witr_swiper_area .text-right .slider_vd_icon {
    left: 16%;
}

.witr_swiper_area .text-center .slider_vd_icon {
    top: 23%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.witr_icon_section {
    margin-top: 30px;
}

.slider_btn {
    margin-top: 53px;
}

.text-left .witr_slider_thumb {
    position: absolute;
    right: -230px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.text-right .witr_slider_thumb {
    position: absolute;
    left: -230px;
    top: 52%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.display_flex {
    display: flex;
    align-items: center;
}

.template-home-wrapper ul {
    margin-bottom: 0;
}

.witr_flow_text {
    margin-right: 20px;
}

    .witr_flow_text h5 {
        font-size: 18px;
    }

.witr_swiper_area .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background: #fff;
}

.witr_swiper_area .swiper-container-horizontal > .swiper-pagination-progressbar, .witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    height: 5px;
}

.witr_swiper_area .swiper-container-horizontal > .swiper-scrollbar, .witr_swiper_area .swiper-scrollbar-drag {
    height: 10px;
}

.swiper-button-next, .swiper-button-prev {
    background-image: inherit !important;
    -webkit-transition: .5s;
    transition: .5s;
    outline: 0;
}

    .swiper-button-next:hover, .swiper-button-prev:hover {
        padding: 30px;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 30px;
    }

@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .swiper-button-next:after, .swiper-button-prev:after {
        font-family: swiper-icons;
    }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

    .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
        content: 'prev';
    }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

    .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
        content: 'next';
    }

@media (min-width:1200px) and (max-width:1440px) {
    .text-right .witr_slider_thumb {
        left: -320px;
    }

    .text-left .witr_slider_thumb {
        right: -300px;
    }

    .em_slider_s2_image img {
        width: 70%;
    }
}

@media (min-width:1200px) and (max-width:1660px) {
    .elementor-section-full_width .witr_sw_text_area {
        width: 85% !important;
    }

    .witr_swiper_area .text-right .witr_slider_thumb {
        left: -230px !important;
    }

    .witr_swiper_area .text-left .witr_slider_thumb {
        right: -230px !important;
    }

    .witr_swiper_height {
        width: 100% !important;
    }

    .w_slider_3 .witr_swiper_height {
        width: 100% !important;
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        left: 15%;
    }

    .elementor-section-full_width .witr_sw_text_area {
        width: 85% !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .elementor-section-full_width .witr_sw_text_area {
        width: 90% !important;
    }

    .witr_swiper_height {
        width: 100% !important;
    }

    .witr_swiper_content h2, .witr_swiper_content h3 {
        font-size: 55px;
    }

    .w_slider_4 .witr_swiper_height {
        margin-left: 0 !important;
    }

    .d1.witr_swiper_height {
        width: 100% !important;
    }

    .w_slider_3 .d1.witr_swiper_height {
        width: 100% !important;
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .d2.witr_swiper_height {
        width: 50% !important;
    }

    .witr_swiper_area .text-right .witr_slider_thumb {
        left: -400px !important;
    }

    .witr_swiper_area .text-left .witr_slider_thumb {
        right: -400px !important;
    }

    .em_slider_s2_image img {
        width: 70%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .elementor-section-full_width .witr_sw_text_area {
        width: 95% !important;
    }

    .witr_swiper_height {
        height: 620px;
    }

    .witr_swiper_height {
        width: 100% !important;
    }

    .w_slider_4 .witr_swiper_height {
        margin-left: 0 !important;
    }

    .t1.witr_swiper_height {
        width: 100% !important;
    }

    .w_slider_3 .t1.witr_swiper_height {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .t2.witr_swiper_height {
        width: 50% !important;
        left: -20px;
    }

    .w_slider_3 .t2.witr_swiper_height {
        -webkit-transform: translateX(-50%) !important;
        transform: translateX(-50%) !important;
        left: 91%;
    }

    .witr_swiper_area .text-left .slider_vd_icon {
        right: 48% !important;
        top: 17% !important;
    }

    .witr_swiper_area .text-right .slider_vd_icon {
        left: 48% !important;
        top: 17% !important;
    }

    .witr_swiper_area .text-center .slider_vd_icon {
        top: 17%;
    }

    .witr_sw_text_area.text-left, .witr_sw_text_area.text-right {
        text-align: center !important;
    }

    .text-center .witr_swiper_content h1, .text-center .witr_swiper_content h2, .text-center .witr_swiper_content h3, .text-center .witr_swiper_content p, .text-left .witr_swiper_content h1, .text-left .witr_swiper_content h2, .text-left .witr_swiper_content h3, .text-left .witr_swiper_content p, .text-right .witr_swiper_content h1, .text-right .witr_swiper_content h2, .text-right .witr_swiper_content h3, .text-right .witr_swiper_content p {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }

    .text-center .witr_swiper_content p, .text-left .witr_swiper_content p, .text-right .witr_swiper_content p {
        width: 90% !important;
    }

    .witr_swiper_content h2, .witr_swiper_content h3 {
        font-size: 40px;
    }

    .text-left .witr_btn_sinner, .text-right .witr_btn_sinner {
        text-align: center !important;
    }

    .slider_btn {
        text-align: center;
        margin-top: 15px;
    }

    .witr_slider_thumb.em_slider_s2_image {
        display: none;
    }
}

@media (max-width:767px) {
    .elementor-section-full_width .witr_sw_text_area {
        width: 96% !important;
    }

    .witr_swiper_height {
        height: 490px;
        width: 100% !important;
    }

    .w_slider_3 .witr_swiper_height {
        -webkit-transform: translateX(0) !important;
        transform: translateX(0) !important;
    }

    .w_slider_4 .witr_swiper_height {
        margin-left: 0 !important;
    }

    .m1.witr_swiper_height {
        width: 100% !important;
    }

    .witr_swiper_area .text-left .slider_vd_icon {
        right: 37% !important;
        top: 12% !important;
    }

    .witr_swiper_area .text-right .slider_vd_icon {
        left: 40% !important;
        top: 12% !important;
    }

    .witr_swiper_area .text-center .slider_vd_icon {
        top: 12%;
    }

    .witr_sw_text_area.text-left, .witr_sw_text_area.text-right {
        text-align: center !important;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .witr_swiper_area .witr_btn {
        margin-right: 0;
        margin-bottom: 10px;
    }

    .text-center .witr_swiper_content h1, .text-left .witr_swiper_content h1, .text-right .witr_swiper_content h1 {
        font-size: 20px;
    }

    .text-center .witr_swiper_content h2, .text-center .witr_swiper_content h3, .text-left .witr_swiper_content h2, .text-left .witr_swiper_content h3, .text-right .witr_swiper_content h2, .text-right .witr_swiper_content h3 {
        font-size: 25px;
    }

    .text-center .witr_swiper_content h1, .text-center .witr_swiper_content h2, .text-center .witr_swiper_content h3, .text-center .witr_swiper_content p, .text-left .witr_swiper_content h1, .text-left .witr_swiper_content h2, .text-left .witr_swiper_content h3, .text-left .witr_swiper_content p, .text-right .witr_swiper_content h1, .text-right .witr_swiper_content h2, .text-right .witr_swiper_content h3, .text-right .witr_swiper_content p {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
        text-align: center !important;
    }

    .witr_swiper_content p {
        font-size: 17px;
    }

    .text-left .witr_btn_sinner, .text-right .witr_btn_sinner {
        text-align: center !important;
    }

    .em_slider_s2_image {
        display: none;
    }

    .witr_video_butns {
        display: block;
        margin-top: 15px;
    }

    .witr_btn {
        padding: 10px 26px;
        margin-right: 0;
    }

    .slider_btn {
        text-align: center;
        margin-top: 15px;
    }

    .text-left .icon_section {
        left: 19%;
    }

    .text-right .icon_section {
        right: 45px;
        bottom: -15%;
    }
}

.apartment_text h1, .counterdowns p, span.time-counts {
    color: #ff6200;
}

.witr_apartment_form form select, .witr_apartment_form input {
    color: #888;
}

    .witr_apartment_form input::-moz-placeholder {
        color: #888;
    }

    .witr_apartment_form input::-ms-input-placeholder {
        color: #888;
    }

    .witr_apartment_form input::-webkit-input-placeholder {
        color: #888;
    }

.witr_apartment_form select::-webkit-input-placeholder, .witr_apartment_form textarea::-webkit-input-placeholder {
    color: #888;
}

.witr_apartment_form .const_btn {
    color: #ff6200;
}

    .checkbox_witr span, .witr_apartment_form .btn, .witr_apartment_form .const_btn:hover {
        color: #fff;
    }

span.witr_cir_text {
    color: #7c7c7c;
}

.witr_case_btnb a, .witr_content_casei p {
    color: #ff6200;
}

    .witr_case_btnb a:hover {
        color: #fff;
    }

.poket_content h2 span, .poket_content h3 span, .poket_content h5 span, .poket_content p span {
    color: #ff6200;
}

.poket_button a, .poket_button a:hover, .poket_video_inner i {
    color: #fff;
}

.a_active i {
    color: #ff6200;
}

.witr_bbtn:hover .a_active i, .witr_btn:hover .a_active i {
    color: #fff;
}

.w_apps_button a:hover span.ipoket, .w_apps_button a:hover span.spaninner {
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
}

.witr_btn, .witr_btn:hover {
    color: #fff;
}

.witr_bbtn {
    color: #ff6200;
}

    .witr_bbtn:hover, .witr_gbtn, .witr_gbtn:hover {
        color: #fff;
    }

.witr_gbbtn {
    color: #ff6200;
}

    .witr_gbbtn:hover, .witr_vbtn, .witr_vbtn i, .witr_vbtn:hover {
        color: #fff;
    }

.witr_vbbtn i {
    color: #ff6200;
}

.witr_vbbgbtn, .witr_vbbtn:hover i, .witr_vbgbtn i, .witr_vgbtn i, .witr_vhgbtn i, .witr_vhgbtn:hover {
    color: #fff;
}

    .witr_vbbgbtn i {
        color: #ff6200;
    }

.witr_vdbbgbtn i {
    color: #fff;
}

span.witr_v_text1 {
    color: #626262;
}

.wblog-content span, .wblog-content span a, .wblog-content span i, .witr_blog_con span i, .witr_blog_metan span i {
    color: #ff6200;
}

.witr_blog_con span, .witr_blog_con span a, .witr_blog_metan span, .witr_blog_metan span a {
    color: #888;
}

    .learn_btn, .wblog-content h5 > a:hover, .wblog-content span i:hover, .wblog-content > a, .witr_blog_con span i:hover {
        color: #ff6200;
    }

        .wblog-content > a:hover {
            color: #fff;
        }

.witr_blog_con h2 {
    color: #222429;
}

    .witr_blog_con h2 a:hover, .witr_post_Author .nameAuthor {
        color: #ff6200;
    }

.witr_post_Author .comment {
    color: #222429;
}

    .witr_post_Author .comment:hover, .witr_post_Author .nameAuthor:hover {
        color: #00235a;
    }

.witr_blog_con6 span, .witr_blog_con6 span i {
    color: #fff;
}

    .witr_blog_con6 span i:hover {
        color: #ff6200;
    }

.witr_blog_con6 h2, .witr_blog_con6 h2 a, .witr_blog_con6 h5 a {
    color: #fff;
}

    .witr_blog_con6 h2 a:hover {
        color: #ff6200;
    }

.witr_blog_con6 p, .witr_post_Author6 .comment, .witr_post_Author6 .nameAuthor, .witr_post_Author6 span, .witr_post_Author6 span a {
    color: #fff;
}

    .witr_post_Author6 .comment:hover, .witr_post_Author6 .nameAuthor:hover {
        color: #ff6200;
    }

.witr_blog_area8 .witr_blog_con6 h2 a {
    color: #272727;
}

.witr_blog_area8 .witr_blog_con6 h5 a, .witr_blog_area8 .witr_blog_con6 p {
    color: #818282;
}

.witr_blog_area8 .learn_btn, .witr_singleBlog:hover .witr_blog_con6 h2 a, .witr_singleBlog:hover .witr_blog_con6 h5 a, .witr_singleBlog:hover .witr_blog_con6 p {
    color: #fff;
}

.witr_singleBlog:hover .learn_btn {
    color: #ff6200;
}

.witr_blog_area10 .learn_btn i, .witr_blog_area10 .learn_btn:hover, .witr_post_meta9 span, .witr_post_meta9 span a, .witr_top_category span ul li a {
    color: #fff;
}

.witr_blog_area11 .learn_btn {
    color: #ff6200;
}

    .witr_blog_area11 .learn_btn:hover, .witr_blog_area13 .learn_btn:hover {
        color: #fff;
    }

.blog-content_adn h2 a:hover, .blog-page-title_adn a:hover {
    color: #ff6200;
}

.blog-page-title_adn2 h2, .blog-page-title_adn2 h2 a, .blog_add_icon a {
    color: #fff;
}

.witr_ablog_content span {
    color: #324452;
}

.poket-blog-meta-left_adn a, .poket-blog-meta-left_adn span {
    color: #454545;
}

.poket-blog-meta-left_adn a, .poket-blog-meta-left_adn span {
    color: #888;
}

    .poket-blog-meta-left_adn a:hover, .poket-blog-meta-left_adn i, .poket-blog-meta-left_adn span:hover, .wbutton_right_icon a {
        color: #ff6200;
    }

.poket-blog-meta-right_adn a, .poket-blog-meta-right_adn span {
    color: #454545;
}

.readmore_adn a {
    color: #444;
}

    .readmore_adn a:hover {
        color: #fff;
    }

.learn_btn i, .learn_btn:hover, .witr_banner_content h1 span, .witr_banner_content h2 span {
    color: #ff6200;
}

.witr_butn, .witr_butn:hover {
    color: #fff;
}

.witr_banner_content a i {
    color: #ff6200;
}

    .witr_banner_content a i:hover, .witr_banner_content form input {
        color: #fff;
    }

        .witr_banner_content form input::-webkit-input-placeholder {
            color: #fff;
        }

        .witr_banner_content form input:-ms-input-placeholder {
            color: #fff;
        }

        .witr_banner_content form input::-moz-placeholder {
            color: #fff;
        }

        .witr_banner_content form input::placeholder {
            color: #fff;
        }

.witr_banner_content form button {
    color: #ff6200;
}

.banner-content h1 span, .banner-content h2 span, .banner-content h3 span, .butn {
    color: #ff6200;
}

    .butn:hover {
        color: #fff;
    }

.banner-content.content-4 ul li a i {
    color: #ff6200;
}

.banner-content.content-4 ul li a:hover i {
    color: #fff;
}

.banner-content input {
    color: #222429;
}

    .banner-content input::-webkit-input-placeholder {
        color: #222429;
    }

    .banner-content input:-ms-input-placeholder {
        color: #222429;
    }

    .banner-content input::-moz-placeholder {
        color: #222429;
    }

.banner-content button {
    color: #fff;
}

.witr_ac_style {
    color: #222429;
}

    .active .witr_ac_style, .witr_ac_style:focus, .witr_ac_style:hover {
        color: #fff;
    }

.witr_about_content h2 span, .witr_about_content h3 span {
    color: #07d1c1;
}

.slick-next, .slick-next:before, .slick-next:focus:before, .slick-next:hover:before, .slick-prev, .slick-prev:before, .slick-prev:focus:before, .slick-prev:hover:before, .witr_about_btn a, .witr_about_btn a:hover {
    color: #fff;
}

div.wpcf7-response-output {
    color: #222429;
}

.send_message input.wpcf7-submit {
    color: #fff;
}

    .send_message input.wpcf7-submit:hover {
        color: #ff6200;
    }

.send_message input::-webkit-input-placeholder {
    color: #888 !important;
}

.send_message input:-ms-input-placeholder {
    color: #888 !important;
}

.send_message input::-moz-placeholder {
    color: #888 !important;
}

.mean-container .mean-nav ul li a:hover {
    color: #ff6200;
}

.tx_svd_icon, .tx_svd_icon i {
    color: #fff;
}

.slider_btn .witr_btn.active {
    color: #ff6200;
}

    .play-overlay i, .poket_slider_icon ul li a i, .slider_btn .witr_btn.active:hover, .video-item i, .witr_video_btn i, .witr_videos_title_text h3 {
        color: #fff;
    }

.witr_section_title_inner h1 span, .witr_section_title_inner h2 span, .witr_section_title_inner h3 span, .witr_section_title_inner p span, .witr_section_title_inner p span a {
    color: #ff6200;
}

.witr_section_title_inner h2 {
    color: #ff6200;
}

.title_btn a {
    color: #fff;
}

.witr_hd_timeline_inner:hover .witr_timeline_item h2 {
    color: #222429;
}

.witr_hd_sicon_inner, .witr_number_item {
    color: #fff;
}

.witr_text_widget_inner h1 {
    color: #ff6200;
}

    .witr_text_widget_inner h1 span, .witr_text_widget_inner h2 span {
        color: #ff6200;
    }

.em_crating i {
    color: #ddd;
}

    .em_crating i.active {
        color: #ff6200;
    }

.testomonial.testomonial-5 .test-part p, .testomonial.testomonial-5 .test-part span {
    color: #555;
}

.testiCreCon i {
    color: #ddd;
}

.witr_content_test7 p:after {
    color: #eee;
}

.witr_ns_part i, .witr_test_name i {
    color: #ff6200;
}

.test_author span {
    color: #7c7c7c;
}

.em_testi_content:after, .em_testi_content:before, .em_testi_title span, .execllent_star h3, .test_q_icon i, .title_and_sub h6 {
    color: #ff6200;
}

.bottom_single_testi.slick-current .bottom_single_testi.all_color_testimonial p, .slick-current .bottom_single_testi.all_color_testimonial h2, .slick-current .bottom_single_testi.all_color_testimonial h5, .slick-current .bottom_single_testi.all_color_testimonial h6, .slick-current .bottom_single_testi.all_color_testimonial i, .slick-current .bottom_single_testi.all_color_testimonial span, .team_overlay_icon a {
    color: #fff;
}

.witr_team_content h5 a:hover, .witr_team_content h5:hover, .witr_team_content span {
    color: #ff6200;
}

.witr_team_content2 h5, .witr_team_content2 h5 a, .witr_team_content2 p, .witr_team_content2 span {
    color: #fff;
}

.team-social ul li a {
    color: #555;
}

    .team-social ul li a:hover, .witr_team_content3 h5, .witr_team_content3 h5 a, .witr_team_content3 p, .witr_team_content3 span, .witr_team_content3 ul li a {
        color: #fff;
    }

.em-team-content-socials a {
    color: #ff6200;
}

    .em-team-content-socials a:hover, .em-team:hover .em-content-subtitle, .em-team:hover .em-content-title h5, .em-team:hover .em-content-title h5 a, .team-style-2 .em-content-desc-inner, .team-style-2 .em-content-socials a, .team-style-2 .em-content-subtitle, .team-style-2 .em-content-title h5 {
        color: #fff;
    }

.team-style-2 .em-content-button a {
    color: #ff6200;
}

.witr_team_content_car h5, .witr_team_content_car h5 a, .witr_team_content_car span {
    color: #fff;
}

.busi_singleTeam h5:hover {
    color: #ff6200;
}

.busiTS a {
    color: #222429;
}

    .busiTS a:hover {
        color: #fff;
    }

.witr_socials_3d a {
    color: #ababab;
}

    .witr_socials_3d a:hover {
        color: #ff6200;
    }

.back_view h5 a {
    color: #fff;
}

.back_view .con_TMS a, .front_view .con_TMS a {
    color: #ababab;
}

    .back_view .con_TMS a, .back_view .con_TMS a:hover, .witr_back_img h5, .witr_back_img p, .witr_back_img span {
        color: #fff;
    }

.witr_team_top ul li a {
    color: #ff6200;
}

    .witr_team_top ul li a:hover {
        color: #ff8400;
    }

.witr_team_content4 span {
    color: #626262;
}

.witr_bottom_icon a {
    color: #ff6200;
}

    .front_view .con_TMS a:hover, .front_view .con_TMS13_icon.con_TMS a, .team_o_icon ul li a, .team_o_icon ul li a:hover, .witr_bottom_icon a:hover, .witr_team_s11 span {
        color: #fff;
    }

.team_o_icons ul li a {
    color: #ff6200;
}

    .team_bottom_icon a, .team_o_icons ul li a:hover, .team_top_icon ul li a {
        color: #fff;
    }

.post_team_icon_8 ul li a {
    color: #ff6200;
}

    .post_team_icon_8 ul li a:hover, .post_team_icon_9 ul li a {
        color: #fff;
    }

        .post_team_icon_9 ul li a:hover {
            color: #272727;
        }

.poket-tab li a, .poket-tab li a.active, .poket-tab li a:hover, .post_team10_area .team_o_icons ul li a, .video_icon a i {
    color: #fff;
}

.poket_single_event:hover .event_page_title h2 a, .witr_swiper_content h1 span, .witr_swiper_content h2 span, .witr_swiper_content h3 span {
    color: #ff6200;
}

.witr_swipers_title h4 {
    color: #222429;
}

.swiper-button-next, .swiper-button-prev {
    color: #fff;
}

    .swiper-button-next:hover, .swiper-button-prev:hover, .witr_ds_content_inner h1 span, .witr_ds_content_inner h2 span, .witr_ds_content_inner h3 span {
        color: #ff6200;
    }

.witr_slicks_title h4 {
    color: #222429;
}

.slick_pluse_btn span {
    color: #fff;
}

.witr_feed_icons span {
    color: #222429;
}

    .witr_feed_icons span:hover {
        color: #ff6200;
    }

.witr_tx_ovei_title h2, .witr_tx_ovei_title h2 a, .witr_tx_ovei_title p {
    color: #fff;
}

.witr_gallery_title h2 a:hover {
    color: #ff6200;
}

.SIBG_2 i {
    color: #28f200;
}

.detail_SS a.readMore {
    color: #f5634b;
}

    .detail_SS a.readMore:hover {
        color: #4900d6;
    }

.service-item i {
    color: #fff;
}

.width_height_link_0.service-item i, .width_height_link_02 .service-item i {
    color: #ff6200;
}

.witr_service_btn_3d a, .witr_service_content_3d h3, .witr_service_content_3d h3 a, .witr_service_content_3d p, .witr_service_icon_3d i {
    color: #fff;
}

    .witr_service_btn_3d a:hover {
        color: #ff6200;
    }

.witr_content_service2 p, .witr_content_service2 ul li a, .witr_custom2_icon i, .witr_service2_icon i, .witr_titles h3, .witr_titles h3 a {
    color: #fff;
}

    .witr_content_service2 ul li a:hover {
        color: #00235a;
    }

.service-btn > a {
    color: #ff6200;
}

    .service-btn > a:hover, .witr_service2_7 .witr_ser_btnb a, .witr_service2_7 .witr_ser_btnb a:hover, .witr_service2_btnb a, .witr_service3_btn a {
        color: #fff;
    }

        .witr_service2_7 .witr_ser_btnb a i {
            color: #ff6200;
        }

.pluse_btn span {
    color: #fff;
}

.witr_service2_icont i {
    color: #ff6200;
}

.wirt_s2_s9 .witr_titles h3, .wirt_s2_s9 .witr_titles h3 a {
    color: #272727;
}

.wirt_s2_s9:hover .witr_content_text2 .witr_service2_btnb a, .wirt_s2_s9:hover .witr_content_text2 p, .wirt_s2_s9:hover .witr_titles h3, .wirt_s2_s9:hover .witr_titles h3 a {
    color: #fff;
}

.witr_content_text2 .witr_service2_btnb a {
    color: #272727;
}

.witr_sn_button a {
    color: #fff;
}

.em-service-title h3 span, .service-btna a:hover {
    color: #ff6200;
}

.em-service2 .em-service-icon i, .em-service:hover .em-service-desc, .em-service:hover .em-service-icon, .em-service:hover .em-service-title h3, .em-service:hover .em-service-title h3 a, .em-service:hover .service-btn > a {
    color: #fff;
}

.em-service-title h3 a:hover, .width_height_link_0 .em-service-icon i {
    color: #ff6200;
}

.witr_sstyle_9:hover a, .witr_sstyle_9:hover h3, .witr_sstyle_9:hover p {
    color: #fff;
}

.em-service-title h3:hover {
    color: #00235a;
}

.em-service2.witr_sstyle_9:hover .em-service-icon i, .witr_sstyle_9:hover .service-btn > a {
    color: #ff6200;
}

.service_list_op a {
    color: #454545;
}

.wbutton_top_service_icon a, .witr_service2_icon_bottom i, .witr_service_10 .service-btn a, .witr_servicetwo_text a {
    color: #ff6200;
}

    .wirt_detail_icon i, .wirt_detail_title h2, .wirt_detail_title h3, .wirt_detail_title h3 a, .witr_service_10 .service-btn a:hover {
        color: #fff;
    }

        .wirt_detail_title h3 a:hover {
            color: #222;
        }

.service_list_op ul li a:hover, .witr_service_s_12.service-item h2 {
    color: #ff6200;
}

.witr_service_12 .wirt_detail_title h2, .witr_service_12 .wirt_detail_title h3, .witr_service_12 .wirt_detail_title h3 a {
    color: #272727;
}

    .wirt_detailb_icon i, .witr_service_12 .wirt_detail_title h3 a:hover {
        color: #ff6200;
    }

        .pluse_btn_slick span, .wirt_detailb_icon i:hover, .witr_11_btn.witr_sbtn_s8 a, .witr_sbtn_s8 a, .witr_sbtn_s8 a i {
            color: #fff;
        }

.Screenshots .dnSlide-main .dnSlide-btn {
    color: #222429;
}

    .Screenshots .dnSlide-main .dnSlide-btn i, .Screenshots .dnSlide-main .dnSlide-left-btn:before, .Screenshots .dnSlide-main .dnSlide-right-btn:before, .mobile-slide-7 .mobile-thumb .mobile-slide-overlay a {
        color: #fff;
    }

.witr_single_socials ul li a i {
    color: #555;
}

    .witr_single_socials ul li a i:hover {
        color: #ff6200;
    }

.witr_title1 .witr_label {
    color: #272727;
}

.witr_progress-style1 .witr_percent {
    color: #fff;
}

.witr_title2 .witr_label {
    color: #272727;
}

.witr_progress-style2 .witr_percent {
    color: #272727;
}

.witr_progress-style3 .witr_label, .witr_progress-style3 .witr_percent, .witr_progress-style4 .witr_label, .witr_progress-style4 .witr_percent {
    color: #fff;
}

.witr_title5 .witr_label {
    color: #222;
}

.witr_progress-style5 .witr_percent {
    color: #fff;
}

.witr_title6 .witr_label {
    color: #272727;
}

.witr_progress-style6 .witr_percent {
    color: #fff;
}

.witr_title7 .witr_label {
    color: #272727;
}

.witr_progress-style7 .witr_percent .witr_progress-style8 .witr_label {
    color: #fff;
}

.witr_progress-style8 .witr_percent .witr_title9 .witr_label {
    color: #272727;
}

.witr_progress-style9 .witr_percent {
    color: #999;
}

.witr_title10 .witr_label {
    color: #272727;
}

.witr_progress-style10 .progress-bar-danger .witr_percent, .witr_progress-style10 .progress-bar-info .witr_percent, .witr_progress-style10 .progress-bar-success .witr_percent, .witr_progress-style10 .progress-bar-warning .witr_percent, .witr_progress-style10 .witr_percent {
    color: #ff6200;
}

.pricing-part strong, .witr_content_service h3, .witr_content_service h3 a, .witr_content_service p, .witr_process_btnb a, .witr_process_icon i, .witr_process_icon2 i {
    color: #fff;
}

.witr_pricing_icon i {
    color: #ff6200;
}

.pricing-part a.btn {
    color: #fff;
}

    .pricing-part a.btn:hover {
        color: #ff6200;
    }

.pricing_style_2 .pricing-part h5, .pricing_style_4 .pricing-part h5, .pricing_style_6.pricing-part h4, .pricing_style_6.pricing-part h5, .pricing_style_6.pricing-part h6, .pricing_top_box .prt_content, .pricing_top_box .prt_content p, .pricing_top_box p, .witr_ribon_text h3 {
    color: #fff;
}

.witr_pslide .witr_pslide_custom a span {
    color: #ff6200;
}

.ps1 .witr_content_pslide_text h3 {
    color: #fff;
}

    .ps1 .witr_content_pslide_text h3:hover {
        color: #ff6200;
    }

.ps1 .witr_content_pslide_text a, .ps1 .witr_content_pslide_text p {
    color: #fff;
}

    .ps1 .witr_content_pslide_text a:hover {
        color: #ff6200;
    }

.witr_pslide_custom a span {
    color: #fff;
}

.ps3.ps1 .witr_content_pslide_text a, .ps3.ps1 .witr_content_pslide_text h3, .ps3.ps1 .witr_content_pslide_text p {
    color: #222429;
}

    .ps3.ps1 .witr_content_pslide_text a:hover {
        color: #ff6200;
    }

.witr_pslide3 .witr_single_pslide:hover .witr_pslide_custom a span {
    color: #fff;
}

.witr_pslide3 .witr_pslide_custom a span {
    color: #ff6200;
}

.portfolio_nav ul li.current_menu_item, .portfolio_nav ul li:hover, .prot_content h3, .prot_content h3 a {
    color: #fff;
}

    .prot_content h3 a:hover {
        color: #ff6200;
    }

.prot_content p {
    color: #fff;
}

.gallery_load_button a {
    color: #444;
}

    .em_port_content, .gallery_load_button a:hover, .picon a, .picon a:hover, .pstyle_1 .porttitle_inner .prots-content, .pstyle_1 .porttitle_inner h3 {
        color: #fff;
    }

.portfolio_readmore_btn > a {
    color: #ff6200;
}

    .portfolio_readmore_btn > a:hover, .pstyle_1 .picon a, .pstyle_1 .picon a:hover, .pstyle_1 .porttitle_inner p span {
        color: #fff;
    }

.porttitle_inner4 h3, .porttitle_inner4 h3 a, .porttitle_inner4 p {
    color: #454545;
}

.positi_3 .porttitle_inner4 h3 a, .positi_3 .porttitle_inner4 p span {
    color: #fff;
}

.portfolio-details-box ul li b {
    color: #444;
}

.nivo-caption {
    color: #fff;
}

.em-slider-title span {
    color: #ff6200;
}

.em-slider-descript {
    color: #626262;
}

.em_slider_inner ul li a {
    color: #fff;
}

.em-button-button-area a {
    color: #ff6200;
}

    .em-button-button-area a:hover, a.em-active-button {
        color: #fff;
    }

        a.em-active-button:hover {
            color: #ff6200;
        }

.em-nivo-slider-wrapper .nivo-controlNav a, .em-nivo-slider-wrapper .nivo-directionNav a, .em-nivo-slider-wrapper .nivo-directionNav a:hover, .witr_nivideo_btns i {
    color: #fff;
}

.witr_modal_menu i {
    color: #ff6200;
}

.departmentList ul li a {
    color: #272727;
}

    .departmentList ul li a:hover {
        color: #ff6200;
    }

.departmentList .discover_more {
    color: #272727;
}

    .departmentList .discover_more:hover {
        color: #ff6200;
    }

.ab_videoArea h3, .ab_videoArea p {
    color: #fff;
}

.ab_videoArea i {
    color: #ff6200;
}

.beer-handle {
    color: #222429;
}

.wittr_footermenu_w_list ul li {
    color: #555;
}

    .wittr_footermenu_w_list ul li a:hover {
        color: #ff6200;
    }

.checkbox_witr span, .witr_own_widet_title .tagcloud a, .witr_own_widet_title h5 {
    color: #fff;
}

.witr_counter_number_inn h3, .witr_counter_number_inn span {
    color: #ff6200;
}

.witr_counter_text span {
    color: #222429;
}

.witr_counter_icon i {
    color: #ff6200;
}

.single_counter:hover .counter-icon, .witr_counter_6 .witr_counter_number_inn h3, .witr_counter_6 .witr_counter_number_inn span, .witr_single_counter:hover .witr_counter_icon4 i, .witr_single_counter:hover .witr_counter_text h3, .witr_single_counter:hover .witr_counter_text h4, .witr_single_counter:hover .witr_counter_text span {
    color: #fff;
}

.countr_text span {
    color: #222429;
}

.single_counter:hover .counter_icon i, .single_counter:hover .counter_title > h4, .single_counter:hover .countr_text span, .single_counter:hover .countr_text > h1, .single_counter:hover .countr_text > h3 {
    color: #fff;
}

.witr_content_couses h3 a:hover, .witr_content_couses h4, .witr_couses_btnb a {
    color: #ff6200;
}

    .witr_couses_btnb a:hover {
        color: #fff;
    }

.witr_circal_r h6 {
    color: #888;
}

    .witr_circal_r h6 span {
        color: #ff6200;
    }

.couses_box_position .witr_content_couses h4, .couses_box_position:hover .couses_bar_percent .progress-bar, .couses_box_position:hover .couses_bar_percent span, .couses_box_position:hover .witr_circal_r h6, .couses_box_position:hover .witr_content_couses h3 a, .couses_box_position:hover .witr_title_bar span, .give-btn {
    color: #fff;
}

.couses_bar_percent span, .witr_title_bar span {
    color: #272727;
}

.nav-tabs .nav-item:hover i, .nav-tabs .nav-link:hover, .witr_icon_adn a, .witr_taba_style1 .nav-tabs .nav-item.show .nav-link, .witr_taba_style1 .nav-tabs .nav-link.active {
    color: #fff;
}

.event_date_5 span, .poket-event-meta-left_adn a, .poket-event-meta-left_adn span {
    color: #888;
}

.event_date, .event_date_list {
    color: #fff;
}

.poket-single-event_adn:hover .event-page-title_adn a {
    color: #ff6200;
}

.poket_event_abs h2 a, .poket_event_abs span, .witr_event_btn a, .witr_event_btn a:hover {
    color: #fff;
}

    .poket_event_abs h2 a:hover {
        color: #ff6200;
    }

.single_admin h1, .single_admin p, .witr_category .tevbt {
    color: #fff;
}

.span_text span i {
    color: #ff6200d1;
}

.witr_event_style_7 .witr_event_btn a {
    color: #272727;
}

.style7_day span, .sub-item i, .witr_event_style_8.witr_event_style_7 .witr_event_btn a {
    color: #fff;
}

.width_height_link_0.sub-item i, .width_height_link_02 .sub-item i {
    color: #ff6200;
}

.sub-item span {
    color: #f4f4f4;
}

.sub-border-2:hover .sub-item span {
    color: #00235a;
}

.feature_btn a, .sub-item.sub-item-3 i {
    color: #ff6200;
}

    .feature_btn a:hover, .sub-item.sub-item-3:hover i {
        color: #fff;
    }

.sub-item.sub-item-6 i {
    color: #ff6200;
}

.sub-item.sub-item-6:hover i, .witr_feature_btn_3d a, .witr_feature_content_3d h2, .witr_feature_content_3d h3, .witr_feature_content_3d h3 a, .witr_feature_content_3d p, .witr_feature_icon_3d i {
    color: #fff;
}

    .witr_feature_btn_3d a:hover {
        color: #ff6200;
    }

.witr_back_con_slugf .witr_content_textf h3, .witr_back_con_slugf .witr_content_textf h3 a, .witr_content_textf p, .witr_feature_iconf, .witr_slug_front_contentf .witr_content_textf h3, .witr_slug_front_contentf .witr_content_textf h3 a {
    color: #fff;
}

.witr_feature_btn_f a {
    color: #ff6200;
}

    .witr_feature_btn_f a:hover {
        color: #fff;
    }

.witr_cfeature9 .sub-item i {
    color: #ff6200;
}

.witr_cfeature9 .sub-item:hover i, .witr_fea2_icon_top i, .witr_feature2 h3, .witr_feature2 h3 a, .witr_feature2 p, .witr_feature2_icon i, .witr_feature_btn2 a {
    color: #fff;
}

    .medi_featureDetail .discover_more, .witr_feature_btn2 a:hover {
        color: #00235a;
    }

.twr_feature_three_icon i, .twr_feature_three_text a {
    color: #ff6200;
}

.box i {
    color: #ff6200;
}

.singleService:hover .box i {
    color: #17161a;
}

.singleService h2 {
    color: #ff6200;
}

.medi_featureDetail .discover_more:hover, .singleService:hover .box i, .singleService:hover h2 {
    color: #17161a;
}

.em-service2.witr_sstyle_9:hover .em-service-icon i {
    background: #fff;
}

.witr_feature_12.sub-item i {
    color: #ff6200;
}

.witr_feature_13.sub-border-2 .sub-item span {
    color: #fff;
}

.witr_feature_13 .sub-item h2 {
    color: #ff6200;
}

.em_feature-icon i {
    color: #fff;
}

.em-feature:hover .em_feature-icon i {
    color: #ff6200;
}

.em-feature:hover .em-feature-desc, .em-feature:hover .feature_button a, .em-feature:hover h2, .em-feature:hover h3, .em-feature:hover h3 a {
    color: #fff;
}

.em-feature:hover .feature_btn a {
    color: #ff6200;
}

.em-feature:hover .feature_btn a {
    background: #fff;
}

.feature_active .all_feature_color h2 {
    color: #ff6200;
}

.feature_video_post a, .wcr_feature_10:hover .feature_btn a {
    color: #fff;
}

.feature_topicon_post i {
    color: #ff6200;
}

.feature_big_icon span {
    color: #f0f0f0;
}

.car_feature_btn_icon a i {
    color: #ff6200;
}

.wcr_feature_11:hover .car_feature_btn_icon a i {
    color: #fff;
}

.medi_featureDetail .discover_more i {
    color: #ff6200;
}

.witr_btn {
    background: #ff6200;
}

    .witr_btn:hover {
        background: #00235a;
    }

.witr_bbtn:hover {
    background: #ff6200;
}

.witr_gbtn {
    background: #3d59e8;
    background: -webkit-linear-gradient(45deg,#ff6200,#00235a);
    background: linear-gradient(45deg,#ff6200,#00235a);
}

    .witr_gbtn:before {
        background: -webkit-linear-gradient(45deg,#ff6200,#00235a);
        background: linear-gradient(45deg,#ff6200,#00235a);
    }

.witr_gbbtn:before {
    background: -webkit-linear-gradient(45deg,#ff6200,#00235a);
    background: linear-gradient(45deg,#ff6200,#00235a);
}

.witr_gbbtn:after {
    background: #fff;
}

.witr_vbtn {
    background: #ff6200;
}

    .witr_vbtn:hover {
        background: #00235a;
    }

.witr_vbbtn:hover {
    background: #ff6200;
}

.witr_vgbtn {
    background: -webkit-linear-gradient(45deg,#ff6200,#00235a);
    background: linear-gradient(45deg,#ff6200,#00235a);
}

.witr_vhgbtn {
    background: -webkit-linear-gradient(45deg,#ff6200,#00235a);
    background: linear-gradient(45deg,#ff6200,#00235a);
}

    .witr_vhgbtn:before {
        background: -webkit-linear-gradient(45deg,#ff6200,#00235a);
        background: linear-gradient(45deg,#ff6200,#00235a);
    }

.witr_vbgbtn:before {
    background: -webkit-linear-gradient(45deg,#ff6200,#00235a);
    background: linear-gradient(45deg,#ff6200,#00235a);
}

.witr_vbgbtn:after {
    background: #324452;
}

.witr_vbbgbtn_inner:before {
    background: -webkit-linear-gradient(45deg,#ff6200,#00235a);
    background: linear-gradient(45deg,#ff6200,#00235a);
}

.witr_vbbgbtn_inner:after {
    background: #04071e;
}

.witr_vbbgbtn:before {
    background: -webkit-linear-gradient(45deg,#ff6200,#00235a);
    background: linear-gradient(45deg,#ff6200,#00235a);
}

.witr_vbbgbtn:after {
    background: #04071e;
}

.witr_vdbbgbtn_inner:before {
    background: -webkit-linear-gradient(45deg,#ff6200,#00235a);
    background: linear-gradient(45deg,#ff6200,#00235a);
}

.witr_vdbbgbtn_inner:after {
    background: #fff;
}

.witr_vdbbgbtn:before {
    background: -webkit-linear-gradient(45deg,#ff6200,#00235a);
    background: linear-gradient(45deg,#ff6200,#00235a);
}

.blog-img a:before {
    background: rgba(0,0,0,.5);
}

.wblog-content > a:hover {
    background: #ff6200;
}

.busi_singleBlog {
    background: #fff;
}

.witr_sb_thumb:before {
    background: rgba(0,0,0,.5);
}

.witr_singleBlog {
    background: #fff;
}

.witr_sb6_thumb:before {
    background: #222429;
}

.witr_sb6_thumb:after {
    background: rgba(0,0,0,.1);
}

.witr_blog_area8 .witr_sb6_thumb:after {
    background: #fff;
}

.witr_blog_area8 .learn_btn {
    background: #ff6200;
}

.witr_singleBlog:hover .learn_btn {
    background: #fff;
}

.witr_post_meta9 span {
    background: #ff6200;
}

.witr_blog_area10 .learn_btn {
    background: #f5f5f5;
}

    .witr_blog_area10 .learn_btn i, .witr_blog_area10 .learn_btn:hover {
        background: #ff6200;
    }

        .witr_blog_area10 .learn_btn:hover i {
            background: #00235a;
        }

.witr_top_category span ul li a {
    background: #ff6200;
}

.witr_blog_area11 .learn_btn {
    background: #ff620014;
}

    .witr_blog_area11 .learn_btn:hover {
        background: #ff6200;
    }

.witr_blog_meta_potion {
    background: #fff;
}

.witr_blog_area13 .learn_btn:hover {
    background: #ff6200;
}

.poket-single-blog_adn {
    background: #fff;
}

.blog_add_icon a {
    background: #ff6200;
}

.blog-page-title_adn2 h2 {
    background: #ff6200d9;
}

.witr_ablog_content {
    background: #fff;
}

.readmore_adn a:hover {
    background: #ff6200;
}

.poket-single-blog_adn:hover .blog-page-title_adn2 h2 {
    background: #ff6200d9;
}

.poket-blog-thumb_adn:before {
    background: rgba(0,0,0,.7);
}

.busi_singleBlog:hover .wbutton_right_icon a::before {
    background: #ff6200;
}

.witr_butn {
    background: #ff6200;
}

    .witr_butn:hover {
        background: #00235a;
    }

.witr_banner_content a i {
    background: #fff;
}

    .witr_banner_content a i:hover {
        background: #ff6200;
    }

.witr_banner_content form button {
    background: #fff;
}

.active .witr_ac_style, .banner-content a i, .banner-content button, .banner-content.content-4 ul li a:hover i, .butn:before, .witr_about_btn a, .witr_ac_style:focus, .witr_ac_style:hover {
    background: #ff6200;
}

    .witr_about_btn a:hover {
        background: #4c0062;
    }

.witr_shape_box {
    background: #ddd;
}

.slick-next, .slick-next.slick-disabled, .slick-prev, .slick-prev.slick-disabled {
    background: #ff6200;
}

    .slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
        background: #00235a;
    }

.slick-dots li button {
    background: #ff62005c;
}

.slick-dots li.slick-active button {
    background: #ff6200;
}

.send_message input {
    background: #f7f7f7;
}

    .send_message input.wpcf7-submit {
        background: #ff6200;
    }

        .send_message input.wpcf7-submit:hover {
            background: #f8f8f8;
        }

.poket_slider_icon ul li a i, .slider_btn .witr_btn.active:hover, .tx_svd_icon, .witr_video_btn i, .witr_video_btn i:after {
    background: #ff6200;
}

    .poket_slider_icon ul li a i:hover {
        background: #00235a;
    }

.play-overlay a, .play-overlay a:before, .title_btn a, .title_in:after, .title_in:before, .video-item a, .video-item a:before, .witr_bar_inner {
    background: #ff6200;
}

.witr_bar_innerc:after, .witr_bar_innerc:before {
    background: #1c1b1b;
}

.witr_dslborder, .witr_hd_timeline_inner:before {
    background: #ff6200;
}

.witr_hd_timeline_inner:hover .witr_dslborder, .witr_hd_timeline_inner:hover .witr_hd_sicon_inner, .witr_hd_timeline_inner:hover:before {
    background: #222429;
}

.middle_border_divider, .witr_hd_sicon_inner {
    background: #ff6200;
}

.em_single_testimonial, .single_2p_testimonial, .testiCreCon, .testiCreCon:after, .witr_background_test, .witr_testi_main {
    background: #fff;
}

.testomonial_2part .slick-slide.slick-current.slick-active .bottom_single_testi {
    background: #ff6200;
}

.witr_team_section:before {
    background: #ff62006b;
}

.team_overlay_icon a {
    background: #ff6200;
}

.team-sec:before {
    background: #ff62006e;
}

.team-part .team-social {
    background: #fff;
}

.team-social ul li a:hover {
    background: #ff6200;
}

.witr_team_sec_3:before {
    background: #ff620080;
}

.em-team-content-socials a, .em-team-content-waraper, .team-part .witr_team_sec_3 .team-social {
    background: #fff;
}

    .em-team-content-socials a:hover {
        background: #ff6200e6;
    }

.em-team:hover .em-team-content-waraper {
    background: #ff6200e6;
}

.team-style-2 .em-team:hover .em-content-image:before {
    background: rgba(0,0,0,.7);
}

.team-back-wraper {
    background: #ff6200;
}

.witr_single_team:after {
    background: #ff620080;
}

.busi_singleTeam:before {
    background: rgba(0,0,0,.2);
}

.busi_TMHover {
    background: rgba(255,255,255,.9);
}

    .busiTS a:hover, .busi_TMHover:after, .busi_TMHover:before {
        background: #ff6200;
    }

.witr_team_back_3d, .witr_team_front_3d {
    background: #f9f9f9;
}

.witr_back_img:after {
    background: #ff6200d9;
}

.back_view .con_TMS a:hover {
    background: #ff6200;
}

.witr_team_thumb4:before {
    background: #ff6200ad;
}

.witr_bottom_icon a, .witr_team_content4, .witr_team_top {
    background: #fff;
}

    .witr_bottom_icon a:hover, .witr_team_s11 span {
        background: #ff6200;
    }

.witr_team_s12 {
    background: #fff;
}

.front_view .con_TMS a:hover {
    background: #ff6200;
}

.team_line {
    background: #75a1fb;
}

.team_line_bottom, .team_line_top {
    background: -webkit-linear-gradient(left,rgba(117,161,251,0),#ff6200,rgba(117,161,251,0));
    background: linear-gradient(to right,rgba(117,161,251,0),#ff6200,rgba(117,161,251,0));
}

.team_line_left, .team_line_right {
    background: -webkit-linear-gradient(bottom,rgba(117,161,251,0),#ff6200,rgba(117,161,251,0));
    background: linear-gradient(to top,rgba(117,161,251,0),#ff6200,rgba(117,161,251,0));
}

.front_view .con_TMS13_icon.con_TMS a {
    background: #ff6200;
}

    .front_view .con_TMS13_icon.con_TMS a:hover {
        background: #00235a;
    }

.team_o_icon ul li a:hover, .team_s14_image:after {
    background: #ff6200;
}

.team_o_icons:before {
    background: #ddd;
}

.all_color_team:hover .team_o_icons:before {
    background: #ff6200;
}

.team_o_icons ul li a {
    background: #ff620033;
}

    .team_o_icons ul li a:hover {
        background: #ff6200;
    }

.team_bottom_icon a, .team_top_icon ul li a {
    background: #ff6200;
}

    .team_bottom_icon a:hover, .team_top_icon ul li a:hover {
        background: #00235a;
    }

.post_team_icon_8 ul li a, .witr_team_content15 {
    background: #fff;
}

    .post_team_icon_8 ul li a:hover {
        background: #ff6200;
    }

.post_team_content {
    background: #fff;
}

.post_team_icon_9 {
    background: #ff6200;
}

.post_team10_area .team_o_icons ul li a {
    background: #272727;
}

    .post_team10_area .team_o_icons ul li a:hover {
        background: #ff6200;
    }

.post_team_p11, .tab_area {
    background: #fff;
}

.tab_item .nav-pills li .nav-link.active {
    background: #ff6200;
}

.tab_area .tab_content a:hover {
    background: #00235a;
}

.static_tab_area {
    background: #fff;
}

.poket-tab {
    background: #222429;
}

    .poket-tab li {
        background: #222429;
    }

        .poket-tab li a.active, .poket-tab li a:hover {
            background: #ff6200;
        }

.video_image:before {
    background: rgba(0,0,0,.5);
}

.tab-event {
    background: #fff;
}

.witr_swiper_area .swiper-pagination-progressbar .swiper-pagination-progressbar-fill, .witr_swiper_area .swiper-scrollbar-drag {
    background: #ff6200;
}

.witr_swiper_area .swiper-container-horizontal > .swiper-scrollbar {
    background: rgba(0,0,0,0);
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: #fff;
}

.single_image_line {
    background: #ff6200;
}

.image_line_bottom, .image_line_top {
    background: -webkit-linear-gradient(left,rgba(117,161,251,0),#ff6200,rgba(117,161,251,0));
    background: linear-gradient(to right,rgba(117,161,251,0),#ff6200,rgba(117,161,251,0));
}

.image_line_left, .image_line_right {
    background: -webkit-linear-gradient(bottom,rgba(117,161,251,0),#ff6200,rgba(117,161,251,0));
    background: linear-gradient(to top,rgba(117,161,251,0),#ff6200,rgba(117,161,251,0));
}

.witr_tx_ovei_title {
    background: #ff6200;
}

.witr_ip_text_box {
    background: #fff;
}

.SIBG_1:before {
    background: #ff62001a;
}

.service-btn > a:hover, .singleSS:hover .SIBG_1:before, .witr_service_7 .service-btn > a:after, .witr_service_7 .service-btn > a:before {
    background: #ff6200;
}

.service {
    background: #01dbb0;
}

.service-item i {
    background: #ff6200;
}

.witr_service_back_3d, .witr_service_front_3d {
    background: #fff;
}

.witr_service_front_3d {
    background: #ff6200;
}

.witr_service_back_3d {
    background: #17161a;
}

.witr_service_btn_3d a:hover {
    background: #fff;
}

.witr_service2_box {
    background: #ff6200;
}

.witr_back_service2 {
    background: #ff620094;
}

.witr_ser_btnb a:hover, .witr_service3_btn a {
    color: #ff6200;
}

.witr_ser_btnb a {
    color: #222429;
}

.witr_service2_7 {
    background: #fff;
}

    .witr_service2_7 .witr_ser_btnb a {
        background: #ff6200;
    }

        .witr_service2_7 .witr_ser_btnb a:hover {
            background: #222429;
        }

        .witr_service2_7 .witr_ser_btnb a i {
            background: #fff;
        }

.pluse_btn span {
    background: #ff6200;
}

.witr_services2_image:before {
    background-image: -webkit-linear-gradient(top,#ff62008f 0,#2224299c 100%);
    background-image: linear-gradient(180deg,#ff62008f 0,#2224299c 100%);
}

.wirt_s2_s9 .witr_service2_box {
    background: #fff;
}

.witr_service2_icont i {
    background: #ff62003b;
}

.wirt_s2_s9:hover .witr_service2_icont i, .witr_service2_style4 {
    background: #fff;
}

.witr_sn_button a {
    background: #ff6200;
}

    .witr_sn_button a:hover {
        background: #00235a;
    }

.em-service:hover:before {
    background: rgba(0,0,0,.7);
}

.em-service2 .em-service-icon i, .witr_sstyle_9:before {
    background: #ff6200;
}

.witr_service_10, .witr_sstyle_9:hover .service-btn > a {
    background: #fff;
}

    .witr_service_10:before {
        background: #ff6200;
    }

    .witr_service_10 .service-btn a {
        background: #ff620026;
    }

        .wirt_detail_texti, .witr_service_10 .service-btn a:hover {
            background: #ff6200;
        }

.wirt_detailb_icon i, .wirt_text_boxi, .witr_service_s_12 .service_top_image:after, .witr_service_s_12 .text_box {
    background: #fff;
}

    .poly_text_box:hover .service_icon_box::before, .wirt_detailb_icon i:hover, .witr_service2:hover .wbutton_top_service_icon a::before, .witr_service2:hover .witr_service2_icon_bottom::before {
        background: #ff6200;
    }

.medi_singleService {
    background: #fff;
}

    .medi_singleService:after {
        background: #ff620036;
    }

    .medi_singleService:before {
        background: #ff6200;
    }

.witr_sbtn_s8 a {
    background: #222429;
}

    .Screenshots .dnSlide-main .dnSlide-btn, .pluse_btn_slick span, .witr_11_btn.witr_sbtn_s8 a, .witr_sbtn_s8 a i {
        background: #ff6200;
    }

.mobile-slide-7 .mobile-thumb .mobile-slide-overlay {
    background: rgba(0,0,0,.5);
}

.progress-bar {
    background: #ff6200;
}

.witr_progress-style1 {
    background: #fff;
}

.witr_progress-style3 .witr_label {
    background: rgba(255,255,255,.3);
}

.witr_progress-style3 .witr_percent {
    background: #272727;
}

.witr_progress-style4 {
    background: #fff;
}

    .witr_progress-style4 .witr_label {
        background: rgba(255,255,255,.3);
    }

    .witr_progress-style4 .witr_percent {
        background: rgba(255,255,255,.3);
    }

.witr_progress-style5 .witr_percent {
    background: #222;
}

.witr_progress-style6 {
    background: rgba(0,0,0,.04);
}

    .witr_progress-style6 .witr_percent:after {
        background: #272727;
    }

.witr_progress-style7 {
    background: #fff;
}

    .witr_progress-style7 .witr_percent {
        background: #272727;
    }

.witr_progress-style8 {
    background: #fff;
}

.witr_progress-style9 {
    background: #eee;
}

    .witr_progress-style9 .witr_percent:after {
        background: #eee;
    }

.witr_progress-style10 {
    background: #eee;
}

    .witr_progress-style10 .witr_percent {
        background: #fff;
    }

.pricing-part a.btn, .pricing-part strong, .pricing_style_2 .pricing-part h5, .pricing_style_4 .witr_p_middle_inner, .pricing_style_7.pricing-part h4, .pricing_top_box, .witr_back_process, .witr_process_icon i, .witr_process_icon2 i, .witr_ribon_text h3 {
    background: #ff6200;
}

.pricing_style_6.pricing-part strong {
    background: #00235a;
}

.witr_pslide_image:before {
    background: #222429;
}

.witr_pslide .witr_pslide_custom a span {
    background: #fff;
}

.witr_pslide_custom a span {
    background: #ff6200;
}

    .witr_pslide_custom a span:hover {
        background: #00235a;
    }

.ps3.ps1 .witr_content_pslide_text, .witr_pslide3 .witr_pslide_custom a span {
    background: #fff;
}

.witr_pslide3 .witr_single_pslide:hover .witr_pslide_custom a span {
    background: #ff6200;
}

.witr_pslide4.witr_pslide3 .witr_pslide_custom a span:hover {
    background: #00235a;
}

.witr_pslide5 .witr_single_pslide {
    background: #fff;
}

.portfolio_nav ul li.current_menu_item, .portfolio_nav ul li:hover {
    background: #ff6200;
}

.prot_content {
    background: #ff620080;
}

.gallery_load_button a:hover, .picon a {
    background: #ff6200;
}

    .picon a:hover {
        background: #00235a;
    }

.em_port_content {
    background: #ff620080;
}

.portfolio_readmore_btn > a {
    background: #fff;
}

    .portfolio_readmore_btn > a:hover, .pstyle_1 .picon a:hover {
        background: #ff6200;
    }

.pstyle2 .prot_content {
    background: #ff620080;
}

.pstyle2.pstyle3 .prot_content_inner {
    background: #ff62006b;
}

.positi_3.pprotfolio4 {
    background: #ff6200;
}

.nivoSlider a.nivo-imageLink {
    background: #fff;
}

.nivo-caption {
    background: #222429;
}

.nivo-caption {
    background: rgba(0,0,0,0);
}

.em-button-button-area a {
    background: #fff;
}

    .em-button-button-area a:hover, a.em-active-button {
        background: #ff6200;
    }

        a.em-active-button:hover {
            background: #fff;
        }

.witr_nivideo_btns i {
    background: #222429;
}

    .witr_nivideo_btns i:hover {
        background: #ff6200;
    }

    .witr_nivideo_btns i:after {
        background: #00235a;
    }

.em-nivo-slider-wrapper .nivo-directionNav a:hover {
    background: #ff6200;
}

.em-nivo-slider-wrapper .nivo-controlNav a {
    background: #222429;
}

    .em-nivo-slider-wrapper .nivo-controlNav a.active, .em-nivo-slider-wrapper .nivo-controlNav a:hover {
        background: #ff6200;
    }

.witr_modal_menu i, .witr_modal_text {
    background: #fff;
}

.ab_videoArea {
    background: #ff6200;
}

    .ab_videoArea i {
        background: #fff;
    }

        .ab_videoArea i:after {
            background: rgba(255,255,255,.73);
        }

.sub-item i, .sub-item.sub-item-3:hover i {
    background: #ff6200;
}

.sub-item.sub-item-6 i {
    background: #f7f8ff;
}

.feature_btn a:hover, .sub-item.sub-item-6:hover i {
    background: #ff6200;
}

.witr_feature_back_3d, .witr_feature_front_3d {
    background: #fff;
}

.witr_feature_front_3d {
    background: #00235a;
}

.witr_feature_back_3d {
    background: #ff6200;
}

.witr_feature_btn_3d a:hover {
    background: #fff;
}

.witr_slug_feature .witr_feture_back_con_slugf {
    background: #ff6200d9;
}

.witr_slug_front_contentf {
    background: #ff6200d9;
}

.witr_feature_btn_f a {
    background: #fff;
}

    .witr_feature_btn_f a:hover {
        background: #ff6200;
    }

.ca_ferture_7 .sub-item, .witr_cfeature9 .sub-item i {
    background: #fff;
}

    .witr_cfeature9 .sub-item i:after, .witr_cfeature9 .sub-item:hover i {
        background: #ff6200;
    }

.witr_feature2 {
    background: #00235a;
}

    .witr_feature2:hover {
        background: #ff6200;
    }

.witr_feature_12.sub-item {
    background: #fff;
}

.witr_feature_13.sub-border-2 .sub-item span {
    background: #00235a;
}

.witr_feature_13.sub-border-2:hover .sub-item span {
    background: #ff6200;
}

.witr_feature_13.sub-border-2:hover .sub-item i {
    background: #00235a;
}

.witr_feature_13 .sub-item:hover:before {
    background: #ff6200;
}

.witr_feature_13 .sub-item:after {
    background: #f6f6f6;
}

.feature_inner_box {
    background: #fff;
}

.em-feature:hover .feature_inner_box, .em_feature-icon i {
    background: #ff6200;
}

.em-feature:hover .em_feature-icon i, .wcr_feature_10 {
    background: #fff;
}

    .wcr_feature_10 .feature_btn a:before {
        background: #ff6200;
    }

.car_feature_btn_icon a i, .feature_topicon_post i, .witr_sub_item {
    background: #fff;
}

.wcr_feature_11:hover .car_feature_btn_icon a i {
    background: #ff6200;
}

.medi_singleFeature {
    background: #fff;
}

    .medi_singleFeature:after {
        background: #ddd;
    }

    .medi_singleFeature:before {
        background: #ff6200;
    }

    .medi_singleFeature:hover .medi_featureThumb:after {
        background: #ff620040;
    }

.event_date, .event_date_list, .witr_event_btn a, .witr_icon_adn a {
    background: #ff6200;
}

    .witr_event_btn a:hover {
        background: #00235a;
    }

.witr_category .tevbt {
    background: #ff6200;
}

.witr_event_6 .poket_event_date {
    background: #ff6200d1;
}

.style7_day span, .witr_event_style_8.witr_event_style_7 .witr_event_btn a {
    background: #ff6200;
}

    .witr_event_style_8.witr_event_style_7 .witr_event_btn a:hover {
        background: #00235a;
    }

.witr_taba_style1 .nav-tabs .nav-link {
    background: #fff;
}

    .nav-tabs .nav-link:hover, .witr_taba_style1 .nav-tabs .nav-item.show .nav-link, .witr_taba_style1 .nav-tabs .nav-link.active {
        background: #ff6200;
    }

.witr_couses, .witr_couses_btnb a {
    background: #fff;
}

    .give-btn, .witr_couses_btnb a:hover {
        background: #ff6200;
    }

.couses_box_position:before {
    background: #ff6200db;
}

.witr_couses_box {
    background: #fff;
}

.couses_box_position .witr_content_couses h4 {
    background: #ff6200;
}

.couses_box_position:hover .witr_content_couses h4 {
    background: #00235a;
}

.couses_box_position:hover .progress-bar {
    background: #fff;
}

.couses_bar_percent .progress-bar, .witr_single_counter:hover {
    background: #ff6200;
}

.witr_counter_6.witr_counter_single {
    background: #fff;
}

.single_counter:hover, .witr_counter_6 .wirt_new_iner {
    background: #ff6200;
}

span.cdowns {
    background: #fff;
}

    span.cdowns:after, span.cdowns:before {
        background: #ff6200;
    }

.witr_apartment_form .const_btn {
    background: #fff;
}

    .witr_apartment_form .btn, .witr_apartment_form .const_btn:hover {
        background: #ff6200;
    }

        .witr_apartment_form .btn:hover {
            background: #02101e;
        }

.witr_case_image:before {
    background: #ff6200a6;
}

.witr_case_btnb a, .witr_content_casem {
    background: #fff;
}

    .poket_button a, .witr_case_btnb a:hover {
        background: #ff6200;
    }

        .poket_button a:hover {
            background: #00235a;
        }

.poket_video_inner i, .w_apps_button a:hover {
    background: #ff6200;
}

.witr_con_btn2 .w_btn2 {
    background: #ff6200;
}

    .witr_con_btn2 .w_btn2:hover {
        background: #00235a;
    }

.w_apps_button a {
    border: 1px solid #ff6200;
    color: #ff6200;
}

.witr_case_btnb a {
    border: 1px solid #ececec;
}

    .witr_case_btnb a:hover {
        border: 1px solid #ff6200;
    }

.witr_apartment_form input, .witr_apartment_form textarea {
    border: 1px solid #f1f1f1;
}

.witr_single_counter {
    border: 1px solid #324452;
}

    .witr_single_counter:hover {
        border-color: #ff6200;
    }

.single_counter {
    border-top: 2px solid #324452;
    border-bottom: 2px solid #324452;
}

    .single_counter:before {
        border-left: 2px solid #324452;
        border-right: 2px solid #324452;
    }

    .single_counter:after {
        border-left: 2px solid #324452;
        border-right: 2px solid #324452;
    }

    .single_counter:hover, .single_counter:hover:after, .single_counter:hover:before {
        border-color: #ff6200;
    }

.witr_couses_btnb a {
    border: 1px solid #ececec;
}

    .give-btn, .witr_couses_btnb a:hover {
        border: 1px solid #ff6200;
    }

.em-event-content-area_adn {
    border: 1px solid #ddd;
}

.em-pevent .em-event-content-area_adn {
    border: 0 solid #ddd;
}

.poket-single-event_adn.em-pevent {
    border-top: 1px solid #ddd;
}

.witr_event_btn a:hover {
    border-color: #00235a;
}

.event_admin_area:before {
    border: 120px solid #ff6200db;
}

.witr_event_style_7 .witr_event_btn a {
    border: 1px solid #ddd;
}

.sub-item.sub-item-3 i {
    border: 2px solid #ff6200;
}

.feature_btn a {
    border: 1px solid #ff6200;
}

.witr_feature_btn_3d a {
    border: 2px solid #fff;
}

.witr_cfeature8 .sub-item span:before {
    border: 20px solid #ff6200;
}

.witr_feature_12.sub-item {
    border-bottom: 2px solid #ff6200;
}

.feature_video_post a {
    border: 3px solid #fff;
}

.em-button-button-area a:hover {
    border-color: #ff6200;
}

.em-nivo-slider-wrapper .nivo-directionNav a {
    border: 1px solid #fff;
}

    .em-nivo-slider-wrapper .nivo-directionNav a:hover {
        border-color: #ff6200;
    }

.portfolio_nav ul li {
    border: 1px solid #f3eaea;
}

    .portfolio_nav ul li.current_menu_item, .portfolio_nav ul li:hover {
        border-color: #ff6200;
    }

.gallery_load_button a {
    border: 1px solid #ddd;
}

    .gallery_load_button a:hover {
        border-color: #ff6200;
    }

.picon a:hover {
    border-color: #00235a;
}

.portfolio_readmore_btn > a:hover {
    border: 1px solid #ff6200;
}

.pprotfolio4 {
    border: 1px solid #f1f1f1;
    border-top: 0 solid #f1f1f1;
}

.pricing-part a.btn {
    border: 1px solid #ff6200;
}

.witr_progress-style5 .witr_percent:after {
    border-right-color: #222;
}

.witr_progress-style7 .witr_percent:after {
    border-top-color: #272727;
}

.witr_progress-style10 .witr_percent {
    border: 2px solid #ff6200;
}

.witr_progress-style10 .progress-bar-danger .witr_percent, .witr_progress-style10 .progress-bar-info .witr_percent, .witr_progress-style10 .progress-bar-success .witr_percent, .witr_progress-style10 .progress-bar-warning .witr_percent {
    border-color: #ff6200;
}

.witr_progress-style13.progress {
    border: 1px solid #ff6200;
}

.singleSS:hover {
    border-color: #4900d6;
}

.witr_service_btn_3d a {
    border: 2px solid #fff;
}

.witr_single_service3 {
    border: 1px solid #ddd;
}

    .witr_single_service3:hover {
        border: 1px solid #f9f9f9;
    }

.wirt_s2_s9 .witr_service2_box {
    border-top: 3px solid #ff6200;
}

.service-btn > a {
    border: 1px solid #ff6200;
}

.witr_sstyle_9 .service-btn > a {
    border: 1px solid #ddd;
}

.witr_sstyle_9:hover .service-btn > a {
    border-color: #ff6200;
}

.poket-tab li a {
    border-right: 1px solid #ddd;
}

.video_icon a i {
    border: 5px solid #fff;
}

.tab_item ul {
    border-bottom: 1px solid #fff;
}

    .tab_item ul li a {
        border-bottom: 2px solid #ff6200;
        padding: 7px 70px;
    }

.tab_item .nav-pills li .nav-link.active {
    border-bottom: 2px solid #fff;
    border-radius: 0;
}

.poket_single_event {
    border-bottom: 1px solid #ddd;
}

    .poket_single_event:last-child {
        border-bottom: 0 solid #ddd;
    }

.team-social ul li a {
    border: 1px solid #f5f5f5;
}

    .team-social ul li a:hover {
        border-color: #ff6200;
    }

.busiTS a {
    border: 2px solid #ddd;
}

    .busiTS a:hover {
        border-color: #ff6200;
    }

.front_view_box {
    border: 1px solid #ddd;
}

.back_view .con_TMS a, .front_view .con_TMS a {
    border: 1px solid #ddd;
}

.back_view .con_TMS a {
    border-color: #fff;
}

    .back_view .con_TMS a:hover {
        border-color: #ff6200;
    }

.witr_bottom_icon a {
    border: 5px solid #e6ebf8;
}

.witr_team_s12 .front_view {
    border: 1px solid #e9e9e9;
}

.front_view .con_TMS a:hover {
    border-color: #ff6200;
}

.team_s14_image:before {
    border-left: 15px solid #ff6200;
    border-top: 15px solid #ff6200;
}

.team_s14_image:after {
    border-right: 15px solid #ff6200;
}

.team_o_icon ul li a {
    border: 1px solid #ddd;
}

    .team_o_icon ul li a:hover {
        border-color: #ff6200;
    }

.team_o_icons ul li a {
    border: 1px solid #ff62001c;
}

    .team_o_icons ul li a:hover {
        border-color: #ff6200;
    }

.witr_testi_s_11:hover {
    border-color: #ff6200;
}

.testomonial.testomonial-5 .test-part {
    border: 2px solid #ddd;
}

.witr_background_test, .witr_testi_main {
    border-top: 2px solid #ff6200;
    border-bottom: 2px solid #ff6200;
}

.witr_bar_innerc:after, .witr_bar_innerc:before {
    border: 6px solid #ff6200;
}

.elementor-accordion .elementor-accordion-item {
    border-left: 2px solid #ff6200 !important;
}

.accordion_area .card-2 {
    border: 1px solid #ddd;
}

.witr_shape_box {
    border: 54px solid #f9f9f9;
}

.slick-dots li button {
    border: 0 solid #ff6200;
}

.slick-next, .slick-prev {
    border: 0 solid #17161a;
}

.slider_btn .witr_btn.active, .slider_btn .witr_btn.active:hover, .witr_butn {
    border: 1px solid #ff6200;
}

    .witr_butn:hover {
        border-color: #00235a;
    }

.witr_banner_content form input {
    border: 1px solid #fff;
}

.butn {
    border: 2px solid #ff6200;
}

.banner-content.content-4 ul li a i {
    border: 1px solid #ff6200;
}

.banner-content input {
    border: 1px solid #ff6200;
}

.wblog-content > a {
    border: 1px solid #ff6200;
}

.witr_blog_area13 .learn_btn {
    border: 1px solid #ddd;
}

    .witr_blog_area13 .learn_btn:hover {
        border-color: #ff6200;
    }

.witr_blog_border {
    border: 1px solid #f2f2f2;
}

.readmore_adn a {
    border: 1px solid #ddd;
}

    .readmore_adn a:hover {
        border-color: #ff6200;
    }

.witr_bbtn {
    border: 2px solid #ff6200;
}

    .witr_bbtn:hover {
        border-color: #ff6200;
    }

.witr_vbbtn {
    border: 2px solid #ff6200;
}

    .witr_vbbtn:hover {
        border-color: #ff6200;
    }

span.cdowns {
    border: 1px solid #ddd;
}

.witr_taba_style1 .nav-tabs .nav-link {
    color: #ff6200;
}

.tx_golobal_color {
    background: #ff6200;
}

.tx_btn_global_color:hover {
    background: #00235a;
}

.mean-container .mean-bar:before {
    content: "MENU";
}

.witr_section_title {
    position: relative;
}

.witr_section_title_inner {
    position: relative;
    z-index: 1;
}

.witr_back_title {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}

.title_in .witr_back_title {
    z-index: -1;
}

.witr_back_title h4 {
    font-size: 80px;
    -webkit-text-stroke: 1px #888;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}

.witr_section_title_inner h1, .witr_section_title_inner h2, .witr_section_title_inner h3 {
    font-size: 35px;
    margin: auto;
    font-weight: 700;
    line-height: 1.3;
}

.text-right.witr_section_title_inner h1, .text-right.witr_section_title_inner h2, .text-right.witr_section_title_inner h3 {
    margin-right: 0;
}

.text-left.witr_section_title_inner h1, .text-left.witr_section_title_inner h2, .text-left.witr_section_title_inner h3 {
    margin-left: 0;
}

.witr_section_title_inner h2 {
    font-size: 17px;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 10px;
}

.witr_section_title_inner p {
    margin-top: 10px;
}

.witr_section_title_inner.text-center p {
    width: 74%;
    margin-right: auto;
    margin-left: auto;
}

.witr_section_title_inner.text-left p {
    width: 74%;
    margin-right: auto;
    margin-left: 0;
}

.witr_section_title_inner.text-right p {
    width: 74%;
    margin-right: 0;
    margin-left: auto;
}

.witr_image_title {
    margin-top: 0;
    margin-bottom: 10px;
}

.witr_bar_main {
    margin: 10px 0;
}

.witr_bar_inner {
    height: 5px;
    width: 90px;
    margin: 0 auto;
    position: relative;
    border-radius: 30px;
}

.text-left .witr_bar_inner {
    margin-left: 0;
}

.text-right .witr_bar_inner {
    margin-right: 0;
}

.title_in_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.title_in {
    position: relative;
    width: 100%;
}

    .title_in:before {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 2px;
        content: "";
    }

    .title_in:after {
        position: absolute;
        right: -5px;
        top: 0;
        height: 100%;
        width: 2px;
        content: "";
    }

.title_tx h2, .title_tx h3 {
    margin: 0;
}

.title_p {
    text-align: left;
    width: 100%;
    padding-left: 30px;
}

.title_ptx p {
    margin: 0;
}

.title_btn {
    margin-top: 15px;
}

    .title_btn a {
        padding: 15px 30px;
        display: inline-block;
    }

.witr_bar_innerc {
    position: relative;
}

    .witr_bar_innerc:before {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        -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-name: move_title_bg1;
        animation-name: move_title_bg1;
    }

    .witr_bar_innerc:after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        border-radius: 50%;
        -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-name: move_title_bg2;
        animation-name: move_title_bg2;
    }

@-webkit-keyframes move_title_bg1 {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@keyframes move_title_bg1 {
    from {
        left: 0;
    }

    to {
        left: 100%;
    }
}

@-webkit-keyframes move_title_bg2 {
    from {
        right: 0;
    }

    to {
        right: 100%;
    }
}

@keyframes move_title_bg2 {
    from {
        right: 0;
    }

    to {
        right: 100%;
    }
}

@media (min-width:992px) and (max-width:1364px) {
    .witr_section_title_inner h1, .witr_section_title_inner h3 {
        font-size: 38px;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .witr_section_title_inner.text-center p, .witr_section_title_inner.text-left p, .witr_section_title_inner.text-right p {
        width: 67%;
    }

    .title_in_area {
        width: 100%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .witr_section_title_inner h1, .witr_section_title_inner h3 {
        font-size: 30px;
    }

    .witr_section_title_inner.text-center p, .witr_section_title_inner.text-left p, .witr_section_title_inner.text-right p {
        width: 83%;
    }

    .title_in_area {
        width: 100%;
    }
}

@media (max-width:767px) {
    .section-title.t_center {
        width: 100%;
    }

    .section-title.t_left {
        width: 100%;
    }

    .section-title.t_right {
        width: 100%;
    }

    .witr_section_title_inner h1, .witr_section_title_inner h3 {
        font-size: 21px;
        line-height: 30px;
    }

    .witr_section_title_inner h2 {
        margin-bottom: 4px;
        font-size: 15px;
    }

    .title_in_area {
        display: inherit;
    }

    .title_in:after, .title_in:before {
        background: 0 0;
    }

    .title_tx h2 {
        font-size: 16px;
    }

    .title_p {
        padding-left: 0;
    }

    .title_in_area, .witr_section_title_inner.text-center p, .witr_section_title_inner.text-left p, .witr_section_title_inner.text-right p {
        width: 100%;
    }

    .witr_section_title_inner p {
        padding-top: 10px;
    }

    .witr_section_title {
        text-align: center;
    }

        .witr_section_title .text-right {
            text-align: center !important;
        }

    .title_btn {
        margin: 30px 0 20px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .witr_section_title_inner h1, .witr_section_title_inner h3 {
        font-size: 25px;
    }

    .witr_section_title_inner.text-center p, .witr_section_title_inner.text-left p, .witr_section_title_inner.text-right p {
        width: 91%;
    }
}

.portfolio_nav {
    padding: 0 0 30px;
}

    .portfolio_nav ul li {
        display: inline;
    }

    .portfolio_nav ul li {
        border-radius: 5px;
        cursor: pointer;
        display: inline-block;
        font-weight: 500;
        margin: 0 5px 10px;
        padding: 10px 20px;
        position: relative;
        -webkit-transition: .5s;
        transition: .5s;
    }

.prot_wrap {
    overflow: hidden;
}

.single_protfolio {
    position: relative;
    overflow: hidden;
}

.prot_thumb img {
    display: block;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 100%;
}

.single_protfolio:hover .prot_thumb img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.prot_content {
    position: absolute;
    text-align: center;
    -webkit-transition: .5s;
    transition: .5s;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 9;
}

.multi_gallery.prot_content {
    height: 90%;
    width: 80%;
    right: 10%;
    top: 5%;
    bottom: 5%;
    left: 10%;
}

.prot_content_inner {
    position: absolute;
    top: 50%;
    width: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 10;
    -webkit-transition: all .5s ease-in-out .5s;
    transition: all .5s ease-in-out .5s;
}

.single_protfolio:hover .prot_content {
    opacity: 1;
}

.prot_content h3 {
    margin: 0;
    text-transform: capitalize;
    font-size: 18px;
}

    .prot_content h3 a {
        font-size: 23px;
        font-weight: 700;
        text-transform: capitalize;
        -webkit-transition: .5s;
        transition: .5s;
    }

.prot_content p {
    line-height: 1.2;
    margin: 5px 0 0;
}

    .prot_content p span {
        display: inline-block;
        padding-top: 0;
    }

.single_protfolio:hover .prot_content {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}

.porttitle_inner span, .porttitle_inner4 span, .prot_content span {
    position: relative;
    margin: 0 2px;
}

    .porttitle_inner span:before, .porttitle_inner4 span:before, .prot_content span:before {
        bottom: 0;
        content: ",";
        position: absolute;
        right: -5px;
    }

    .porttitle_inner span:last-child:before, .porttitle_inner4 span:last-child:before, .prot_content span:last-child:before {
        content: "";
    }

.nospace.col-xs-12 {
    padding: 0;
}

.nospace .single_protfolio {
    margin-bottom: 0;
}

.gallery_load_button a {
    padding: 7px 15px;
    display: inline-block;
    font-size: 17px;
    margin-top: 0;
}

.prot_wrap.nospace .gallery_load_button a {
    margin-top: 30px;
}

.picon a {
    border-radius: 5px;
    display: inline-block;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    margin: 0 3px 11px;
    width: 50px;
    text-align: center;
}

.pimgs img {
    height: 465px;
    width: 100%;
}

.em_port_content {
    height: 100%;
    opacity: 1;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    -webkit-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    width: 100%;
    z-index: 9;
    left: 0;
    top: -100%;
    width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
}

.pstyle_1 .porttitle_inner h3 {
    padding-bottom: 0;
}

.pstyle_1 .prot_content p {
    margin: 2px 0 0;
}

.pstyle_1 .single_protfolio {
    -webkit-transition: .5s;
    transition: .5s;
}

.portfolio_readmore_btn {
    padding-top: 23px;
}

    .portfolio_readmore_btn > a {
        border-radius: 5px;
        display: inline-block;
        padding: 6px 21px;
        text-transform: uppercase;
        -webkit-transition: .3s;
        transition: .3s;
        border: 1px solid transparent;
    }

.pstyle_1 .picon a {
    background: 0 0;
    border-radius: 5px;
    display: inline-block;
    font-size: 25px;
    height: 50px;
    line-height: 50px;
    margin: 0 8px 11px;
    width: 50px;
    -webkit-transition: .5s;
    transition: .5s;
}

.pstyle2 .prot_content_inner {
    left: 50%;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
}

.pstyle2 .single_protfolio:hover .prot_content_inner {
    top: 50%;
    opacity: 1;
}

.em_plus_port {
    position: absolute;
    bottom: 20px;
    right: 30px;
    z-index: 99;
}

.pstyle2.pstyle3 .prot_content_inner {
    text-align: left;
}

.pstyle2.pstyle3 .prot_content_inner {
    left: 3000px;
    position: absolute;
    top: 60%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    z-index: 10;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
    opacity: 0;
    padding: 20px;
    -webkit-transition: .5s;
    transition: .5s;
}

.pstyle2.pstyle3 .single_protfolio:hover .prot_content_inner {
    left: 75%;
}

.pstyle4.pstyle_1 .single_protfolio:hover {
    box-shadow: none;
}

.pstyle4 .prot_content_inner {
    top: 50%;
}

.pstyle4 .prot_thumb {
    overflow: hidden;
    position: relative;
}

.pprotfolio4 {
    box-shadow: 0 10px 16px 0 rgba(0,0,0,.7);
    padding: 17px 10px 20px;
}

.pprotfolio4 {
    padding: 20px 10px 23px;
}

.porttitle_inner4 h3 {
    margin: 0;
}

.porttitle_inner4 p {
    margin-bottom: 0;
}

    .porttitle_inner4 p span {
        display: inline-block;
    }

.positi_3.pprotfolio4 {
    padding: 20px 10px 23px;
    border: none;
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    z-index: 9;
    -webkit-transition: .5s;
    transition: .5s;
    text-align: center;
}

.single_protfolio:hover .positi_3.pprotfolio4 {
    bottom: 0;
}

.portfolio-details-box h2 {
    font-size: 25px;
}

.portfolio-details-box ul li {
    padding-top: 15px;
    padding-bottom: 10px;
    list-style: none;
}

    .portfolio-details-box ul li b {
        font-size: 18px;
        font-weight: 600;
    }

    .portfolio-details-box ul li span.eright {
        font-weight: 400;
        font-size: 16px;
        margin-left: 5px;
    }

.portfolio-details-box .prots-contentg ul {
    margin-left: 0;
}

.portfolio-details-box .poket-single-icon-inner {
    text-align: left;
}

.pr-title h2 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.single_carousel_item .slick-dots {
    bottom: -40px;
}

.prot_wrap:after {
    content: '';
    display: block;
    clear: both;
}

@media (max-width:767px) {
    .portfolio_nav ul li {
        padding: 6px 20px;
    }

    .single_protfolio {
        margin-bottom: 30px;
    }
}

@media only screen and (min-width:480px) and (max-width:767px) {
    .portfolio_nav ul li {
        margin: 0 2px 10px;
    }
}

.fix {
    clear: both;
}

ol, ul {
    padding-left: 0;
}

.btn:hover, .btn:focus {
    border: none;
    box-shadow: none;
}

.elementor-accordion .elementor-accordion-item {
    border: 0 !important;
    margin-bottom: 20px;
    box-shadow: 1px 1px 7px -5px rgba(0,0,0,.75);
}

.elementor-accordion .elementor-tab-content {
    border-top: none !important;
}

.elementor-tab-title a, .elementor-widget-accordion .elementor-accordion .elementor-tab-title {
    font-size: 17px;
    font-weight: 600;
}

.witr_all_mb_30.mb_70 {
    margin-bottom: 113px;
}

.noguttergs, .witr_all_pd0 {
    padding: 0 !important;
}

.witr_shape_item_inner {
    position: absolute;
    z-index: -1;
    content: "";
    -webkit-transition: .5s;
    transition: .5s;
}

.witr_shape_box {
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: auto;
    -webkit-transition: .5s;
    transition: .5s;
}

.witr_shape_box_text {
    text-align: center;
    left: 50%;
    top: 50%;
    margin: auto;
    text-align: center;
    position: absolute;
    content: "";
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    font-size: 18px;
}

@-webkit-keyframes witr_movelr_box45 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }
}

@keyframes witr_movelr_box45 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(45px);
        transform: translateX(45px);
    }
}

@-webkit-keyframes witr_movelr_box90 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(90px);
        transform: translateX(90px);
    }
}

@keyframes witr_movelr_box90 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(90px);
        transform: translateX(90px);
    }
}

@-webkit-keyframes witr_movelr_box180 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(180px);
        transform: translateX(180px);
    }
}

@keyframes witr_movelr_box180 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(180px);
        transform: translateX(180px);
    }
}

@-webkit-keyframes witr_movelr_box360 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(360px);
        transform: translateX(360px);
    }
}

@keyframes witr_movelr_box360 {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    100% {
        -webkit-transform: translateX(360px);
        transform: translateX(360px);
    }
}

@-webkit-keyframes witr_movetb_box45 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }
}

@keyframes witr_movetb_box45 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(45px);
        transform: translateY(45px);
    }
}

@-webkit-keyframes witr_movetb_box90 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(90px);
        transform: translateY(90px);
    }
}

@keyframes witr_movetb_box90 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(90px);
        transform: translateY(90px);
    }
}

@-webkit-keyframes witr_movetb_box180 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(180px);
        transform: translateY(180px);
    }
}

@keyframes witr_movetb_box180 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(180px);
        transform: translateY(180px);
    }
}

@-webkit-keyframes witr_movetb_box360 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(360px);
        transform: translateY(360px);
    }
}

@keyframes witr_movetb_box360 {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    100% {
        -webkit-transform: translateY(360px);
        transform: translateY(360px);
    }
}

@-webkit-keyframes witr_rotate_360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes witr_rotate_360 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes witr_rotate_180 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes witr_rotate_180 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes witr_rotate_90 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@keyframes witr_rotate_90 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframes witr_rotate_45 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes witr_rotate_45 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

.wirt_ani_slick_image {
    position: absolute;
    left: -3%;
    top: -11%;
    z-index: 1;
    -webkit-animation: witr_movetb_box45 3s linear 2s infinite alternate running;
    animation: witr_movetb_box45 3s linear 2s infinite alternate running;
}

.witr_not_ani {
    -webkit-animation: witr_abmovetb_box15 3s linear 2s infinite alternate running;
    animation: witr_abmovetb_box15 3s linear 2s infinite alternate running;
}

@-webkit-keyframes witr_abmovetb_box15 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@keyframes witr_abmovetb_box15 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    100% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.single_img_ani img {
    -webkit-animation: single_img_ani 10s linear infinite alternate forwards;
}

@-webkit-keyframes single_img_ani {
    0%,to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes single_img_ani {
    0%,to {
        border-radius: 63% 37% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

.single_seivice_ani img {
    -webkit-animation: single_seivice_ani 10s linear infinite alternate forwards;
    animation: single_seivice_ani 10s linear infinite alternate forwards;
}

@-webkit-keyframes single_seivice_ani {
    0%,to {
        border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@keyframes single_seivice_ani {
    0%,to {
        border-radius: 65% 86% 80% 69%/59% 55% 95% 89%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 70% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/70% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }
}

@-webkit-keyframes witr_rotate_all {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes witr_rotate_all {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

.set_class {
    -webkit-animation: witr_rotate_all .8s ease-out infinite;
    animation: witr_rotate_all .8s ease-out infinite;
}

@-webkit-keyframes witr_rotate_left {
    to {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    from {
        -webkit-transform: rotate(175deg);
        transform: rotate(175deg);
    }
}

@keyframes witr_rotate_left {
    to {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }

    from {
        -webkit-transform: rotate(175deg);
        transform: rotate(175deg);
    }
}

.set_class {
    -webkit-animation: witr_rotate_left .8s ease-out infinite;
    animation: witr_rotate_left .8s ease-out infinite;
}

@-webkit-keyframes witr_rotate_right {
    from {
        -webkit-transform: rotate(-175deg);
        transform: rotate(-175deg);
    }

    to {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
}

@keyframes witr_rotate_right {
    from {
        -webkit-transform: rotate(-175deg);
        transform: rotate(-175deg);
    }

    to {
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
}

.set_class {
    -webkit-animation: witr_rotate_right .8s ease-out infinite;
    animation: witr_rotate_right .8s ease-out infinite;
}

@-webkit-keyframes witr_squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }

    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }

    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}

@keyframes witr_squares {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }

    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }

    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}

.set_class {
    -webkit-animation: witr_squares .8s ease-out infinite;
    animation: witr_squares .8s ease-out infinite;
}

@-webkit-keyframes witr_zoom_out {
    from {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }

    to {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}

@keyframes witr_zoom_out {
    from {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }

    to {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}

.set_class {
    -webkit-animation: witr_zoom_out .8s ease-out infinite;
    animation: witr_zoom_out .8s ease-out infinite;
}

@-webkit-keyframes witr_zoom_in {
    from {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }

    to {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
}

@keyframes witr_zoom_in {
    from {
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }

    to {
        opacity: 1;
        -ms-filter: "alpha(opacity=100)";
    }
}

.set_class {
    -webkit-animation: witr_zoom_in .8s ease-out infinite;
    animation: witr_zoom_in .8s ease-out infinite;
}

@-webkit-keyframes witr_zoom_wave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8;
        -ms-filter: "alpha(opacity=80)";
    }

    20% {
        opacity: .8;
        -ms-filter: "alpha(opacity=80)";
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}

@keyframes witr_zoom_wave {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8;
        -ms-filter: "alpha(opacity=80)";
    }

    20% {
        opacity: .8;
        -ms-filter: "alpha(opacity=80)";
    }

    100% {
        -webkit-transform: scale(5.5);
        transform: scale(5.5);
        opacity: 0;
        -ms-filter: "alpha(opacity=0)";
    }
}

.set_class {
    -webkit-animation: witr_zoom_wave .8s ease-out infinite;
    animation: witr_zoom_wave .8s ease-out infinite;
}

@-webkit-keyframes witr_focash {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes witr_focash {
    0%,100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.set_class {
    -webkit-animation: witr_zoom .8s ease-out infinite;
    animation: witr_zoom .8s ease-out infinite;
}

@-webkit-keyframes witr_up_down {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

@keyframes witr_up_down {
    0% {
        margin-top: -150px;
    }

    100% {
        margin-top: 0;
    }
}

.set_class {
    -webkit-animation: witr_up_down .8s ease-out infinite;
    animation: witr_up_down .8s ease-out infinite;
}

@-webkit-keyframes witr_bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

@keyframes witr_bounce {
    0%,100%,20%,50%,80% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.set_class {
    -webkit-animation: witr_bounce .8s ease-out infinite;
    animation: witr_bounce .8s ease-out infinite;
}

@-webkit-keyframes blinker {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }

    50% {
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

@keyframes blinker {
    0% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }

    50% {
        -webkit-transform: scale(1.1,1.1);
        transform: scale(1.1,1.1);
    }

    100% {
        -webkit-transform: scale(1,1);
        transform: scale(1,1);
    }
}

.align_item_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

.witr_all_mb_30, .guttergs {
    margin-bottom: 23px;
    border: none;
}

.witr_animate_content h1 span {
    -webkit-text-stroke: 1px #888;
    -webkit-text-fill-color: transparent;
}

.text-left .slider_vd_icon {
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.text-right .slider_vd_icon {
    position: absolute;
    left: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
}

.tx_svd_icon {
    width: 75px;
    height: 75px;
    line-height: 75px;
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    -webkit-animation: witr-shadow 1s linear infinite;
    animation: witr-shadow 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0);
    }
}

@keyframes witr-shadow {
    0% {
        box-shadow: 0 0 0 0 rgba(255,255,255,.3),0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(255,255,255,.3),0 0 0 20px rgba(255,255,255,.3),0 0 0 30px rgba(255,255,255,0);
    }
}

.slider_btn .witr_btn {
    border: none;
    outline: none;
}

    .slider_btn .witr_btn i {
        margin-right: 10px;
    }

    .slider_btn .witr_btn.active {
        background: 0 0;
    }

.witr_video_btn {
    font-size: 18px;
    font-weight: 500;
}

    .witr_video_btn i {
        position: relative;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 50px;
        display: inline-block;
        -webkit-transition: .5s;
        transition: .5s;
        border-radius: 50%;
        margin-right: 10px;
        font-size: 20px;
    }

        .witr_video_btn i:after {
            position: absolute;
            content: '';
            width: 100%;
            height: 100%;
            border-radius: 50%;
            top: 0;
            -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
            -webkit-animation: witr_squares 1.5s ease-in-out infinite;
            animation: witr_squares 1.5s ease-in-out infinite;
            left: 0;
            right: 0;
            bottom: 0;
            z-index: -1;
        }

.poket_slider_icon {
    display: inline-block;
}

    .poket_slider_icon ul li {
        list-style: none;
        display: inline-block;
    }

        .poket_slider_icon ul li a i {
            font-size: 15px;
            height: 35px;
            width: 35px;
            line-height: 35px;
            text-align: center;
            border-radius: 5px;
            margin-right: 5px;
            -webkit-transition: .5s;
            transition: .5s;
        }

.all_color_testimonial, .all_blog_color, .all_color_service, .all_service2_color, .all_color_team, .all_feature_color {
    -webkit-transition: .5s;
    transition: .5s;
}

.btn, .learn_btn, .witr_feature_btn_f a, .witr_feature_btn_3d a, .feature_btn a, .witr_ser_btnb a, .service-btn > a, a.dtbtn, .witr_btn, .witr_bbtn, .witr_gbtn, .witr_gbbtn, .poket_button a, .witr_sbtn_s8 a {
    border-radius: 30px;
    font-size: 17px;
    font-weight: 700;
    font-family: 'Rajdhani',sans-serif;
}

.woocommerce img.pswp__img, .woocommerce-page img.pswp__img {
    max-width: none;
}

button.pswp__button {
    box-shadow: none !important;
    background-image: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) !important;
}

    button.pswp__button, button.pswp__button--arrow--left::before, button.pswp__button--arrow--right::before, button.pswp__button:hover {
        background-color: transparent !important;
    }

button.pswp__button--arrow--left, button.pswp__button--arrow--left:hover, button.pswp__button--arrow--right, button.pswp__button--arrow--right:hover {
    background-image: none !important;
}

button.pswp__button--close:hover {
    background-position: 0 -44px;
}

button.pswp__button--zoom:hover {
    background-position: -88px 0;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */

.pswp {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 1500;
    -webkit-text-size-adjust: 100%;
    -webkit-backface-visibility: hidden;
    outline: 0;
}

    .pswp * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .pswp img {
        max-width: none;
    }

.admin-bar .pswp {
    height: calc(100% - 32px);
    top: 32px;
}

@media screen and (max-width:782px) {
    .admin-bar .pswp {
        height: calc(100% - 46px);
        top: 46px;
    }
}

.pswp--animate_opacity {
    opacity: .001;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    transition: opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--open {
    display: block;
}

.pswp--zoom-allowed .pswp__img {
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
    cursor: -webkit-grab;
    cursor: -moz-grab;
    cursor: grab;
}

.pswp--dragging .pswp__img {
    cursor: -webkit-grabbing;
    cursor: -moz-grabbing;
    cursor: grabbing;
}

.pswp__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__scroll-wrap {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
    -ms-touch-action: none;
    touch-action: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.pswp__container, .pswp__img {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
    position: absolute;
    width: 100%;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transition: -webkit-transform 333ms cubic-bezier(.4,0,.22,1);
    transition: transform 333ms cubic-bezier(.4,0,.22,1);
}

.pswp__bg {
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    transition: opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
    -webkit-transition: none;
    transition: none;
}

.pswp__container, .pswp__zoom-wrap {
    -webkit-backface-visibility: hidden;
}

.pswp__item {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.pswp__img {
    position: absolute;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
}

.pswp__img--placeholder {
    -webkit-backface-visibility: hidden;
}

.pswp__img--placeholder--blank {
    background: #222;
}

.pswp--ie .pswp__img {
    width: 100% !important;
    height: auto !important;
    left: 0;
    top: 0;
}

.pswp__error-msg {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    margin-top: -8px;
    color: #ccc;
}

    .pswp__error-msg a {
        color: #ccc;
        text-decoration: underline;
    }
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */ .pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: 0 0;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .pswp__button:focus, .pswp__button:hover {
        opacity: 1;
    }

    .pswp__button:active {
        outline: 0;
        opacity: .9;
    }

    .pswp__button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

.pswp__ui--over-close .pswp__button--close {
    opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
    background: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px;
}

@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
        background-image: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg);
    }

    .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
        background: 0 0;
    }
}

.pswp__button--close {
    background-position: 0 -44px;
}

.pswp__button--share {
    background-position: -44px -44px;
}

.pswp__button--fs {
    display: none;
}

.pswp--supports-fs .pswp__button--fs {
    display: block;
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0;
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0;
}

.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
    visibility: hidden;
}

.pswp__button--arrow--left, .pswp__button--arrow--right {
    background: 0 0;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

    .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
        content: '';
        top: 35px;
        background-color: rgba(0,0,0,.3);
        height: 30px;
        width: 32px;
        position: absolute;
    }

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px;
}

.pswp__counter, .pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.pswp__share-modal {
    display: block;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #fff;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform;
}

    .pswp__share-tooltip a {
        display: block;
        padding: 8px 12px;
        color: #000;
        text-decoration: none;
        font-size: 14px;
        line-height: 18px;
    }

        .pswp__share-tooltip a:hover {
            text-decoration: none;
            color: #000;
        }

        .pswp__share-tooltip a:first-child {
            border-radius: 2px 2px 0 0;
        }

        .pswp__share-tooltip a:last-child {
            border-radius: 0 0 2px 2px;
        }

.pswp__share-modal--fade-in {
    opacity: 1;
}

    .pswp__share-modal--fade-in .pswp__share-tooltip {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px;
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}

a.pswp__share--facebook:hover {
    background: #3e5c9a;
    color: #fff;
}

    a.pswp__share--facebook:hover:before {
        border-bottom-color: #3e5c9a;
    }

a.pswp__share--twitter:hover {
    background: #55acee;
    color: #fff;
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #ce272d;
}

a.pswp__share--download:hover {
    background: #ddd;
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #fff;
    opacity: .75;
    padding: 0 10px;
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px;
}

    .pswp__caption small {
        font-size: 11px;
        color: #bbb;
    }

.pswp__caption__center {
    text-align: left;
    max-width: 420px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #ccc;
}

.pswp__caption--empty {
    display: none;
}

.pswp__caption--fake {
    visibility: hidden;
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity;
    direction: ltr;
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px;
}

.pswp__preloader--active {
    opacity: 1;
}

    .pswp__preloader--active .pswp__preloader__icn {
        background: url(//themexbd.com/poket/construction/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat;
    }

.pswp--css_animation .pswp__preloader--active {
    opacity: 1;
}

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
        -webkit-animation: clockwise .5s linear infinite;
        animation: clockwise .5s linear infinite;
    }

    .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
        -webkit-animation: donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;
        animation: donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;
    }

.pswp--css_animation .pswp__preloader__icn {
    background: 0 0;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: 0 0;
    margin: 0;
}

@media screen and (max-width:1024px) {
    .pswp__preloader {
        position: relative;
        left: auto;
        top: auto;
        margin: 0;
        float: right;
    }
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes clockwise {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes donut-rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        -webkit-transform: rotate(-140deg);
        transform: rotate(-140deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.pswp__ui {
    -webkit-font-smoothing: auto;
    visibility: visible;
    opacity: 1;
    z-index: 1550;
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right, .pswp__caption, .pswp__top-bar {
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-transition: opacity 333ms cubic-bezier(.4,0,.22,1);
    transition: opacity 333ms cubic-bezier(.4,0,.22,1);
}

.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
    visibility: visible;
}

.pswp__caption, .pswp__top-bar {
    background-color: rgba(0,0,0,.5);
}

.pswp__ui--fit .pswp__caption, .pswp__ui--fit .pswp__top-bar {
    background-color: rgba(0,0,0,.3);
}

.pswp__ui--idle .pswp__top-bar {
    opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
    opacity: 0;
}

.pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__top-bar {
    opacity: .001;
}

.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
    display: none;
}

.pswp__element--disabled {
    display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
    background: 0 0;
}
