.blockart-blockquote blockquote {
    margin: 0;
    padding: 0;
    margin-block: 0;
    margin-inline: 0;
    border: none !important;
}

.blockart-blockquote.layout-quote blockquote {
    position: relative;
}

    .blockart-blockquote.layout-quote blockquote svg {
        margin-right: 8px;
    }

    .blockart-blockquote.layout-quote blockquote .blockart-blockquote-quote {
        display: inline;
    }

.blockart-button .blockart-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #fcfcfc;
    text-align: center;
    text-decoration: none;
    transition: all 200ms;
    background: #2563eb;
    border-radius: 2px;
    cursor: pointer;
}

    .blockart-button .blockart-button-link .rich-text {
        cursor: text;
    }

    .blockart-button .blockart-button-link.is-large {
        padding: 17px 25px;
    }

    .blockart-button .blockart-button-link.is-small {
        padding: 8px 16px;
    }

    .blockart-button .blockart-button-link.is-medium {
        padding: 12px 20px;
    }

    .blockart-button .blockart-button-link.is-style-link, .blockart-button .blockart-button-link.is-style-plain {
        padding: 0;
    }

    .blockart-button .blockart-button-link:not(.is-style-filled) {
        background: rgba(0,0,0,0);
    }

    .blockart-button .blockart-button-link.is-style-link {
        text-decoration: underline;
    }

    .blockart-button .blockart-button-link > .blockart-button-icon {
        display: inline-flex;
    }

    .blockart-button .blockart-button-link.is-hover-lift:hover {
        transform: translateY(-8px);
    }

    .blockart-button .blockart-button-link.is-hover-scale:hover {
        transform: scale(1.05);
    }

    .blockart-button .blockart-button-link.is-hover-lift-scale:hover {
        transform: translateY(-8px) scale(1.05);
    }

    .blockart-button .blockart-button-link.is-hover-darken:hover {
        filter: brightness(0.9) contrast(1.2);
    }

.blockart-buttons {
    display: flex;
    gap: 8px;
    position: relative;
}

    .blockart-buttons > .blockart-button > .blockart-button-link {
        width: 100%;
    }

    .blockart-buttons.is-wrap {
        flex-wrap: wrap;
    }

    .blockart-buttons.is-vertical {
        flex-direction: column;
    }

        .blockart-buttons.is-vertical.is-justification-left {
            align-items: flex-start;
        }

        .blockart-buttons.is-vertical.is-justification-center {
            align-items: center;
        }

        .blockart-buttons.is-vertical.is-justification-right {
            align-items: flex-end;
        }

    .blockart-buttons.is-justification-left {
        justify-content: flex-start;
    }

    .blockart-buttons.is-justification-center {
        justify-content: center;
    }

    .blockart-buttons.is-justification-right {
        justify-content: flex-end;
    }

    .blockart-buttons.is-justification-space-between {
        justify-content: space-between;
    }

    .blockart-buttons.is-horizontal.is-vertical-alignment-top {
        align-items: flex-start;
    }

    .blockart-buttons.is-horizontal.is-vertical-alignment-center {
        align-items: center;
    }

    .blockart-buttons.is-horizontal.is-vertical-alignment-bottom {
        align-items: flex-end;
    }

    .blockart-buttons > .blockart-button {
        display: inline-flex;
    }

    .blockart-buttons.is-vertical {
        flex-direction: column;
    }

    .blockart-buttons.is-horizontal {
        flex-direction: row;
    }

    .blockart-buttons.justify-left {
        justify-content: flex-start;
    }

    .blockart-buttons.justify-center {
        justify-content: center;
    }

    .blockart-buttons.justify-right {
        justify-content: flex-end;
    }

    .blockart-buttons.justify-space-between {
        justify-content: space-between;
    }

    .blockart-buttons.justify-space-around {
        justify-content: space-around;
    }

    .blockart-buttons.align-top {
        align-items: flex-start;
    }

    .blockart-buttons.align-center {
        align-items: center;
    }

    .blockart-buttons.align-bottom {
        align-items: flex-end;
    }

    .blockart-buttons.align-stretch {
        align-items: stretch;
    }

@media(max-width: 62em) {
    .blockart-buttons.is-vertical-md {
        flex-direction: column;
    }

    .blockart-buttons.is-horizontal-md {
        flex-direction: row;
    }

    .blockart-buttons.justify-left-md {
        justify-content: flex-start;
    }

    .blockart-buttons.justify-center-md {
        justify-content: center;
    }

    .blockart-buttons.justify-right-md {
        justify-content: flex-end;
    }

    .blockart-buttons.justify-space-between-md {
        justify-content: space-between;
    }

    .blockart-buttons.align-top-md {
        align-items: flex-start;
    }

    .blockart-buttons.align-center-md {
        align-items: center;
    }

    .blockart-buttons.align-bottom-md {
        align-items: flex-end;
    }

    .blockart-buttons.align-stretch-md {
        align-items: stretch;
    }
}

@media(max-width: 48em) {
    .blockart-buttons.is-vertical-sm {
        flex-direction: column;
    }

    .blockart-buttons.is-horizontal-sm {
        flex-direction: row;
    }

    .blockart-buttons.justify-left-sm {
        justify-content: flex-start;
    }

    .blockart-buttons.justify-center-sm {
        justify-content: center;
    }

    .blockart-buttons.justify-right-sm {
        justify-content: flex-end;
    }

    .blockart-buttons.justify-space-between-sm {
        justify-content: space-between;
    }

    .blockart-buttons.align-top-sm {
        align-items: flex-start;
    }

    .blockart-buttons.align-center-sm {
        align-items: center;
    }

    .blockart-buttons.align-bottom-sm {
        align-items: flex-end;
    }

    .blockart-buttons.align-stretch-sm {
        align-items: stretch;
    }
}

.blockart-call-to-action {
    text-align: center;
    padding: 50px 60px;
}

    .blockart-call-to-action .blockart-title {
        margin-bottom: 16px;
    }

    .blockart-call-to-action .blockart-content-wrapper .blockart-text {
        margin-bottom: 32px;
    }

    .blockart-call-to-action.is-style-layout-1 {
        background-color: #fafbff;
    }

    .blockart-call-to-action.is-style-layout-2 {
        border: 1px solid #e2e8f0;
        border-radius: 4px;
    }

    .blockart-call-to-action.is-style-layout-3 {
        display: flex;
        align-items: center;
        gap: 30px;
        padding: 10px;
    }

        .blockart-call-to-action.is-style-layout-3 .blockart-content-wrapper {
            text-align: left;
            flex: 1;
        }

    .blockart-call-to-action.is-style-layout-4 {
        display: flex;
        align-items: center;
        gap: 30px;
        padding: 10px;
        flex-direction: row-reverse;
        flex: 1;
    }

        .blockart-call-to-action.is-style-layout-4 .blockart-content-wrapper {
            text-align: left;
            flex: 1;
        }

    .blockart-call-to-action .blockart-button-wrapper .blockart-button {
        text-decoration: none;
    }

.blockart-countdown {
    display: flex;
    gap: 32px;
}

    .blockart-countdown .blockart-countdown-items {
        line-height: 1.4;
        padding: 15px 35px;
    }

        .blockart-countdown .blockart-countdown-items .blockart-countdown-number {
            position: relative;
        }

            .blockart-countdown .blockart-countdown-items .blockart-countdown-number::after {
                content: ":";
                display: block;
                position: absolute;
                top: 0;
                right: -56px;
            }

        .blockart-countdown .blockart-countdown-items.blockart-countdown-item-second .blockart-countdown-number::after {
            content: "";
            display: none;
        }

    .blockart-countdown.is-style-layout-1 .blockart-countdown-items {
        background: #f0f0f1;
        border-radius: 100%;
    }

    .blockart-countdown.is-style-layout-2 .blockart-countdown-items {
        border: 1px solid #3f3f46;
        border-radius: 100%;
    }

    .blockart-countdown.is-style-layout-3 .blockart-countdown-items {
        color: #fff;
        background: #3f3f46;
        border-radius: 10px;
    }

    .blockart-countdown.is-style-layout-4 .blockart-countdown-items {
        border: 1px solid #3f3f46;
        border-radius: 10px;
        flex-direction: row;
    }

        .blockart-countdown.is-style-layout-4 .blockart-countdown-items .blockart-countdown-number::after {
            display: none;
        }

    .blockart-countdown.is-style-layout-5 .blockart-countdown-items {
        line-height: 1.4;
        padding: 10px 20px;
        flex-direction: row;
        align-items: baseline;
    }

        .blockart-countdown.is-style-layout-5 .blockart-countdown-items .blockart-countdown-number::after {
            display: none;
        }

.blockart-countdown-items {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
}

.blockart-countdown-number {
    font-size: 52px;
}

.blockart-counter-container {
    text-align: center;
    padding: 20px;
}

.blockart-counter-icon {
    margin-bottom: 8px;
}

.blockart-counter-wrapper #countup {
    margin-bottom: 12px;
}

[data-type="blockart/faq-inner"] {
    max-width: unset !important;
    margin-block-start: unset !important;
}

.blockart-faq {
    padding: 25px;
    border-radius: 5px;
}

.blockart-faq-title-wrapper {
    display: flex;
}

    .blockart-faq-title-wrapper .blockart-faq-question {
        flex: 1;
    }

.blockart-faq .blockart-faq-content p {
    margin: 0px;
}

.blockart-faq-frontend {
    padding: 0px;
}

    .blockart-faq-frontend .blockart-control .blockart-faq-content {
        display: none;
    }

    .blockart-faq-frontend .blockart-control .blockart-faq-collapse-icon {
        display: none;
    }

    .blockart-faq-frontend .blockart-control .blockart-faq-expand-icon {
        display: unset;
    }

    .blockart-faq-frontend .blockart-control.is-expanded .blockart-faq-content {
        display: block;
    }

    .blockart-faq-frontend .blockart-control.is-expanded .blockart-faq-collapse-icon {
        display: unset;
    }

    .blockart-faq-frontend .blockart-control.is-expanded .blockart-faq-expand-icon {
        display: none;
    }

.blockart-heading {
    transition: all 200ms;
    margin-bottom: 0;
}

    .blockart-heading a {
        color: inherit;
        text-decoration: none;
        transition: inherit;
    }

        .blockart-heading a:hover {
            color: inherit;
        }

    .blockart-heading.is-small {
        padding: 8px 16px;
    }

    .blockart-heading.is-medium {
        padding: 12px 20px;
    }

    .blockart-heading.is-large {
        padding: 17px 25px;
    }

.separator {
    border-top-width: 2px;
    border-color: #000;
    width: 12%;
    margin-bottom: 15px;
}

    .separator.none {
        display: none;
    }

    .separator.solid {
        border-top: 2px solid #000;
    }

    .separator.double {
        border-top: 2px solid #000;
    }

    .separator.dashed {
        border-top: 2px dashed #000;
    }

    .separator.dotted {
        border-top: 2px dotted #000;
    }

.components-panel__body.blockart-panel-body.is-opened > div:last-child .blockart-advance-select-body svg {
    width: auto;
    height: auto;
}

.editor-styles-wrapper .block-editor-block-list__layout.is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull))[data-type="blockart/icon"] {
    display: flex;
}

.blockart-icon-block {
    display: flex;
    width: -moz-available;
}

    .blockart-icon-block .blockart-outside-icon {
        display: inline-block;
        position: relative;
    }

    .blockart-icon-block .blockart-icon-wrapper {
        display: flex;
    }

        .blockart-icon-block .blockart-icon-wrapper svg {
            fill: #2563eb;
        }

        .blockart-icon-block .blockart-icon-wrapper.blockart-fill-preset {
            background-color: #2563eb;
            border-radius: 100%;
            padding: 5px;
        }

            .blockart-icon-block .blockart-icon-wrapper.blockart-fill-preset svg {
                fill: #fff;
            }

        .blockart-icon-block .blockart-icon-wrapper.blockart-outline-preset {
            border-style: solid;
            border-radius: 100%;
            border-color: #2563eb;
            border-width: 2px;
        }

        .blockart-icon-block .blockart-icon-wrapper.blockart-rectangular-fill-preset {
            background-color: #2563eb;
        }

            .blockart-icon-block .blockart-icon-wrapper.blockart-rectangular-fill-preset svg {
                fill: #fff;
            }

        .blockart-icon-block .blockart-icon-wrapper.blockart-rectangular-outline-preset {
            border-style: solid;
            border-color: #2563eb;
            border-width: 2px;
        }

        .blockart-icon-block .blockart-icon-wrapper.blockart-rounded-fill-preset {
            background-color: #2563eb;
            border-radius: 8px;
            padding: 2px;
        }

            .blockart-icon-block .blockart-icon-wrapper.blockart-rounded-fill-preset svg {
                fill: #fff;
            }

        .blockart-icon-block .blockart-icon-wrapper.blockart-rounded-outline-preset {
            border-style: solid;
            border-radius: 8px;
            border-color: #2563eb;
            border-width: 2px;
        }

    .blockart-icon-block.blockart-left {
        margin-right: auto !important;
    }

    .blockart-icon-block.blockart-center {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .blockart-icon-block.blockart-right {
        margin-left: auto !important;
    }

.blockart-icon-list {
    display: flex;
    box-shadow: none !important;
}

    .blockart-icon-list.blockart-vertical {
        flex-direction: column;
    }

    .blockart-icon-list.blockart-horizontal .blockart-icon-list-item {
        margin-right: 15px;
    }

    .blockart-icon-list .blockart-icon-wrapper {
        margin-right: 10px;
    }

        .blockart-icon-list .blockart-icon-wrapper svg {
            fill: #2563eb;
        }

    .blockart-icon-list.blockart-fill .blockart-icon-wrapper svg {
        height: 30px;
        width: 30px;
        border-radius: 50%;
        display: inline-block;
        padding: 8px;
        background-color: #f0f0f0;
    }

    .blockart-icon-list.blockart-outline .blockart-icon-wrapper svg {
        border-color: #2563eb;
        border-style: solid;
        border-radius: 50%;
        border-width: 2px;
        padding: 7px;
        height: 35px;
        width: 35px;
    }

    .blockart-icon-list .blockart-icon-list-item {
        display: inline-flex;
    }

    .blockart-icon-list.blockart-horizontal .blockart-icon-list-item {
        margin-right: 15px;
    }

:root {
    --ba-circle-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 600 600%27%3E%3Ccircle cx=%27300%27 cy=%27300%27 r=%27300%27/%3E%3C/svg%3E");
    --ba-diamond-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 600 600%27%3E%3Cpath d=%27m300.825 600.352-300-297.419L300.663.352l300.162 302.713-300 297.287Z%27/%3E%3C/svg%3E");
    --ba-hexagon-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 600 651%27%3E%3Cpath d=%27M0 175.5v300l300 175 300-175v-300L300 .5 0 175.5Z%27/%3E%3C/svg%3E");
    --ba-rounded-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 600 600%27%3E%3Crect width=%27600%27 height=%27600%27 rx=%27100%27/%3E%3C/svg%3E");
    --ba-blob-1-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 600 534%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M301.282.005C426.161-.59 559.898 50.248 594.185 170.132c31.926 111.632-73.705 198.709-167.979 266.674-93.027 67.065-206.344 134.824-302.736 72.675C14.005 438.903-26 295.739 16.875 172.888 57.251 57.201 178.573.591 301.282.005Z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
    --ba-blob-2-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 600 577%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M293.207 8.473c93.93-7.321 202.639-27.757 265.255 42.519 64.533 72.427 40.007 181.296 18.356 275.787-21.633 94.414-46.921 203.154-136.577 240.171-86.884 35.873-174.273-32.36-256.501-77.876-73.476-40.671-154.505-80.811-176.439-161.773-22.755-83.991 9.824-173.819 67.958-238.647 54.332-60.588 136.736-73.852 217.948-80.181Z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
    --ba-blob-3-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 600 640%27%3E%3Cpath d=%27M404.693 564.39C141.225 719.067 6.397 636.425.208 316.464-5.98-3.496 125.753-80.836 395.41 84.448c269.656 165.284 272.751 325.264 9.283 479.942Z%27/%3E%3C/svg%3E");
    --ba-blob-4-mask: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 600 495%27%3E%3Cpath fill-rule=%27evenodd%27 d=%27M293.681 63.095c55.358 4.899 110.557-50.227 160.556-25.963 50.336 24.427 57.288 91.723 80.171 142.783 26.256 58.585 77.38 114.365 63.13 176.964-14.428 63.383-71.872 116.206-134.122 134.905-57.352 17.227-109.951-40.194-169.735-43.634-53.927-3.103-104.781 41.701-156.113 24.883C78.846 453.794 17.781 412.639 2.512 352.756c-15.201-59.62 42.792-110.636 61.21-169.342C82.43 123.789 55.698 35.731 111.064 6.762c57.86-30.273 117.571 50.577 182.617 56.333Z%27 clip-rule=%27evenodd%27/%3E%3C/svg%3E");
}

.blockart-image {
    position: relative;
    transition: all 200ms;
    margin: 0;
}

    .blockart-image img {
        transition: all 200ms;
        -o-object-fit: cover;
        object-fit: cover;
    }

    .blockart-image .hover-effect-zoom-in:hover {
        transform: scale(1.1);
        transition: transform .3s ease-in-out;
    }

    .blockart-image .hover-effect-slide:hover {
        transform: translateX(10px);
        transition: transform .3s ease-in-out;
    }

    .blockart-image .hover-effect-gray-scale:hover {
        filter: grayscale(100%);
        transition: filter .3s ease-in-out;
    }

    .blockart-image .hover-effect-blur:hover {
        filter: blur(5px);
        transition: filter .3s ease-in-out;
    }

    .blockart-image .filter-gray-scale {
        filter: grayscale(1);
    }

    .blockart-image .filter-sepia {
        filter: sepia(0.5);
    }

    .blockart-image .filter-saturation {
        filter: saturate(1.5);
    }

    .blockart-image .filter-vintage {
        filter: sepia(0.2) brightness(1.1) contrast(1.3);
    }

    .blockart-image .filter-early-bird {
        filter: contrast(0.9) sepia(0.2);
    }

    .blockart-image .filter-toaster {
        filter: contrast(1.5) brightness(0.9);
    }

    .blockart-image .filter-mayfair {
        filter: contrast(1.1) saturate(1.1);
    }

    .blockart-image.overlay {
        display: inline-block;
    }

        .blockart-image.overlay .overlay-content {
            position: absolute;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }

            .blockart-image.overlay .overlay-content > h2 {
                text-align: center;
                width: 100%;
            }

            .blockart-image.overlay .overlay-content.top-left {
                top: 0;
                left: 0;
            }

            .blockart-image.overlay .overlay-content.top-center {
                top: 0;
                left: 50%;
                transform: translateX(-50%);
            }

            .blockart-image.overlay .overlay-content.top-right {
                top: 0;
                right: 0;
            }

            .blockart-image.overlay .overlay-content.center-left {
                top: 50%;
                left: 0;
                transform: translateY(-50%);
            }

            .blockart-image.overlay .overlay-content.center-center {
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

            .blockart-image.overlay .overlay-content.center-right {
                top: 50%;
                right: 0;
                transform: translateY(-50%);
            }

            .blockart-image.overlay .overlay-content.bottom-left {
                bottom: 0;
                left: 0;
            }

            .blockart-image.overlay .overlay-content.bottom-center {
                bottom: 0;
                left: 50%;
                transform: translateX(-50%);
            }

            .blockart-image.overlay .overlay-content.bottom-right {
                bottom: 0;
                right: 0;
            }

            .blockart-image.overlay .overlay-content .separator {
                border-top-width: 2px;
                border-color: #000;
                width: 100%;
                margin-bottom: 15px;
            }

                .blockart-image.overlay .overlay-content .separator.none {
                    display: none;
                }

                .blockart-image.overlay .overlay-content .separator.solid {
                    border-top: 2px solid #000;
                }

                .blockart-image.overlay .overlay-content .separator.double {
                    border-top: 3px double #000;
                }

                .blockart-image.overlay .overlay-content .separator.dashed {
                    border-top: 2px dashed #000;
                }

                .blockart-image.overlay .overlay-content .separator.dotted {
                    border-top: 2px dotted #000;
                }

                .blockart-image.overlay .overlay-content .separator.groove {
                    border-top: 2px groove #000;
                }

                .blockart-image.overlay .overlay-content .separator.inset {
                    border: 2px inset #000;
                }

                .blockart-image.overlay .overlay-content .separator.outset {
                    border: 2px outset #000;
                }

                .blockart-image.overlay .overlay-content .separator.ridge {
                    border: 2px ridge #000;
                }

    .blockart-image .mask {
        position: relative;
    }

    .blockart-image .mask-circle {
        -webkit-mask-image: var(--ba-circle-mask);
        mask-image: var(--ba-circle-mask);
    }

    .blockart-image .mask-diamond {
        -webkit-mask-image: var(--ba-diamond-mask);
        mask-image: var(--ba-diamond-mask);
    }

    .blockart-image .mask-hexagon {
        -webkit-mask-image: var(--ba-hexagon-mask);
        mask-image: var(--ba-hexagon-mask);
    }

    .blockart-image .mask-rounded {
        -webkit-mask-image: var(--ba-rounded-mask);
        mask-image: var(--ba-rounded-mask);
    }

    .blockart-image .mask-blob1 {
        -webkit-mask-image: var(--ba-blob-1-mask);
        mask-image: var(--ba-blob-1-mask);
    }

    .blockart-image .mask-blob2 {
        -webkit-mask-image: var(--ba-blob-2-mask);
        mask-image: var(--ba-blob-2-mask);
    }

    .blockart-image .mask-blob3 {
        -webkit-mask-image: var(--ba-blob-3-mask);
        mask-image: var(--ba-blob-3-mask);
    }

    .blockart-image .mask-blob4 {
        -webkit-mask-image: var(--ba-blob-4-mask);
        mask-image: var(--ba-blob-4-mask);
    }

    .blockart-image .mask-size-auto {
        -webkit-mask-size: auto;
        mask-size: auto;
    }

    .blockart-image .mask-size-contain {
        -webkit-mask-size: contain;
        mask-size: contain;
    }

    .blockart-image .mask-size-cover {
        -webkit-mask-size: cover;
        mask-size: cover;
    }

    .blockart-image .mask-position-center-top {
        -webkit-mask-position: center top;
        mask-position: center top;
    }

    .blockart-image .mask-position-center-center {
        -webkit-mask-position: center center;
        mask-position: center center;
    }

    .blockart-image .mask-position-center-bottom {
        -webkit-mask-position: center bottom;
        mask-position: center bottom;
    }

    .blockart-image .mask-position-left-top {
        -webkit-mask-position: left top;
        mask-position: left top;
    }

    .blockart-image .mask-position-left-center {
        -webkit-mask-position: left center;
        mask-position: left center;
    }

    .blockart-image .mask-position-left-bottom {
        -webkit-mask-position: left bottom;
        mask-position: left bottom;
    }

    .blockart-image .mask-position-right-top {
        -webkit-mask-position: right top;
        mask-position: right top;
    }

    .blockart-image .mask-position-right-center {
        -webkit-mask-position: right center;
        mask-position: right center;
    }

    .blockart-image .mask-position-right-bottom {
        -webkit-mask-position: right bottom;
        mask-position: right bottom;
    }

    .blockart-image .mask-repeat-no-repeat {
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
    }

    .blockart-image .mask-repeat-repeat {
        -webkit-mask-repeat: repeat;
        mask-repeat: repeat;
    }

    .blockart-image .mask-repeat-repeat-x {
        -webkit-mask-repeat: repeat-x;
        mask-repeat: repeat-x;
    }

    .blockart-image .mask-repeat-repeat-y {
        -webkit-mask-repeat: repeat-y;
        mask-repeat: repeat-y;
    }

    .blockart-image:hover .show-heading-hover h2 {
        display: block;
    }

    .blockart-image .show-heading-hover h2 {
        display: none;
    }

    .blockart-image:hover .show-description-hover figcaption {
        display: block;
    }

    .blockart-image .show-description-hover figcaption {
        display: none;
    }

    .blockart-image:hover .overlay-content .separator.hover {
        opacity: 1;
    }

    .blockart-image .overlay-content .separator.hover {
        opacity: 0;
    }

[data-type="blockart/image-comparison"] .__rcs-handle-button {
    height: 32px !important;
    width: 32px !important;
    gap: 6px !important;
    border-width: 3px !important;
    border-color: #fff !important;
    -webkit-backdrop-filter: none !important;
    backdrop-filter: none !important;
}

    [data-type="blockart/image-comparison"] .__rcs-handle-button .__rcs-handle-arrow:first-child {
        border-top: 5px solid rgba(0,0,0,0) !important;
        border-right: 7px solid !important;
        border-bottom: 5px solid rgba(0,0,0,0) !important;
    }

    [data-type="blockart/image-comparison"] .__rcs-handle-button .__rcs-handle-arrow:nth-child(2) {
        border-top: 5px solid rgba(0,0,0,0) !important;
        border-right: 7px solid !important;
        border-bottom: 5px solid rgba(0,0,0,0) !important;
    }

[data-type="blockart/image-comparison"] .__rcs-handle-line {
    width: 3px !important;
}

[data-type="blockart/image-comparison"] .blockart-image-comparison-container.blockart-image-comparison-slider-button-only .__rcs-handle-line {
    opacity: 0 !important;
}

[data-type="blockart/image-comparison"] .blockart-image-comparison-container.blockart-image-comparison-slider-hide .__rcs-handle-root {
    opacity: 0 !important;
}

.blockart-image-comparison .b-dics__slider {
    opacity: 1;
}

    .blockart-image-comparison .b-dics__slider svg {
        position: absolute;
        scale: 1.3;
    }

.blockart-image-comparison .b-dics__image-container .b-dics__text {
    font-style: normal;
    padding: 6px 12px;
    border-radius: 2px;
    opacity: 1;
    margin: 0;
}

.blockart-image-comparison .blockart-image-comparison-image-container.b-dics--tp-bottom-left .b-dics__section .b-dics__text {
    top: unset;
    bottom: 20px;
}

.blockart-image-comparison .blockart-image-comparison-image-container.b-dics--tp-bottom-left .b-dics__section:first-child .b-dics__text {
    top: unset;
    bottom: 20px;
    left: calc(2rem + 1.5em);
}

.blockart-image-comparison .blockart-image-comparison-image-container.b-dics--tp-bottom-left .b-dics__section:last-child .b-dics__text {
    left: unset;
    right: 20px;
    transform: none;
}

.blockart-image-comparison .blockart-image-comparison-image-container.orientation-horizontal:hover {
    cursor: col-resize;
}

.blockart-image-comparison .blockart-image-comparison-image-container.orientation-vertical.b-dics--tp-bottom-left .b-dics__section:first-child .b-dics__text {
    top: 20px;
    bottom: unset;
    right: 20px;
    left: unset;
    transform: none;
}

.blockart-image-comparison .blockart-image-comparison-image-container.orientation-vertical:hover {
    cursor: row-resize;
}

.blockart-image-comparison .blockart-image-comparison-image-container.blockart-image-comparison-slider-button-only .b-dics__slider::before, .blockart-image-comparison .blockart-image-comparison-image-container.blockart-image-comparison-slider-button-only .b-dics__slider::after {
    opacity: 0;
}

.blockart-image-comparison .blockart-image-comparison-image-container.blockart-image-comparison-slider-hide .b-dics__slider {
    opacity: 0;
}

.blockart-image-comparison .blockart-image-comparison-image-container.hide-label .b-dics__section .b-dics__text {
    display: none;
}

.blockart-image-comparison .orientation-horizontal .b-dics__slider::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: calc(50% - 20px);
    width: 3px;
    background-color: currentColor;
    z-index: 1;
    -webkit-mask: none;
    mask: none;
}

.blockart-image-comparison .orientation-horizontal .b-dics__slider::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    top: unset;
    transform: translateX(-50%);
    height: calc(50% - 12px);
    width: 3px;
    background-color: currentColor;
    z-index: 1;
}

.blockart-image-comparison .orientation-horizontal .b-dics__slider svg {
    top: 50%;
    transform: translatey(-50%);
    left: 28%;
}

.blockart-image-comparison .orientation-horizontal .b-dics__slider:hover {
    cursor: col-resize;
}

.blockart-image-comparison .orientation-vertical .b-dics__slider::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: calc(50% - 2px);
    height: 3px;
    background-color: currentColor;
    z-index: 1;
    -webkit-mask: none;
    mask: none;
}

.blockart-image-comparison .orientation-vertical .b-dics__slider::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: unset;
    transform: translateY(-50%);
    width: calc(50% - 30px);
    height: 3px;
    background-color: currentColor;
    z-index: 1;
}

.blockart-image-comparison .orientation-vertical .b-dics__slider svg {
    position: absolute;
    left: 50%;
    top: 28%;
    rotate: 90deg;
}

.blockart-image-comparison .orientation-vertical .b-dics__slider:hover {
    cursor: row-resize;
}

.blockart-info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
}

    .blockart-info-container .blockart-info-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: inherit;
    }

.blockart .splide .splide__slide {
    height: 240px;
}

.blockart-info-box-icon-wrapper .blockart-info-box-icon {
    display: inline-block;
}

.blockart-info-box-icon {
    margin-bottom: 16px;
}

    .blockart-info-box-icon .blockart-icon {
        width: 48px;
        height: 48px;
    }

.blockart-heading-wrapper .blockart-heading {
    margin-bottom: 0;
}

.blockart-info-box {
    padding: 20px;
}

    .blockart-info-box.blockart-info-box-layout-1 .blockart-info-box-icon {
        padding: 20px;
    }

    .blockart-info-box.blockart-info-box-layout-2 {
        border: 5px solid #eee;
        border-radius: 30px;
    }

        .blockart-info-box.blockart-info-box-layout-2 .blockart-info-box-icon {
            padding: 20px;
            border-radius: 100%;
            background-color: #eee;
        }

    .blockart-info-box.blockart-info-box-layout-3 {
        border: 5px solid #eee;
    }

        .blockart-info-box.blockart-info-box-layout-3 .blockart-info-container {
            text-align: left;
        }

            .blockart-info-box.blockart-info-box-layout-3 .blockart-info-container .blockart-info-box-icon {
                padding: 20px;
                background-color: #eee;
            }

            .blockart-info-box.blockart-info-box-layout-3 .blockart-info-container .blockart-info-content {
                text-align: left;
            }

    .blockart-info-box.blockart-info-box-layout-4 {
        border: 5px solid #eee;
        border-radius: 30px;
    }

        .blockart-info-box.blockart-info-box-layout-4 .blockart-info-container {
            flex-direction: row;
            gap: 20px;
            align-items: center;
            padding: 10px;
        }

            .blockart-info-box.blockart-info-box-layout-4 .blockart-info-container .blockart-info-box-icon {
                padding: 20px;
            }

            .blockart-info-box.blockart-info-box-layout-4 .blockart-info-container .blockart-info-content {
                text-align: left;
            }

    .blockart-info-box.blockart-info-box-layout-5 {
        border: 5px solid #eee;
        border-radius: 30px;
    }

        .blockart-info-box.blockart-info-box-layout-5 .blockart-info-container {
            padding: 10px;
        }

            .blockart-info-box.blockart-info-box-layout-5 .blockart-info-container .blockart-info-box-icon-wrapper {
                margin-top: -80px;
            }

            .blockart-info-box.blockart-info-box-layout-5 .blockart-info-container .blockart-info-box-icon {
                padding: 20px;
                border-radius: 100%;
                border: 5px solid #eee;
                background-color: #fff;
            }

    .blockart-info-box.blockart-info-box-layout-6 {
        border: 5px solid #eee;
        margin-top: 50px;
    }

        .blockart-info-box.blockart-info-box-layout-6 .blockart-info-container {
            text-align: left;
        }

            .blockart-info-box.blockart-info-box-layout-6 .blockart-info-container .blockart-info-content {
                text-align: left;
            }

        .blockart-info-box.blockart-info-box-layout-6 .blockart-info-box-icon-wrapper {
            margin-top: -100px;
        }

        .blockart-info-box.blockart-info-box-layout-6 .blockart-info-box-icon {
            padding: 20px;
            background-color: #fff;
            border: 5px solid #eee;
        }

.blockart-button-wrapper .blockart-button {
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
}

.blockart-lottie {
    display: flex;
}

    .blockart-lottie.align-left {
        justify-content: flex-start;
    }

    .blockart-lottie.align-center {
        justify-content: center;
    }

    .blockart-lottie.align-right {
        justify-content: flex-end;
    }

@media(max-width: 62em) {
    .blockart-lottie.align-left-md {
        justify-content: flex-start;
    }

    .blockart-lottie.align-center-md {
        justify-content: center;
    }

    .blockart-lottie.align-right-md {
        justify-content: flex-end;
    }
}

@media(max-width: 48em) {
    .blockart-lottie.align-left-sm {
        justify-content: flex-start;
    }

    .blockart-lottie.align-center-sm {
        justify-content: center;
    }

    .blockart-lottie.align-right-sm {
        justify-content: flex-end;
    }
}

.blockart-map {
    padding: 10px;
}

    .blockart-map iframe {
        width: 100%;
    }

    .blockart-map .blockart-map-iframe {
        display: flex;
    }

.blockart-modal-popup-wrap .wp-block {
    max-width: none !important;
    margin: 0 !important;
}

.blockart-modal-popup {
    display: none;
}

    .blockart-modal-popup .blockart-modal-popup-close {
        opacity: 1;
        display: flex;
        align-items: center;
        position: absolute;
        text-align: center;
        cursor: pointer;
        fill: #fff;
    }

.blockart-modal-popup-close.window-top-right {
    top: -20px;
    right: -25px;
}

    .blockart-modal-popup-close.window-top-right svg {
        fill: #fff;
    }

.blockart-modal-popup-close.window-top-left {
    top: -20px;
    left: -25px;
}

    .blockart-modal-popup-close.window-top-left svg {
        fill: #fff;
    }

.blockart-button-icon .blockart-icon {
    fill: #fff;
}

.blockart-modal-popup-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    box-sizing: border-box;
    background: #fff;
    border-radius: 8px;
    color: #333;
    position: relative;
    z-index: 9999999;
    margin: 30px;
}

.blockart-modal-popup-close {
    display: none;
}

.blockart-modal-popup-content {
    padding: 35px 35px;
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}

.blockart-modal-popup-wrap {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 700px;
    height: 310px;
    max-width: 100%;
    box-sizing: border-box;
    background: #fff;
    color: #333;
    position: relative;
    z-index: 9999999;
}

    .blockart-modal-popup-wrap .blockart-modal-popup-content::-webkit-scrollbar {
        width: 5px;
    }

    .blockart-modal-popup-wrap .blockart-modal-popup-content::-webkit-scrollbar-thumb {
        box-shadow: inset 0 0 6px rgba(0,0,0,.3);
        border-radius: 100px;
    }

.wp-block-blockart-modal {
    width: 100%;
}

.entry .entry-content a.blockart-modal-button-link {
    text-decoration: none;
    align-items: center;
}

    .entry .entry-content a.blockart-modal-button-link:hover {
        color: inherit;
    }

.blockart-modal-trigger:not(img) {
    display: flex;
}

    .blockart-modal-trigger:not(img) svg {
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        cursor: pointer;
    }

img.blockart-modal-trigger {
    cursor: pointer;
    height: auto;
    max-width: 100%;
}

.blockart-modal-wrapper .blockart-button {
    line-height: 1;
}

    .blockart-modal-wrapper .blockart-button a.blockart-modal-button-link.blockart-modal-trigger {
        display: inline-flex;
        text-decoration: none;
        align-items: center;
        cursor: pointer;
    }

        .blockart-modal-wrapper .blockart-button a.blockart-modal-button-link.blockart-modal-trigger svg {
            fill: currentColor;
            font-style: normal;
            vertical-align: top;
            width: 15px;
            height: 15px;
            font-size: 15px;
        }

.blockart-modal-wrapper .blockart-button {
    line-height: 1;
}

    .blockart-modal-wrapper .blockart-button .blockart-button-link {
        border-color: #2563eb;
        border-style: solid;
        border-width: 1px;
        border-radius: 2px;
        box-shadow: 0 0 0 1.5px #007cba;
    }

    .blockart-modal-wrapper .blockart-button .blockart-button:not(.is-style-filled) {
        color: #2563eb;
    }

        .blockart-modal-wrapper .blockart-button .blockart-button:not(.is-style-filled) .blockart-icon {
            fill: #2563eb;
        }

.blockart-modal-wrapper .blockart-button {
    line-height: 1;
}

    .blockart-modal-wrapper .blockart-button .blockart-button-link {
        border-color: #2563eb;
        border-style: solid;
        border-width: 1px;
        border-radius: 2px;
        box-shadow: 0 0 0 1.5px #007cba;
    }

        .blockart-modal-wrapper .blockart-button .blockart-button-link .blockart-modal-content-wrapper {
            display: flex;
            align-items: center;
        }

        .blockart-modal-wrapper .blockart-button .blockart-button-link:not(.is-style-filled) {
            color: #2563eb;
        }

            .blockart-modal-wrapper .blockart-button .blockart-button-link:not(.is-style-filled) .blockart-icon {
                fill: #2563eb;
            }

.blockart-modal-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}

.blockart-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999;
}

.blockart-modal-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}

.blockart-modal-inner {
    background-color: #fff;
    padding: 30px;
    max-width: 500px;
    max-height: 100vh;
    border-radius: 4px;
    overflow-y: auto;
    box-sizing: border-box;
}

.blockart-modal-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}

.blockart-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,.6);
    display: flex;
    justify-content: center;
    align-items: center;
}

.blockart-modal-content {
    margin-top: 2rem;
    margin-bottom: 2rem;
    line-height: 1.5;
    color: rgba(0,0,0,.8);
}

.blockart-modal-popup-close {
    opacity: 1;
    display: flex;
    align-items: center;
    position: absolute;
    text-align: center;
    cursor: pointer;
    top: 10px;
}

    .blockart-modal-popup-close.popup-top-right {
        right: 10px;
    }

    .blockart-modal-popup-close.popup-top-left {
        left: 10px;
    }

    .blockart-modal-popup-close.window-top-left {
        top: -20px;
        left: -25px;
    }

    .blockart-modal-popup-close.window-top-right {
        top: -20px;
        right: -25px;
    }

    .blockart-modal-popup-close svg {
        fill: #64748b;
    }

.blockart-modal-popup {
    display: none;
}

    .blockart-modal-popup.is-open {
        display: block;
    }

.blockart-modal-wrapper .blockart-button.blockart-button-wrapper, .blockart-modal-wrapper .blockart-button.blockart-button-wrapper .blockart-button-link {
    width: auto !important;
}

.blockart-notice {
    border-style: solid;
}

    .blockart-notice svg.dismiss {
        position: absolute;
        margin: 0;
        width: 18px;
        height: 18px;
    }

        .blockart-notice svg.dismiss:hover {
            cursor: pointer;
        }

    .blockart-notice.blockart-frontend {
        position: relative;
    }

        .blockart-notice.blockart-frontend.hide-on-dismiss {
            display: none;
        }

.blockart-price-list {
    display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
    box-shadow: none !important;
}

    .blockart-price-list .blockart-price-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

        .blockart-price-list .blockart-price-item .blockart-content {
            width: 70%;
            word-break: break-all;
        }

        .blockart-price-list .blockart-price-item .blockart-buttons {
            display: block;
        }

        .blockart-price-list .blockart-price-item .blockart-button {
            width: auto !important;
            display: inline-flex;
        }

        .blockart-price-list .blockart-price-item .blockart-price-wrapper {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .blockart-price-list .blockart-price-item .blockart-price-wrapper .blockart-price {
                margin: 0;
            }

            .blockart-price-list .blockart-price-item .blockart-price-wrapper .blockart-suffix-wrapper {
                display: flex;
                flex-direction: column;
                text-align: left;
                padding-left: 2px;
                margin-block: 5px;
            }

                .blockart-price-list .blockart-price-item .blockart-price-wrapper .blockart-suffix-wrapper > span {
                    line-height: 1;
                }

        .blockart-price-list .blockart-price-item .blockart-details {
            margin-bottom: 18px;
        }

            .blockart-price-list .blockart-price-item .blockart-details .blockart-title {
                margin: 0;
            }

    .blockart-price-list.blockart-side.blockart-right .blockart-price-item {
        flex-direction: row;
        gap: 2px;
    }

    .blockart-price-list.blockart-side.blockart-left:not(.blockart-price_preset_3) .blockart-price-item {
        flex-direction: row-reverse;
        padding: 10px;
        gap: 2px;
    }

    .blockart-price-list .blockart-separator {
        border: 1px dotted;
        margin-bottom: 10px;
        margin-top: 30px;
        width: -moz-available;
    }

    .blockart-price-list.blockart-columns-1 {
        grid-template-columns: auto;
    }

    .blockart-price-list.blockart-columns-2 {
        grid-template-columns: repeat(2, auto);
    }

    .blockart-price-list.blockart-columns-3 {
        grid-template-columns: repeat(3, auto);
    }

    .blockart-price-list.blockart-price_preset_1 .blockart-price-item {
        background-color: #e5e5e5;
    }

    .blockart-price-list.blockart-price_preset_2 .blockart-price-item {
        border: 5px solid #e5e5e5;
        border-radius: 8px;
    }

    .blockart-price-list.blockart-price_preset_3.blockart-columns-1 {
        grid-template-columns: auto;
    }

        .blockart-price-list.blockart-price_preset_3.blockart-columns-1 .blockart-price-item {
            justify-content: space-around;
        }

            .blockart-price-list.blockart-price_preset_3.blockart-columns-1 .blockart-price-item .blockart-price {
                width: 10px;
            }

    .blockart-price-list.blockart-price_preset_3 .blockart-price-item {
        flex-direction: row;
    }

    .blockart-price-list.blockart-price_preset_4 .blockart-price-item {
        flex-direction: row-reverse;
    }

    .blockart-price-list.blockart-side:not(.blockart-price_preset_1) .blockart-price-item, .blockart-price-list.blockart-side:not(.blockart-price_preset_2) .blockart-price-item {
        display: flex;
        flex-direction: row;
    }

    .blockart-price-list [data-type="blockart/price-list-child"]:first-child {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .blockart-price-list.blockart-columns-1 [data-type="blockart/price-list-child"]:first-child, .blockart-price-list.blockart-columns-2 [data-type="blockart/price-list-child"]:first-child, .blockart-price-list.blockart-columns-3 [data-type="blockart/price-list-child"]:first-child {
        grid-column-start: unset;
        grid-column-end: unset;
    }

    .blockart-price-list .blockart-price-item:first-child {
        grid-column-start: 1;
        grid-column-end: 3;
    }

    .blockart-price-list.blockart-columns-1 .blockart-price-item:first-child, .blockart-price-list.blockart-columns-2 .blockart-price-item:first-child, .blockart-price-list.blockart-columns-3 .blockart-price-item:first-child {
        grid-column-start: unset;
        grid-column-end: unset;
    }

.blockart-progress {
    --progress-percent: calc( (var(--progress)/var(--maxprogress,100))* 100%);
    --progress-dash-offset: calc((100 - var(--progress-percent))/100*3.1415*(var(--progress-size, 150px)/2*2 - var(--progress-thickness, 8px)/2*2));
}

.blockart-progress-inner-bar {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    background: #2563eb;
    width: calc(var(--progress)/var(--maxprogress)*100%);
    color: #fff;
    padding: 0 10px;
    will-change: width;
    animation: progress 1s ease-in-out;
}

    .blockart-progress-inner-bar .blockart-progress-bar-text {
        color: #fff;
        will-change: display;
        animation: progresstext 1s ease-in-out;
    }

    .blockart-progress-inner-bar .blockart-inner-value {
        will-change: display;
        animation: progresstext 1s ease-in-out;
    }

.blockart-progress-outside-label {
    display: flex;
    justify-content: space-between;
}

.blockart-progress-bar {
    height: 32px;
    background: #e9effd;
    border-radius: 2px;
    overflow: hidden;
}

@keyframes progress {
    from {
        width: 0%;
    }

    to {
        width: calc(var(--progress)/var(--maxprogress)*100%);
    }
}

@keyframes progresstext {
    0% {
        display: none;
    }

    25% {
        display: none;
    }

    50% {
        display: block;
    }

    75% {
        display: block;
    }

    100% {
        display: block;
    }
}

.blockart-progress-circle {
    position: relative;
    margin: auto;
    height: var(--progress-size, 150px);
    width: var(--progress-size, 150px);
}

    .blockart-progress-circle svg {
        height: var(--progress-size, 150px);
        width: var(--progress-size, 150px);
        --progress-percent:calc((var(--progress-value, 50)/var(--progress-max, 100))*100);
        --progress-dash-array:calc(var(--progress-size, 150px)/2*2*3.1415 - var(--progress-thickness, 8px)/2*2*3.1415);
        --progress-dash-offset:calc((100 - var(--progress-percent))/100*3.1415*(var(--progress-size, 150px)/2*2 - var(--progress-thickness, 8px)/2*2));
        transform: rotate(-90deg);
    }

        .blockart-progress-circle svg circle {
            fill: none;
            stroke: var(--progress-background, #f0f0f0);
            stroke-width: var(--progress-thickness, 8px);
            stroke-linecap: var(--progress-rounded, "unset");
            cy: calc(var(--progress-size, 150px)/2);
            cx: calc(var(--progress-size, 150px)/2);
            r: calc(50% - var(--progress-thickness, 8px)/2);
            height: 100%;
            width: 100%;
        }

    .blockart-progress-circle .blockart-progress-circle__bar {
        stroke-dasharray: var(--progress-dash-array);
        stroke-dashoffset: var(--progress-dash-array);
        stroke: var(--progress-color-1, #3498db);
    }

    .blockart-progress-circle .blockart-number {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
    }

    .blockart-progress-circle.blockart--with-animation .blockart-progress-circle__bar {
        transition: stroke-dashoffset .7s cubic-bezier(0.2, 0.6, 0.4, 1);
        will-change: stroke-dashoffset;
    }

    .blockart-progress-circle.blockart-animate .blockart-progress-circle__bar {
        stroke-dashoffset: var(--progress-dash-offset, 0);
    }

.blockart-section {
    position: relative;
    transition: all 200ms;
}

    .blockart-section:has(.blockart-top-separator) {
        padding: 0;
        background-color: #eee;
    }

    .blockart-section:has(.blockart-bottom-separator) {
        padding: 0;
        background-color: #eee;
    }

    .blockart-section .blockart-overlay {
        top: 0;
        bottom: 0;
        position: absolute;
        left: 0;
        right: 0;
    }

.blockart-container, .blockart-container-fluid {
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.blockart-section-inner {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}

@media(max-width: 62em) {
    .blockart-section-inner {
        flex-wrap: wrap;
    }
}

.blockart-section-inner.blockart-height-fit-to-screen {
    min-height: 100vh;
}

.blockart-section-inner .blockart-column {
    position: relative;
}

.blockart-section-inner .blockart-column {
    padding-left: var(--colSpacing);
}

.blockart-column-inner {
    transition: all 200ms;
}

.blockart-top-separator {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
}

    .blockart-top-separator .blockart-icon {
        width: 100%;
        height: 100%;
        transform: scaleX(1);
    }

.blockart-bottom-separator {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
}

    .blockart-bottom-separator .blockart-icon {
        width: 100%;
        height: 100%;
        transform: scaleX(1);
        position: absolute;
        bottom: -1px;
    }

.blockart-buttons {
    display: flex;
    gap: 8px;
    position: relative;
}

    .blockart-buttons > .blockart-button > .blockart-button-link {
        width: 100%;
    }

    .blockart-buttons.is-wrap {
        flex-wrap: wrap;
    }

    .blockart-buttons.is-vertical {
        flex-direction: column;
    }

        .blockart-buttons.is-vertical.is-justification-left {
            align-items: flex-start;
        }

        .blockart-buttons.is-vertical.is-justification-center {
            align-items: center;
        }

        .blockart-buttons.is-vertical.is-justification-right {
            align-items: flex-end;
        }

    .blockart-buttons.is-justification-left {
        justify-content: flex-start;
    }

    .blockart-buttons.is-justification-center {
        justify-content: center;
    }

    .blockart-buttons.is-justification-right {
        justify-content: flex-end;
    }

    .blockart-buttons.is-justification-space-between {
        justify-content: space-between;
    }

    .blockart-buttons.is-horizontal.is-vertical-alignment-top {
        align-items: flex-start;
    }

    .blockart-buttons.is-horizontal.is-vertical-alignment-center {
        align-items: center;
    }

    .blockart-buttons.is-horizontal.is-vertical-alignment-bottom {
        align-items: flex-end;
    }

    .blockart-buttons > .blockart-button {
        display: inline-flex;
    }

    .blockart-buttons.is-vertical {
        flex-direction: column;
    }

    .blockart-buttons.is-horizontal {
        flex-direction: row;
    }

    .blockart-buttons.justify-left {
        justify-content: flex-start;
    }

    .blockart-buttons.justify-center {
        justify-content: center;
    }

    .blockart-buttons.justify-right {
        justify-content: flex-end;
    }

    .blockart-buttons.justify-space-between {
        justify-content: space-between;
    }

    .blockart-buttons.justify-space-around {
        justify-content: space-around;
    }

    .blockart-buttons.align-top {
        align-items: flex-start;
    }

    .blockart-buttons.align-center {
        align-items: center;
    }

    .blockart-buttons.align-bottom {
        align-items: flex-end;
    }

    .blockart-buttons.align-stretch {
        align-items: stretch;
    }

@media(max-width: 62em) {
    .blockart-buttons.is-vertical-md {
        flex-direction: column;
    }

    .blockart-buttons.is-horizontal-md {
        flex-direction: row;
    }

    .blockart-buttons.justify-left-md {
        justify-content: flex-start;
    }

    .blockart-buttons.justify-center-md {
        justify-content: center;
    }

    .blockart-buttons.justify-right-md {
        justify-content: flex-end;
    }

    .blockart-buttons.justify-space-between-md {
        justify-content: space-between;
    }

    .blockart-buttons.align-top-md {
        align-items: flex-start;
    }

    .blockart-buttons.align-center-md {
        align-items: center;
    }

    .blockart-buttons.align-bottom-md {
        align-items: flex-end;
    }

    .blockart-buttons.align-stretch-md {
        align-items: stretch;
    }
}

@media(max-width: 48em) {
    .blockart-buttons.is-vertical-sm {
        flex-direction: column;
    }

    .blockart-buttons.is-horizontal-sm {
        flex-direction: row;
    }

    .blockart-buttons.justify-left-sm {
        justify-content: flex-start;
    }

    .blockart-buttons.justify-center-sm {
        justify-content: center;
    }

    .blockart-buttons.justify-right-sm {
        justify-content: flex-end;
    }

    .blockart-buttons.justify-space-between-sm {
        justify-content: space-between;
    }

    .blockart-buttons.align-top-sm {
        align-items: flex-start;
    }

    .blockart-buttons.align-center-sm {
        align-items: center;
    }

    .blockart-buttons.align-bottom-sm {
        align-items: flex-end;
    }

    .blockart-buttons.align-stretch-sm {
        align-items: stretch;
    }
}

.blockart-slider:has(.splide) {
    text-align: center;
    display: flex;
    align-items: center;
}

    .blockart-slider:has(.splide) .splide {
        width: 100%;
        margin-inline: auto;
    }

        .blockart-slider:has(.splide) .splide ul.splide__pagination li button.splide__pagination__page {
            padding: 0;
        }

        .blockart-slider:has(.splide) .splide .splide__list li {
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }

            .blockart-slider:has(.splide) .splide .splide__list li .block-list-appender {
                width: 100%;
            }

[data-type="blockart/socials"] .blockart-socials.horizontal .block-editor-inner-blocks > .block-editor-block-list__layout {
    display: flex;
}

[data-type="blockart/socials"] .blockart-socials.horizontal.desktop .block-editor-inner-blocks > .block-editor-block-list__layout {
    flex-direction: column;
}

@media(min-width: 768px)and (max-width: 1024px) {
    [data-type="blockart/socials"] .blockart-socials.horizontal.tablet .block-editor-inner-blocks > .block-editor-block-list__layout {
        flex-direction: column;
    }
}

@media(max-width: 768px) {
    [data-type="blockart/socials"] .blockart-socials.horizontal.mobile .block-editor-inner-blocks > .block-editor-block-list__layout {
        flex-direction: column;
    }
}

.blockart-socials.horizontal {
    display: flex;
}

    .blockart-socials.horizontal.desktop {
        flex-direction: column;
    }

@media(min-width: 768px)and (max-width: 1024px) {
    .blockart-socials.horizontal.tablet {
        flex-direction: column;
    }
}

@media(max-width: 768px) {
    .blockart-socials.horizontal.mobile {
        flex-direction: column;
    }
}

.blockart-socials.horizontal .blockart-social-inner {
    margin-right: 10px;
}

.blockart-socials.vertical {
    display: flex;
    flex-direction: column;
}

    .blockart-socials.vertical .blockart-social-inner {
        margin-top: 10px;
    }

.blockart-socials.horizontal [data-type="blockart/social-inner"]:last-child .blockart-social-inner {
    margin-right: 0 !important;
}

.blockart-socials.vertical [data-type="blockart/social-inner"]:first-child .blockart-social-inner {
    margin-top: 0 !important;
}

.blockart-socials .blockart-social-inner {
    width: -moz-fit-content;
    width: fit-content;
}

.blockart-socials .blockart-social-source-wrap {
    display: block;
    line-height: 1;
}

    .blockart-socials .blockart-social-source-wrap svg {
        height: auto;
        width: 50px;
    }

.blockart-socials.social_preset_1 .blockart-social-inner {
    border-radius: 5px;
    background-color: #4a7eee;
    padding: 12px;
}

    .blockart-socials.social_preset_1 .blockart-social-inner .blockart-social-link svg {
        fill: #fff;
    }

.blockart-socials.social_preset_2 .blockart-social-inner {
    border-radius: 100px;
    background-color: #4a7eee;
    padding: 12px;
}

    .blockart-socials.social_preset_2 .blockart-social-inner .blockart-social-link svg {
        fill: #fff;
    }

.blockart-socials.social_preset_3 .blockart-social-inner {
    border-radius: 0px;
    background-color: #4a7eee;
    padding: 12px;
}

    .blockart-socials.social_preset_3 .blockart-social-inner .blockart-social-link svg {
        fill: #fff;
    }

#blockart-button-social_preset_1 svg, #blockart-button-social_preset_2 svg, #blockart-button-social_preset_3 svg {
    height: 70px;
    width: 70px;
}

.blockart-spacing .blockart-spacing-inner {
    height: 50px;
    transition: all 200ms;
}

.blockart-tabs-triggers.is-left {
    justify-content: flex-start;
}

.blockart-tabs-triggers.is-center {
    justify-content: center;
}

.blockart-tabs-triggers.is-right {
    justify-content: flex-end;
}

@media(max-width: 62em) {
    .blockart-tabs-triggers.is-left-md {
        justify-content: flex-start;
    }

    .blockart-tabs-triggers.is-center-md {
        justify-content: center;
    }

    .blockart-tabs-triggers.is-right-md {
        justify-content: flex-end;
    }
}

@media(max-width: 48em) {
    .blockart-tabs-triggers.is-left-sm {
        justify-content: flex-start;
    }

    .blockart-tabs-triggers.is-center-sm {
        justify-content: center;
    }

    .blockart-tabs-triggers.is-right-sm {
        justify-content: flex-end;
    }
}

.blockart-toc {
    border: 1px solid #cfcfcf;
    border-radius: 8px;
}

    .blockart-toc ul li a {
        text-decoration: none;
        color: #3f3f46;
    }

    .blockart-toc.has-marker-none ul {
        list-style-type: none;
    }

    .blockart-toc.has-marker-bullet ul {
        list-style-type: disc;
        list-style-position: inside;
    }

    .blockart-toc.has-marker-number ul {
        list-style-type: decimal;
        list-style-position: inside;
    }

    .blockart-toc[data-collapsed=true] .blockart-toc-body {
        display: none;
    }

    .blockart-toc[data-collapsed=true] .blockart-toc-open-icon {
        display: none;
    }

    .blockart-toc[data-collapsed=false] .blockart-toc-body {
        display: block;
    }

    .blockart-toc[data-collapsed=false] .blockart-toc-close-icon {
        display: none;
    }

    .blockart-toc .blockart-toc-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #cfcfcf;
        padding: 10px;
    }

        .blockart-toc .blockart-toc-header .blockart-toc-toggle {
            color: #215ad7;
            background-color: rgba(0,0,0,0);
            display: flex;
            border: none;
        }

    .blockart-toc .blockart-toc-body {
        padding-left: 10px;
    }

.blockart-tab {
    display: none;
}

    .blockart-tab.is-active {
        display: block;
    }

.blockart-tabs .blockart-tabs-triggers {
    box-shadow: none !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    gap: 12px;
}

    .blockart-tabs .blockart-tabs-triggers .blockart-tabs-trigger {
        padding: 12px 16px;
        font-weight: 500;
        color: #bfbfbf;
        cursor: pointer;
        text-decoration: none;
        display: flex;
        align-items: center;
    }

        .blockart-tabs .blockart-tabs-triggers .blockart-tabs-trigger.icon-top, .blockart-tabs .blockart-tabs-triggers .blockart-tabs-trigger.icon-bottom {
            display: flex;
            flex-direction: column;
        }

        .blockart-tabs .blockart-tabs-triggers .blockart-tabs-trigger .blockart-tabs-icon {
            display: flex;
        }

.blockart-tabs .blockart-tab {
    padding: 12px;
}

.blockart-tabs.blockart-horizontal-underline .blockart-tabs-triggers {
    border-bottom: 2px solid #bfbfbf;
}

.blockart-tabs.blockart-horizontal-underline .blockart-tabs-trigger {
    margin-bottom: -2px;
}

    .blockart-tabs.blockart-horizontal-underline .blockart-tabs-trigger.is-active {
        border-bottom: 2px solid;
        color: #2563eb;
    }

.blockart-tabs.blockart-vertical-underline .blockart-tabs-triggers {
    box-shadow: inset -1px 0px 0px 0px #bfbfbf;
}

    .blockart-tabs.blockart-vertical-underline .blockart-tabs-triggers .blockart-tabs-trigger.is-active {
        border-right: 2px solid;
        color: #2563eb;
    }

.blockart-tabs.blockart-horizontal-outline, .blockart-tabs.blockart-vertical-outline {
    box-shadow: none !important;
}

    .blockart-tabs.blockart-horizontal-outline .blockart-tabs-triggers {
        box-shadow: inset 0px -1px 0px 0px #bfbfbf !important;
    }

    .blockart-tabs.blockart-horizontal-outline .blockart-tabs-trigger {
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 0px;
        border-left-width: 2px;
        border-color: #bfbfbf;
        border-radius: 2px;
        border-style: solid;
    }

        .blockart-tabs.blockart-horizontal-outline .blockart-tabs-trigger.is-active {
            border-color: #2563eb;
            color: #2563eb;
            background: #fff;
        }

    .blockart-tabs.blockart-vertical-outline .blockart-tabs-triggers {
        box-shadow: inset -1px 0px 0px 0px #bfbfbf !important;
    }

    .blockart-tabs.blockart-vertical-outline .blockart-tabs-trigger {
        border-top-width: 2px;
        border-right-width: 0px;
        border-bottom-width: 2px;
        border-left-width: 2px;
        border-color: #bfbfbf;
        border-radius: 2px;
        border-style: solid;
    }

        .blockart-tabs.blockart-vertical-outline .blockart-tabs-trigger.is-active {
            border-color: #2563eb;
            color: #2563eb;
            background: #fff;
        }

.blockart-tabs.blockart-horizontal-fill .blockart-tabs-trigger, .blockart-tabs.blockart-vertical-fill .blockart-tabs-trigger {
    border: 2px solid;
    border-radius: 5px;
}

    .blockart-tabs.blockart-horizontal-fill .blockart-tabs-trigger.is-active, .blockart-tabs.blockart-vertical-fill .blockart-tabs-trigger.is-active {
        border: 2px solid;
        color: #2563eb;
        border-radius: 5px;
    }

.blockart-tabs.blockart-vertical-outline, .blockart-tabs.blockart-vertical-fill, .blockart-tabs.blockart-vertical-underline {
    display: flex;
    margin: 20px;
}

    .blockart-tabs.blockart-vertical-outline .blockart-tabs-triggers, .blockart-tabs.blockart-vertical-fill .blockart-tabs-triggers, .blockart-tabs.blockart-vertical-underline .blockart-tabs-triggers {
        flex-direction: column;
    }

    .blockart-tabs.blockart-vertical-outline .blockart-tab, .blockart-tabs.blockart-vertical-fill .blockart-tab, .blockart-tabs.blockart-vertical-underline .blockart-tab {
        width: 80%;
    }

.components-panel__body.blockart-panel-body.is-opened > div:nth-child(3) .blockart-advance-select-body svg {
    width: auto;
    height: auto;
}

.blockart-team-container {
    text-align: center;
    padding: 20px;
}

.blockart-team-icon {
    display: inline-block;
    margin-right: 16px;
}

.blockart-team-image figure {
    margin-bottom: 16px;
}

.blockart-team-name .blockart-team-member-name {
    margin-bottom: 16px;
}

.blockart-team-designation {
    margin-bottom: 12px;
}

.blockart-team-content {
    margin-bottom: 16px;
}

.blockart-testimonial:has(.splide) {
    text-align: center;
    display: flex;
    align-items: center;
}

    .blockart-testimonial:has(.splide) .splide {
        width: 100%;
        margin-inline: auto;
    }

        .blockart-testimonial:has(.splide) .splide ul.splide__pagination li button.splide__pagination__page {
            padding: 0;
        }

        .blockart-testimonial:has(.splide) .splide .splide__list li {
            display: flex;
            align-items: center;
            flex-direction: column;
            justify-content: center;
        }

            .blockart-testimonial:has(.splide) .splide .splide__list li .block-list-appender {
                width: 100%;
            }

.blockart-testimonial-inner-content {
    text-align: center;
}

.blockart-testimonial-slide {
    padding: 20px;
}

    .blockart-testimonial-slide .blockart-image {
        width: 125px;
        height: auto;
    }

[data-type="blockart/timeline-inner"] {
    max-width: unset !important;
    margin-block-start: unset !important;
}

.blockart-timeline {
    padding: 25px;
    border-radius: 5px;
    border: 1px solid rgba(0,0,0,0);
}

.blockart-timeline-title-wrapper {
    display: flex;
}

    .blockart-timeline-title-wrapper .blockart-timeline-title {
        flex: 1;
    }

.blockart-timeline .blockart-control {
    display: flex;
    align-items: center;
}

    .blockart-timeline .blockart-control .blockart-timeline-marker {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 1;
        border: 1px solid rgba(0,0,0,0);
        width: 36px;
        height: 36px;
        border-radius: 50%;
        text-align: center;
        z-index: 2;
        color: #fff;
    }

        .blockart-timeline .blockart-control .blockart-timeline-marker svg {
            width: 15px;
            height: 15px;
        }

        .blockart-timeline .blockart-control .blockart-timeline-marker.blockart-marker-layout-outline {
            background: #fff !important;
        }

    .blockart-timeline .blockart-control .blockart-timeline-content {
        flex: 1;
    }

.blockart-timeline ~ .blockart-timeline-line {
    width: 3px;
    height: 300px;
    position: absolute;
    top: 105px;
    left: 55px;
    z-index: 1;
}

.blockart-timeline.layout-left .blockart-control .blockart-timeline-label-container {
    padding-right: 10px;
}

    .blockart-timeline.layout-left .blockart-control .blockart-timeline-label-container .blockart-timeline-label {
        width: 128px;
    }

.blockart-timeline.layout-left .blockart-control .blockart-timeline-marker::before {
    content: "";
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    left: 47px;
    top: 25%;
}

.blockart-timeline.layout-left .blockart-control .blockart-timeline-content {
    margin-left: 20px;
    z-index: 2;
}

    .blockart-timeline.layout-left .blockart-control .blockart-timeline-content .blockart-timeline-title, .blockart-timeline.layout-left .blockart-control .blockart-timeline-content .blockart-timeline-description {
        text-align: left;
    }

.blockart-timeline.layout-center.blockart-timeline-frontend .blockart-timeline-inner:nth-child(odd) .blockart-control {
    flex-direction: row;
}

    .blockart-timeline.layout-center.blockart-timeline-frontend .blockart-timeline-inner:nth-child(odd) .blockart-control .blockart-timeline-content {
        flex: 1 1 0;
        z-index: 2;
    }

    .blockart-timeline.layout-center.blockart-timeline-frontend .blockart-timeline-inner:nth-child(odd) .blockart-control .blockart-timeline-marker {
        margin: 0 20px;
    }

        .blockart-timeline.layout-center.blockart-timeline-frontend .blockart-timeline-inner:nth-child(odd) .blockart-control .blockart-timeline-marker::before {
            content: "";
            width: 20px;
            height: 20px;
            transform: rotate(45deg);
            display: inline-block;
            position: absolute;
            right: -35px;
            left: unset;
            top: 7px;
        }

    .blockart-timeline.layout-center.blockart-timeline-frontend .blockart-timeline-inner:nth-child(odd) .blockart-control .blockart-timeline-label-container {
        flex: 1 1 0;
    }

        .blockart-timeline.layout-center.blockart-timeline-frontend .blockart-timeline-inner:nth-child(odd) .blockart-control .blockart-timeline-label-container .blockart-timeline-label {
            text-align: right;
        }

.blockart-timeline.layout-center.blockart-timeline-frontend .blockart-timeline-inner:nth-child(even) .blockart-control {
    flex-direction: row-reverse;
}

    .blockart-timeline.layout-center.blockart-timeline-frontend .blockart-timeline-inner:nth-child(even) .blockart-control .blockart-timeline-content {
        margin-right: unset;
        z-index: 5;
    }

    .blockart-timeline.layout-center.blockart-timeline-frontend .blockart-timeline-inner:nth-child(even) .blockart-control .blockart-timeline-marker {
        margin: 0 20px;
    }

        .blockart-timeline.layout-center.blockart-timeline-frontend .blockart-timeline-inner:nth-child(even) .blockart-control .blockart-timeline-marker::before {
            content: "";
            width: 20px;
            height: 20px;
            transform: rotate(45deg);
            display: inline-block;
            position: absolute;
            left: -36px;
            right: unset;
            top: 7px;
        }

    .blockart-timeline.layout-center.blockart-timeline-frontend .blockart-timeline-inner:nth-child(even) .blockart-control .blockart-timeline-label-container {
        flex: 1 1 0;
    }

        .blockart-timeline.layout-center.blockart-timeline-frontend .blockart-timeline-inner:nth-child(even) .blockart-control .blockart-timeline-label-container .blockart-timeline-label {
            text-align: left !important;
        }

.blockart-timeline.layout-right .blockart-control {
    flex-direction: row-reverse;
}

    .blockart-timeline.layout-right .blockart-control .blockart-timeline-label-container {
        padding-left: 10px;
    }

        .blockart-timeline.layout-right .blockart-control .blockart-timeline-label-container .blockart-timeline-label {
            width: 128px;
        }

    .blockart-timeline.layout-right .blockart-control .blockart-timeline-marker::before {
        content: "";
        width: 20px;
        height: 20px;
        transform: rotate(45deg);
        display: inline-block;
        position: absolute;
        right: 47px;
        top: calc(50% - 8px);
    }

    .blockart-timeline.layout-right .blockart-control .blockart-timeline-content {
        margin-right: 20px;
        z-index: 2;
    }

        .blockart-timeline.layout-right .blockart-control .blockart-timeline-content .blockart-timeline-label, .blockart-timeline.layout-right .blockart-control .blockart-timeline-content .blockart-timeline-title, .blockart-timeline.layout-right .blockart-control .blockart-timeline-content .blockart-timeline-description {
            text-align: right;
        }

body[data-aos-duration="50"] [data-aos], [data-aos][data-aos][data-aos-duration="50"] {
    transition-duration: 50ms;
}

body[data-aos-delay="50"] [data-aos], [data-aos][data-aos][data-aos-delay="50"] {
    transition-delay: 0;
}

    body[data-aos-delay="50"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="50"].aos-animate {
        transition-delay: 50ms;
    }

body[data-aos-duration="100"] [data-aos], [data-aos][data-aos][data-aos-duration="100"] {
    transition-duration: 100ms;
}

body[data-aos-delay="100"] [data-aos], [data-aos][data-aos][data-aos-delay="100"] {
    transition-delay: 0;
}

    body[data-aos-delay="100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="100"].aos-animate {
        transition-delay: 100ms;
    }

body[data-aos-duration="150"] [data-aos], [data-aos][data-aos][data-aos-duration="150"] {
    transition-duration: 150ms;
}

body[data-aos-delay="150"] [data-aos], [data-aos][data-aos][data-aos-delay="150"] {
    transition-delay: 0;
}

    body[data-aos-delay="150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="150"].aos-animate {
        transition-delay: 150ms;
    }

body[data-aos-duration="200"] [data-aos], [data-aos][data-aos][data-aos-duration="200"] {
    transition-duration: 200ms;
}

body[data-aos-delay="200"] [data-aos], [data-aos][data-aos][data-aos-delay="200"] {
    transition-delay: 0;
}

    body[data-aos-delay="200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="200"].aos-animate {
        transition-delay: 200ms;
    }

body[data-aos-duration="250"] [data-aos], [data-aos][data-aos][data-aos-duration="250"] {
    transition-duration: 250ms;
}

body[data-aos-delay="250"] [data-aos], [data-aos][data-aos][data-aos-delay="250"] {
    transition-delay: 0;
}

    body[data-aos-delay="250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="250"].aos-animate {
        transition-delay: 250ms;
    }

body[data-aos-duration="300"] [data-aos], [data-aos][data-aos][data-aos-duration="300"] {
    transition-duration: 300ms;
}

body[data-aos-delay="300"] [data-aos], [data-aos][data-aos][data-aos-delay="300"] {
    transition-delay: 0;
}

    body[data-aos-delay="300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="300"].aos-animate {
        transition-delay: 300ms;
    }

body[data-aos-duration="350"] [data-aos], [data-aos][data-aos][data-aos-duration="350"] {
    transition-duration: 350ms;
}

body[data-aos-delay="350"] [data-aos], [data-aos][data-aos][data-aos-delay="350"] {
    transition-delay: 0;
}

    body[data-aos-delay="350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="350"].aos-animate {
        transition-delay: 350ms;
    }

body[data-aos-duration="400"] [data-aos], [data-aos][data-aos][data-aos-duration="400"] {
    transition-duration: 400ms;
}

body[data-aos-delay="400"] [data-aos], [data-aos][data-aos][data-aos-delay="400"] {
    transition-delay: 0;
}

    body[data-aos-delay="400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="400"].aos-animate {
        transition-delay: 400ms;
    }

body[data-aos-duration="450"] [data-aos], [data-aos][data-aos][data-aos-duration="450"] {
    transition-duration: 450ms;
}

body[data-aos-delay="450"] [data-aos], [data-aos][data-aos][data-aos-delay="450"] {
    transition-delay: 0;
}

    body[data-aos-delay="450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="450"].aos-animate {
        transition-delay: 450ms;
    }

body[data-aos-duration="500"] [data-aos], [data-aos][data-aos][data-aos-duration="500"] {
    transition-duration: 500ms;
}

body[data-aos-delay="500"] [data-aos], [data-aos][data-aos][data-aos-delay="500"] {
    transition-delay: 0;
}

    body[data-aos-delay="500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="500"].aos-animate {
        transition-delay: 500ms;
    }

body[data-aos-duration="550"] [data-aos], [data-aos][data-aos][data-aos-duration="550"] {
    transition-duration: 550ms;
}

body[data-aos-delay="550"] [data-aos], [data-aos][data-aos][data-aos-delay="550"] {
    transition-delay: 0;
}

    body[data-aos-delay="550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="550"].aos-animate {
        transition-delay: 550ms;
    }

body[data-aos-duration="600"] [data-aos], [data-aos][data-aos][data-aos-duration="600"] {
    transition-duration: 600ms;
}

body[data-aos-delay="600"] [data-aos], [data-aos][data-aos][data-aos-delay="600"] {
    transition-delay: 0;
}

    body[data-aos-delay="600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="600"].aos-animate {
        transition-delay: 600ms;
    }

body[data-aos-duration="650"] [data-aos], [data-aos][data-aos][data-aos-duration="650"] {
    transition-duration: 650ms;
}

body[data-aos-delay="650"] [data-aos], [data-aos][data-aos][data-aos-delay="650"] {
    transition-delay: 0;
}

    body[data-aos-delay="650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="650"].aos-animate {
        transition-delay: 650ms;
    }

body[data-aos-duration="700"] [data-aos], [data-aos][data-aos][data-aos-duration="700"] {
    transition-duration: 700ms;
}

body[data-aos-delay="700"] [data-aos], [data-aos][data-aos][data-aos-delay="700"] {
    transition-delay: 0;
}

    body[data-aos-delay="700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="700"].aos-animate {
        transition-delay: 700ms;
    }

body[data-aos-duration="750"] [data-aos], [data-aos][data-aos][data-aos-duration="750"] {
    transition-duration: 750ms;
}

body[data-aos-delay="750"] [data-aos], [data-aos][data-aos][data-aos-delay="750"] {
    transition-delay: 0;
}

    body[data-aos-delay="750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="750"].aos-animate {
        transition-delay: 750ms;
    }

body[data-aos-duration="800"] [data-aos], [data-aos][data-aos][data-aos-duration="800"] {
    transition-duration: 800ms;
}

body[data-aos-delay="800"] [data-aos], [data-aos][data-aos][data-aos-delay="800"] {
    transition-delay: 0;
}

    body[data-aos-delay="800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="800"].aos-animate {
        transition-delay: 800ms;
    }

body[data-aos-duration="850"] [data-aos], [data-aos][data-aos][data-aos-duration="850"] {
    transition-duration: 850ms;
}

body[data-aos-delay="850"] [data-aos], [data-aos][data-aos][data-aos-delay="850"] {
    transition-delay: 0;
}

    body[data-aos-delay="850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="850"].aos-animate {
        transition-delay: 850ms;
    }

body[data-aos-duration="900"] [data-aos], [data-aos][data-aos][data-aos-duration="900"] {
    transition-duration: 900ms;
}

body[data-aos-delay="900"] [data-aos], [data-aos][data-aos][data-aos-delay="900"] {
    transition-delay: 0;
}

    body[data-aos-delay="900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="900"].aos-animate {
        transition-delay: 900ms;
    }

body[data-aos-duration="950"] [data-aos], [data-aos][data-aos][data-aos-duration="950"] {
    transition-duration: 950ms;
}

body[data-aos-delay="950"] [data-aos], [data-aos][data-aos][data-aos-delay="950"] {
    transition-delay: 0;
}

    body[data-aos-delay="950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="950"].aos-animate {
        transition-delay: 950ms;
    }

body[data-aos-duration="1000"] [data-aos], [data-aos][data-aos][data-aos-duration="1000"] {
    transition-duration: 1000ms;
}

body[data-aos-delay="1000"] [data-aos], [data-aos][data-aos][data-aos-delay="1000"] {
    transition-delay: 0;
}

    body[data-aos-delay="1000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1000"].aos-animate {
        transition-delay: 1000ms;
    }

body[data-aos-duration="1050"] [data-aos], [data-aos][data-aos][data-aos-duration="1050"] {
    transition-duration: 1050ms;
}

body[data-aos-delay="1050"] [data-aos], [data-aos][data-aos][data-aos-delay="1050"] {
    transition-delay: 0;
}

    body[data-aos-delay="1050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1050"].aos-animate {
        transition-delay: 1050ms;
    }

body[data-aos-duration="1100"] [data-aos], [data-aos][data-aos][data-aos-duration="1100"] {
    transition-duration: 1100ms;
}

body[data-aos-delay="1100"] [data-aos], [data-aos][data-aos][data-aos-delay="1100"] {
    transition-delay: 0;
}

    body[data-aos-delay="1100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1100"].aos-animate {
        transition-delay: 1100ms;
    }

body[data-aos-duration="1150"] [data-aos], [data-aos][data-aos][data-aos-duration="1150"] {
    transition-duration: 1150ms;
}

body[data-aos-delay="1150"] [data-aos], [data-aos][data-aos][data-aos-delay="1150"] {
    transition-delay: 0;
}

    body[data-aos-delay="1150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1150"].aos-animate {
        transition-delay: 1150ms;
    }

body[data-aos-duration="1200"] [data-aos], [data-aos][data-aos][data-aos-duration="1200"] {
    transition-duration: 1200ms;
}

body[data-aos-delay="1200"] [data-aos], [data-aos][data-aos][data-aos-delay="1200"] {
    transition-delay: 0;
}

    body[data-aos-delay="1200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1200"].aos-animate {
        transition-delay: 1200ms;
    }

body[data-aos-duration="1250"] [data-aos], [data-aos][data-aos][data-aos-duration="1250"] {
    transition-duration: 1250ms;
}

body[data-aos-delay="1250"] [data-aos], [data-aos][data-aos][data-aos-delay="1250"] {
    transition-delay: 0;
}

    body[data-aos-delay="1250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1250"].aos-animate {
        transition-delay: 1250ms;
    }

body[data-aos-duration="1300"] [data-aos], [data-aos][data-aos][data-aos-duration="1300"] {
    transition-duration: 1300ms;
}

body[data-aos-delay="1300"] [data-aos], [data-aos][data-aos][data-aos-delay="1300"] {
    transition-delay: 0;
}

    body[data-aos-delay="1300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1300"].aos-animate {
        transition-delay: 1300ms;
    }

body[data-aos-duration="1350"] [data-aos], [data-aos][data-aos][data-aos-duration="1350"] {
    transition-duration: 1350ms;
}

body[data-aos-delay="1350"] [data-aos], [data-aos][data-aos][data-aos-delay="1350"] {
    transition-delay: 0;
}

    body[data-aos-delay="1350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1350"].aos-animate {
        transition-delay: 1350ms;
    }

body[data-aos-duration="1400"] [data-aos], [data-aos][data-aos][data-aos-duration="1400"] {
    transition-duration: 1400ms;
}

body[data-aos-delay="1400"] [data-aos], [data-aos][data-aos][data-aos-delay="1400"] {
    transition-delay: 0;
}

    body[data-aos-delay="1400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1400"].aos-animate {
        transition-delay: 1400ms;
    }

body[data-aos-duration="1450"] [data-aos], [data-aos][data-aos][data-aos-duration="1450"] {
    transition-duration: 1450ms;
}

body[data-aos-delay="1450"] [data-aos], [data-aos][data-aos][data-aos-delay="1450"] {
    transition-delay: 0;
}

    body[data-aos-delay="1450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1450"].aos-animate {
        transition-delay: 1450ms;
    }

body[data-aos-duration="1500"] [data-aos], [data-aos][data-aos][data-aos-duration="1500"] {
    transition-duration: 1500ms;
}

body[data-aos-delay="1500"] [data-aos], [data-aos][data-aos][data-aos-delay="1500"] {
    transition-delay: 0;
}

    body[data-aos-delay="1500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1500"].aos-animate {
        transition-delay: 1500ms;
    }

body[data-aos-duration="1550"] [data-aos], [data-aos][data-aos][data-aos-duration="1550"] {
    transition-duration: 1550ms;
}

body[data-aos-delay="1550"] [data-aos], [data-aos][data-aos][data-aos-delay="1550"] {
    transition-delay: 0;
}

    body[data-aos-delay="1550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1550"].aos-animate {
        transition-delay: 1550ms;
    }

body[data-aos-duration="1600"] [data-aos], [data-aos][data-aos][data-aos-duration="1600"] {
    transition-duration: 1600ms;
}

body[data-aos-delay="1600"] [data-aos], [data-aos][data-aos][data-aos-delay="1600"] {
    transition-delay: 0;
}

    body[data-aos-delay="1600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1600"].aos-animate {
        transition-delay: 1600ms;
    }

body[data-aos-duration="1650"] [data-aos], [data-aos][data-aos][data-aos-duration="1650"] {
    transition-duration: 1650ms;
}

body[data-aos-delay="1650"] [data-aos], [data-aos][data-aos][data-aos-delay="1650"] {
    transition-delay: 0;
}

    body[data-aos-delay="1650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1650"].aos-animate {
        transition-delay: 1650ms;
    }

body[data-aos-duration="1700"] [data-aos], [data-aos][data-aos][data-aos-duration="1700"] {
    transition-duration: 1700ms;
}

body[data-aos-delay="1700"] [data-aos], [data-aos][data-aos][data-aos-delay="1700"] {
    transition-delay: 0;
}

    body[data-aos-delay="1700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1700"].aos-animate {
        transition-delay: 1700ms;
    }

body[data-aos-duration="1750"] [data-aos], [data-aos][data-aos][data-aos-duration="1750"] {
    transition-duration: 1750ms;
}

body[data-aos-delay="1750"] [data-aos], [data-aos][data-aos][data-aos-delay="1750"] {
    transition-delay: 0;
}

    body[data-aos-delay="1750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1750"].aos-animate {
        transition-delay: 1750ms;
    }

body[data-aos-duration="1800"] [data-aos], [data-aos][data-aos][data-aos-duration="1800"] {
    transition-duration: 1800ms;
}

body[data-aos-delay="1800"] [data-aos], [data-aos][data-aos][data-aos-delay="1800"] {
    transition-delay: 0;
}

    body[data-aos-delay="1800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1800"].aos-animate {
        transition-delay: 1800ms;
    }

body[data-aos-duration="1850"] [data-aos], [data-aos][data-aos][data-aos-duration="1850"] {
    transition-duration: 1850ms;
}

body[data-aos-delay="1850"] [data-aos], [data-aos][data-aos][data-aos-delay="1850"] {
    transition-delay: 0;
}

    body[data-aos-delay="1850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1850"].aos-animate {
        transition-delay: 1850ms;
    }

body[data-aos-duration="1900"] [data-aos], [data-aos][data-aos][data-aos-duration="1900"] {
    transition-duration: 1900ms;
}

body[data-aos-delay="1900"] [data-aos], [data-aos][data-aos][data-aos-delay="1900"] {
    transition-delay: 0;
}

    body[data-aos-delay="1900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1900"].aos-animate {
        transition-delay: 1900ms;
    }

body[data-aos-duration="1950"] [data-aos], [data-aos][data-aos][data-aos-duration="1950"] {
    transition-duration: 1950ms;
}

body[data-aos-delay="1950"] [data-aos], [data-aos][data-aos][data-aos-delay="1950"] {
    transition-delay: 0;
}

    body[data-aos-delay="1950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="1950"].aos-animate {
        transition-delay: 1950ms;
    }

body[data-aos-duration="2000"] [data-aos], [data-aos][data-aos][data-aos-duration="2000"] {
    transition-duration: 2000ms;
}

body[data-aos-delay="2000"] [data-aos], [data-aos][data-aos][data-aos-delay="2000"] {
    transition-delay: 0;
}

    body[data-aos-delay="2000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2000"].aos-animate {
        transition-delay: 2000ms;
    }

body[data-aos-duration="2050"] [data-aos], [data-aos][data-aos][data-aos-duration="2050"] {
    transition-duration: 2050ms;
}

body[data-aos-delay="2050"] [data-aos], [data-aos][data-aos][data-aos-delay="2050"] {
    transition-delay: 0;
}

    body[data-aos-delay="2050"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2050"].aos-animate {
        transition-delay: 2050ms;
    }

body[data-aos-duration="2100"] [data-aos], [data-aos][data-aos][data-aos-duration="2100"] {
    transition-duration: 2100ms;
}

body[data-aos-delay="2100"] [data-aos], [data-aos][data-aos][data-aos-delay="2100"] {
    transition-delay: 0;
}

    body[data-aos-delay="2100"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2100"].aos-animate {
        transition-delay: 2100ms;
    }

body[data-aos-duration="2150"] [data-aos], [data-aos][data-aos][data-aos-duration="2150"] {
    transition-duration: 2150ms;
}

body[data-aos-delay="2150"] [data-aos], [data-aos][data-aos][data-aos-delay="2150"] {
    transition-delay: 0;
}

    body[data-aos-delay="2150"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2150"].aos-animate {
        transition-delay: 2150ms;
    }

body[data-aos-duration="2200"] [data-aos], [data-aos][data-aos][data-aos-duration="2200"] {
    transition-duration: 2200ms;
}

body[data-aos-delay="2200"] [data-aos], [data-aos][data-aos][data-aos-delay="2200"] {
    transition-delay: 0;
}

    body[data-aos-delay="2200"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2200"].aos-animate {
        transition-delay: 2200ms;
    }

body[data-aos-duration="2250"] [data-aos], [data-aos][data-aos][data-aos-duration="2250"] {
    transition-duration: 2250ms;
}

body[data-aos-delay="2250"] [data-aos], [data-aos][data-aos][data-aos-delay="2250"] {
    transition-delay: 0;
}

    body[data-aos-delay="2250"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2250"].aos-animate {
        transition-delay: 2250ms;
    }

body[data-aos-duration="2300"] [data-aos], [data-aos][data-aos][data-aos-duration="2300"] {
    transition-duration: 2300ms;
}

body[data-aos-delay="2300"] [data-aos], [data-aos][data-aos][data-aos-delay="2300"] {
    transition-delay: 0;
}

    body[data-aos-delay="2300"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2300"].aos-animate {
        transition-delay: 2300ms;
    }

body[data-aos-duration="2350"] [data-aos], [data-aos][data-aos][data-aos-duration="2350"] {
    transition-duration: 2350ms;
}

body[data-aos-delay="2350"] [data-aos], [data-aos][data-aos][data-aos-delay="2350"] {
    transition-delay: 0;
}

    body[data-aos-delay="2350"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2350"].aos-animate {
        transition-delay: 2350ms;
    }

body[data-aos-duration="2400"] [data-aos], [data-aos][data-aos][data-aos-duration="2400"] {
    transition-duration: 2400ms;
}

body[data-aos-delay="2400"] [data-aos], [data-aos][data-aos][data-aos-delay="2400"] {
    transition-delay: 0;
}

    body[data-aos-delay="2400"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2400"].aos-animate {
        transition-delay: 2400ms;
    }

body[data-aos-duration="2450"] [data-aos], [data-aos][data-aos][data-aos-duration="2450"] {
    transition-duration: 2450ms;
}

body[data-aos-delay="2450"] [data-aos], [data-aos][data-aos][data-aos-delay="2450"] {
    transition-delay: 0;
}

    body[data-aos-delay="2450"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2450"].aos-animate {
        transition-delay: 2450ms;
    }

body[data-aos-duration="2500"] [data-aos], [data-aos][data-aos][data-aos-duration="2500"] {
    transition-duration: 2500ms;
}

body[data-aos-delay="2500"] [data-aos], [data-aos][data-aos][data-aos-delay="2500"] {
    transition-delay: 0;
}

    body[data-aos-delay="2500"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2500"].aos-animate {
        transition-delay: 2500ms;
    }

body[data-aos-duration="2550"] [data-aos], [data-aos][data-aos][data-aos-duration="2550"] {
    transition-duration: 2550ms;
}

body[data-aos-delay="2550"] [data-aos], [data-aos][data-aos][data-aos-delay="2550"] {
    transition-delay: 0;
}

    body[data-aos-delay="2550"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2550"].aos-animate {
        transition-delay: 2550ms;
    }

body[data-aos-duration="2600"] [data-aos], [data-aos][data-aos][data-aos-duration="2600"] {
    transition-duration: 2600ms;
}

body[data-aos-delay="2600"] [data-aos], [data-aos][data-aos][data-aos-delay="2600"] {
    transition-delay: 0;
}

    body[data-aos-delay="2600"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2600"].aos-animate {
        transition-delay: 2600ms;
    }

body[data-aos-duration="2650"] [data-aos], [data-aos][data-aos][data-aos-duration="2650"] {
    transition-duration: 2650ms;
}

body[data-aos-delay="2650"] [data-aos], [data-aos][data-aos][data-aos-delay="2650"] {
    transition-delay: 0;
}

    body[data-aos-delay="2650"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2650"].aos-animate {
        transition-delay: 2650ms;
    }

body[data-aos-duration="2700"] [data-aos], [data-aos][data-aos][data-aos-duration="2700"] {
    transition-duration: 2700ms;
}

body[data-aos-delay="2700"] [data-aos], [data-aos][data-aos][data-aos-delay="2700"] {
    transition-delay: 0;
}

    body[data-aos-delay="2700"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2700"].aos-animate {
        transition-delay: 2700ms;
    }

body[data-aos-duration="2750"] [data-aos], [data-aos][data-aos][data-aos-duration="2750"] {
    transition-duration: 2750ms;
}

body[data-aos-delay="2750"] [data-aos], [data-aos][data-aos][data-aos-delay="2750"] {
    transition-delay: 0;
}

    body[data-aos-delay="2750"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2750"].aos-animate {
        transition-delay: 2750ms;
    }

body[data-aos-duration="2800"] [data-aos], [data-aos][data-aos][data-aos-duration="2800"] {
    transition-duration: 2800ms;
}

body[data-aos-delay="2800"] [data-aos], [data-aos][data-aos][data-aos-delay="2800"] {
    transition-delay: 0;
}

    body[data-aos-delay="2800"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2800"].aos-animate {
        transition-delay: 2800ms;
    }

body[data-aos-duration="2850"] [data-aos], [data-aos][data-aos][data-aos-duration="2850"] {
    transition-duration: 2850ms;
}

body[data-aos-delay="2850"] [data-aos], [data-aos][data-aos][data-aos-delay="2850"] {
    transition-delay: 0;
}

    body[data-aos-delay="2850"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2850"].aos-animate {
        transition-delay: 2850ms;
    }

body[data-aos-duration="2900"] [data-aos], [data-aos][data-aos][data-aos-duration="2900"] {
    transition-duration: 2900ms;
}

body[data-aos-delay="2900"] [data-aos], [data-aos][data-aos][data-aos-delay="2900"] {
    transition-delay: 0;
}

    body[data-aos-delay="2900"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2900"].aos-animate {
        transition-delay: 2900ms;
    }

body[data-aos-duration="2950"] [data-aos], [data-aos][data-aos][data-aos-duration="2950"] {
    transition-duration: 2950ms;
}

body[data-aos-delay="2950"] [data-aos], [data-aos][data-aos][data-aos-delay="2950"] {
    transition-delay: 0;
}

    body[data-aos-delay="2950"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="2950"].aos-animate {
        transition-delay: 2950ms;
    }

body[data-aos-duration="3000"] [data-aos], [data-aos][data-aos][data-aos-duration="3000"] {
    transition-duration: 3000ms;
}

body[data-aos-delay="3000"] [data-aos], [data-aos][data-aos][data-aos-delay="3000"] {
    transition-delay: 0;
}

    body[data-aos-delay="3000"] [data-aos].aos-animate, [data-aos][data-aos][data-aos-delay="3000"].aos-animate {
        transition-delay: 3000ms;
    }

body[data-aos-easing=linear] [data-aos], [data-aos][data-aos][data-aos-easing=linear] {
    transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

body[data-aos-easing=ease] [data-aos], [data-aos][data-aos][data-aos-easing=ease] {
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

body[data-aos-easing=ease-in] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in] {
    transition-timing-function: cubic-bezier(0.42, 0, 1, 1);
}

body[data-aos-easing=ease-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out] {
    transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-out] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out] {
    transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}

body[data-aos-easing=ease-in-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-back] {
    transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

body[data-aos-easing=ease-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-back] {
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

body[data-aos-easing=ease-in-out-back] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-back] {
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

body[data-aos-easing=ease-in-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-sine] {
    transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

body[data-aos-easing=ease-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-sine] {
    transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

body[data-aos-easing=ease-in-out-sine] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-sine] {
    transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

body[data-aos-easing=ease-in-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quad] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quad] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quad] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quad] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-cubic] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-cubic] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-cubic] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-cubic] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

body[data-aos-easing=ease-in-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-quart] {
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

body[data-aos-easing=ease-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-out-quart] {
    transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

body[data-aos-easing=ease-in-out-quart] [data-aos], [data-aos][data-aos][data-aos-easing=ease-in-out-quart] {
    transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
    opacity: 0;
    transition-property: opacity,transform;
}

    [data-aos^=fade][data-aos^=fade].aos-animate {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }

[data-aos=fade-up] {
    transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
    transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
    transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
    transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
    transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
    transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
    transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
    transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
    opacity: 0;
    transition-property: opacity,transform;
}

    [data-aos^=zoom][data-aos^=zoom].aos-animate {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
    }

[data-aos=zoom-in] {
    transform: scale(0.6);
}

[data-aos=zoom-in-up] {
    transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
    transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
    transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
    transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
    transform: scale(1.2);
}

[data-aos=zoom-out-up] {
    transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
    transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
    transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
    transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
    transition-property: transform;
}

    [data-aos^=slide][data-aos^=slide].aos-animate {
        transform: translate3d(0, 0, 0);
    }

[data-aos=slide-up] {
    transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
    transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
    transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
    transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
    backface-visibility: hidden;
    transition-property: transform;
}

[data-aos=flip-left] {
    transform: perspective(2500px) rotateY(-100deg);
}

    [data-aos=flip-left].aos-animate {
        transform: perspective(2500px) rotateY(0);
    }

[data-aos=flip-right] {
    transform: perspective(2500px) rotateY(100deg);
}

    [data-aos=flip-right].aos-animate {
        transform: perspective(2500px) rotateY(0);
    }

[data-aos=flip-up] {
    transform: perspective(2500px) rotateX(-100deg);
}

    [data-aos=flip-up].aos-animate {
        transform: perspective(2500px) rotateX(0);
    }

[data-aos=flip-down] {
    transform: perspective(2500px) rotateX(100deg);
}

    [data-aos=flip-down].aos-animate {
        transform: perspective(2500px) rotateX(0);
    }

.splide__container {
    box-sizing: border-box;
    position: relative;
}

.splide__list {
    backface-visibility: hidden;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}

.splide__pagination {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}

    .splide__pagination li {
        display: inline-block;
        line-height: 1;
        list-style-type: none;
        margin: 0;
        pointer-events: auto;
    }

.splide:not(.is-overflow) .splide__pagination {
    display: none;
}

.splide__progress__bar {
    width: 0;
}

.splide {
    position: relative;
    visibility: hidden;
}

    .splide.is-initialized, .splide.is-rendered {
        visibility: visible;
    }

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

    .splide__slide img {
        vertical-align: bottom;
    }

.splide__spinner {
    animation: splide-loading 1s infinite linear;
    border: 2px solid #999;
    border-left-color: rgba(0,0,0,0);
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.splide__sr {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.splide__toggle__pause {
    display: none;
}

.splide__toggle.is-active .splide__toggle__play {
    display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

@keyframes splide-loading {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}

    .splide__track--fade > .splide__list > .splide__slide.is-active {
        opacity: 1;
        z-index: 1;
    }

.splide--rtl {
    direction: rtl;
}

.splide__track--ttb > .splide__list {
    display: block;
}

.splide__arrow {
    background: #ccc;
    border: 0;
    cursor: pointer;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    opacity: .7;
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    height: 2em;
    width: 2em;
}

    .splide__arrow svg {
        fill: #000;
        height: 1.2em;
        width: 1.2em;
    }

    .splide__arrow:hover:not(:disabled) {
        opacity: .9;
    }

    .splide__arrow:disabled {
        opacity: .3;
    }

    .splide__arrow:focus-visible {
        outline: #0bf 3px solid;
        outline-offset: 3px;
    }

.splide__arrow--prev {
    left: 1em;
}

    .splide__arrow--prev svg {
        transform: scaleX(-1);
    }

.splide__arrow--next {
    right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
    outline: #0bf 3px solid;
    outline-offset: 3px;
}

.splide__pagination {
    bottom: .5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    padding: 0;
    position: relative;
    transition: transform .2s linear;
    width: 8px;
    opacity: .7;
}

    .splide__pagination__page.is-active {
        background: #fff;
        z-index: 1;
        transform: scale(1.4);
    }

    .splide__pagination__page:hover {
        cursor: pointer;
        opacity: .9;
    }

    .splide__pagination__page:focus-visible {
        outline: #0bf 3px solid;
        outline-offset: 3px;
    }

.splide.is-focus-in .splide__pagination__page:focus {
    outline: #0bf 3px solid;
    outline-offset: 3px;
}

.splide__progress__bar {
    background: #ccc;
    height: 3px;
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

    .splide__slide:focus {
        outline: 0;
    }

@supports(outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline: #0bf 3px solid;
        outline-offset: -3px;
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: #0bf 3px solid;
    }
}

@supports(outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: #0bf 3px solid;
        outline-offset: -3px;
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: #0bf 3px solid;
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
        border-color: #0bf;
    }
}

.splide__toggle {
    cursor: pointer;
}

    .splide__toggle:focus-visible {
        outline: #0bf 3px solid;
        outline-offset: 3px;
    }

.splide.is-focus-in .splide__toggle:focus {
    outline: #0bf 3px solid;
    outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid rgba(0,0,0,0);
    cursor: pointer;
}

    .splide__track--nav > .splide__list > .splide__slide.is-active {
        border: 3px solid #000;
    }

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em;
}

    .splide__arrows--rtl .splide__arrow--prev svg {
        transform: scaleX(1);
    }

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto;
}

    .splide__arrows--rtl .splide__arrow--next svg {
        transform: scaleX(-1);
    }

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%, 0);
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em;
}

    .splide__arrows--ttb .splide__arrow--prev svg {
        transform: rotateZ(-90deg);
    }

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto;
}

    .splide__arrows--ttb .splide__arrow--next svg {
        transform: rotateZ(90deg);
    }

.splide__pagination--ttb {
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: .5em;
    top: 0;
}
/**
 * Grid Block styles.
 * These styles are loaded into both the editor, and the frontend.
 */
/**
 * Padding Options
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid-editor,
.wp-block-jetpack-layout-grid {
    padding-left: 24px;
    padding-right: 24px;
    box-sizing: border-box;
}

    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__none,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
        padding-left: 0px;
        padding-right: 0px;
    }

    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__small,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
        padding-left: 8px;
        padding-right: 8px;
    }

    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__medium,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
        padding-left: 16px;
        padding-right: 16px;
    }

    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__huge,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
        padding-left: 48px;
        padding-right: 48px;
    }

    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-gutter__nowrap,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__nowrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none {
        padding: 0px;
    }

        .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-none.has-background,
        .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-none.has-background {
            padding: 0px 13px;
        }

    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column {
        padding: 8px;
    }

        .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background,
        .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-small .wp-block-jetpack-layout-grid-column.has-background {
            padding: 8px 21px;
        }

    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column {
        padding: 16px;
    }

        .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background,
        .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-medium .wp-block-jetpack-layout-grid-column.has-background {
            padding: 16px 29px;
        }

    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column {
        padding: 24px;
    }

        .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background,
        .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-large .wp-block-jetpack-layout-grid-column.has-background {
            padding: 24px 37px;
        }

    .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column,
    .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column {
        padding: 48px;
    }

        .wp-block-jetpack-layout-grid-editor.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background,
        .wp-block-jetpack-layout-grid.wp-block-jetpack-layout-grid__padding-huge .wp-block-jetpack-layout-grid-column.has-background {
            padding: 48px 61px;
        }

    /**
 * Individual Column Options
 */
    .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.has-background,
    .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.has-background {
        margin-left: -13px;
        margin-right: -13px;
        padding-left: 13px;
        padding-right: 13px;
        padding-top: .05px;
        padding-bottom: .05px;
    }

    .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none,
    .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none {
        padding: 0px;
    }

        .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background,
        .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-none.has-background {
            padding: 0px 13px;
            max-width: calc( 100% + 26px);
        }

    .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small,
    .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small {
        padding: 8px;
    }

        .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background,
        .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-small.has-background {
            padding: 8px 21px;
            max-width: calc( 100% + 42px);
        }

    .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium,
    .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium {
        padding: 16px;
    }

        .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background,
        .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-medium.has-background {
            padding: 16px 29px;
            max-width: calc( 100% + 58px);
        }

    .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large,
    .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large {
        padding: 24px;
    }

        .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background,
        .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-large.has-background {
            padding: 24px 37px;
            max-width: calc( 100% + 74px);
        }

    .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge,
    .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge {
        padding: 48px;
    }

        .wp-block-jetpack-layout-grid-editor .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background,
        .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column.wp-block-jetpack-layout-grid__padding-huge.has-background {
            padding: 48px 61px;
            max-width: calc( 100% + 122px);
        }

    /**
 * Parent column alignment
 */
    .wp-block-jetpack-layout-grid.are-vertically-aligned-top {
        align-items: flex-start;
    }

    .wp-block-jetpack-layout-grid.are-vertically-aligned-center {
        align-items: center;
    }

    .wp-block-jetpack-layout-grid.are-vertically-aligned-bottom {
        align-items: flex-end;
    }

/**
 * Individual column alignment
 */
.wp-block-jetpack-layout-grid-column.is-vertically-aligned-top {
    align-self: flex-start;
    height: 100%;
}

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-center {
    align-self: center;
}

.wp-block-jetpack-layout-grid-column.is-vertically-aligned-bottom {
    align-self: flex-end;
}

/**
 * Responsive Grid Options. Exclude these from the editor.
 */
/* autoprefixer grid: no-autoplace */
.wp-block-jetpack-layout-grid {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: repeat(4, 1fr);
}

    .wp-block-jetpack-layout-grid.column1-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 1;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 1;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 1;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 1;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 2;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 2;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 2;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 2;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 3;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 3;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 3;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 3;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 4;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 4;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 4;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 4;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 5;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 5;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 5;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 5;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 6;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 6;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 6;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 6;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 7;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 7;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 7;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 7;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 8;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 8;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 8;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 8;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 9;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 9;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 9;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 9;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 10;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 10;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 10;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 10;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 11;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 11;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 11;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 11;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-start: 12;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-start: 12;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-start: 12;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-start: 12;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 1;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 1;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 1;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 1;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 2;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 2;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 2;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 2;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 3;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 3;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 3;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 3;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 4;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 4;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 4;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 4;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 5;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 5;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 5;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 5;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 6;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 6;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 6;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 6;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 7;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 7;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 7;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 7;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 8;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 8;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 8;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 8;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 9;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 9;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 9;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 9;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 10;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 10;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 10;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 10;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 11;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 11;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 11;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 11;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-column-end: span 12;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-column-end: span 12;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-column-end: span 12;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-column-end: span 12;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 1;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 1;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 1;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 1;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 2;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 2;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 2;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 2;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 3;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 3;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 3;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 3;
    }

    .wp-block-jetpack-layout-grid.column1-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
        grid-row-start: 4;
    }

    .wp-block-jetpack-layout-grid.column2-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
        grid-row-start: 4;
    }

    .wp-block-jetpack-layout-grid.column3-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
        grid-row-start: 4;
    }

    .wp-block-jetpack-layout-grid.column4-mobile-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
        grid-row-start: 4;
    }

@media (min-width: 600px) {
    .wp-block-jetpack-layout-grid {
        grid-template-columns: repeat(8, 1fr);
    }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 1;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 1;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 1;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 1;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 2;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 2;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 2;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 2;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 3;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 3;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 3;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 3;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 4;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 4;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 4;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 4;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 5;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 5;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 5;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 5;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 6;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 6;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 6;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 6;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 7;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 7;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 7;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 7;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 8;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 8;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 8;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 8;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 9;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 9;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 9;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 9;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 10;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 10;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 10;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 10;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 11;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 11;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 11;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 11;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 12;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 12;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 12;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 12;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 1;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 1;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 1;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 1;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 2;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 2;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 2;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 2;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 3;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 3;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 3;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 3;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 4;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 4;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 4;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 4;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 5;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 5;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 5;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 5;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 6;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 6;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 6;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 6;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 7;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 7;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 7;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 7;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 8;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 8;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 8;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 8;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 9;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 9;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 9;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 9;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 10;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 10;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 10;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 10;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 11;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 11;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 11;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 11;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 12;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 12;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 12;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 12;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-row-start: 1;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-row-start: 1;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-row-start: 1;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-row-start: 1;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-row-start: 2;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-row-start: 2;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-row-start: 2;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-row-start: 2;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-row-start: 3;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-row-start: 3;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-row-start: 3;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-row-start: 3;
        }

        .wp-block-jetpack-layout-grid.column1-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-row-start: 4;
        }

        .wp-block-jetpack-layout-grid.column2-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-row-start: 4;
        }

        .wp-block-jetpack-layout-grid.column3-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-row-start: 4;
        }

        .wp-block-jetpack-layout-grid.column4-tablet-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-row-start: 4;
        }
}

@media (min-width: 1080px) {
    .wp-block-jetpack-layout-grid {
        grid-template-columns: repeat(12, 1fr);
    }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 1;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 1;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 1;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__start-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 1;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 2;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 2;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 2;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__start-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 2;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 3;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 3;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 3;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__start-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 3;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 4;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 4;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 4;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__start-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 4;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 5;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 5;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 5;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__start-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 5;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 6;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 6;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 6;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__start-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 6;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 7;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 7;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 7;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__start-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 7;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 8;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 8;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 8;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__start-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 8;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 9;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 9;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 9;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__start-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 9;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 10;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 10;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 10;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__start-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 10;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 11;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 11;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 11;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__start-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 11;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-start: 12;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-start: 12;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-start: 12;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__start-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-start: 12;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 1;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 1;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 1;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__span-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 1;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 2;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 2;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 2;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__span-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 2;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 3;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 3;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 3;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__span-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 3;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 4;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 4;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 4;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__span-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 4;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 5;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 5;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 5;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__span-5 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 5;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 6;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 6;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 6;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__span-6 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 6;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 7;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 7;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 7;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__span-7 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 7;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 8;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 8;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 8;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__span-8 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 8;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 9;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 9;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 9;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__span-9 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 9;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 10;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 10;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 10;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__span-10 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 10;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 11;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 11;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 11;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__span-11 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 11;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-column-end: span 12;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-column-end: span 12;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-column-end: span 12;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__span-12 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-column-end: span 12;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-row-start: 1;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-row-start: 1;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-row-start: 1;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__row-1 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-row-start: 1;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-row-start: 2;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-row-start: 2;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-row-start: 2;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__row-2 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-row-start: 2;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-row-start: 3;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-row-start: 3;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-row-start: 3;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__row-3 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-row-start: 3;
        }

        .wp-block-jetpack-layout-grid.column1-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(1) {
            grid-row-start: 4;
        }

        .wp-block-jetpack-layout-grid.column2-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(2) {
            grid-row-start: 4;
        }

        .wp-block-jetpack-layout-grid.column3-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(3) {
            grid-row-start: 4;
        }

        .wp-block-jetpack-layout-grid.column4-desktop-grid__row-4 > .wp-block-jetpack-layout-grid-column:nth-child(4) {
            grid-row-start: 4;
        }
}

.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column * {
    word-break: break-word;
    word-wrap: break-word;
}

.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__none {
    grid-gap: 0px;
}

.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__small {
    grid-gap: 8px;
}

.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__medium {
    grid-gap: 16px;
}

.wp-block-jetpack-layout-grid.wp-block-jetpack-layout-gutter__huge {
    grid-gap: 48px;
}

.wp-block-jetpack-layout-grid-column {
    max-width: 100%;
}

.mejs-offscreen {
    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;
}

.mejs-container {
    background: #000;
    font-family: Helvetica,Arial,serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}

    .mejs-container, .mejs-container * {
        box-sizing: border-box;
    }

        .mejs-container video::-webkit-media-controls, .mejs-container video::-webkit-media-controls-panel, .mejs-container video::-webkit-media-controls-panel-container, .mejs-container video::-webkit-media-controls-start-playback-button {
            -webkit-appearance: none;
            display: none !important;
        }

.mejs-fill-container, .mejs-fill-container .mejs-container {
    height: 100%;
    width: 100%;
}

.mejs-fill-container {
    background: transparent;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.mejs-container:focus {
    outline: none;
}

.mejs-iframe-overlay {
    height: 100%;
    position: absolute;
    width: 100%;
}

.mejs-embed, .mejs-embed body {
    background: #000;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

.mejs-fullscreen {
    overflow: hidden !important;
}

.mejs-container-fullscreen {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}

    .mejs-container-fullscreen .mejs-mediaelement, .mejs-container-fullscreen video {
        height: 100% !important;
        width: 100% !important;
    }

.mejs-background, .mejs-mediaelement {
    left: 0;
    position: absolute;
    top: 0;
}

.mejs-mediaelement {
    height: 100%;
    width: 100%;
    z-index: 0;
}

.mejs-poster {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1;
}

:root .mejs-poster-img {
    display: none;
}

.mejs-poster-img {
    border: 0;
    padding: 0;
}

.mejs-overlay {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    position: absolute;
    top: 0;
}

.mejs-layer {
    z-index: 1;
}

.mejs-overlay-play {
    cursor: pointer;
}

.mejs-overlay-button {
    background: url(/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;
    background-position: 0 -39px;
    height: 80px;
    width: 80px;
}

.mejs-overlay:hover > .mejs-overlay-button {
    background-position: -80px -39px;
}

.mejs-overlay-loading {
    height: 80px;
    width: 80px;
}

.mejs-overlay-loading-bg-img {
    -webkit-animation: a 1s linear infinite;
    animation: a 1s linear infinite;
    background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;
    display: block;
    height: 80px;
    width: 80px;
    z-index: 1;
}

@-webkit-keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes a {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.mejs-controls {
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    left: 0;
    list-style-type: none;
    margin: 0;
    padding: 0 10px;
    position: absolute;
    width: 100%;
    z-index: 3;
}

    .mejs-controls:not([style*="display: none"]) {
        background: rgba(255,0,0,.7);
        background: -webkit-linear-gradient(transparent,rgba(0,0,0,.35));
        background: linear-gradient(transparent,rgba(0,0,0,.35));
    }

.mejs-button, .mejs-time, .mejs-time-rail {
    font-size: 10px;
    height: 40px;
    line-height: 10px;
    margin: 0;
    width: 32px;
}

    .mejs-button > button {
        background: transparent url(/wp-includes/js/mediaelement/mejs-controls.svg);
        border: 0;
        cursor: pointer;
        display: block;
        font-size: 0;
        height: 20px;
        line-height: 0;
        margin: 10px 6px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        text-decoration: none;
        width: 20px;
    }

        .mejs-button > button:focus {
            outline: 1px dotted #999;
        }

.mejs-container-keyboard-inactive [role=slider], .mejs-container-keyboard-inactive [role=slider]:focus, .mejs-container-keyboard-inactive a, .mejs-container-keyboard-inactive a:focus, .mejs-container-keyboard-inactive button, .mejs-container-keyboard-inactive button:focus {
    outline: 0;
}

.mejs-time {
    box-sizing: content-box;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    overflow: hidden;
    padding: 16px 6px 0;
    text-align: center;
    width: auto;
}

.mejs-play > button {
    background-position: 0 0;
}

.mejs-pause > button {
    background-position: -20px 0;
}

.mejs-replay > button {
    background-position: -160px 0;
}

.mejs-time-rail {
    direction: ltr;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 40px;
    margin: 0 10px;
    padding-top: 10px;
    position: relative;
}

.mejs-time-buffering, .mejs-time-current, .mejs-time-float, .mejs-time-float-corner, .mejs-time-float-current, .mejs-time-hovered, .mejs-time-loaded, .mejs-time-marker, .mejs-time-total {
    border-radius: 2px;
    cursor: pointer;
    display: block;
    height: 10px;
    position: absolute;
}

.mejs-time-total {
    background: hsla(0,0%,100%,.3);
    margin: 5px 0 0;
    width: 100%;
}

.mejs-time-buffering {
    -webkit-animation: b 2s linear infinite;
    animation: b 2s linear infinite;
    background: -webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);
    background: linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);
    background-size: 15px 15px;
    width: 100%;
}

@-webkit-keyframes b {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

@keyframes b {
    0% {
        background-position: 0 0;
    }

    to {
        background-position: 30px 0;
    }
}

.mejs-time-loaded {
    background: hsla(0,0%,100%,.3);
}

.mejs-time-current, .mejs-time-handle-content {
    background: hsla(0,0%,100%,.9);
}

.mejs-time-hovered {
    background: hsla(0,0%,100%,.5);
    z-index: 10;
}

    .mejs-time-hovered.negative {
        background: rgba(0,0,0,.2);
    }

.mejs-time-buffering, .mejs-time-current, .mejs-time-hovered, .mejs-time-loaded {
    left: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    width: 100%;
}

.mejs-time-buffering {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}

.mejs-time-hovered {
    -webkit-transition: height .1s cubic-bezier(.44,0,1,1);
    transition: height .1s cubic-bezier(.44,0,1,1);
}

    .mejs-time-hovered.no-hover {
        -webkit-transform: scaleX(0) !important;
        -ms-transform: scaleX(0) !important;
        transform: scaleX(0) !important;
    }

.mejs-time-handle, .mejs-time-handle-content {
    border: 4px solid transparent;
    cursor: pointer;
    left: 0;
    position: absolute;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    z-index: 11;
}

.mejs-time-handle-content {
    border: 4px solid hsla(0,0%,100%,.9);
    border-radius: 50%;
    height: 10px;
    left: -7px;
    top: -4px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 10px;
}

.mejs-time-rail .mejs-time-handle-content:active, .mejs-time-rail .mejs-time-handle-content:focus, .mejs-time-rail:hover .mejs-time-handle-content {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.mejs-time-float {
    background: #eee;
    border: 1px solid #333;
    bottom: 100%;
    color: #111;
    display: none;
    height: 17px;
    margin-bottom: 9px;
    position: absolute;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 36px;
}

.mejs-time-float-current {
    display: block;
    left: 0;
    margin: 2px;
    text-align: center;
    width: 30px;
}

.mejs-time-float-corner {
    border: 5px solid #eee;
    border-color: #eee transparent transparent;
    border-radius: 0;
    display: block;
    height: 0;
    left: 50%;
    line-height: 0;
    position: absolute;
    top: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
}

.mejs-long-video .mejs-time-float {
    margin-left: -23px;
    width: 64px;
}

.mejs-long-video .mejs-time-float-current {
    width: 60px;
}

.mejs-broadcast {
    color: #fff;
    height: 10px;
    position: absolute;
    top: 15px;
    width: 100%;
}

.mejs-fullscreen-button > button {
    background-position: -80px 0;
}

.mejs-unfullscreen > button {
    background-position: -100px 0;
}

.mejs-mute > button {
    background-position: -60px 0;
}

.mejs-unmute > button {
    background-position: -40px 0;
}

.mejs-volume-button {
    position: relative;
}

    .mejs-volume-button > .mejs-volume-slider {
        -webkit-backface-visibility: hidden;
        background: rgba(50,50,50,.7);
        border-radius: 0;
        bottom: 100%;
        display: none;
        height: 115px;
        left: 50%;
        margin: 0;
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 25px;
        z-index: 1;
    }

    .mejs-volume-button:hover {
        border-radius: 0 0 4px 4px;
    }

.mejs-volume-total {
    background: hsla(0,0%,100%,.5);
    height: 100px;
    left: 50%;
    margin: 0;
    position: absolute;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
}

.mejs-volume-current {
    left: 0;
    margin: 0;
    width: 100%;
}

.mejs-volume-current, .mejs-volume-handle {
    background: hsla(0,0%,100%,.9);
    position: absolute;
}

.mejs-volume-handle {
    border-radius: 1px;
    cursor: ns-resize;
    height: 6px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 16px;
}

.mejs-horizontal-volume-slider {
    display: block;
    height: 36px;
    position: relative;
    vertical-align: middle;
    width: 56px;
}

.mejs-horizontal-volume-total {
    background: rgba(50,50,50,.8);
    height: 8px;
    top: 16px;
    width: 50px;
}

.mejs-horizontal-volume-current, .mejs-horizontal-volume-total {
    border-radius: 2px;
    font-size: 1px;
    left: 0;
    margin: 0;
    padding: 0;
    position: absolute;
}

.mejs-horizontal-volume-current {
    background: hsla(0,0%,100%,.8);
    height: 100%;
    top: 0;
    width: 100%;
}

.mejs-horizontal-volume-handle {
    display: none;
}

.mejs-captions-button, .mejs-chapters-button {
    position: relative;
}

    .mejs-captions-button > button {
        background-position: -140px 0;
    }

    .mejs-chapters-button > button {
        background-position: -180px 0;
    }

    .mejs-captions-button > .mejs-captions-selector, .mejs-chapters-button > .mejs-chapters-selector {
        background: rgba(50,50,50,.7);
        border: 1px solid transparent;
        border-radius: 0;
        bottom: 100%;
        margin-right: -43px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        right: 50%;
        visibility: visible;
        width: 86px;
    }

    .mejs-chapters-button > .mejs-chapters-selector {
        margin-right: -55px;
        width: 110px;
    }

.mejs-captions-selector-list, .mejs-chapters-selector-list {
    list-style-type: none !important;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

.mejs-captions-selector-list-item, .mejs-chapters-selector-list-item {
    color: #fff;
    cursor: pointer;
    display: block;
    list-style-type: none !important;
    margin: 0 0 6px;
    overflow: hidden;
    padding: 0;
}

    .mejs-captions-selector-list-item:hover, .mejs-chapters-selector-list-item:hover {
        background-color: #c8c8c8 !important;
        background-color: hsla(0,0%,100%,.4) !important;
    }

.mejs-captions-selector-input, .mejs-chapters-selector-input {
    clear: both;
    float: left;
    left: -1000px;
    margin: 3px 3px 0 5px;
    position: absolute;
}

.mejs-captions-selector-label, .mejs-chapters-selector-label {
    cursor: pointer;
    float: left;
    font-size: 10px;
    line-height: 15px;
    padding: 4px 10px 0;
    width: 100%;
}

.mejs-captions-selected, .mejs-chapters-selected {
    color: #21f8f8;
}

.mejs-captions-translations {
    font-size: 10px;
    margin: 0 0 5px;
}

.mejs-captions-layer {
    bottom: 0;
    color: #fff;
    font-size: 16px;
    left: 0;
    line-height: 20px;
    position: absolute;
    text-align: center;
}

    .mejs-captions-layer a {
        color: #fff;
        text-decoration: underline;
    }

    .mejs-captions-layer[lang=ar] {
        font-size: 20px;
        font-weight: 400;
    }

.mejs-captions-position {
    bottom: 15px;
    left: 0;
    position: absolute;
    width: 100%;
}

.mejs-captions-position-hover {
    bottom: 35px;
}

.mejs-captions-text, .mejs-captions-text * {
    background: hsla(0,0%,8%,.5);
    box-shadow: 5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);
    padding: 0;
    white-space: pre-wrap;
}

.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container {
    display: none;
}

.mejs-overlay-error {
    position: relative;
}

    .mejs-overlay-error > img {
        left: 0;
        max-width: 100%;
        position: absolute;
        top: 0;
        z-index: -1;
    }

.mejs-cannotplay, .mejs-cannotplay a {
    color: #fff;
    font-size: .8em;
}

.mejs-cannotplay {
    position: relative;
}

    .mejs-cannotplay a, .mejs-cannotplay p {
        display: inline-block;
        padding: 0 15px;
        width: 100%;
    }

.mejs-container {
    clear: both;
    max-width: 100%;
}

    .mejs-container * {
        font-family: Helvetica,Arial;
    }

    .mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
        background: #222;
    }

.mejs-time {
    font-weight: 400;
    word-wrap: normal;
}

.mejs-controls a.mejs-horizontal-volume-slider {
    display: table;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-time-rail .mejs-time-loaded {
    background: #fff;
}

.mejs-controls .mejs-time-rail .mejs-time-current {
    background: #0073aa;
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail .mejs-time-total {
    background: rgba(255,255,255,.33);
}

.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current, .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total, .mejs-controls .mejs-time-rail span {
    border-radius: 0;
}

.mejs-overlay-loading {
    background: 0 0;
}

.mejs-controls button:hover {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.me-cannotplay {
    width: auto !important;
}

.media-embed-details .wp-audio-shortcode {
    display: inline-block;
    max-width: 400px;
}

.audio-details .embed-media-settings {
    overflow: visible;
}

.media-embed-details .embed-media-settings .setting span:not(.button-group) {
    max-width: 400px;
    width: auto;
}

.media-embed-details .embed-media-settings .checkbox-setting span {
    display: inline-block;
}

.media-embed-details .embed-media-settings {
    padding-top: 0;
    top: 28px;
}

.media-embed-details .instructions {
    padding: 16px 0;
    max-width: 600px;
}

.media-embed-details .setting .remove-setting, .media-embed-details .setting p {
    color: #a00;
    font-size: 10px;
    text-transform: uppercase;
}

.media-embed-details .setting .remove-setting {
    padding: 5px 0;
}

.media-embed-details .setting a:hover {
    color: #dc3232;
}

.media-embed-details .embed-media-settings .checkbox-setting {
    float: none;
    margin: 0 0 10px;
}

.wp-video {
    max-width: 100%;
    height: auto;
}

.wp_attachment_holder .wp-audio-shortcode, .wp_attachment_holder .wp-video {
    margin-top: 18px;
}

.wp-video-shortcode video, video.wp-video-shortcode {
    max-width: 100%;
    display: inline-block;
}

.video-details .wp-video-holder {
    width: 100%;
    max-width: 640px;
}

.wp-playlist {
    border: 1px solid #ccc;
    padding: 10px;
    margin: 12px 0 18px;
    font-size: 14px;
    line-height: 1.5;
}

.wp-admin .wp-playlist {
    margin: 0 0 18px;
}

.wp-playlist video {
    display: inline-block;
    max-width: 100%;
}

.wp-playlist audio {
    display: none;
    max-width: 100%;
    width: 400px;
}

.wp-playlist .mejs-container {
    margin: 0;
    max-width: 100%;
}

.wp-playlist .mejs-controls .mejs-button button {
    outline: 0;
}

.wp-playlist-light {
    background: #fff;
    color: #000;
}

.wp-playlist-dark {
    color: #fff;
    background: #000;
}

.wp-playlist-caption {
    display: block;
    max-width: 88%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5;
}

.wp-playlist-item .wp-playlist-caption {
    text-decoration: none;
    color: #000;
    max-width: -webkit-calc(100% - 40px);
    max-width: calc(100% - 40px);
}

.wp-playlist-item-meta {
    display: block;
    font-size: 14px;
    line-height: 1.5;
}

.wp-playlist-item-title {
    font-size: 14px;
    line-height: 1.5;
}

.wp-playlist-item-album {
    font-style: italic;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wp-playlist-item-artist {
    font-size: 12px;
    text-transform: uppercase;
}

.wp-playlist-item-length {
    position: absolute;
    right: 3px;
    top: 0;
    font-size: 14px;
    line-height: 1.5;
}

.rtl .wp-playlist-item-length {
    left: 3px;
    right: auto;
}

.wp-playlist-tracks {
    margin-top: 10px;
}

.wp-playlist-item {
    position: relative;
    cursor: pointer;
    padding: 0 3px;
    border-bottom: 1px solid #ccc;
}

    .wp-playlist-item:last-child {
        border-bottom: 0;
    }

.wp-playlist-light .wp-playlist-caption {
    color: #333;
}

.wp-playlist-dark .wp-playlist-caption {
    color: #ddd;
}

.wp-playlist-playing {
    font-weight: 700;
    background: #f7f7f7;
}

.wp-playlist-light .wp-playlist-playing {
    background: #fff;
    color: #000;
}

.wp-playlist-dark .wp-playlist-playing {
    background: #000;
    color: #fff;
}

.wp-playlist-current-item {
    overflow: hidden;
    margin-bottom: 10px;
    height: 60px;
}

.wp-playlist .wp-playlist-current-item img {
    float: left;
    max-width: 60px;
    height: auto;
    margin-right: 10px;
    padding: 0;
    border: 0;
}

.rtl .wp-playlist .wp-playlist-current-item img {
    float: right;
    margin-left: 10px;
    margin-right: 0;
}

.wp-playlist-current-item .wp-playlist-item-artist, .wp-playlist-current-item .wp-playlist-item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.wp-audio-playlist .me-cannotplay span {
    padding: 5px 15px;
}
/*
* Text Widget Styles
*
* Global styles to help fix common display issues on WordPress.com
* that could happen with the Rich Text Widget, introduced in WordPress 4.8.
*/

.widget.widget_text {
    word-wrap: break-word;
}

    .widget.widget_text ul,
    .widget.widget_text ol {
        margin-bottom: 1em;
        margin-left: .875em;
        padding-left: .875em;
    }

    .widget.widget_text li ul,
    .widget.widget_text li ol {
        margin-top: 0;
        margin-bottom: 0;
        padding-bottom: 0;
        padding-top: 0;
    }

    .widget.widget_text ul {
        list-style: disc outside none;
    }

    .widget.widget_text ol {
        list-style: decimal outside none;
    }

        .widget.widget_text ul li,
        .widget.widget_text ol li {
            border: 0;
            list-style: inherit;
            margin: 0;
            padding: 0;
            text-align: left;
        }

            .widget.widget_text ul li:before {
                content: "";
            }

    .widget.widget_text p {
        margin-bottom: 1em;
    }
/**
 * everest-forms.scss
 * Governs the general look and feel of EverestForms sections of sites using themes that do not
 * integrate with EverestForms specifically.
 */
/**
 * Imports
 */
/** Minimum breakpoint width. Null for the smallest (first) breakpoint.
 *
 *	>> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))
 *	576px
 **/
/**
 * Media of at least the minimum breakpoint width. No query for the smallest breakpoint.
 * Makes the @content apply to the given breakpoint and wider.
 **/
/**
 * Grid system
 *
 * Generate semantic grid columns with these mixins.
 **/
/**
 * _mixins.scss
 * EverestForms Mixins
 */
/**
 * Objects
 */
/**
 * EverestForms CSS Variables
 */
/*=====  Primary Color  ======*/
/*=====  Semantic Color  ======*/
/*=====  Neutral colors  ======*/
/**
 * EverestForms CSS Variables
 */
/*=====  Primary Color  ======*/
/*=====  Semantic Color  ======*/
/*=====  Neutral colors  ======*/
/**
 * Font Size Variables
 */
/**
 * Grid breakpoints
 *
 * Define the minimum dimensions at which your layout will change,
 * adapting to different screen sizes, for use in media queries.
 **/
/**
 * Grid containers
 *
 * Define the maximum width of `.ur-container` for different screen sizes.
 * scss-docs-start container-max-widths
 **/
/**
 * _animation.scss
 * Custom EverestForms Animations.
 */
@keyframes spin {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotating {
    25% {
        transform: rotate(-2deg);
    }

    75% {
        transform: rotate(2deg);
    }

    100% {
        transform: rotate(0);
    }
}

/**
 * _fonts.scss
 * Custom EverestForms fonts.
 */
@font-face {
    font-family: 'EverestForms';
    src: url(/wp-content/plugins/everest-forms/assets/css/../fonts/EverestForms.eot?q9mcqj);
    src: url(/wp-content/plugins/everest-forms/assets/css/../fonts/EverestForms.eot?q9mcqj#iefix) format("embedded-opentype"), url(/wp-content/plugins/everest-forms/assets/css/../fonts/EverestForms.ttf?q9mcqj) format("truetype"), url(/wp-content/plugins/everest-forms/assets/css/../fonts/EverestForms.woff?q9mcqj) format("woff"), url(/wp-content/plugins/everest-forms/assets/css/../fonts/EverestForms.svg?q9mcqj#EverestForms) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

/**
 * Icons
 * Icon size should be 24dp.
 **/
.evf-icon {
    padding: 8px;
    border-radius: 4px;
}

    .evf-icon * {
        display: block;
    }

/**
 * Headings
 **/
.evf-h2 {
    font-size: 28px;
    font-weight: 600;
}

/**
 * Text
 **/
.evf-text-center {
    text-align: center;
}

.clearfix::before,
.clearfix::after,
.evf-row::before,
.evf-row::after {
    display: table;
    content: '';
}

.clearfix::after,
.evf-row::after {
    clear: both;
}

/**
 * Global styles
 */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/**
 * Utility classes
 */
.clear {
    clear: both;
}

/**
 * Main EverestForms styles
 */
.everest-forms {
    /**
	 * Notices.
	 */
}

    .everest-forms *,
    .everest-forms *::before,
    .everest-forms *::after {
        outline: none;
        box-sizing: border-box;
    }

    .everest-forms ul {
        margin-left: 0;
    }

    .everest-forms .blockUI.blockOverlay {
        position: relative;
    }

        .everest-forms .blockUI.blockOverlay::before {
            height: 1em;
            width: 1em;
            display: block;
            position: absolute;
            top: 50%;
            left: 50%;
            content: '';
            animation: spin 1s ease-in-out infinite;
            background: url(/wp-content/plugins/everest-forms/assets/css/../images/icons/loader.svg) center center;
            background-size: cover;
            background-repeat: no-repeat;
            line-height: 1;
            text-align: center;
            font-size: 2em;
            color: rgba(0, 0, 0, 0.75);
        }

    .everest-forms .clear {
        height: auto;
        width: auto;
        visibility: visible;
    }

    .everest-forms .loader::before {
        height: 1em;
        width: 1em;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        content: '';
        animation: spin 1s ease-in-out infinite;
        background: url(/wp-content/plugins/everest-forms/assets/css/../images/icons/loader.svg) center center;
        background-size: cover;
        background-repeat: no-repeat;
        line-height: 1;
        text-align: center;
        font-size: 2em;
        color: rgba(0, 0, 0, 0.75);
    }

    .everest-forms .evf-container {
        margin-bottom: 30px;
    }

    .everest-forms .everest-forms-progress-bar {
        background: #cdd0d8;
        border-radius: 2px;
    }

        .everest-forms .everest-forms-progress-bar .everest-forms-progress-bar-indicator {
            height: 4px;
            background: #4bce61;
            border-radius: 2px;
        }

    .everest-forms label {
        display: block;
        line-height: 1.7;
        margin: 0 0 10px 0;
        color: #494d50;
        font-size: 14px;
    }

        .everest-forms label .required {
            color: #fa5252;
            font-weight: 700;
            border: 0 !important;
            text-decoration: none;
        }

        .everest-forms label.evf-field-label {
            font-weight: 600;
        }

        .everest-forms label.evf-error {
            color: #fa5252;
            font-weight: 400;
        }

        .everest-forms label.everest-forms-field-sublabel {
            font-size: 12px;
            font-weight: 400;
            line-height: 1.5;
            margin: 0 0 10px 0;
        }

        .everest-forms label.evf-privacy-policy-consent-message {
            display: inline;
            margin-bottom: 0;
        }

    .everest-forms input[type='text'],
    .everest-forms input[type='date'],
    .everest-forms input[type='date'],
    .everest-forms input[type='datetime-local'],
    .everest-forms input[type='email'],
    .everest-forms input[type='file'],
    .everest-forms input[type='image'],
    .everest-forms input[type='month'],
    .everest-forms input[type='number'],
    .everest-forms input[type='password'],
    .everest-forms input[type='range'],
    .everest-forms input[type='search'],
    .everest-forms input[type='tel'],
    .everest-forms input[type='time'],
    .everest-forms input[type='url'],
    .everest-forms input[type='week'],
    .everest-forms select,
    .everest-forms textarea,
    .everest-forms .StripeElement,
    .everest-forms canvas.evf-signature-canvas {
        width: 100%;
        height: auto;
        font-size: 14px;
        outline: none;
        box-shadow: none;
        margin-bottom: 10px;
        padding: 6px 12px;
        color: #494d50;
        border: 1px solid #8e98a2;
        margin-left: 0;
        margin-right: 0;
    }

    .everest-forms input[type='checkbox']::after, .everest-forms input[type='checkbox']::before,
    .everest-forms input[type='radio']::after,
    .everest-forms input[type='radio']::before {
        display: none;
    }

    .everest-forms input[type='checkbox']:checked::before,
    .everest-forms input[type='radio']:checked::before {
        display: none;
    }

    .everest-forms select {
        background-image: none;
    }

    .everest-forms .select2-container {
        margin-bottom: 10px;
    }

        .everest-forms .select2-container .select2-selection.select2-selection--single {
            height: auto;
        }

        .everest-forms .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered {
            display: block;
        }

            .everest-forms .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered li {
                margin: 4px 0;
            }

                .everest-forms .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered li .select2-search__field {
                    padding-left: 4px;
                }

            .everest-forms .select2-container .select2-selection.select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
                margin-right: 4px;
            }

    .everest-forms input:focus,
    .everest-forms textarea:focus {
        outline: none;
        border: 1px solid #0095ff;
    }

    .everest-forms .everest-form::after {
        content: '';
        clear: both;
        display: table;
    }

    .everest-forms .everest-forms-field-row::before, .everest-forms .everest-forms-field-row::after {
        content: '';
        clear: both;
        display: table;
    }

    .everest-forms .everest-forms-field-row:last-child .everest-forms-field-sublabel {
        margin-bottom: 0;
    }

    .everest-forms .evf-title-container .everest-forms--title {
        font-size: 26px;
        margin: 0 0 10px 0;
    }

    .everest-forms .evf-title-container .everest-forms--description {
        margin: 0 0 10px 0;
    }

    .everest-forms .evf-field-container,
    .everest-forms .evf-honeypot-container,
    .everest-forms .evf-submit-container {
        padding-left: 15px;
        padding-right: 15px;
    }

        .everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table) {
            display: flex;
            flex-wrap: wrap;
            margin-left: -15px;
            margin-right: -15px;
        }

            .everest-forms .evf-field-container .evf-frontend-row:not(.wp-list-table) select {
                appearance: menulist;
            }

        .everest-forms .evf-field-container .evf-frontend-row .everest-forms-one-half {
            width: 48%;
            float: left;
            margin-left: 4%;
        }

            .everest-forms .evf-field-container .evf-frontend-row .everest-forms-one-half:first-child {
                margin-left: 0;
            }

        .everest-forms .evf-field-container .evf-frontend-row .everest-forms-first {
            margin-left: 0;
        }

        .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
            width: 100%;
            padding-left: 15px;
            padding-right: 15px;
        }

            .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field {
                display: block;
                margin-bottom: 10px;
            }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-hidden {
                    display: none;
                }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .evf-label-hide,
                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .everest-forms-sublabel-hide {
                    display: none;
                }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .validate-required canvas.evf-signature-canvas {
                    border-color: #fa5252;
                }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) {
                    margin-bottom: 10px;
                    padding: 0;
                    list-style: none;
                }

                    .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li {
                        margin: 0;
                        display: block;
                    }

                        .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li label,
                        .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li input {
                            margin: 0;
                        }

                            .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li input[type='checkbox'],
                            .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ul:not(.select2-selection__rendered) li input[type='radio'] {
                                padding: 0;
                                margin-top: 4px;
                                margin-right: 8px;
                                width: 20px;
                            }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-title h3 {
                    margin: 25px 0;
                    font-size: 16px;
                    line-height: 1.5;
                }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid > label {
                    color: #fa5252;
                }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid .select2-container,
                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid input.evf-error,
                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid select.evf-error,
                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid textarea,
                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid .evf-signature-canvas {
                    border-color: #fa5252;
                }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid input.evf-error {
                    border-color: #fa5252;
                }

                    .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-invalid input.evf-error ~ .everest-forms-field-sublabel {
                        color: #fa5252;
                    }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated select,
                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated textarea,
                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated input.input-text,
                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated .select2-container,
                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.everest-forms-validated .evf-signature-canvas {
                    border-color: #4bce61;
                }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field ::-webkit-input-placeholder {
                    line-height: normal;
                }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field :-moz-placeholder {
                    line-height: normal;
                }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field :-ms-input-placeholder {
                    line-height: normal;
                }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li {
                    display: flex;
                    margin-bottom: 5px;
                    flex-wrap: wrap;
                }

                    .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li.everest-forms-image-choices-item input, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li.everest-forms-image-choices-item input, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li.everest-forms-image-choices-item input, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li.everest-forms-image-choices-item input {
                        margin-top: 0;
                    }

                    .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li .everest-forms-field-label-inline {
                        width: calc(100% - 28px);
                    }

                    .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li.everest-forms-image-choices-item .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li.everest-forms-image-choices-item .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li.everest-forms-image-choices-item .everest-forms-field-label-inline, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li.everest-forms-image-choices-item .everest-forms-field-label-inline {
                        width: 100%;
                        display: flex;
                        flex-wrap: wrap;
                    }

                    .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul li .everest-forms-image-choices-image {
                        margin-right: 10px;
                    }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio ul.everest-forms-image-choices label, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox ul.everest-forms-image-choices label, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple ul.everest-forms-image-choices label, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox ul.everest-forms-image-choices label {
                    cursor: pointer;
                }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-inline ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-inline ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-inline ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-inline ul li {
                    vertical-align: top;
                    display: inline-flex;
                    margin-right: 20px;
                }

                .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns ul, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns ul {
                    display: flex;
                    flex-wrap: wrap;
                    margin-left: -15px;
                    margin-right: -15px;
                }

                    .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns ul li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns ul li {
                        width: 100%;
                        padding-left: 15px;
                        padding-right: 15px;
                    }

                        .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns ul li .everest-forms-image-choices-image, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns ul li .everest-forms-image-choices-image {
                            margin-bottom: 10px;
                        }

@media (min-width: 768px) {
    .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns li {
        flex: 0 0 50%;
        max-width: 50%;
    }

        .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns li:nth-child(1n + 3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns li:nth-child(1n + 3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns li:nth-child(1n + 3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns li:nth-child(1n + 3) {
            margin-top: 10px;
        }
}

@media screen and (min-width: 768px) and (max-width: 768px) {
    .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-2-columns li:nth-child(1n + 3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-2-columns li:nth-child(1n + 3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-2-columns li:nth-child(1n + 3), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-2-columns li:nth-child(1n + 3) {
        margin-top: 0;
    }
}

@media (min-width: 768px) {
    .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns li, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns li {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

        .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-radio.everest-forms-list-3-columns li:nth-child(1n + 4), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-checkbox.everest-forms-list-3-columns li:nth-child(1n + 4), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-multiple.everest-forms-list-3-columns li:nth-child(1n + 4), .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-payment-checkbox.everest-forms-list-3-columns li:nth-child(1n + 4) {
            margin-top: 10px;
        }
}

.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-captcha .everest-forms-captcha-equation {
    font-size: 16px;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-captcha .everest-forms-captcha-question {
    margin: 0 0 4px 0;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field.evf-field-captcha .everest-forms-captcha-math input {
    width: 70px;
    margin: 0 0 0 5px;
    display: inline-block;
    vertical-align: inherit;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid .evf-field .iti.iti--allow-dropdown + .evf-error {
    margin-top: 10px;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-grid-1 {
    width: 100%;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-grid-2 {
    width: 50%;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-grid-3 {
    width: 33.33%;
}

.everest-forms .evf-field-container .evf-frontend-row .evf-grid-4 {
    width: 25%;
}

.everest-forms .evf-field-container .evf-frontend-row input[type='checkbox'], .everest-forms .evf-field-container .evf-frontend-row input[type='radio'] {
    box-shadow: none;
}

.everest-forms .evf-field-container .evf-frontend-row input[type='checkbox'] {
    appearance: checkbox;
}

.everest-forms .evf-field-container .evf-frontend-row input[type='radio'] {
    appearance: radio;
}

.everest-forms .evf-field-container .evf-frontend-row input[type='checkbox']:checked {
    background-color: #0095ff;
}

    .everest-forms .evf-field-container .evf-frontend-row input[type='checkbox']:checked::before {
        color: #fff;
        background-color: transparent;
    }

.everest-forms .evf-field-container .evf-frontend-row input[type='radio']:checked::before {
    background-color: #0095ff;
}

.everest-forms .evf-field-container .evf-frontend-row input::placeholder {
    color: #8e98a2;
}

.everest-forms .evf-field-container .evf-frontend-row textarea {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: 120px;
}

    .everest-forms .evf-field-container .evf-frontend-row textarea::placeholder {
        color: #8e98a2;
    }

.everest-forms .evf-field-container .evf-frontend-row .evf-field-description,
.everest-forms .evf-field-container .evf-frontend-row .everest-forms-field-limit-text {
    line-height: 1.7;
    margin-bottom: 10px;
    font-size: 14px;
}

.everest-forms input[type='submit'],
.everest-forms button[type='submit'],
.everest-forms a.button:not(.button-large),
.everest-forms button.button:not(.button-large),
.everest-forms .everest-forms-part-button {
    color: #555;
    height: auto;
    cursor: pointer;
    background: none;
    box-shadow: none;
    font-size: inherit;
    font-weight: 400;
    line-height: 1.5;
    padding: 10px 15px;
    border-radius: 3px;
    border: 1px solid #ccc;
    background-color: #f7f7f7;
}

    .everest-forms input[type='submit']:hover, .everest-forms input[type='submit']:active,
    .everest-forms button[type='submit']:hover,
    .everest-forms button[type='submit']:active,
    .everest-forms a.button:not(.button-large):hover,
    .everest-forms a.button:not(.button-large):active,
    .everest-forms button.button:not(.button-large):hover,
    .everest-forms button.button:not(.button-large):active,
    .everest-forms .everest-forms-part-button:hover,
    .everest-forms .everest-forms-part-button:active {
        outline: none;
        color: #23282d;
        background-color: #eee;
    }

    .everest-forms input[type='submit']:disabled,
    .everest-forms button[type='submit']:disabled,
    .everest-forms a.button:not(.button-large):disabled,
    .everest-forms button.button:not(.button-large):disabled,
    .everest-forms .everest-forms-part-button:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

        .everest-forms input[type='submit']:disabled:hover,
        .everest-forms button[type='submit']:disabled:hover,
        .everest-forms a.button:not(.button-large):disabled:hover,
        .everest-forms button.button:not(.button-large):disabled:hover,
        .everest-forms .everest-forms-part-button:disabled:hover {
            color: #555;
            background-color: #f7f7f7;
        }

.everest-forms .layout-two label {
    margin-bottom: 0;
}

.everest-forms .layout-two .evf-field-checkbox label,
.everest-forms .layout-two .evf-field-radio label {
    margin-bottom: 20px;
}

.everest-forms .layout-two input,
.everest-forms .layout-two select,
.everest-forms .layout-two textarea,
.everest-forms .layout-two canvas.evf-signature-canvas {
    border-radius: 0;
    border-top: none transparent;
    border-right: none transparent;
    border-left: none transparent;
    border-bottom: 1px solid #8e98a2;
    padding: 10px 0;
}

    .everest-forms .layout-two input:focus,
    .everest-forms .layout-two select:focus,
    .everest-forms .layout-two textarea:focus,
    .everest-forms .layout-two canvas.evf-signature-canvas:focus {
        outline: none;
        border-top: none transparent;
        border-right: none transparent;
        border-left: none transparent;
    }

.everest-forms .layout-two textarea {
    height: 100px;
}

.everest-forms .everest-forms-notice {
    padding: 1em 3em;
    margin: 0 0 2em;
    position: relative;
    background-color: #0095ff;
    color: #fff;
    border-radius: 5px;
    *zoom: 1;
}

    .everest-forms .everest-forms-notice::before, .everest-forms .everest-forms-notice::after {
        content: ' ';
        display: table;
    }

    .everest-forms .everest-forms-notice::after {
        clear: both;
    }

    .everest-forms .everest-forms-notice::before {
        font-family: dashicons;
        content: '\f348';
        position: absolute;
        top: 1em;
        left: 1.5em;
        color: inherit;
    }

    .everest-forms .everest-forms-notice .button {
        float: right;
    }

    .everest-forms .everest-forms-notice p {
        margin-bottom: 0;
    }

    .everest-forms .everest-forms-notice a {
        color: #fff;
    }

    .everest-forms .everest-forms-notice li {
        list-style: none outside !important;
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .everest-forms .everest-forms-notice.everst-forms-form-disable-notice {
        color: #494d50;
        background: #fffbf0;
        border: 1px solid #f4d071;
    }

.everest-forms .everest-forms-notice--info {
    padding: 1em 1.6em;
    color: #494d50;
    background: #f0f9ff;
    border: 1px solid #71bdf4;
}

    .everest-forms .everest-forms-notice--info::before {
        visibility: hidden;
    }

    .everest-forms .everest-forms-notice--info .everest-forms-notice--actions {
        margin-top: 10px;
    }

        .everest-forms .everest-forms-notice--info .everest-forms-notice--actions a.button {
            float: left;
            line-height: 1;
            cursor: pointer;
            margin-right: 7px;
            padding: 0.618em 1em;
            box-shadow: none;
            text-shadow: none;
            text-decoration: none;
            background-image: none;
            color: #494d50;
            background-color: #f6f7f9;
        }

            .everest-forms .everest-forms-notice--info .everest-forms-notice--actions a.button:focus {
                outline: none;
            }

.everest-forms .everest-forms-notice--success {
    background-color: #4bce61;
}

    .everest-forms .everest-forms-notice--success::before {
        content: '\f147';
    }

.everest-forms .everest-forms-notice--warning {
    background-color: #ffba00;
}

.everest-forms .everest-forms-notice--error {
    background-color: #fa5252;
}

    .everest-forms .everest-forms-notice--error::before {
        content: '\f534';
        color: inherit;
    }

    .everest-forms .everest-forms-notice--error .everest-forms-notice-list {
        margin: 0;
        list-style: none outside;
    }

        .everest-forms .everest-forms-notice--error .everest-forms-notice-list .everest-forms-notice-list__item {
            margin-bottom: 0.5em;
        }

            .everest-forms .everest-forms-notice--error .everest-forms-notice-list .everest-forms-notice-list__item:last-child {
                margin-bottom: 0;
            }

/**
 * Gutenberg Block
 */
.edit-post-visual-editor .everest-form-gutenberg-form-selector-wrap {
    align-items: center;
}

    .edit-post-visual-editor .everest-form-gutenberg-form-selector-wrap .components-placeholder__label {
        margin-bottom: 0;
    }

        .edit-post-visual-editor .everest-form-gutenberg-form-selector-wrap .components-placeholder__label svg {
            width: 75px;
            height: 75px;
            color: #7e3bd0;
        }

    .edit-post-visual-editor .everest-form-gutenberg-form-selector-wrap .components-placeholder__instructions {
        color: #23282d;
        font-size: 1.3em;
        font-weight: 600;
    }

    .edit-post-visual-editor .everest-form-gutenberg-form-selector-wrap .components-placeholder__fieldset .components-base-control {
        width: 100%;
        text-align: center;
    }

div.evf-gutenberg-form-selector .evf-frontend-row input:disabled,
div.evf-gutenberg-form-selector .evf-frontend-row textarea:disabled,
div.evf-gutenberg-form-selector .evf-frontend-row select:disabled,
div.evf-gutenberg-form-selector .evf-frontend-row button[type='submit']:disabled {
    cursor: not-allowed;
}

/**
 * Anti-spam Honeypot and reCAPTCHA Area
 */
.evf-honeypot-container {
    display: none !important;
    position: absolute !important;
    left: -9000px !important;
}

.evf-recaptcha-container {
    clear: both;
    margin-bottom: 30px;
}

    .evf-recaptcha-container .evf-error {
        margin-top: 15px;
        margin-bottom: 0;
        font-weight: 300;
        line-height: 1.7;
        padding: 7px 10px;
        border-radius: 3px;
        display: inline-block;
        color: #f92020;
        border: 1px solid #fa5252;
        background-color: white;
    }

    .evf-recaptcha-container.recaptcha-hidden {
        margin: 0;
    }

/**
  * Date time design
  */
.evf-field-date-time .date-time-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: nowrap;
    margin: 0 -5px;
}

@media (max-width: 767px) {
    .evf-field-date-time .date-time-container {
        justify-content: space-between;
        margin: 0;
    }
}

.evf-field-date-time .date-time-container input.date-dropdown-field {
    width: 100%;
    margin: 0 5px;
}

.evf-field-date-time .date-time-container .date-time-space-filler {
    width: 20px;
}

@media (max-width: 767px) {
    .evf-field-date-time .date-time-container .date-time-space-filler {
        width: 100%;
    }
}

.evf-field-date-time .date-time-container select {
    margin: 0 5px 0 5px;
    width: calc(100% - 66.6%);
}

@media (max-width: 767px) {
    .evf-field-date-time .date-time-container select {
        width: calc(33.33% - 10px);
        margin: 0;
    }
}

/* Small devices */
@media only screen and (max-width: 600px) {
    .evf-container .evf-field > * {
        max-width: 100%;
    }

    .evf-container .evf-field:not(.evf-field-phone) {
        overflow-x: hidden;
    }

    .evf-container .evf-field.evf-field, .evf-container .evf-field.evf-field-likert {
        overflow: auto;
    }
}

@media screen and (min-width: 768px) {
    .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-2 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .everest-forms .evf-field-container .evf-frontend-row {
        flex-direction: column;
        margin: 0;
    }

        .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid {
            padding: 0;
        }

            .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid:last-child {
                margin-bottom: 0;
            }

            .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-2, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-3, .everest-forms .evf-field-container .evf-frontend-row .evf-frontend-grid.evf-grid-4 {
                width: 100%;
                max-width: 100%;
            }

    .everest-forms .evf-recaptcha-container {
        margin: 25px 0;
    }
}

.wp-admin .evf-field-repeater-fields {
    display: block !important;
}

/*
 * Hide the form fields upon successful submission.
 * Perhaps more robust: .everest-forms.amp-form-submit-success > *:not([submit-success]) { display:none }
 */
.amp-form-submit-success .evf-field-container,
.amp-form-submit-success .evf-submit-container {
    display: none;
}

/* For shortcode embed */
@keyframes everest-forms-heartbeat {
    0% {
        box-shadow: 0 0 0 0 rgba(140, 90, 202, 0.6);
    }

    100% {
        box-shadow: 0 0 0 10px rgba(223, 119, 57, 0);
    }
}

span.everest-forms-shortcode-form-embed-dot {
    display: inline-block;
    width: 12px;
    height: 12px !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50%;
    background-color: #8c5aca;
    animation: everest-forms-heartbeat 1.5s infinite !important;
    margin: 3px 10px;
}

.wp-editor-tools span.everest-forms-shortcode-form-embed-dot {
    margin-top: 9px;
}

.everest-forms-shortcode-form-embed-theme-tooltip {
    display: none;
}

.everest-forms-shortcode-form-embed-theme.tooltipster-sidetip {
    z-index: 100100 !important;
}

    .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-top .tooltipster-box {
        margin-bottom: 18px;
    }

    .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
        bottom: 8px;
    }

    .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
        top: 0;
    }

    .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-right .tooltipster-box {
        margin-left: 18px;
    }

    .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
        left: 8px;
    }

    .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box {
        max-width: 260px;
        background: white;
        border: none;
        border-radius: 4px;
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
        -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.25);
    }

        .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content {
            color: #444444;
            padding: 16px 20px 18px;
            text-align: center;
        }

            .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content div *:first-child {
                margin-top: 0 !important;
            }

            .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content h3 {
                font-size: 16px;
                letter-spacing: 0px;
                line-height: 18px;
                margin: 0;
                color: #23282C;
            }

            .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content p {
                font-size: 14px;
                letter-spacing: 0px;
                line-height: 18px;
                margin: 10px 0 0;
                color: #444444;
            }

            .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content a {
                color: #1D7BAC;
            }

            .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .everest-forms-shortcode-form-embed-theme-done-btn {
                border-radius: 3px;
                cursor: pointer;
                text-decoration: none;
                text-align: center;
                vertical-align: middle;
                white-space: nowrap;
                box-shadow: none;
                font-size: 14px;
                font-weight: 600;
                letter-spacing: 0px;
                padding: 7px 18px;
                border: none;
                background-color: #8c5aca;
                color: #ffffff;
                display: block;
                margin: 15px auto 0;
            }

                .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .everest-forms-shortcode-form-embed-theme-done-btn:hover {
                    background-color: #8c5aca;
                }

                .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .everest-forms-shortcode-form-embed-theme-done-btn:disabled {
                    cursor: default;
                    opacity: 0.5;
                }

                    .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-box .tooltipster-content .everest-forms-shortcode-form-embed-theme-done-btn:disabled:hover {
                        background-color: #8c5aca;
                    }

    .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-arrow-border {
        border: none;
    }

    .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-top .tooltipster-arrow-background {
        border-top-color: white;
    }

    .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-right .tooltipster-arrow-background {
        border-right-color: white;
    }

    .everest-forms-shortcode-form-embed-theme.tooltipster-sidetip .tooltipster-bottom .tooltipster-arrow-background {
        border-bottom-color: white;
    }

.block-editor-page .edit-post-layout .components-notice-list > div {
    padding-left: 50px;
}

.block-editor-page .everest-forms-shortcode-form-embed-dot {
    position: absolute;
    top: 75px;
    left: 20px;
    z-index: 9999;
}

.block-editor-page .everest-forms-shortcode-form-embed-theme {
    width: 260px !important;
    z-index: 99980 !important;
    margin-top: 5px;
}

    .block-editor-page .everest-forms-shortcode-form-embed-theme .tooltipster-box {
        margin-top: 10px;
    }

    .block-editor-page .everest-forms-shortcode-form-embed-theme .everest-forms-shortcode-form-embed-theme-tooltips-red-arrow {
        position: absolute;
        display: block;
        width: 15px;
        height: 42px;
        top: -65px;
        left: 145px;
        background-image: url(/wp-content/plugins/everest-forms/assets/css/../images/icons/red-arrow.svg);
        background-size: 15px 42px;
        background-repeat: no-repeat;
    }

.block-editor-page.is-fullscreen-mode .edit-post-layout .components-notice-list > div {
    padding-left: 125px;
}

.block-editor-page.is-fullscreen-mode .everest-forms-shortcode-form-embed-dot {
    left: 75px;
}

.block-editor-page.is-fullscreen-mode .everest-forms-shortcode-form-embed-theme .everest-forms-shortcode-form-embed-theme-tooltips-red-arrow {
    left: 105px;
}

.everest_forms_preview_confirmation_table {
    width: 100%;
    margin-top: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

.everest_forms_preview_confirmation_table_label {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    font-weight: bold;
}

.everest_forms_preview_confirmation_table_value {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

    .everest_forms_preview_confirmation_table_value:first-child {
        border-left: none;
    }

.everest_forms_preview_confirmation_compact {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
}

    .everest_forms_preview_confirmation_compact .everest_forms_preview_confirmation_compact_label {
        flex: 0 0 30%;
        padding: 10px;
        font-weight: 600;
        box-sizing: border-box;
    }

    .everest_forms_preview_confirmation_compact .everest_forms_preview_confirmation_compact_value {
        flex: 0 0 70%;
        padding: 10px;
        box-sizing: border-box;
    }

        .everest_forms_preview_confirmation_compact .everest_forms_preview_confirmation_compact_label:last-child,
        .everest_forms_preview_confirmation_compact .everest_forms_preview_confirmation_compact_value:last-child {
            border-bottom: none;
        }

    .everest_forms_preview_confirmation_compact .everest_forms_preview_confirmation_compact_value {
        word-break: break-all;
    }

.everest_forms_preview_confirmation_basic {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    background-color: #f9f9f9;
}

.everest_forms_preview_confirmation_basic_label {
    margin-bottom: 10px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

    .everest_forms_preview_confirmation_basic_label span {
        color: #333;
    }

    .everest_forms_preview_confirmation_basic_label:last-child {
        border-bottom: none;
    }

@charset "UTF-8";

:root {
    --wp-admin-theme-color:#3858e9;
    --wp-admin-theme-color--rgb:56,88,233;
    --wp-admin-theme-color-darker-10:#2145e6;
    --wp-admin-theme-color-darker-10--rgb:33,69,230;
    --wp-admin-theme-color-darker-20:#183ad6;
    --wp-admin-theme-color-darker-20--rgb:24,58,214;
    --wp-admin-border-width-focus:2px;
}

@media (min-resolution:192dpi) {
    :root {
        --wp-admin-border-width-focus:1.5px;
    }
}

.components-animate__appear {
    animation: components-animate__appear-animation .1s cubic-bezier(0,0,.2,1) 0s;
    animation-fill-mode: forwards;
}

@media (prefers-reduced-motion:reduce) {
    .components-animate__appear {
        animation-delay: 0s;
        animation-duration: 1ms;
    }
}

.components-animate__appear.is-from-top, .components-animate__appear.is-from-top.is-from-left {
    transform-origin: top left;
}

    .components-animate__appear.is-from-top.is-from-right {
        transform-origin: top right;
    }

.components-animate__appear.is-from-bottom, .components-animate__appear.is-from-bottom.is-from-left {
    transform-origin: bottom left;
}

    .components-animate__appear.is-from-bottom.is-from-right {
        transform-origin: bottom right;
    }

@keyframes components-animate__appear-animation {
    0% {
        transform: translateY(-2em) scaleY(0) scaleX(0);
    }

    to {
        transform: translateY(0) scaleY(1) scaleX(1);
    }
}

.components-animate__slide-in {
    animation: components-animate__slide-in-animation .1s cubic-bezier(0,0,.2,1);
    animation-fill-mode: forwards;
}

@media (prefers-reduced-motion:reduce) {
    .components-animate__slide-in {
        animation-delay: 0s;
        animation-duration: 1ms;
    }
}

.components-animate__slide-in.is-from-left {
    transform: translateX(100%);
}

.components-animate__slide-in.is-from-right {
    transform: translateX(-100%);
}

@keyframes components-animate__slide-in-animation {
    to {
        transform: translateX(0);
    }
}

.components-animate__loading {
    animation: components-animate__loading 1.6s ease-in-out infinite;
}

@keyframes components-animate__loading {
    0% {
        opacity: .5;
    }

    50% {
        opacity: 1;
    }

    to {
        opacity: .5;
    }
}

.components-autocomplete__popover .components-popover__content {
    min-width: 220px;
    padding: 16px;
}

.components-autocomplete__result.components-button {
    display: flex;
    height: auto;
    min-height: 36px;
    text-align: left;
    width: 100%;
}

    .components-autocomplete__result.components-button.is-selected {
        box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    }

.components-button-group {
    display: inline-block;
}

    .components-button-group .components-button {
        border-radius: 0;
        box-shadow: inset 0 0 0 1px #1e1e1e;
        color: #1e1e1e;
        display: inline-flex;
    }

        .components-button-group .components-button + .components-button {
            margin-left: -1px;
        }

        .components-button-group .components-button:first-child {
            border-radius: 2px 0 0 2px;
        }

        .components-button-group .components-button:last-child {
            border-radius: 0 2px 2px 0;
        }

        .components-button-group .components-button.is-primary, .components-button-group .components-button:focus {
            position: relative;
            z-index: 1;
        }

        .components-button-group .components-button.is-primary {
            box-shadow: inset 0 0 0 1px #1e1e1e;
        }

.components-button {
    align-items: center;
    -webkit-appearance: none;
    background: none;
    border: 0;
    border-radius: 2px;
    box-sizing: border-box;
    color: var(--wp-components-color-foreground,#1e1e1e);
    cursor: pointer;
    display: inline-flex;
    font-family: inherit;
    font-size: 13px;
    font-weight: 400;
    height: 36px;
    margin: 0;
    padding: 6px 12px;
    text-decoration: none;
    transition: box-shadow .1s linear;
}

@media (prefers-reduced-motion:reduce) {
    .components-button {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-button.is-next-40px-default-size {
    height: 40px;
}

.components-button:hover, .components-button[aria-expanded=true] {
    color: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
}

.components-button:disabled:hover, .components-button[aria-disabled=true]:hover {
    color: initial;
}

.components-button:focus:not(:disabled) {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    outline: 3px solid #0000;
}

.components-button.is-primary {
    background: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    color: var(--wp-components-color-accent-inverted,#fff);
    outline: 1px solid #0000;
    text-decoration: none;
    text-shadow: none;
    white-space: nowrap;
}

    .components-button.is-primary:hover:not(:disabled) {
        background: var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));
        color: var(--wp-components-color-accent-inverted,#fff);
    }

    .components-button.is-primary:active:not(:disabled) {
        background: var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));
        border-color: var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6));
        color: var(--wp-components-color-accent-inverted,#fff);
    }

    .components-button.is-primary:focus:not(:disabled) {
        box-shadow: inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    }

    .components-button.is-primary:disabled, .components-button.is-primary:disabled:active:enabled, .components-button.is-primary[aria-disabled=true], .components-button.is-primary[aria-disabled=true]:active:enabled, .components-button.is-primary[aria-disabled=true]:enabled {
        background: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
        border-color: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
        color: #fff6;
        opacity: 1;
        outline: none;
    }

        .components-button.is-primary:disabled:active:enabled:focus:enabled, .components-button.is-primary:disabled:focus:enabled, .components-button.is-primary[aria-disabled=true]:active:enabled:focus:enabled, .components-button.is-primary[aria-disabled=true]:enabled:focus:enabled, .components-button.is-primary[aria-disabled=true]:focus:enabled {
            box-shadow: inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
        }

    .components-button.is-primary.is-busy, .components-button.is-primary.is-busy:disabled, .components-button.is-primary.is-busy[aria-disabled=true] {
        background-image: linear-gradient(-45deg,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 33%,var(--wp-components-color-accent-darker-20,var(--wp-admin-theme-color-darker-20,#183ad6)) 70%,var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9)) 70%);
        background-size: 100px 100%;
        border-color: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
        color: var(--wp-components-color-accent-inverted,#fff);
    }

.components-button.is-secondary, .components-button.is-tertiary {
    outline: 1px solid #0000;
}

    .components-button.is-secondary:active:not(:disabled), .components-button.is-tertiary:active:not(:disabled) {
        box-shadow: none;
    }

    .components-button.is-secondary:disabled, .components-button.is-secondary[aria-disabled=true], .components-button.is-secondary[aria-disabled=true]:hover, .components-button.is-tertiary:disabled, .components-button.is-tertiary[aria-disabled=true], .components-button.is-tertiary[aria-disabled=true]:hover {
        background: #0000;
        color: #949494;
        opacity: 1;
        transform: none;
    }

.components-button.is-secondary {
    background: #0000;
    box-shadow: inset 0 0 0 1px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    color: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    outline: 1px solid #0000;
    white-space: nowrap;
}

    .components-button.is-secondary:hover:not(:disabled,[aria-disabled=true]) {
        box-shadow: inset 0 0 0 1px var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));
    }

    .components-button.is-secondary:disabled:not(:focus), .components-button.is-secondary[aria-disabled=true]:hover:not(:focus), .components-button.is-secondary[aria-disabled=true]:not(:focus) {
        box-shadow: inset 0 0 0 1px #ddd;
    }

.components-button.is-tertiary {
    background: #0000;
    color: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    white-space: nowrap;
}

    .components-button.is-tertiary:hover:not(:disabled,[aria-disabled=true]) {
        background: rgba(var(--wp-admin-theme-color--rgb),.04);
    }

    .components-button.is-tertiary:active:not(:disabled,[aria-disabled=true]) {
        background: rgba(var(--wp-admin-theme-color--rgb),.08);
    }

p + .components-button.is-tertiary {
    margin-left: -6px;
}

.components-button.is-tertiary:disabled:not(:focus), .components-button.is-tertiary[aria-disabled=true]:hover:not(:focus), .components-button.is-tertiary[aria-disabled=true]:not(:focus) {
    box-shadow: none;
    outline: none;
}

.components-button.is-destructive {
    --wp-components-color-accent:#cc1818;
    --wp-components-color-accent-darker-10:#9e1313;
    --wp-components-color-accent-darker-20:#710d0d;
}

    .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link) {
        color: #cc1818;
    }

        .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):hover:not(:disabled) {
            color: #710d0d;
        }

        .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):focus:not(:disabled) {
            box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #cc1818;
        }

        .components-button.is-destructive:not(.is-primary):not(.is-secondary):not(.is-tertiary):not(.is-link):active:not(:disabled) {
            background: #ccc;
        }

.components-button.is-link {
    background: none;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    color: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    height: auto;
    margin: 0;
    outline: none;
    padding: 0;
    text-align: left;
    text-decoration: underline;
    transition-duration: .05s;
    transition-property: border,background,color;
    transition-timing-function: ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .components-button.is-link {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-button.is-link:focus {
    border-radius: 2px;
}

.components-button:not(:disabled,[aria-disabled=true]):active {
    color: var(--wp-components-color-foreground,#1e1e1e);
}

.components-button:disabled, .components-button[aria-disabled=true] {
    cursor: default;
    opacity: .3;
}

.components-button.is-busy, .components-button.is-secondary.is-busy, .components-button.is-secondary.is-busy:disabled, .components-button.is-secondary.is-busy[aria-disabled=true] {
    animation: components-button__busy-animation 2.5s linear infinite;
    background-image: linear-gradient(-45deg,#fafafa 33%,#e0e0e0 0,#e0e0e0 70%,#fafafa 0);
    background-size: 100px 100%;
    opacity: 1;
}

@media (prefers-reduced-motion:reduce) {
    .components-button.is-busy, .components-button.is-secondary.is-busy, .components-button.is-secondary.is-busy:disabled, .components-button.is-secondary.is-busy[aria-disabled=true] {
        animation-duration: 0s;
    }
}

.components-button.is-compact {
    height: 32px;
}

    .components-button.is-compact.has-icon:not(.has-text) {
        min-width: 32px;
        padding: 0;
        width: 32px;
    }

.components-button.is-small {
    font-size: 11px;
    height: 24px;
    line-height: 22px;
    padding: 0 8px;
}

    .components-button.is-small.has-icon:not(.has-text) {
        min-width: 24px;
        padding: 0;
        width: 24px;
    }

.components-button.has-icon {
    justify-content: center;
    min-width: 36px;
    padding: 6px;
}

    .components-button.has-icon.is-next-40px-default-size {
        min-width: 40px;
    }

    .components-button.has-icon .dashicon {
        align-items: center;
        box-sizing: initial;
        display: inline-flex;
        justify-content: center;
        padding: 2px;
    }

    .components-button.has-icon.has-text {
        gap: 4px;
        justify-content: start;
        padding-left: 8px;
        padding-right: 12px;
    }

.components-button.is-pressed {
    background: var(--wp-components-color-foreground,#1e1e1e);
    color: var(--wp-components-color-foreground-inverted,#fff);
}

    .components-button.is-pressed:focus:not(:disabled) {
        box-shadow: inset 0 0 0 1px var(--wp-components-color-background,#fff),0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
        outline: 2px solid #0000;
    }

    .components-button.is-pressed:hover:not(:disabled) {
        background: var(--wp-components-color-foreground,#1e1e1e);
        color: var(--wp-components-color-foreground-inverted,#fff);
    }

.components-button svg {
    fill: currentColor;
    outline: none;
}

@media (forced-colors:active) {
    .components-button svg {
        fill: CanvasText;
    }
}

.components-button .components-visually-hidden {
    height: auto;
}

@keyframes components-button__busy-animation {
    0% {
        background-position: 200px 0;
    }
}

.components-checkbox-control__input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    box-shadow: 0 0 0 #0000;
    clear: none;
    color: #1e1e1e;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 16px;
    height: 24px;
    line-height: normal;
    line-height: 0;
    margin: 0 4px 0 0;
    outline: 0;
    padding: 6px 8px;
    padding: 0 !important;
    text-align: center;
    transition: box-shadow .1s linear;
    transition: none;
    transition: border-color .1s ease-in-out;
    vertical-align: top;
    width: 24px;
}

@media (min-width:600px) {
    .components-checkbox-control__input[type=checkbox] {
        font-size: 13px;
        line-height: normal;
    }
}

.components-checkbox-control__input[type=checkbox]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
}

.components-checkbox-control__input[type=checkbox]::-webkit-input-placeholder {
    color: #1e1e1e9e;
}

.components-checkbox-control__input[type=checkbox]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1;
}

.components-checkbox-control__input[type=checkbox]:-ms-input-placeholder {
    color: #1e1e1e9e;
}

.components-checkbox-control__input[type=checkbox]:focus {
    box-shadow: 0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);
}

.components-checkbox-control__input[type=checkbox]:checked {
    background: var(--wp-admin-theme-color);
    border-color: var(--wp-admin-theme-color);
}

    .components-checkbox-control__input[type=checkbox]:checked::-ms-check {
        opacity: 0;
    }

    .components-checkbox-control__input[type=checkbox]:checked:before, .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
        color: #fff;
        margin: -3px -5px;
    }

@media (min-width:782px) {
    .components-checkbox-control__input[type=checkbox]:checked:before, .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
        margin: -4px 0 0 -5px;
    }
}

.components-checkbox-control__input[type=checkbox][aria-checked=mixed] {
    background: var(--wp-admin-theme-color);
    border-color: var(--wp-admin-theme-color);
}

    .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
        speak: none;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "";
        display: inline-block;
        float: left;
        font: normal 30px/1 dashicons;
        vertical-align: middle;
        width: 16px;
    }

@media (min-width:782px) {
    .components-checkbox-control__input[type=checkbox][aria-checked=mixed]:before {
        float: none;
        font-size: 21px;
    }
}

.components-checkbox-control__input[type=checkbox]:disabled, .components-checkbox-control__input[type=checkbox][aria-disabled=true] {
    background: #f0f0f0;
    border-color: #ddd;
    cursor: default;
    opacity: 1;
}

@media (min-width:600px) {
    .components-checkbox-control__input[type=checkbox] {
        height: 20px;
        width: 20px;
    }
}

@media (prefers-reduced-motion:reduce) {
    .components-checkbox-control__input[type=checkbox] {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-checkbox-control__input[type=checkbox]:focus {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-admin-theme-color);
    outline: 2px solid #0000;
    outline-offset: 2px;
}

.components-checkbox-control__input[type=checkbox]:checked, .components-checkbox-control__input[type=checkbox]:indeterminate {
    background: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    border-color: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
}

    .components-checkbox-control__input[type=checkbox]:checked::-ms-check, .components-checkbox-control__input[type=checkbox]:indeterminate::-ms-check {
        opacity: 0;
    }

    .components-checkbox-control__input[type=checkbox]:checked:before {
        content: none;
    }

.components-checkbox-control__input-container {
    display: inline-block;
    height: 24px;
    margin-right: 12px;
    position: relative;
    vertical-align: middle;
    width: 24px;
}

@media (min-width:600px) {
    .components-checkbox-control__input-container {
        height: 20px;
        width: 20px;
    }
}

svg.components-checkbox-control__checked, svg.components-checkbox-control__indeterminate {
    fill: #fff;
    cursor: pointer;
    height: 24px;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    user-select: none;
    width: 24px;
}

@media (min-width:600px) {
    svg.components-checkbox-control__checked, svg.components-checkbox-control__indeterminate {
        left: -2px;
        top: -2px;
    }
}

.components-circular-option-picker {
    display: inline-block;
    min-width: 188px;
    width: 100%;
}

    .components-circular-option-picker .components-circular-option-picker__custom-clear-wrapper {
        display: flex;
        justify-content: flex-end;
        margin-top: 12px;
    }

    .components-circular-option-picker .components-circular-option-picker__swatches {
        display: flex;
        flex-wrap: wrap;
        gap: 12px;
        position: relative;
        z-index: 1;
    }

    .components-circular-option-picker > :not(.components-circular-option-picker__swatches) {
        position: relative;
        z-index: 0;
    }

.components-circular-option-picker__option-wrapper {
    display: inline-block;
    height: 28px;
    transform: scale(1);
    transition: transform .1s ease;
    vertical-align: top;
    width: 28px;
    will-change: transform;
}

@media (prefers-reduced-motion:reduce) {
    .components-circular-option-picker__option-wrapper {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-circular-option-picker__option-wrapper:hover {
    transform: scale(1.2);
}

.components-circular-option-picker__option-wrapper > div {
    height: 100%;
    width: 100%;
}

.components-circular-option-picker__option-wrapper:before {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' fill='none'%3E%3Cpath fill='%23555D65' d='M6 8V6H4v2h2zm2 0V6h2v2H8zm2 8H8v-2h2v2zm2 0v-2h2v2h-2zm0 2v-2h-2v2H8v2h2v-2h2zm2 0v2h-2v-2h2zm2 0h-2v-2h2v2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M18 18h2v-2h-2v-2h2v-2h-2v-2h2V8h-2v2h-2V8h-2v2h2v2h-2v2h2v2h2v2zm-2-4v-2h2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' d='M18 18v2h-2v-2h2z'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M8 10V8H6v2H4v2h2v2H4v2h2v2H4v2h2v2H4v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2v2h-2V4h-2v2h-2V4h-2v2h-2V4h-2v2h2v2h-2v2H8zm0 2v-2H6v2h2zm2 0v-2h2v2h-2zm0 2v-2H8v2H6v2h2v2H6v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h-2v2h-2V6h-2v2h-2v2h2v2h-2v2h-2z' clip-rule='evenodd'/%3E%3Cpath fill='%23555D65' fill-rule='evenodd' d='M4 0H2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v2H0v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2h-2V0h-2v2H8V0H6v2H4V0zm0 4V2H2v2h2zm2 0V2h2v2H6zm0 2V4H4v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2H2v2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h2v2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2v-2h-2v-2h2V8h-2V6h2V4h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2h-2V2h-2v2H8v2H6z' clip-rule='evenodd'/%3E%3C/svg%3E");
    border-radius: 50%;
    bottom: 1px;
    content: "";
    left: 1px;
    position: absolute;
    right: 1px;
    top: 1px;
    z-index: -1;
}

.components-circular-option-picker__option {
    background: #0000;
    border: none;
    border-radius: 50%;
    box-shadow: inset 0 0 0 14px;
    cursor: pointer;
    display: inline-block;
    height: 100%;
    transition: box-shadow .1s ease;
    vertical-align: top;
    width: 100%;
}

@media (prefers-reduced-motion:reduce) {
    .components-circular-option-picker__option {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-circular-option-picker__option:hover {
    box-shadow: inset 0 0 0 14px !important;
}

.components-circular-option-picker__option[aria-pressed=true], .components-circular-option-picker__option[aria-selected=true] {
    box-shadow: inset 0 0 0 4px;
    overflow: visible;
    position: relative;
    z-index: 1;
}

    .components-circular-option-picker__option[aria-pressed=true] + svg, .components-circular-option-picker__option[aria-selected=true] + svg {
        border-radius: 50%;
        left: 2px;
        pointer-events: none;
        position: absolute;
        top: 2px;
        z-index: 2;
    }

.components-circular-option-picker__option:after {
    border: 1px solid #0000;
    border-radius: 50%;
    bottom: -1px;
    box-shadow: inset 0 0 0 1px #0003;
    box-sizing: inherit;
    content: "";
    left: -1px;
    position: absolute;
    right: -1px;
    top: -1px;
}

.components-circular-option-picker__option:focus:after {
    border: 2px solid #757575;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px #fff;
    content: "";
    height: calc(100% + 4px);
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: calc(100% + 4px);
}

.components-circular-option-picker__option.components-button:focus {
    background-color: initial;
    box-shadow: inset 0 0 0 14px;
    outline: none;
}

.components-circular-option-picker__button-action .components-circular-option-picker__option {
    background: #fff;
    color: #fff;
}

.components-circular-option-picker__dropdown-link-action {
    margin-right: 16px;
}

    .components-circular-option-picker__dropdown-link-action .components-button {
        line-height: 22px;
    }

.components-palette-edit__popover-gradient-picker {
    padding: 8px;
    width: 260px;
}

.components-dropdown-menu__menu .components-palette-edit__menu-button {
    width: 100%;
}

.component-color-indicator {
    background: #fff linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px #0003;
    display: inline-block;
    height: 20px;
    padding: 0;
    width: 20px;
}

.components-combobox-control {
    width: 100%;
}

input.components-combobox-control__input[type=text] {
    border: none;
    box-shadow: none;
    font-family: inherit;
    font-size: 16px;
    line-height: inherit;
    margin: 0;
    min-height: auto;
    padding: 2px;
    width: 100%;
}

@media (min-width:600px) {
    input.components-combobox-control__input[type=text] {
        font-size: 13px;
    }
}

input.components-combobox-control__input[type=text]:focus {
    box-shadow: none;
    outline: none;
}

.components-combobox-control__suggestions-container {
    align-items: flex-start;
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 #0000;
    display: flex;
    flex-wrap: wrap;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    transition: box-shadow .1s linear;
    width: 100%;
}

@media (prefers-reduced-motion:reduce) {
    .components-combobox-control__suggestions-container {
        transition-delay: 0s;
        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 #0000;
}

.components-combobox-control__suggestions-container::-webkit-input-placeholder {
    color: #1e1e1e9e;
}

.components-combobox-control__suggestions-container::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1;
}

.components-combobox-control__suggestions-container:-ms-input-placeholder {
    color: #1e1e1e9e;
}

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

.components-combobox-control__reset.components-button {
    display: flex;
    height: 16px;
    min-width: 16px;
    padding: 0;
}

.components-color-palette__custom-color-wrapper {
    position: relative;
    z-index: 0;
}

.components-color-palette__custom-color-button {
    background: none;
    border: none;
    border-radius: 2px 2px 0 0;
    box-shadow: inset 0 0 0 1px #0003;
    box-sizing: border-box;
    cursor: pointer;
    height: 64px;
    outline: 1px solid #0000;
    position: relative;
    width: 100%;
}

    .components-color-palette__custom-color-button:focus {
        box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
        outline-width: 2px;
    }

    .components-color-palette__custom-color-button:after {
        background-image: repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);
        background-position: 0 0,24px 24px;
        background-size: 48px 48px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.components-color-palette__custom-color-text-wrapper {
    border-radius: 0 0 2px 2px;
    box-shadow: inset 0 -1px 0 0 #0003,inset 1px 0 0 0 #0003,inset -1px 0 0 0 #0003;
    font-size: 13px;
    padding: 12px 16px;
    position: relative;
}

.components-color-palette__custom-color-name {
    color: var(--wp-components-color-foreground,#1e1e1e);
    margin: 0 1px;
}

.components-color-palette__custom-color-value {
    color: #757575;
}

.components-color-palette__custom-color-value--is-hex {
    text-transform: uppercase;
}

.components-color-palette__custom-color-value:empty:after {
    content: "​";
    visibility: hidden;
}

.components-custom-gradient-picker__gradient-bar {
    border-radius: 2px;
    height: 48px;
    position: relative;
    width: 100%;
    z-index: 1;
}

    .components-custom-gradient-picker__gradient-bar.has-gradient {
        background-image: repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0),repeating-linear-gradient(45deg,#e0e0e0 25%,#0000 0,#0000 75%,#e0e0e0 0,#e0e0e0);
        background-position: 0 0,12px 12px;
        background-size: 24px 24px;
    }

    .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__gradient-bar-background {
        inset: 0;
        position: absolute;
    }

    .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__markers-container {
        margin-left: auto;
        margin-right: auto;
        position: relative;
        width: calc(100% - 48px);
    }

    .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-dropdown {
        display: flex;
        height: 16px;
        position: absolute;
        top: 16px;
        width: 16px;
    }

    .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown {
        background: #fff;
        border-radius: 50%;
        color: #1e1e1e;
        height: inherit;
        min-width: 16px;
        padding: 2px;
        position: relative;
        width: inherit;
    }

        .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__insert-point-dropdown svg {
            height: 100%;
            width: 100%;
        }

    .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button {
        border-radius: 50%;
        box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 2px 0 #00000040;
        height: inherit;
        outline: 2px solid #0000;
        padding: 0;
        width: inherit;
    }

        .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button.is-active, .components-custom-gradient-picker__gradient-bar .components-custom-gradient-picker__control-point-button:focus {
            box-shadow: inset 0 0 0 calc(var(--wp-admin-border-width-focus)*2) #fff,0 0 2px 0 #00000040;
            outline: 1.5px solid #0000;
        }

.components-custom-gradient-picker__remove-control-point-wrapper {
    padding-bottom: 8px;
}

.components-custom-gradient-picker__inserter {
    direction: ltr;
}

.components-custom-gradient-picker__liner-gradient-indicator {
    display: inline-block;
    flex: 0 auto;
    height: 20px;
    width: 20px;
}

.components-custom-gradient-picker .components-custom-gradient-picker__toolbar {
    border: none;
}

    .components-custom-gradient-picker .components-custom-gradient-picker__toolbar > div + div {
        margin-left: 1px;
    }

    .components-custom-gradient-picker .components-custom-gradient-picker__toolbar button.is-pressed > svg {
        background: #fff;
        border: 1px solid #949494;
        border-radius: 2px;
    }

.components-custom-gradient-picker__ui-line {
    position: relative;
    z-index: 0;
}

.components-custom-select-control {
    font-size: 13px;
    position: relative;
}

.components-custom-select-control__button {
    outline: 0;
    position: relative;
    text-align: left;
}

.components-custom-select-control__hint {
    color: #949494;
    margin-left: 10px;
}

.components-custom-select-control__menu {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    max-height: 400px;
    min-width: 100%;
    outline: none;
    overflow: auto;
    padding: 0;
    position: absolute;
    transition: none;
    z-index: 1000000;
}

    .components-custom-select-control__menu[aria-hidden=true] {
        display: none;
    }

.components-custom-select-control__item {
    align-items: center;
    cursor: default;
    display: grid;
    grid-template-columns: auto auto;
    line-height: 28px;
    list-style-type: none;
    padding: 8px 16px;
}

    .components-custom-select-control__item:not(.is-next-40px-default-size) {
        padding: 8px;
    }

    .components-custom-select-control__item.has-hint {
        grid-template-columns: auto auto 30px;
    }

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

    .components-custom-select-control__item .components-custom-select-control__item-hint {
        color: #949494;
        padding-right: 4px;
        text-align: right;
    }

    .components-custom-select-control__item .components-custom-select-control__item-icon {
        margin-left: auto;
    }

    .components-custom-select-control__item:last-child {
        margin-bottom: 0;
    }

.block-editor-dimension-control .components-base-control__field {
    align-items: center;
    display: flex;
}

.block-editor-dimension-control .components-base-control__label {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    margin-right: 1em;
}

    .block-editor-dimension-control .components-base-control__label .dashicon {
        margin-right: .5em;
    }

.block-editor-dimension-control.is-manual .components-base-control__label {
    width: 10em;
}

body.is-dragging-components-draggable {
    cursor: move;
    cursor: grabbing !important;
}

.components-draggable__invisible-drag-image {
    height: 50px;
    left: -1000px;
    position: fixed;
    width: 50px;
}

.components-draggable__clone {
    background: #0000;
    padding: 0;
    pointer-events: none;
    position: fixed;
    z-index: 1000000000;
}

.components-drop-zone {
    border-radius: 2px;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 40;
}

    .components-drop-zone.is-active {
        opacity: 1;
        visibility: visible;
    }

.components-drop-zone__content {
    align-items: center;
    background-color: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    bottom: 0;
    color: #fff;
    display: flex;
    height: 100%;
    justify-content: center;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 50;
}

.components-drop-zone__content-icon, .components-drop-zone__content-text {
    display: block;
}

.components-drop-zone__content-icon {
    fill: currentColor;
    line-height: 0;
    margin: 0 auto 8px;
    pointer-events: none;
}

.components-drop-zone__content-text {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
}

.components-dropdown {
    display: inline-block;
}

.components-dropdown__content .components-popover__content {
    padding: 8px;
}

.components-dropdown__content [role=menuitem] {
    white-space: nowrap;
}

.components-dropdown__content .components-menu-group {
    margin: 0 -8px;
    padding: 8px;
}

    .components-dropdown__content .components-menu-group:first-child {
        margin-top: -8px;
    }

    .components-dropdown__content .components-menu-group:last-child {
        margin-bottom: -8px;
    }

    .components-dropdown__content .components-menu-group + .components-menu-group {
        border-top: 1px solid #ccc;
        margin-top: 0;
        padding: 8px;
    }

.components-dropdown__content.is-alternate .components-menu-group + .components-menu-group {
    border-color: #1e1e1e;
}

.components-dropdown-menu__toggle {
    vertical-align: top;
}

.components-dropdown-menu__menu {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    line-height: 1.4;
    width: 100%;
}

    .components-dropdown-menu__menu .components-dropdown-menu__menu-item, .components-dropdown-menu__menu .components-menu-item {
        cursor: pointer;
        outline: none;
        padding: 6px;
        white-space: nowrap;
        width: 100%;
    }

        .components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator, .components-dropdown-menu__menu .components-menu-item.has-separator {
            margin-top: 6px;
            overflow: visible;
            position: relative;
        }

            .components-dropdown-menu__menu .components-dropdown-menu__menu-item.has-separator:before, .components-dropdown-menu__menu .components-menu-item.has-separator:before {
                background-color: #ddd;
                box-sizing: initial;
                content: "";
                display: block;
                height: 1px;
                left: 0;
                position: absolute;
                right: 0;
                top: -3px;
            }

        .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active .dashicon, .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-active svg, .components-dropdown-menu__menu .components-menu-item.is-active .dashicon, .components-dropdown-menu__menu .components-menu-item.is-active svg {
            background: #1e1e1e;
            border-radius: 1px;
            box-shadow: 0 0 0 1px #1e1e1e;
            color: #fff;
        }

        .components-dropdown-menu__menu .components-dropdown-menu__menu-item.is-icon-only, .components-dropdown-menu__menu .components-menu-item.is-icon-only {
            width: auto;
        }

    .components-dropdown-menu__menu .components-menu-item__button, .components-dropdown-menu__menu .components-menu-item__button.components-button {
        height: auto;
        min-height: 36px;
        padding-left: 8px;
        padding-right: 8px;
        text-align: left;
    }

.components-duotone-picker__color-indicator:before {
    background: #0000;
}

.components-duotone-picker__color-indicator > .components-button, .components-duotone-picker__color-indicator > .components-button.is-pressed:hover:not(:disabled) {
    background: linear-gradient(-45deg,#0000 48%,#ddd 0,#ddd 52%,#0000 0);
    color: #0000;
}

    .components-duotone-picker__color-indicator > .components-button:not([aria-disabled=true]):active {
        color: #0000;
    }

.components-color-list-picker, .components-color-list-picker__swatch-button {
    width: 100%;
}

.components-color-list-picker__color-picker {
    margin: 8px 0;
}

.components-color-list-picker__swatch-button {
    padding: 6px;
}

.components-color-list-picker__swatch-color {
    margin: 2px;
}

.components-form-toggle {
    display: inline-block;
    position: relative;
}

    .components-form-toggle .components-form-toggle__track {
        background-color: #fff;
        border: 1px solid #1e1e1e;
        border-radius: 9px;
        box-sizing: border-box;
        content: "";
        display: inline-block;
        height: 18px;
        overflow: hidden;
        position: relative;
        transition: background-color .2s ease,border-color .2s ease;
        vertical-align: top;
        width: 36px;
    }

@media (prefers-reduced-motion:reduce) {
    .components-form-toggle .components-form-toggle__track {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-form-toggle .components-form-toggle__track:after {
    border-top: 18px solid #0000;
    box-sizing: border-box;
    content: "";
    inset: 0;
    opacity: 0;
    position: absolute;
    transition: opacity .2s ease;
}

@media (prefers-reduced-motion:reduce) {
    .components-form-toggle .components-form-toggle__track:after {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-form-toggle .components-form-toggle__thumb {
    background-color: #1e1e1e;
    border: 6px solid #0000;
    border-radius: 50%;
    box-sizing: border-box;
    display: block;
    height: 12px;
    left: 3px;
    position: absolute;
    top: 3px;
    transition: transform .2s ease,background-color .2s ease-out;
    width: 12px;
}

@media (prefers-reduced-motion:reduce) {
    .components-form-toggle .components-form-toggle__thumb {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-form-toggle.is-checked .components-form-toggle__track {
    background-color: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    border-color: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
}

    .components-form-toggle.is-checked .components-form-toggle__track:after {
        opacity: 1;
    }

.components-form-toggle .components-form-toggle__input:focus + .components-form-toggle__track {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) #fff,0 0 0 calc(var(--wp-admin-border-width-focus)*2) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    outline: 2px solid #0000;
    outline-offset: 2px;
}

.components-form-toggle.is-checked .components-form-toggle__thumb {
    background-color: #fff;
    border-width: 0;
    transform: translateX(18px);
}

.components-disabled .components-form-toggle, .components-form-toggle.is-disabled {
    opacity: .3;
}

.components-form-toggle input.components-form-toggle__input[type=checkbox] {
    border: none;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}

    .components-form-toggle input.components-form-toggle__input[type=checkbox]:checked {
        background: none;
    }

    .components-form-toggle input.components-form-toggle__input[type=checkbox]:before {
        content: "";
    }

.components-form-token-field__input-container {
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 #0000;
    cursor: text;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 16px;
    line-height: normal;
    padding: 0;
    transition: box-shadow .1s linear;
    width: 100%;
}

@media (prefers-reduced-motion:reduce) {
    .components-form-token-field__input-container {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

@media (min-width:600px) {
    .components-form-token-field__input-container {
        font-size: 13px;
        line-height: normal;
    }
}

.components-form-token-field__input-container:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000;
}

.components-form-token-field__input-container::-webkit-input-placeholder {
    color: #1e1e1e9e;
}

.components-form-token-field__input-container::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1;
}

.components-form-token-field__input-container:-ms-input-placeholder {
    color: #1e1e1e9e;
}

.components-form-token-field__input-container.is-disabled {
    background: #ddd;
    border-color: #ddd;
}

.components-form-token-field__input-container.is-active {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000;
}

.components-form-token-field__input-container input[type=text].components-form-token-field__input {
    background: inherit;
    border: 0;
    box-shadow: none;
    color: #1e1e1e;
    display: inline-block;
    flex: 1;
    font-family: inherit;
    font-size: 16px;
    margin-left: 4px;
    max-width: 100%;
    min-height: 24px;
    min-width: 50px;
    padding: 0;
    width: 100%;
}

@media (min-width:600px) {
    .components-form-token-field__input-container input[type=text].components-form-token-field__input {
        font-size: 13px;
    }
}

.components-form-token-field.is-active .components-form-token-field__input-container input[type=text].components-form-token-field__input, .components-form-token-field__input-container input[type=text].components-form-token-field__input:focus {
    box-shadow: none;
    outline: none;
}

.components-form-token-field__input-container .components-form-token-field__token + input[type=text].components-form-token-field__input {
    width: auto;
}

.components-form-token-field__token {
    color: #1e1e1e;
    display: flex;
    font-size: 13px;
    max-width: 100%;
}

    .components-form-token-field__token.is-success .components-form-token-field__remove-token, .components-form-token-field__token.is-success .components-form-token-field__token-text {
        background: #4ab866;
    }

    .components-form-token-field__token.is-error .components-form-token-field__remove-token, .components-form-token-field__token.is-error .components-form-token-field__token-text {
        background: #cc1818;
    }

    .components-form-token-field__token.is-validating .components-form-token-field__remove-token, .components-form-token-field__token.is-validating .components-form-token-field__token-text {
        color: #757575;
    }

    .components-form-token-field__token.is-borderless {
        padding: 0 24px 0 0;
        position: relative;
    }

        .components-form-token-field__token.is-borderless .components-form-token-field__token-text {
            background: #0000;
            color: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
        }

        .components-form-token-field__token.is-borderless .components-form-token-field__remove-token {
            background: #0000;
            color: #757575;
            padding: 0;
            position: absolute;
            right: 0;
            top: 1px;
        }

        .components-form-token-field__token.is-borderless.is-success .components-form-token-field__token-text {
            color: #4ab866;
        }

        .components-form-token-field__token.is-borderless.is-error .components-form-token-field__token-text {
            border-radius: 4px 0 0 4px;
            color: #cc1818;
            padding: 0 4px 0 6px;
        }

        .components-form-token-field__token.is-borderless.is-validating .components-form-token-field__token-text {
            color: #1e1e1e;
        }

    .components-form-token-field__token.is-disabled .components-form-token-field__remove-token {
        cursor: default;
    }

.components-form-token-field__remove-token.components-button, .components-form-token-field__token-text {
    background: #ddd;
    display: inline-block;
    height: auto;
    line-height: 24px;
    min-width: unset;
    transition: all .2s cubic-bezier(.4,1,.4,1);
}

@media (prefers-reduced-motion:reduce) {
    .components-form-token-field__remove-token.components-button, .components-form-token-field__token-text {
        animation-delay: 0s;
        animation-duration: 1ms;
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-form-token-field__token-text {
    border-radius: 2px 0 0 2px;
    overflow: hidden;
    padding: 0 0 0 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.components-form-token-field__remove-token.components-button {
    border-radius: 0 2px 2px 0;
    color: #1e1e1e;
    cursor: pointer;
    line-height: 10px;
    overflow: initial;
    padding: 0 2px;
}

    .components-form-token-field__remove-token.components-button:hover {
        color: #1e1e1e;
    }

.components-form-token-field__suggestions-list {
    box-shadow: inset 0 1px 0 0 #949494;
    flex: 1 0 100%;
    list-style: none;
    margin: 0;
    max-height: 128px;
    min-width: 100%;
    overflow-y: auto;
    padding: 0;
    transition: all .15s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .components-form-token-field__suggestions-list {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-form-token-field__suggestion {
    box-sizing: border-box;
    color: #1e1e1e;
    cursor: pointer;
    display: block;
    font-size: 13px;
    margin: 0;
    min-height: 32px;
    padding: 8px 12px;
}

    .components-form-token-field__suggestion.is-selected {
        background: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
        color: #fff;
    }

@media (min-width:600px) {
    .components-guide {
        width: 600px;
    }
}

.components-guide .components-modal__content {
    border-radius: 2px;
    margin-top: 0;
    padding: 0;
}

    .components-guide .components-modal__content:before {
        content: none;
    }

.components-guide .components-modal__header {
    border-bottom: none;
    height: 60px;
    padding: 0;
    position: sticky;
}

    .components-guide .components-modal__header .components-button {
        align-self: flex-start;
        margin: 8px 8px 0 0;
        position: static;
    }

        .components-guide .components-modal__header .components-button:hover svg {
            fill: #fff;
        }

.components-guide__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: -60px;
    min-height: 100%;
}

.components-guide__page {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

@media (min-width:600px) {
    .components-guide__page {
        min-height: 300px;
    }
}

.components-guide__footer {
    align-content: center;
    display: flex;
    height: 36px;
    justify-content: center;
    margin: 0 0 24px;
    padding: 0 32px;
    position: relative;
    width: 100%;
}

.components-guide__page-control {
    margin: 0;
    text-align: center;
}

    .components-guide__page-control li {
        display: inline-block;
        margin: 0;
    }

    .components-guide__page-control .components-button {
        color: #e0e0e0;
        height: 30px;
        margin: -6px 0;
        min-width: 20px;
    }

    .components-guide__page-control li[aria-current=step] .components-button {
        color: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    }

.components-modal__frame.components-guide {
    border: none;
    max-height: 575px;
    min-width: 312px;
}

@media (max-width:600px) {
    .components-modal__frame.components-guide {
        margin: auto;
        max-width: calc(100vw - 32px);
    }
}

.components-button.components-guide__back-button, .components-button.components-guide__finish-button, .components-button.components-guide__forward-button {
    position: absolute;
}

.components-button.components-guide__back-button {
    left: 32px;
}

.components-button.components-guide__finish-button, .components-button.components-guide__forward-button {
    right: 32px;
}

[role=region] {
    position: relative;
}

.is-focusing-regions [role=region]:focus:after {
    bottom: 0;
    content: "";
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1000000;
}

.is-focusing-regions .editor-post-publish-panel, .is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-entities-saved-states-panel, .is-focusing-regions .interface-interface-skeleton__actions .edit-post-layout__toggle-publish-panel, .is-focusing-regions .interface-interface-skeleton__sidebar .edit-post-layout__toggle-sidebar-panel, .is-focusing-regions [role=region]:focus:after, .is-focusing-regions.is-distraction-free .interface-interface-skeleton__header .edit-post-header {
    outline: 4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    outline-offset: -4px;
}

.components-menu-group + .components-menu-group {
    border-top: 1px solid #1e1e1e;
    margin-top: 8px;
    padding-top: 8px;
}

    .components-menu-group + .components-menu-group.has-hidden-separator {
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }

.components-menu-group__label {
    color: #757575;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 12px;
    margin-top: 4px;
    padding: 0 8px;
    text-transform: uppercase;
    white-space: nowrap;
}

.components-menu-item__button, .components-menu-item__button.components-button {
    width: 100%;
}

    .components-menu-item__button.components-button[role=menuitemcheckbox] .components-menu-item__item:only-child, .components-menu-item__button.components-button[role=menuitemradio] .components-menu-item__item:only-child, .components-menu-item__button[role=menuitemcheckbox] .components-menu-item__item:only-child, .components-menu-item__button[role=menuitemradio] .components-menu-item__item:only-child {
        box-sizing: initial;
        padding-right: 48px;
    }

    .components-menu-item__button .components-menu-items__item-icon, .components-menu-item__button.components-button .components-menu-items__item-icon {
        display: inline-block;
        flex: 0 0 auto;
    }

        .components-menu-item__button .components-menu-items__item-icon.has-icon-right, .components-menu-item__button.components-button .components-menu-items__item-icon.has-icon-right {
            margin-left: 24px;
            margin-right: -2px;
        }

    .components-menu-item__button .components-menu-item__shortcut + .components-menu-items__item-icon.has-icon-right, .components-menu-item__button.components-button .components-menu-item__shortcut + .components-menu-items__item-icon.has-icon-right {
        margin-left: 8px;
    }

    .components-menu-item__button .block-editor-block-icon, .components-menu-item__button.components-button .block-editor-block-icon {
        margin-left: -2px;
        margin-right: 8px;
    }

    .components-menu-item__button.components-button.is-primary, .components-menu-item__button.is-primary {
        justify-content: center;
    }

        .components-menu-item__button.components-button.is-primary .components-menu-item__item, .components-menu-item__button.is-primary .components-menu-item__item {
            margin-right: 0;
        }

    .components-menu-item__button.components-button:disabled.is-tertiary, .components-menu-item__button.components-button[aria-disabled=true].is-tertiary, .components-menu-item__button:disabled.is-tertiary, .components-menu-item__button[aria-disabled=true].is-tertiary {
        background: none;
        color: var(--wp-components-color-accent-darker-10,var(--wp-admin-theme-color-darker-10,#2145e6));
        opacity: .3;
    }

.components-menu-item__info-wrapper {
    display: flex;
    flex-direction: column;
    margin-right: auto;
}

.components-menu-item__info {
    color: #757575;
    font-size: 12px;
    margin-top: 4px;
    white-space: normal;
}

.components-menu-item__item {
    align-items: center;
    display: inline-flex;
    margin-right: auto;
    min-width: 160px;
    white-space: nowrap;
}

.components-menu-item__shortcut {
    align-self: center;
    color: currentColor;
    display: none;
    margin-left: auto;
    margin-right: 0;
    padding-left: 24px;
}

@media (min-width:480px) {
    .components-menu-item__shortcut {
        display: inline;
    }
}

.components-menu-items-choice svg, .components-menu-items-choice.components-button svg {
    margin-right: 12px;
}

.components-menu-items-choice.components-button.has-icon, .components-menu-items-choice.has-icon {
    padding-left: 12px;
}

.components-modal__screen-overlay {
    animation: edit-post__fade-in-animation .2s ease-out 0s;
    animation-fill-mode: forwards;
    background-color: #00000059;
    bottom: 0;
    display: flex;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100000;
}

@media (prefers-reduced-motion:reduce) {
    .components-modal__screen-overlay {
        animation-delay: 0s;
        animation-duration: 1ms;
    }
}

.components-modal__frame {
    animation: components-modal__appear-animation .1s ease-out;
    animation-fill-mode: forwards;
    background: #fff;
    border-radius: 4px 4px 0 0;
    box-shadow: 0 .7px 1px #00000026,0 2.7px 3.8px -.2px #00000026,0 5.5px 7.8px -.3px #00000026,.1px 11.5px 16.4px -.5px #00000026;
    box-sizing: border-box;
    display: flex;
    margin: 40px 0 0;
    overflow: hidden;
    width: 100%;
}

    .components-modal__frame *, .components-modal__frame :after, .components-modal__frame :before {
        box-sizing: inherit;
    }

@media (prefers-reduced-motion:reduce) {
    .components-modal__frame {
        animation-delay: 0s;
        animation-duration: 1ms;
    }
}

@media (min-width:600px) {
    .components-modal__frame {
        border-radius: 4px;
        margin: auto;
        max-height: calc(100% - 120px);
        max-width: calc(100% - 32px);
        min-width: 350px;
        width: auto;
    }
}

@media (min-width:600px) and (min-width:600px) {
    .components-modal__frame.is-full-screen {
        height: calc(100% - 32px);
        max-height: none;
        width: calc(100% - 32px);
    }
}

@media (min-width:600px) and (min-width:782px) {
    .components-modal__frame.is-full-screen {
        height: calc(100% - 80px);
        max-width: none;
        width: calc(100% - 80px);
    }
}

@media (min-width:600px) {
    .components-modal__frame.has-size-large, .components-modal__frame.has-size-medium, .components-modal__frame.has-size-small {
        width: 100%;
    }

    .components-modal__frame.has-size-small {
        max-width: 384px;
    }

    .components-modal__frame.has-size-medium {
        max-width: 512px;
    }

    .components-modal__frame.has-size-large {
        max-width: 840px;
    }
}

@media (min-width:960px) {
    .components-modal__frame {
        max-height: 70%;
    }
}

@keyframes components-modal__appear-animation {
    0% {
        transform: translateY(32px);
    }

    to {
        transform: translateY(0);
    }
}

.components-modal__header {
    align-items: center;
    border-bottom: 1px solid #0000;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 72px;
    justify-content: space-between;
    left: 0;
    padding: 24px 32px 8px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}

    .components-modal__header .components-modal__header-heading {
        font-size: 1.2rem;
        font-weight: 600;
    }

    .components-modal__header h1 {
        line-height: 1;
        margin: 0;
    }

    .components-modal__header .components-button {
        left: 8px;
        position: relative;
    }

.components-modal__content.has-scrolled-content:not(.hide-header) .components-modal__header {
    border-bottom-color: #ddd;
}

.components-modal__header + p {
    margin-top: 0;
}

.components-modal__header-heading-container {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    justify-content: left;
}

.components-modal__header-icon-container {
    display: inline-block;
}

    .components-modal__header-icon-container svg {
        max-height: 36px;
        max-width: 36px;
        padding: 8px;
    }

.components-modal__content {
    flex: 1;
    margin-top: 72px;
    overflow: auto;
    padding: 4px 32px 32px;
}

    .components-modal__content.hide-header {
        margin-top: 0;
        padding-top: 32px;
    }

    .components-modal__content.is-scrollable:focus-visible {
        box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
        outline: 2px solid #0000;
        outline-offset: -2px;
    }

.components-notice {
    align-items: center;
    background-color: #fff;
    border-left: 4px solid var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    display: flex;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    padding: 8px 12px;
}

    .components-notice.is-dismissible {
        position: relative;
    }

    .components-notice.is-success {
        background-color: #eff9f1;
        border-left-color: #4ab866;
    }

    .components-notice.is-warning {
        background-color: #fef8ee;
        border-left-color: #f0b849;
    }

    .components-notice.is-error {
        background-color: #f4a2a2;
        border-left-color: #cc1818;
    }

.components-notice__content {
    flex-grow: 1;
    margin: 4px 25px 4px 0;
}

.components-notice__actions {
    display: flex;
    flex-wrap: wrap;
}

.components-notice__action.components-button {
    margin-right: 8px;
}

    .components-notice__action.components-button, .components-notice__action.components-button.is-link {
        margin-left: 12px;
    }

        .components-notice__action.components-button.is-secondary {
            vertical-align: initial;
        }

.components-notice__dismiss {
    align-self: flex-start;
    color: #757575;
    flex-shrink: 0;
}

    .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):focus, .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):active, .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
        background-color: initial;
        color: #1e1e1e;
    }

    .components-notice__dismiss:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
        box-shadow: none;
    }

.components-notice-list {
    box-sizing: border-box;
    max-width: 100vw;
}

    .components-notice-list .components-notice__content {
        line-height: 2;
        margin-bottom: 12px;
        margin-top: 12px;
    }

    .components-notice-list .components-notice__action.components-button {
        display: block;
        margin-left: 0;
        margin-top: 8px;
    }

.components-panel {
    background: #fff;
    border: 1px solid #e0e0e0;
}

    .components-panel > .components-panel__body:first-child, .components-panel > .components-panel__header:first-child {
        margin-top: -1px;
    }

    .components-panel > .components-panel__body:last-child, .components-panel > .components-panel__header:last-child {
        border-bottom-width: 0;
    }

    .components-panel + .components-panel {
        margin-top: -1px;
    }

.components-panel__body {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
}

    .components-panel__body h3 {
        margin: 0 0 .5em;
    }

    .components-panel__body.is-opened {
        padding: 16px;
    }

.components-panel__header {
    align-items: center;
    border-bottom: 1px solid #ddd;
    box-sizing: initial;
    display: flex;
    height: 47px;
    justify-content: space-between;
    padding: 0 16px;
}

    .components-panel__header h2 {
        color: inherit;
        font-size: inherit;
        margin: 0;
    }

    .components-panel__body + .components-panel__body, .components-panel__body + .components-panel__header, .components-panel__header + .components-panel__body, .components-panel__header + .components-panel__header {
        margin-top: -1px;
    }

.components-panel__body > .components-panel__body-title {
    display: block;
    font-size: inherit;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    transition: background .1s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .components-panel__body > .components-panel__body-title {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-panel__body.is-opened > .components-panel__body-title {
    margin: -16px -16px 5px;
}

.components-panel__body > .components-panel__body-title:hover {
    background: #f0f0f0;
    border: none;
}

.components-panel__body-toggle.components-button {
    border: none;
    box-shadow: none;
    color: #1e1e1e;
    font-weight: 500;
    height: auto;
    outline: none;
    padding: 16px 48px 16px 16px;
    position: relative;
    text-align: left;
    transition: background .1s ease-in-out;
    width: 100%;
}

@media (prefers-reduced-motion:reduce) {
    .components-panel__body-toggle.components-button {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-panel__body-toggle.components-button:focus {
    border-radius: 0;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
}

.components-panel__body-toggle.components-button .components-panel__arrow {
    fill: currentColor;
    color: #1e1e1e;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    transition: color .1s ease-in-out;
}

@media (prefers-reduced-motion:reduce) {
    .components-panel__body-toggle.components-button .components-panel__arrow {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

body.rtl .components-panel__body-toggle.components-button .dashicons-arrow-right {
    -ms-filter: fliph;
    filter: FlipH;
    margin-top: -10px;
    transform: scaleX(-1);
}

.components-panel__icon {
    color: #757575;
    margin: -2px 0 -2px 6px;
}

.components-panel__body-toggle-icon {
    margin-right: -5px;
}

.components-panel__color-title {
    float: left;
    height: 19px;
}

.components-panel__row {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    min-height: 36px;
}

    .components-panel__row select {
        min-width: 0;
    }

    .components-panel__row label {
        flex-shrink: 0;
        margin-right: 12px;
        max-width: 75%;
    }

    .components-panel__row:empty, .components-panel__row:first-of-type {
        margin-top: 0;
    }

.components-panel .circle-picker {
    padding-bottom: 20px;
}

.components-placeholder.components-placeholder {
    -moz-font-smoothing: subpixel-antialiased;
    -webkit-font-smoothing: subpixel-antialiased;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: inset 0 0 0 1px #1e1e1e;
    box-sizing: border-box;
    color: #1e1e1e;
    font-size: 13px;
    margin: 0;
    outline: 1px solid #0000;
    padding: 1em;
    position: relative;
    text-align: left;
    width: 100%;
}

@supports (position:sticky) {
    .components-placeholder.components-placeholder {
        align-items: flex-start;
        display: flex;
        flex-direction: column;
        justify-content: top;
    }
}

.components-placeholder__error, .components-placeholder__fieldset, .components-placeholder__instructions, .components-placeholder__label {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    text-transform: none;
}

.components-placeholder__label {
    align-items: center;
    display: flex;
    font-weight: 600;
    margin-bottom: 16px;
}

    .components-placeholder__label .block-editor-block-icon, .components-placeholder__label .dashicon, .components-placeholder__label > svg {
        fill: currentColor;
        margin-right: 12px;
    }

@media (forced-colors:active) {
    .components-placeholder__label .block-editor-block-icon, .components-placeholder__label .dashicon, .components-placeholder__label > svg {
        fill: CanvasText;
    }
}

.components-placeholder__label:empty {
    display: none;
}

.components-placeholder__fieldset, .components-placeholder__fieldset form {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

    .components-placeholder__fieldset form p, .components-placeholder__fieldset p {
        font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
        font-size: 13px;
    }

    .components-placeholder__fieldset.is-column-layout, .components-placeholder__fieldset.is-column-layout form {
        flex-direction: column;
    }

.components-placeholder__input[type=url] {
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 #0000;
    flex: 1 1 auto;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 16px;
    line-height: normal;
    margin: 0 8px 0 0;
    padding: 6px 8px;
    transition: box-shadow .1s linear;
}

@media (prefers-reduced-motion:reduce) {
    .components-placeholder__input[type=url] {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

@media (min-width:600px) {
    .components-placeholder__input[type=url] {
        font-size: 13px;
        line-height: normal;
    }
}

.components-placeholder__input[type=url]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000;
}

.components-placeholder__input[type=url]::-webkit-input-placeholder {
    color: #1e1e1e9e;
}

.components-placeholder__input[type=url]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1;
}

.components-placeholder__input[type=url]:-ms-input-placeholder {
    color: #1e1e1e9e;
}

.components-placeholder__instructions {
    margin-bottom: 1em;
}

.components-placeholder__error {
    margin-top: 1em;
    width: 100%;
}

.components-placeholder__fieldset .components-button {
    margin-bottom: 12px;
    margin-right: 12px;
}

    .components-placeholder__fieldset .components-button:last-child {
        margin-bottom: 0;
        margin-right: 0;
    }

    .components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link {
        margin-left: 10px;
        margin-right: 10px;
    }

        .components-placeholder__fieldset .components-button:not(.is-link) ~ .components-button.is-link:last-child {
            margin-right: 0;
        }

.components-placeholder.is-large .components-placeholder__label {
    font-size: 18pt;
    font-weight: 400;
}

.components-placeholder.is-medium .components-placeholder__instructions, .components-placeholder.is-small .components-placeholder__instructions {
    display: none;
}

.components-placeholder.is-medium .components-placeholder__fieldset, .components-placeholder.is-medium .components-placeholder__fieldset form, .components-placeholder.is-small .components-placeholder__fieldset, .components-placeholder.is-small .components-placeholder__fieldset form {
    flex-direction: column;
}

    .components-placeholder.is-medium .components-placeholder__fieldset .components-button, .components-placeholder.is-small .components-placeholder__fieldset .components-button {
        margin-right: auto;
    }

.components-placeholder.is-small .components-button {
    padding: 0 8px 2px;
}

.components-placeholder.has-illustration {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    backface-visibility: hidden;
    background-color: initial;
    border-radius: 2px;
    box-shadow: none;
    color: inherit;
    display: flex;
    overflow: hidden;
}

.is-dark-theme .components-placeholder.has-illustration {
    background-color: #0000001a;
}

.components-placeholder.has-illustration .components-placeholder__fieldset {
    margin-left: 0;
    margin-right: 0;
    width: auto;
}

.components-placeholder.has-illustration .components-button, .components-placeholder.has-illustration .components-placeholder__instructions, .components-placeholder.has-illustration .components-placeholder__label {
    opacity: 0;
    pointer-events: none;
    transition: opacity .1s linear;
}

@media (prefers-reduced-motion:reduce) {
    .components-placeholder.has-illustration .components-button, .components-placeholder.has-illustration .components-placeholder__instructions, .components-placeholder.has-illustration .components-placeholder__label {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.is-selected > .components-placeholder.has-illustration .components-button, .is-selected > .components-placeholder.has-illustration .components-placeholder__instructions, .is-selected > .components-placeholder.has-illustration .components-placeholder__label {
    opacity: 1;
    pointer-events: auto;
}

.components-placeholder.has-illustration:before {
    background: currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .1;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.is-selected .components-placeholder.has-illustration {
    overflow: auto;
}

.components-placeholder__preview {
    display: flex;
    justify-content: center;
}

.components-placeholder__illustration {
    stroke: currentColor;
    box-sizing: initial;
    height: 100%;
    left: 50%;
    opacity: .25;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}

.components-popover {
    box-sizing: border-box;
    will-change: transform;
    z-index: 1000000;
}

    .components-popover *, .components-popover :after, .components-popover :before {
        box-sizing: inherit;
    }

    .components-popover.is-expanded {
        bottom: 0;
        left: 0;
        position: fixed;
        right: 0;
        top: 0;
        z-index: 1000000 !important;
    }

.components-popover__content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #ccc,0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a;
    box-sizing: border-box;
    width: min-content;
}

.is-alternate .components-popover__content {
    box-shadow: 0 0 0 1px #1e1e1e;
}

.is-unstyled .components-popover__content {
    background: none;
    border-radius: 0;
    box-shadow: none;
}

.components-popover.is-expanded .components-popover__content {
    box-shadow: 0 -1px 0 0 #ccc;
    height: calc(100% - 48px);
    overflow-y: visible;
    position: static;
    width: auto;
}

.components-popover.is-expanded.is-alternate .components-popover__content {
    box-shadow: 0 -1px 0 #1e1e1e;
}

.components-popover__header {
    align-items: center;
    background: #fff;
    display: flex;
    height: 48px;
    justify-content: space-between;
    padding: 0 8px 0 16px;
}

.components-popover__header-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.components-popover__close.components-button {
    z-index: 5;
}

.components-popover__arrow {
    display: flex;
    height: 14px;
    pointer-events: none;
    position: absolute;
    width: 14px;
}

    .components-popover__arrow:before {
        background-color: #fff;
        content: "";
        height: 2px;
        left: 1px;
        position: absolute;
        right: 1px;
        top: -1px;
    }

    .components-popover__arrow.is-top {
        bottom: -14px !important;
        transform: rotate(0);
    }

    .components-popover__arrow.is-right {
        left: -14px !important;
        transform: rotate(90deg);
    }

    .components-popover__arrow.is-bottom {
        top: -14px !important;
        transform: rotate(180deg);
    }

    .components-popover__arrow.is-left {
        right: -14px !important;
        transform: rotate(-90deg);
    }

.components-popover__triangle {
    display: block;
    flex: 1;
}

.components-popover__triangle-bg {
    fill: #fff;
}

.components-popover__triangle-border {
    fill: #0000;
    stroke-width: 1px;
    stroke: #ccc;
}

.is-alternate .components-popover__triangle-border {
    stroke: #1e1e1e;
}

.components-radio-control__option {
    align-items: center;
    display: flex;
}

.components-radio-control__input[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    border-radius: 50%;
    box-shadow: 0 0 0 #0000;
    cursor: pointer;
    display: inline-flex;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 16px;
    height: 24px;
    line-height: normal;
    margin: 0 6px 0 0;
    padding: 0;
    transition: box-shadow .1s linear;
    transition: none;
    width: 24px;
}

@media (prefers-reduced-motion:reduce) {
    .components-radio-control__input[type=radio] {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

@media (min-width:600px) {
    .components-radio-control__input[type=radio] {
        font-size: 13px;
        line-height: normal;
    }
}

.components-radio-control__input[type=radio]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
}

.components-radio-control__input[type=radio]::-webkit-input-placeholder {
    color: #1e1e1e9e;
}

.components-radio-control__input[type=radio]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1;
}

.components-radio-control__input[type=radio]:-ms-input-placeholder {
    color: #1e1e1e9e;
}

@media (min-width:600px) {
    .components-radio-control__input[type=radio] {
        height: 20px;
        width: 20px;
    }
}

.components-radio-control__input[type=radio]:checked:before {
    background-color: #fff;
    border: 4px solid #fff;
    box-sizing: inherit;
    height: 8px;
    margin: 0;
    transform: translate(7px,7px);
    width: 8px;
}

@media (min-width:600px) {
    .components-radio-control__input[type=radio]:checked:before {
        transform: translate(5px,5px);
    }
}

.components-radio-control__input[type=radio]:focus {
    box-shadow: 0 0 0 2px #fff,0 0 0 4px var(--wp-admin-theme-color);
    outline: 2px solid #0000;
}

.components-radio-control__input[type=radio]:checked {
    background: var(--wp-admin-theme-color);
    border-color: var(--wp-admin-theme-color);
}

.components-radio-control__input[type=radio]:focus {
    box-shadow: 0 0 0 2px var(--wp-components-color-background,#fff),0 0 0 4px var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
}

.components-radio-control__input[type=radio]:checked {
    background: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    border-color: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
}

    .components-radio-control__input[type=radio]:checked:before {
        border-radius: 50%;
        content: "";
    }

.components-radio-control__label {
    cursor: pointer;
}

.components-resizable-box__handle {
    display: none;
    height: 23px;
    width: 23px;
    z-index: 2;
}

.components-resizable-box__container.has-show-handle .components-resizable-box__handle {
    display: block;
}

.components-resizable-box__container > img {
    width: inherit;
}

.components-resizable-box__handle:after {
    background: #fff;
    border-radius: 50%;
    box-shadow: inset 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    content: "";
    cursor: inherit;
    display: block;
    height: 15px;
    outline: 2px solid #0000;
    position: absolute;
    right: calc(50% - 8px);
    top: calc(50% - 8px);
    width: 15px;
}

.components-resizable-box__side-handle:before {
    background: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    border-radius: 2px;
    content: "";
    cursor: inherit;
    display: block;
    height: 3px;
    opacity: 0;
    position: absolute;
    right: calc(50% - 1px);
    top: calc(50% - 1px);
    transition: transform .1s ease-in;
    width: 3px;
    will-change: transform;
}

@media (prefers-reduced-motion:reduce) {
    .components-resizable-box__side-handle:before {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-resizable-box__corner-handle, .components-resizable-box__side-handle {
    z-index: 2;
}

    .components-resizable-box__side-handle.components-resizable-box__handle-bottom, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:before, .components-resizable-box__side-handle.components-resizable-box__handle-top, .components-resizable-box__side-handle.components-resizable-box__handle-top:before {
        border-left: 0;
        border-right: 0;
        left: 0;
        width: 100%;
    }

    .components-resizable-box__side-handle.components-resizable-box__handle-left, .components-resizable-box__side-handle.components-resizable-box__handle-left:before, .components-resizable-box__side-handle.components-resizable-box__handle-right, .components-resizable-box__side-handle.components-resizable-box__handle-right:before {
        border-bottom: 0;
        border-top: 0;
        height: 100%;
        top: 0;
    }

    .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
        animation: components-resizable-box__top-bottom-animation .1s ease-out 0s;
        animation-fill-mode: forwards;
    }

@media (prefers-reduced-motion:reduce) {
    .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
        animation-delay: 0s;
        animation-duration: 1ms;
    }
}

.components-resizable-box__side-handle.components-resizable-box__handle-left:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
    animation: components-resizable-box__left-right-animation .1s ease-out 0s;
    animation-fill-mode: forwards;
}

@media (prefers-reduced-motion:reduce) {
    .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before {
        animation-delay: 0s;
        animation-duration: 1ms;
    }
}

@media not all and (min-resolution:0.001dpcm) {
    @supports (-webkit-appearance:none) {
        .components-resizable-box__side-handle.components-resizable-box__handle-bottom:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-bottom:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-left:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-right:hover:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:active:before, .components-resizable-box__side-handle.components-resizable-box__handle-top:hover:before {
            animation: none;
        }
    }
}

@keyframes components-resizable-box__top-bottom-animation {
    0% {
        opacity: 0;
        transform: scaleX(0);
    }

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

@keyframes components-resizable-box__left-right-animation {
    0% {
        opacity: 0;
        transform: scaleY(0);
    }

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

.components-resizable-box__handle-right {
    right: -11.5px;
}

.components-resizable-box__handle-left {
    left: -11.5px;
}

.components-resizable-box__handle-top {
    top: -11.5px;
}

.components-resizable-box__handle-bottom {
    bottom: -11.5px;
}

.components-responsive-wrapper {
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 100%;
    position: relative;
}

.components-responsive-wrapper__content {
    display: block;
    max-width: 100%;
    width: 100%;
}

.components-sandbox {
    overflow: hidden;
}

iframe.components-sandbox {
    width: 100%;
}

body.lockscroll, html.lockscroll {
    overflow: hidden;
}

.components-select-control__input {
    -webkit-tap-highlight-color: rgba(0,0,0,0) !important;
    outline: 0;
}

@media (max-width:782px) {
    .components-base-control .components-base-control__field .components-select-control__input {
        font-size: 16px;
    }
}

.components-snackbar {
    -webkit-backdrop-filter: blur(16px) saturate(180%);
    backdrop-filter: blur(16px) saturate(180%);
    background: #000000d9;
    border-radius: 2px;
    box-shadow: 0 .7px 1px #0000001a,0 1.2px 1.7px -.2px #0000001a,0 2.3px 3.3px -.5px #0000001a;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 13px;
    max-width: 600px;
    padding: 12px 20px;
    pointer-events: auto;
    width: 100%;
}

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

.components-snackbar:focus {
    box-shadow: inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
}

.components-snackbar.components-snackbar-explicit-dismiss {
    cursor: default;
}

.components-snackbar .components-snackbar__content-with-icon {
    padding-left: 24px;
    position: relative;
}

.components-snackbar .components-snackbar__icon {
    left: -8px;
    position: absolute;
    top: -2.9px;
}

.components-snackbar .components-snackbar__dismiss-button {
    cursor: pointer;
    margin-left: 24px;
}

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

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

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

        .components-snackbar__action.components-button:not(:disabled):not([aria-disabled=true]):not(.is-secondary):hover {
            color: #fff;
            text-decoration: none;
        }

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

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

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

.components-tab-panel__tabs {
    align-items: stretch;
    display: flex;
    flex-direction: row;
}

    .components-tab-panel__tabs[aria-orientation=vertical] {
        flex-direction: column;
    }

.components-tab-panel__tabs-item {
    background: #0000;
    border: none;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    font-weight: 500;
    height: 48px;
    margin-left: 0;
    padding: 3px 16px;
    position: relative;
}

    .components-tab-panel__tabs-item:focus:not(:disabled) {
        box-shadow: none;
        outline: none;
        position: relative;
    }

    .components-tab-panel__tabs-item:after {
        background: var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
        border-radius: 0;
        bottom: 0;
        content: "";
        height: calc(var(--wp-admin-border-width-focus)*0);
        left: 0;
        pointer-events: none;
        position: absolute;
        right: 0;
        transition: all .1s linear;
    }

@media (prefers-reduced-motion:reduce) {
    .components-tab-panel__tabs-item:after {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-tab-panel__tabs-item.is-active:after {
    height: calc(var(--wp-admin-border-width-focus)*1);
    outline: 2px solid #0000;
    outline-offset: -1px;
}

.components-tab-panel__tabs-item:before {
    border-radius: 2px;
    bottom: 12px;
    box-shadow: 0 0 0 0 #0000;
    content: "";
    left: 12px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 12px;
    transition: all .1s linear;
}

@media (prefers-reduced-motion:reduce) {
    .components-tab-panel__tabs-item:before {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

.components-tab-panel__tabs-item:focus-visible:before {
    box-shadow: 0 0 0 var(--wp-admin-border-width-focus) var(--wp-components-color-accent,var(--wp-admin-theme-color,#3858e9));
    outline: 2px solid #0000;
}

.components-text-control__input, .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime-local], .components-text-control__input[type=datetime], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number], .components-text-control__input[type=password], .components-text-control__input[type=tel], .components-text-control__input[type=text], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week] {
    border: 1px solid #949494;
    border-radius: 2px;
    box-shadow: 0 0 0 #0000;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 16px;
    height: 32px;
    line-height: normal;
    margin: 0;
    padding: 6px 8px;
    transition: box-shadow .1s linear;
    width: 100%;
}

@media (prefers-reduced-motion:reduce) {
    .components-text-control__input, .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime-local], .components-text-control__input[type=datetime], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number], .components-text-control__input[type=password], .components-text-control__input[type=tel], .components-text-control__input[type=text], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week] {
        transition-delay: 0s;
        transition-duration: 0s;
    }
}

@media (min-width:600px) {
    .components-text-control__input, .components-text-control__input[type=color], .components-text-control__input[type=date], .components-text-control__input[type=datetime-local], .components-text-control__input[type=datetime], .components-text-control__input[type=email], .components-text-control__input[type=month], .components-text-control__input[type=number], .components-text-control__input[type=password], .components-text-control__input[type=tel], .components-text-control__input[type=text], .components-text-control__input[type=time], .components-text-control__input[type=url], .components-text-control__input[type=week] {
        font-size: 13px;
        line-height: normal;
    }
}

.components-text-control__input:focus, .components-text-control__input[type=color]:focus, .components-text-control__input[type=date]:focus, .components-text-control__input[type=datetime-local]:focus, .components-text-control__input[type=datetime]:focus, .components-text-control__input[type=email]:focus, .components-text-control__input[type=month]:focus, .components-text-control__input[type=number]:focus, .components-text-control__input[type=password]:focus, .components-text-control__input[type=tel]:focus, .components-text-control__input[type=text]:focus, .components-text-control__input[type=time]:focus, .components-text-control__input[type=url]:focus, .components-text-control__input[type=week]:focus {
    border-color: var(--wp-admin-theme-color);
    box-shadow: 0 0 0 .5px var(--wp-admin-theme-color);
    outline: 2px solid #0000;
}

.components-text-control__input::-webkit-input-placeholder, .components-text-control__input[type=color]::-webkit-input-placeholder, .components-text-control__input[type=date]::-webkit-input-placeholder, .components-text-control__input[type=datetime-local]::-webkit-input-placeholder, .components-text-control__input[type=datetime]::-webkit-input-placeholder, .components-text-control__input[type=email]::-webkit-input-placeholder, .components-text-control__input[type=month]::-webkit-input-placeholder, .components-text-control__input[type=number]::-webkit-input-placeholder, .components-text-control__input[type=password]::-webkit-input-placeholder, .components-text-control__input[type=tel]::-webkit-input-placeholder, .components-text-control__input[type=text]::-webkit-input-placeholder, .components-text-control__input[type=time]::-webkit-input-placeholder, .components-text-control__input[type=url]::-webkit-input-placeholder, .components-text-control__input[type=week]::-webkit-input-placeholder {
    color: #1e1e1e9e;
}

.components-text-control__input::-moz-placeholder, .components-text-control__input[type=color]::-moz-placeholder, .components-text-control__input[type=date]::-moz-placeholder, .components-text-control__input[type=datetime-local]::-moz-placeholder, .components-text-control__input[type=datetime]::-moz-placeholder, .components-text-control__input[type=email]::-moz-placeholder, .components-text-control__input[type=month]::-moz-placeholder, .components-text-control__input[type=number]::-moz-placeholder, .components-text-control__input[type=password]::-moz-placeholder, .components-text-control__input[type=tel]::-moz-placeholder, .components-text-control__input[type=text]::-moz-placeholder, .components-text-control__input[type=time]::-moz-placeholder, .components-text-control__input[type=url]::-moz-placeholder, .components-text-control__input[type=week]::-moz-placeholder {
    color: #1e1e1e9e;
    opacity: 1;
}

.components-text-control__input:-ms-input-placeholder, .components-text-control__input[type=color]:-ms-input-placeholder, .components-text-control__input[type=date]:-ms-input-placeholder, .components-text-control__input[type=datetime-local]:-ms-input-placeholder, .components-text-control__input[type=datetime]:-ms-input-placeholder, .components-text-control__input[type=email]:-ms-input-placeholder, .components-text-control__input[type=month]:-ms-input-placeholder, .components-text-control__input[type=number]:-ms-input-placeholder, .components-text-control__input[type=password]:-ms-input-placeholder, .components-text-control__input[type=tel]:-ms-input-placeholder, .components-text-control__input[type=text]:-ms-input-placeholder, .components-text-control__input[type=time]:-ms-input-placeholder, .components-text-control__input[type=url]:-ms-input-placeholder, .components-text-control__input[type=week]:-ms-input-placeholder {
    color: #1e1e1e9e;
}

.components-text-control__input.is-next-40px-default-size, .components-text-control__input[type=color].is-next-40px-default-size, .components-text-control__input[type=date].is-next-40px-default-size, .components-text-control__input[type=datetime-local].is-next-40px-default-size, .components-text-control__input[type=datetime].is-next-40px-default-size, .components-text-control__input[type=email].is-next-40px-default-size, .components-text-control__input[type=month].is-next-40px-default-size, .components-text-control__input[type=number].is-next-40px-default-size, .components-text-control__input[type=password].is-next-40px-default-size, .components-text-control__input[type=tel].is-next-40px-default-size, .components-text-control__input[type=text].is-next-40px-default-size, .components-text-control__input[type=time].is-next-40px-default-size, .components-text-control__input[type=url].is-next-40px-default-size, .components-text-control__input[type=week].is-next-40px-default-size {
    height: 40px;
}

.components-tip {
    color: #757575;
    display: flex;
}

    .components-tip svg {
        fill: #f0b849;
        align-self: center;
        flex-shrink: 0;
        margin-right: 16px;
    }

    .components-tip p {
        margin: 0;
    }

.components-accessible-toolbar {
    border: 1px solid #1e1e1e;
    border-radius: 2px;
    display: inline-flex;
    flex-shrink: 0;
}

    .components-accessible-toolbar > .components-toolbar-group:last-child {
        border-right: none;
    }

    .components-accessible-toolbar.is-unstyled {
        border: none;
    }

        .components-accessible-toolbar.is-unstyled > .components-toolbar-group {
            border-right: none;
        }

    .components-accessible-toolbar .components-button, .components-toolbar .components-button {
        height: 48px;
        padding-left: 16px;
        padding-right: 16px;
        position: relative;
        z-index: 1;
    }

        .components-accessible-toolbar .components-button:focus:not(:disabled), .components-toolbar .components-button:focus:not(:disabled) {
            box-shadow: none;
            outline: none;
        }

        .components-accessible-toolbar .components-button:before, .components-toolbar .components-button:before {
            animation: components-button__appear-animation .1s ease;
            animation-fill-mode: forwards;
            border-radius: 2px;
            content: "";
            display: block;
            height: 32px;
            left: 8px;
            position: absolute;
            right: 8px;
            z-index: -1;
        }

@media (prefers-reduced-motion:reduce) {
    .components-accessible-toolbar .components-button:before, .components-toolbar .components-button:before {
        animation-delay: 0s;
        animation-duration: 1ms;
    }
}

.components-accessible-toolbar .components-button svg, .components-toolbar .components-button svg {
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.components-accessible-toolbar .components-button.is-pressed, .components-accessible-toolbar .components-button.is-pressed:hover, .components-toolbar .components-button.is-pressed, .components-toolbar .components-button.is-pressed:hover {
    background: #0000;
}

    .components-accessible-toolbar .components-button.is-pressed:before, .components-toolbar .components-button.is-pressed:before {
        background: #1e1e1e;
    }

.components-accessible-toolbar .components-button:focus:before, .components-toolbar .components-button:focus:before {
    box-shadow: inset 0 0 0 1px #fff,0 0 0 var(--wp-admin-border-width-focus) var(--wp-admin-theme-color);
    outline: 2px solid #0000;
}

.components-accessible-toolbar .components-button.has-icon.has-icon, .components-toolbar .components-button.has-icon.has-icon {
    min-width: 48px;
    padding-left: 12px;
    padding-right: 12px;
}

.components-accessible-toolbar .components-button.components-tab-button, .components-toolbar .components-button.components-tab-button {
    font-weight: 500;
}

    .components-accessible-toolbar .components-button.components-tab-button span, .components-toolbar .components-button.components-tab-button span {
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
        position: relative;
    }

@keyframes components-button__appear-animation {
    0% {
        transform: scaleY(0);
    }

    to {
        transform: scaleY(1);
    }
}

.components-toolbar__control.components-button {
    position: relative;
}

    .components-toolbar__control.components-button[data-subscript] svg {
        padding: 5px 10px 5px 0;
    }

    .components-toolbar__control.components-button[data-subscript]:after {
        bottom: 10px;
        content: attr(data-subscript);
        font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
        font-size: 13px;
        font-weight: 600;
        line-height: 12px;
        position: absolute;
        right: 8px;
    }

    .components-toolbar__control.components-button:not(:disabled).is-pressed[data-subscript]:after {
        color: #fff;
    }

.components-toolbar-group {
    background-color: #fff;
    border-right: 1px solid #1e1e1e;
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    line-height: 0;
    min-height: 48px;
    padding-left: 6px;
    padding-right: 6px;
}

    .components-toolbar-group .components-toolbar-group.components-toolbar-group {
        border-width: 0;
        margin: 0;
    }

    .components-toolbar-group .components-button.components-button, .components-toolbar-group .components-button.has-icon.has-icon {
        justify-content: center;
        min-width: 36px;
        padding-left: 6px;
        padding-right: 6px;
    }

        .components-toolbar-group .components-button.components-button svg, .components-toolbar-group .components-button.has-icon.has-icon svg {
            min-width: 24px;
        }

        .components-toolbar-group .components-button.components-button:before, .components-toolbar-group .components-button.has-icon.has-icon:before {
            left: 2px;
            right: 2px;
        }

.components-toolbar {
    background-color: #fff;
    border: 1px solid #1e1e1e;
    display: inline-flex;
    flex-shrink: 0;
    flex-wrap: wrap;
    margin: 0;
    min-height: 48px;
}

    .components-toolbar .components-toolbar.components-toolbar {
        border-width: 0;
        margin: 0;
    }

div.components-toolbar > div {
    display: block;
    margin: 0;
}

@supports (position:sticky) {
    div.components-toolbar > div {
        display: flex;
    }
}

div.components-toolbar > div + div.has-left-divider {
    margin-left: 6px;
    overflow: visible;
    position: relative;
}

    div.components-toolbar > div + div.has-left-divider:before {
        background-color: #ddd;
        box-sizing: initial;
        content: "";
        display: inline-block;
        height: 20px;
        left: -3px;
        position: absolute;
        top: 8px;
        width: 1px;
    }

.components-tooltip {
    background: #000;
    border-radius: 2px;
    color: #f0f0f0;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    font-size: 12px;
    line-height: 1.4;
    padding: 4px 8px;
    text-align: center;
    z-index: 1000002;
}

.components-tooltip__shortcut {
    margin-left: 8px;
}

#wpadminbar > .godaddy-styles *, .godaddy-styles * {
    font-family: GD Sherpa,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    line-height: 1.4;
}

#wpadminbar > .godaddy-styles .is-bigger, .godaddy-styles .is-bigger {
    font-size: 1.1em !important;
    font-weight: 500 !important;
}

#wpadminbar > .godaddy-styles .components-button, #wpadminbar > .godaddy-styles.components-button, .godaddy-styles .components-button, .godaddy-styles.components-button {
    border: 0;
    border-radius: 6px;
    box-shadow: none;
    font-size: 1em;
    height: auto;
    line-height: 1;
    padding: 1.25em;
    transition: background-color,color,.2s ease-in-out;
}

    #wpadminbar > .godaddy-styles .components-button:disabled, #wpadminbar > .godaddy-styles.components-button:disabled, .godaddy-styles .components-button:disabled, .godaddy-styles.components-button:disabled {
        opacity: .5;
    }

    #wpadminbar > .godaddy-styles .components-button > svg, #wpadminbar > .godaddy-styles.components-button > svg, .godaddy-styles .components-button > svg, .godaddy-styles.components-button > svg {
        height: 24px;
        margin-left: .2em;
        position: relative;
        right: -5px;
        top: -1px;
        transform: scale(.75);
        width: 24px;
    }

    #wpadminbar > .godaddy-styles .components-button.no-padding, #wpadminbar > .godaddy-styles.components-button.no-padding, .godaddy-styles .components-button.no-padding, .godaddy-styles.components-button.no-padding {
        padding: 0;
    }

    #wpadminbar > .godaddy-styles .components-button.is-big, #wpadminbar > .godaddy-styles.components-button.is-big, .godaddy-styles .components-button.is-big, .godaddy-styles.components-button.is-big {
        font-size: 1.1em;
        font-weight: 600;
        padding: 1.5em;
    }

    #wpadminbar > .godaddy-styles .components-button.is-primary, #wpadminbar > .godaddy-styles.components-button.is-primary, .godaddy-styles .components-button.is-primary, .godaddy-styles.components-button.is-primary {
        background-color: #000;
        box-shadow: none;
        color: #fff;
    }

        #wpadminbar > .godaddy-styles .components-button.is-primary:active:not([disabled]), #wpadminbar > .godaddy-styles .components-button.is-primary:hover:not([disabled]), #wpadminbar > .godaddy-styles.components-button.is-primary:active:not([disabled]), #wpadminbar > .godaddy-styles.components-button.is-primary:hover:not([disabled]), .godaddy-styles .components-button.is-primary:active:not([disabled]), .godaddy-styles .components-button.is-primary:hover:not([disabled]), .godaddy-styles.components-button.is-primary:active:not([disabled]), .godaddy-styles.components-button.is-primary:hover:not([disabled]) {
            background-color: #00a4a6;
        }

    #wpadminbar > .godaddy-styles .components-button.is-secondary, #wpadminbar > .godaddy-styles.components-button.is-secondary, .godaddy-styles .components-button.is-secondary, .godaddy-styles.components-button.is-secondary {
        box-shadow: none;
        color: #111;
    }

        #wpadminbar > .godaddy-styles .components-button.is-secondary:active:not([disabled]), #wpadminbar > .godaddy-styles .components-button.is-secondary:hover:not([disabled]), #wpadminbar > .godaddy-styles.components-button.is-secondary:active:not([disabled]), #wpadminbar > .godaddy-styles.components-button.is-secondary:hover:not([disabled]), .godaddy-styles .components-button.is-secondary:active:not([disabled]), .godaddy-styles .components-button.is-secondary:hover:not([disabled]), .godaddy-styles.components-button.is-secondary:active:not([disabled]), .godaddy-styles.components-button.is-secondary:hover:not([disabled]) {
            border: 0;
            box-shadow: none;
            color: #000;
        }

    #wpadminbar > .godaddy-styles .components-button.is-tertiary, #wpadminbar > .godaddy-styles.components-button.is-tertiary, .godaddy-styles .components-button.is-tertiary, .godaddy-styles.components-button.is-tertiary {
        border: 1px solid #111;
        color: #111;
    }

        #wpadminbar > .godaddy-styles .components-button.is-tertiary:hover, #wpadminbar > .godaddy-styles.components-button.is-tertiary:hover, .godaddy-styles .components-button.is-tertiary:hover, .godaddy-styles.components-button.is-tertiary:hover {
            background-color: #111;
            box-shadow: none;
            color: #fff;
        }

    #wpadminbar > .godaddy-styles .components-button.is-link, #wpadminbar > .godaddy-styles.components-button.is-link, .godaddy-styles .components-button.is-link, .godaddy-styles.components-button.is-link {
        box-shadow: none;
        color: #00a4a6;
        padding: 0;
        text-decoration: none;
    }

        #wpadminbar > .godaddy-styles .components-button.is-link:active:not([disabled]), #wpadminbar > .godaddy-styles .components-button.is-link:hover:not([disabled]), #wpadminbar > .godaddy-styles.components-button.is-link:active:not([disabled]), #wpadminbar > .godaddy-styles.components-button.is-link:hover:not([disabled]), .godaddy-styles .components-button.is-link:active:not([disabled]), .godaddy-styles .components-button.is-link:hover:not([disabled]), .godaddy-styles.components-button.is-link:active:not([disabled]), .godaddy-styles.components-button.is-link:hover:not([disabled]) {
            color: #111;
            outline: none;
        }

    #wpadminbar > .godaddy-styles .components-button.has-icon:active:not([disabled]), #wpadminbar > .godaddy-styles .components-button.has-icon:hover:not([disabled]), #wpadminbar > .godaddy-styles.components-button.has-icon:active:not([disabled]), #wpadminbar > .godaddy-styles.components-button.has-icon:hover:not([disabled]), .godaddy-styles .components-button.has-icon:active:not([disabled]), .godaddy-styles .components-button.has-icon:hover:not([disabled]), .godaddy-styles.components-button.has-icon:active:not([disabled]), .godaddy-styles.components-button.has-icon:hover:not([disabled]) {
        background-color: transparent;
        color: #00a4a6;
    }

#wpadminbar > .godaddy-styles .components-modal__frame, #wpadminbar > .godaddy-styles.components-modal__frame, .godaddy-styles .components-modal__frame, .godaddy-styles.components-modal__frame {
    border-radius: 1rem;
}

    #wpadminbar > .godaddy-styles .components-modal__frame .components-modal__content, #wpadminbar > .godaddy-styles.components-modal__frame .components-modal__content, .godaddy-styles .components-modal__frame .components-modal__content, .godaddy-styles.components-modal__frame .components-modal__content {
        margin-top: 0;
        padding: 4.5rem 4.5rem 4.25rem;
    }

        #wpadminbar > .godaddy-styles .components-modal__frame .components-modal__content:before, #wpadminbar > .godaddy-styles.components-modal__frame .components-modal__content:before, .godaddy-styles .components-modal__frame .components-modal__content:before, .godaddy-styles.components-modal__frame .components-modal__content:before {
            margin: 0;
        }

        #wpadminbar > .godaddy-styles .components-modal__frame .components-modal__content p:last-child, #wpadminbar > .godaddy-styles.components-modal__frame .components-modal__content p:last-child, .godaddy-styles .components-modal__frame .components-modal__content p:last-child, .godaddy-styles.components-modal__frame .components-modal__content p:last-child {
            margin-bottom: 0;
        }

        #wpadminbar > .godaddy-styles .components-modal__frame .components-modal__content .components-modal__header, #wpadminbar > .godaddy-styles.components-modal__frame .components-modal__content .components-modal__header, .godaddy-styles .components-modal__frame .components-modal__content .components-modal__header, .godaddy-styles.components-modal__frame .components-modal__content .components-modal__header {
            border-bottom: 0;
            font-size: 2rem;
            height: unset;
            margin-bottom: .75em;
            padding: 0;
            position: relative;
        }

            #wpadminbar > .godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container, #wpadminbar > .godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container, .godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container, .godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__icon-container {
                margin-right: 8px;
            }

            #wpadminbar > .godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading, #wpadminbar > .godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading, .godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading, .godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-modal__header-heading {
                font-size: 2rem;
            }

            #wpadminbar > .godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon, #wpadminbar > .godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon, .godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon, .godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon {
                font-size: 1rem;
                left: auto;
                padding: .25em;
                position: absolute;
                right: -3.5rem;
                top: -3.25rem;
            }

                #wpadminbar > .godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon > svg, #wpadminbar > .godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon > svg, .godaddy-styles .components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon > svg, .godaddy-styles.components-modal__frame .components-modal__content .components-modal__header .components-button.has-icon > svg {
                    margin-left: 0;
                    right: 0;
                    top: 0;
                    transform: scale(1);
                }

        #wpadminbar > .godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input, #wpadminbar > .godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input, .godaddy-styles .components-modal__frame .components-modal__content .components-text-control__input, .godaddy-styles.components-modal__frame .components-modal__content .components-text-control__input {
            margin-bottom: .5em;
        }

#wpadminbar > .godaddy-styles .ux-tag, .godaddy-styles .ux-tag {
    border-radius: 4px;
    color: #000;
    font-size: .9em;
    font-weight: 700;
    letter-spacing: .05625rem;
    line-height: 1.5;
    padding-block: 8px;
    padding-inline: 8px;
    text-transform: uppercase;
    white-space: nowrap;
}

#wpadminbar > .godaddy-styles .ux-tag-critical, .godaddy-styles .ux-tag-critical {
    background-color: #fbb;
}

#wpadminbar > .godaddy-styles .ux-tag-highlight, .godaddy-styles .ux-tag-highlight {
    background-color: #a6fff8;
}

#wpadminbar > .godaddy-styles .ux-tag-info, .godaddy-styles .ux-tag-info {
    background-color: #d3c1f7;
}

#wpadminbar > .godaddy-styles .ux-tag-internal, .godaddy-styles .ux-tag-internal {
    background-color: #fbd9ed;
}

#wpadminbar > .godaddy-styles .ux-tag-neutral, .godaddy-styles .ux-tag-neutral {
    background-color: #ddeaf8;
}

#wpadminbar > .godaddy-styles .ux-tag-passive, .godaddy-styles .ux-tag-passive {
    background-color: #f4f8fc;
}

#wpadminbar > .godaddy-styles .ux-tag-success, .godaddy-styles .ux-tag-success {
    background-color: #9fffb8;
}

#wpadminbar > .godaddy-styles .ux-tag-warning, .godaddy-styles .ux-tag-warning {
    background-color: #ffeea9;
}

#wpadminbar > .godaddy-styles .components-toggle-control, #wpadminbar > .godaddy-styles.components-toggle-control, .godaddy-styles .components-toggle-control, .godaddy-styles.components-toggle-control {
    align-items: flex-end;
    display: flex;
}

    #wpadminbar > .godaddy-styles .components-toggle-control .components-base-control__field, #wpadminbar > .godaddy-styles .components-toggle-control__field, #wpadminbar > .godaddy-styles.components-toggle-control .components-base-control__field, #wpadminbar > .godaddy-styles.components-toggle-control__field, .godaddy-styles .components-toggle-control .components-base-control__field, .godaddy-styles .components-toggle-control__field, .godaddy-styles.components-toggle-control .components-base-control__field, .godaddy-styles.components-toggle-control__field {
        margin: 0;
    }

        #wpadminbar > .godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track, #wpadminbar > .godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track, .godaddy-styles .components-toggle-control .components-base-control__field .components-form-toggle__track, .godaddy-styles.components-toggle-control .components-base-control__field .components-form-toggle__track {
            background-color: #f3f6f8;
        }

        #wpadminbar > .godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track, #wpadminbar > .godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track, .godaddy-styles .components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track, .godaddy-styles.components-toggle-control .components-base-control__field .is-checked .components-form-toggle__track {
            background-color: #00a4a6;
        }

    #wpadminbar > .godaddy-styles .components-toggle-control .components-base-control__help, #wpadminbar > .godaddy-styles.components-toggle-control .components-base-control__help, .godaddy-styles .components-toggle-control .components-base-control__help, .godaddy-styles.components-toggle-control .components-base-control__help {
        margin: 0;
    }
/**
 * Like Button toolbar button, loading text & container styles
 */

/* Master container */
#jp-post-flair {
    padding-top: .5em;
}

/* Overall Sharedaddy block title */
div.sharedaddy,
#content div.sharedaddy,
#main div.sharedaddy {
    clear: both;
}

    div.sharedaddy h3.sd-title {
        margin: 0 0 1em 0;
        display: inline-block;
        line-height: 1.2;
        font-size: 9pt;
        font-weight: bold;
    }

        div.sharedaddy h3.sd-title:before {
            content: "";
            display: block;
            width: 100%;
            min-width: 30px;
            border-top: 1px solid #dcdcde;
            margin-bottom: 1em;
        }


/* Toolbar */
div.jetpack-likes-widget-wrapper {
    width: 100%;
    min-height: 50px; /* Previous height, 60px */
    position: relative; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
}

    div.jetpack-likes-widget-wrapper .sd-link-color {
        font-size: 12px;
    }

div.jetpack-comment-likes-widget-wrapper {
    width: 100%;
    position: relative;
    min-height: 31px;
}

    div.jetpack-comment-likes-widget-wrapper iframe {
        margin-bottom: 0;
    }

#likes-other-gravatars {
    display: none;
    position: absolute;
    padding: 10px 10px 12px 10px;
    background-color: #2e4453;
    border-width: 0;
    box-shadow: 0 0 10px #2e4453;
    box-shadow: 0 0 10px rgba(46,68,83,.6);
    min-width: 130px;
    z-index: 1000;
}

    #likes-other-gravatars.wpl-new-layout {
        display: none;
        position: absolute;
        padding: 9px 12px 10px 12px;
        background-color: #fff;
        border: solid 1px #dcdcde;
        border-radius: 4px;
        box-shadow: none;
        min-width: 220px;
        max-height: 240px;
        height: auto;
        overflow: auto;
        z-index: 1000;
    }

    #likes-other-gravatars * {
        line-height: normal;
    }

    #likes-other-gravatars .likes-text {
        color: white;
        font-size: 12px;
        padding-bottom: 8px;
    }

    #likes-other-gravatars.wpl-new-layout .likes-text {
        color: #101517;
        font-size: 12px;
        font-weight: 500;
        padding-bottom: 8px;
    }

    #likes-other-gravatars ul,
    #likes-other-gravatars li {
        margin: 0;
        padding: 0;
        text-indent: 0;
        list-style-type: none;
    }

        #likes-other-gravatars li::before {
            content: "";
        }

        #likes-other-gravatars ul.wpl-avatars {
            overflow: auto;
            display: block;
            max-height: 190px;
        }

            #likes-other-gravatars ul.wpl-avatars li {
                width: 32px;
                height: 32px;
                float: left;
                margin: 0 5px 5px 0;
            }

    #likes-other-gravatars.wpl-new-layout ul.wpl-avatars li {
        width: 196px;
        height: 28px;
        float: none;
        margin: 0 0 4px 0;
    }

    #likes-other-gravatars ul.wpl-avatars li a {
        margin: 0 2px 0 0;
        border-bottom: none !important;
        display: block;
    }

    #likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a {
        margin: 0 2px 0 0;
        border-bottom: none !important;
        display: flex;
        align-items: center;
        gap: 8px;
        text-decoration: none;
    }

        #likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a span {
            font-size: 12px;
            color: #2C3338;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    #likes-other-gravatars ul.wpl-avatars li a img {
        background: none;
        border: none;
        margin: 0 !important;
        padding: 0 !important;
        position: static;
        box-sizing: border-box;
    }

    #likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a img {
        background: none;
        border: none;
        border-radius: 50%;
        margin: 0 !important;
        padding: 1px !important;
        position: static;
    }

div.sd-box {
    border-top: 1px solid #dcdcde;
    border-top: 1px solid rgba(0,0,0,.13);
}

.entry-content .post-likes-widget, .post-likes-widget,
.comment-likes-widget {
    margin: 0;
    border-width: 0;
    display: block;
}

/* Loading text */
.post-likes-widget-placeholder,
.comment-likes-widget-placeholder {
    margin: 0;
    border-width: 0;
    position: relative;
}

.comment-likes-widget-placeholder {
    height: 18px;
    position: absolute;
    display: flex;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}

    .comment-likes-widget-placeholder::before {
        color: #2EA2CC;
        width: 16px;
        height: 16px;
        content: '';
        display: inline-block;
        position: relative;
        top: 3px;
        padding-right: 5px;
        background-repeat: no-repeat;
        background-size: 16px 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='0' fill='none' width='24' height='24'/%3E%3Cg%3E%3Cpath fill='%232EA2CC' d='M12 2l2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/g%3E%3C/svg%3E");
    }

.post-likes-widget-placeholder .button {
    display: none; /* Let's not show a dummy like button, let's just make a great button experience once it's loaded */
}

    .post-likes-widget-placeholder .button span {
    }

.post-likes-widget-placeholder .loading,
.comment-likes-widget-placeholder .loading {
    color: #999;
    font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
    padding-left: 5px;
    margin-top: 4px;
    align-self: center;
    color: #4E4E4E;
}

/* Like Special cases (display on it's own) */
div.sharedaddy.sd-like-enabled .sd-like h3 {
    display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
    width: 100%;
    float: none;
    position: absolute; /* Need to abs position placeholder and iframe so there isn't a jarring jump */
    top: 0;
}

.comment-likes-widget {
    width: 100%;
}


/* Make ratings block. @todo: make !important unnecessary by removing inline style */
.pd-rating,
.cs-rating {
    display: block !important;
}


/* Hide G+ title */
.sd-gplus .sd-title {
    display: none;
}

@media print {
    .jetpack-likes-widget-wrapper {
        display: none;
    }
}
/*!
Theme Name: Zakra
Theme URI: https://zakratheme.com/
Author: ThemeGrill
Author URI: https://themegrill.com
Description: Zakra is a powerful and versatile multipurpose theme that makes it easy to create beautiful and professional websites. With over free 40 pre-designed starter demo sites to choose from, you can quickly build a unique and functional site that fits your specific needs. Whether you're launching a blog, news site, e-commerce store, showcasing your portfolio, building a business site, LMS, or niche-specific site (such as a cafe, spa, charity, yoga studio, wedding venue, dental practice, photography, restaurant, or educational institution), Zakra has everything you need to succeed. The theme integrates seamlessly with popular page builders like Elementor, Brizy, BlockArt, and the Gutenberg editor, giving you complete freedom to create any layout you can imagine. Importantly, Zakra is optimized for speed, features a mobile-first responsive design, is built with block-based technology, and is optimized for search engines. It is also compatible with a wide range of popular WordPress plugins, allowing you to extend its functionality as needed. Build your next project with Zakra today and see the difference for yourself. Check out all the starter sites at https://zakratheme.com/demos!
Version: 3.0.9
Tested up to: 6.4
Requires PHP: 5.6
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.en.html
Text Domain: zakra
Tags: one-column, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-logo, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, news, e-commerce, rtl-language-support

Zakra is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Abstract
	- Abstract

# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins

# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Abstract.
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic.
--------------------------------------------------------------*/
/* Normalize.
--------------------------------------------- */
/*=============================================
=            Normalize            =
=============================================*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
    vertical-align: baseline;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    text-decoration: none;
}

b,
strong {
    font-weight: 600;
}

dfn {
    font-style: italic;
}

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

mark {
    background: unset;
    color: #000;
}

small {
    font-size: 80%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
    border-style: solid;
    border-width: 0;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

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

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

    input[type="search"]::-webkit-search-cancel-button,
    input[type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: 700;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/* Box sizing.
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base.
--------------------------------------------------------------*/
/* Container
--------------------------------------------- */
.zak-container {
    max-width: var(--container-width, 1170px);
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

/*=============================================
=            GRID            =
=============================================*/
.zak-container--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.zak-container--flex-center {
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zak-container--flex-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zak-site-layout--stretched #page .zak-content .zak-container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

    .zak-site-layout--stretched #page .zak-content .zak-container .zak-primary {
        width: 100%;
        padding-right: 0;
    }

.zak-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3F3F46;
    line-height: 1.3;
    font-weight: 400;
    margin: 0 0 20px;
}

h1 {
    font-size: 4rem;
}

h2 {
    font-size: 3.2rem;
}

h3 {
    font-size: 2.4rem;
}

h4 {
    font-size: 2rem;
}

h5 {
    font-size: 1.8rem;
}

h6 {
    font-size: 1.6rem;
}

html {
    font-size: 62.5%;
    /* Sets base font size to 10px */
}

p {
    word-break: break-word;
    margin-bottom: 20px;
}

code {
    background-color: #E0F2FE;
    padding: 0.125em 0.25em;
}

pre {
    background-color: #F4F4F5;
    padding: 20px;
}

blockquote,
.wp-block-quote {
    padding: 16px;
    margin-top: 34px;
    margin-bottom: 34px;
    border-left: 4px solid #027ABB;
    color: #27272A;
    font-style: italic;
}

    blockquote.has-text-align-right, blockquote.is-style-large, blockquote.is-style-plain,
    .wp-block-quote.has-text-align-right,
    .wp-block-quote.is-style-large,
    .wp-block-quote.is-style-plain {
        border: unset;
        border-left: 4px solid #027ABB;
    }

.wp-block-pullquote.has-border-color {
    border: unset !important;
    border-top: 4px solid #027ABB !important;
    border-bottom: 4px solid #027ABB !important;
}

/* Elements
--------------------------------------------- */
a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    a:active {
        outline: 0;
    }

.entry-content a,
.edit-link a {
    color: #027ABB;
    text-decoration: underline;
}

    .entry-content a:hover, .entry-content a:focus,
    .edit-link a:hover,
    .edit-link a:focus {
        text-decoration: none;
    }

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.wp-block-button .wp-block-button__link,
.zak-button {
    border-radius: 4px;
    padding: 8px 10px;
    color: #FAFAFA;
    background-color: #027ABB;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 0px solid #027ABB;
}

    button:hover,
    input[type="button"]:hover,
    input[type="reset"]:hover,
    input[type="submit"]:hover,
    .wp-block-button .wp-block-button__link:hover,
    .zak-button:hover {
        color: #027ABB;
        background-color: transparent;
    }

.wp-block-button__link code {
    background-color: inherit;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
select,
textarea {
    outline: none;
    border: 1px solid #D4D4D8;
    border-radius: 0;
    padding: 0.7rem 1rem;
    width: 100%;
    color: #3F3F46;
}

    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    input[type="search"]:focus,
    input[type="number"]:focus,
    input[type="tel"]:focus,
    input[type="range"]:focus,
    input[type="date"]:focus,
    input[type="month"]:focus,
    input[type="week"]:focus,
    input[type="time"]:focus,
    input[type="datetime"]:focus,
    input[type="datetime-local"]:focus,
    input[type="color"]:focus,
    select:focus,
    textarea:focus {
        color: #52525B;
    }

input[type="search"] {
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    margin-right: 0.5rem;
    vertical-align: middle;
    display: inline-block;
}

label {
    margin-bottom: 0.5rem;
    display: inline-block;
}

select {
    border: 1px solid #D4D4D8;
    padding: 0.5rem;
}

body {
    background: #FFF;
    /* Fallback for when there is no custom background color defined. */
    color: #3F3F46;
    font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.01em;
    word-wrap: break-word;
}

ul,
ol {
    margin: 0 0 1.6rem 1.6rem;
    padding-left: 0;
}

ul {
    list-style: square;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.6rem;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.6rem 1.6rem;
}

.zak-oembed-container {
    position: relative;
    padding-top: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}

    .zak-oembed-container iframe,
    .zak-oembed-container object,
    .zak-oembed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

body .zak-oembed-container * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

iframe {
    max-width: 100%;
}

/* Gallery. */
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/* Caption. */
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

    .wp-caption img[class*="wp-image-"] {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .wp-caption .wp-caption-text {
        margin: 0.8075em 0;
    }

.wp-caption-text {
    text-align: center;
}

/*=============================================
=            Table            =
=============================================*/
table,
.wp-block-table {
    margin: 0 0 1.5em;
    width: 100%;
}

    table th,
    table td,
    .wp-block-table th,
    .wp-block-table td {
        text-align: left;
        border: 1px solid #D4D4D8;
        padding: 1em;
    }

@font-face {
    font-family: "themegrill-icons";
    src: url(/wp-content/themes/zakra/assets/fonts/themegrill-icons.eot?5d42b271f668d2d6461ba91fc5a5a839?#iefix) format("embedded-opentype"), url(/wp-content/themes/zakra/assets/fonts/themegrill-icons.woff2?5d42b271f668d2d6461ba91fc5a5a839) format("woff2"), url(/wp-content/themes/zakra/assets/fonts/themegrill-icons.woff?5d42b271f668d2d6461ba91fc5a5a839) format("woff");
    font-display: swap;
}

.zak-icon {
    font-family: "themegrill-icons";
    display: inline-block;
    font-size: 1rem;
    font-style: normal;
}

.zak-icon-angle-down::after {
    content: "\f101";
}

.zak-icon-angle-left::after {
    content: "\f102";
}

.zak-icon-angle-right::after {
    content: "\f103";
}

.zak-icon-angle-up::after {
    content: "\f104";
}

.zak-icon-arrow-down::after {
    content: "\f105";
}

.zak-icon-arrow-left::after {
    content: "\f106";
}

.zak-icon-arrow-right::after {
    content: "\f107";
}

.zak-icon-arrow-up::after {
    content: "\f108";
}

.zak-icon-bars::after {
    content: "\f109";
}

.zak-icon-close::after {
    content: "\f10a";
}

.zak-icon-search::after {
    content: "\f10b";
}

.zak-icon-shopping-cart::after {
    content: "\f10c";
}

/* SVG icons */
.zak-icon {
    display: block;
    width: 1.25em;
    height: 1.25em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*=============================================
=            Admin Bar            =
=============================================*/
.admin-bar {
    --admin-bar: 32px;
}

@media screen and (max-width: 782px) {
    .admin-bar {
        --admin-bar: 46px;
    }
}

/*--------------------------------------------------------------
# Utilities.
--------------------------------------------------------------*/
/* AMP.
--------------------------------------------- */
.zak-mobile-nav li.menu-item-has-children .toggled-on + ul {
    max-height: 500px;
}

.zak-mobile-nav li.menu-item-has-children .zak-submenu-toggle.toggled-on::after {
    content: "-";
}

/* Accessibility.
--------------------------------------------- */
/*=============================================
=            Accesibility            =
=============================================*/
/* Text meant only for screen readers. */
.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 !important;
    width: 1px;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

    .screen-reader-text:focus {
        background-color: #E4E4E7;
        border-radius: 3px;
        -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
        clip: auto !important;
        -webkit-clip-path: none;
        clip-path: none;
        color: #3F3F46;
        display: block;
        font-size: 14px;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
        /* Above WP toolbar. */
    }

/* Do not show the outline on the skip link target. */
#zak-content[tabindex="-1"]:focus {
    outline: 0;
}

/* Alignments.
--------------------------------------------- */
/*=============================================
=            Alignments            =
=============================================*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.tg-flex-left {
    margin-right: auto;
}

.tg-flex-right {
    margin-left: auto;
}

.wp-block-gallery.alignleft, .wp-block-gallery.alignright, .wp-block-gallery.aligncenter,
.wp-block-social-links.alignleft,
.wp-block-social-links.alignright,
.wp-block-social-links.aligncenter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* Infinite scroll.
--------------------------------------------- */
/*=============================================
=            Infinite Scroll            =
=============================================*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll .zak-numbered-pagination,
.infinite-scroll.neverending .zak-footer {
    display: none;
}

/*Display element when scroll ends. */
.infinity-end.neverending .zak-footer {
    display: block;
}

#infinite-handle span {
    border: 0 solid #E4E4E7;
    background-color: #027ABB;
    color: #FAFAFA;
    padding: 0.7rem 1rem;
}

    #infinite-handle span:hover {
        background-color: #015989;
    }

/* Clearings.
--------------------------------------------- */
/*=============================================
=            Clearings            =
=============================================*/
.clear::before,
.clear::after,
.entry-content::before,
.entry-content::after,
.comment-content::before,
.comment-content::after,
.zak-content::after {
    display: table;
    content: "";
}

.clear::after,
.entry-content::after,
.comment-content::after,
.zak-content::after {
    clear: both;
}

hr,
.wp-block-separator {
    background-color: #E4E4E7;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Components.
--------------------------------------------------------------*/
/* Site branding.
--------------------------------------------- */
.site-branding {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    overflow-wrap: anywhere;
}

    .site-branding .zakra-mobile-logo {
        display: none;
    }

    .site-branding .mobile-custom-logo-link {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .site-branding .custom-logo-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

.site-title {
    color: #27272A;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.3;
}

    .site-title a {
        color: inherit;
    }

.site-title,
.site-description {
    margin: 0;
}

.site-description {
    font-size: 1.6rem;
}

/* Navigation.
--------------------------------------------- */
.zak-main-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.zak-main-nav .zak-submenu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 8px;
    cursor: pointer;
}

    .zak-main-nav .zak-submenu-toggle .zak-icon {
        width: 12px;
        height: 12px;
    }

.zak-primary-nav {
    display: none;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-bottom: 0 solid #E4E4E7;
    margin-left: auto;
}

    .zak-primary-nav .zak-primary-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 24px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .zak-primary-nav .zak-primary-menu > li > a:hover {
            text-decoration: none;
        }

        .zak-primary-nav .zak-primary-menu > li:hover ul ul,
        .zak-primary-nav .zak-primary-menu > li.focus ul ul {
            position: absolute;
            left: -999999px;
        }

        .zak-primary-nav .zak-primary-menu > li.zak-menu-item-cart {
            margin-right: 10px;
        }

        .zak-primary-nav .zak-primary-menu > li > ul.zak-edge {
            right: 0;
            left: auto;
        }

        .zak-primary-nav .zak-primary-menu ul li:hover ul ul,
        .zak-primary-nav .zak-primary-menu ul ul li:hover ul ul,
        .zak-primary-nav .zak-primary-menu ul li.focus ul ul,
        .zak-primary-nav .zak-primary-menu ul ul li.focus ul ul {
            position: absolute;
            left: -999999px;
        }

        .zak-primary-nav .zak-primary-menu ul li:hover > ul,
        .zak-primary-nav .zak-primary-menu ul li.focus > ul {
            left: 100%;
        }

        .zak-primary-nav .zak-primary-menu ul ul li:hover > ul,
        .zak-primary-nav .zak-primary-menu ul ul ul li:hover > ul,
        .zak-primary-nav .zak-primary-menu ul ul li.focus > ul,
        .zak-primary-nav .zak-primary-menu ul ul ul li.focus > ul {
            left: 100%;
        }

    .zak-primary-nav ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .zak-primary-nav ul .current_page_ancestor > a,
        .zak-primary-nav ul .current-menu-ancestor > a,
        .zak-primary-nav ul .current_page_item > a,
        .zak-primary-nav ul .current-menu-item > a {
            color: #027ABB;
        }

        .zak-primary-nav ul .menu-item-has-children,
        .zak-primary-nav ul .page_item_has_children {
            position: relative;
        }

        .zak-primary-nav ul li:hover > ul,
        .zak-primary-nav ul li.focus > ul {
            left: 0;
        }

    .zak-primary-nav li a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 0 solid #E4E4E7;
    }

    .zak-primary-nav li ul,
    .zak-primary-nav li:hover ul ul,
    .zak-primary-nav li.focus ul ul {
        z-index: 99999;
        position: absolute;
        left: -999999px;
    }

    .zak-primary-nav li:hover > ul,
    .zak-primary-nav li.focus > ul {
        left: auto;
    }

    .zak-primary-nav .sub-menu {
        display: block;
        position: absolute;
        top: 100%;
        width: 240px;
        border: 1px solid #E4E4E7;
        background-color: #fff;
        border-radius: 4px;
    }

        .zak-primary-nav .sub-menu li {
            border-bottom: 1px solid #F4F4F5;
        }

            .zak-primary-nav .sub-menu li ul {
                top: -1px;
                left: 100%;
            }

            .zak-primary-nav .sub-menu li:last-child {
                border-bottom: 0;
            }

            .zak-primary-nav .sub-menu li.menu-item-has-children ul.zak-edge, .zak-primary-nav .sub-menu li.page_item_has_children ul.zak-edge {
                left: -100%;
            }

            .zak-primary-nav .sub-menu li a {
                padding: 14px 16px;
            }

        .zak-primary-nav .sub-menu .zak-submenu-toggle {
            padding-left: 0;
            padding-top: 8px;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
        }

    .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a {
        position: relative;
    }

        .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a::before {
            content: "";
            position: absolute;
            background-color: #027ABB;
        }

    .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a {
        position: relative;
    }

        .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a:hover, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a:hover, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a:hover, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a:hover {
            text-decoration: none;
        }

        .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-2 > ul > li.current-menu-item > a::before {
            height: 2px;
            width: 100%;
            bottom: 0;
        }

    .zak-primary-nav.zak-layout-1-style-2 > ul a {
        position: relative;
    }

        .zak-primary-nav.zak-layout-1-style-2 > ul a:hover::before {
            content: "";
            position: absolute;
            background-color: #027ABB;
            height: 2px;
            width: 100%;
            bottom: 0;
            left: 0;
        }

    .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-3 > ul > li.current-menu-item > a::before {
        width: 2px;
        height: 12px;
        top: 50%;
        left: -5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_ancestor > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-ancestor > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current_page_item > a::before, .zak-primary-nav.zak-layout-1-style-4 > ul > li.current-menu-item > a::before {
        width: 2px;
        height: 12px;
        top: 50%;
        left: auto;
        right: -5px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

@media screen and (min-width: 768px) {
    .zak-primary-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.zak-primary-nav > ul > li.zak-menu-extras-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .zak-primary-nav > ul > li.zak-menu-extras-wrap .submenu-expand {
        cursor: pointer;
        width: 28px;
        height: 28px;
        padding: 0;
        text-align: center;
    }

/* Toggle button. */
.zak-toggle-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 20px;
}

    .zak-toggle-menu .zak-menu-toggle {
        padding: 0 2px;
        border: none;
        color: inherit;
        background: initial;
        line-height: normal;
    }

        .zak-toggle-menu .zak-menu-toggle:hover {
            background-color: transparent;
        }

.zak-layout-1-style-2 .zak-toggle-menu,
.zak-layout-1-style-3 .zak-toggle-menu {
    margin-left: 0;
}

.zak-toggle-menu .zak-icon {
    width: 28px;
    height: 28px;
    fill: #3F3F46;
}

@media screen and (min-width: 768px) {
    .zak-toggle-menu {
        display: none;
    }
}

/* Mobile navigation. */
.zak-mobile-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    padding: 1.75em 1em;
    background-color: #27272A;
    color: #FAFAFA;
    -webkit-transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
    transition: 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
    transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease;
    transition: 0.35s transform ease, 0.35s visibility ease, 0.35s opacity ease, 0.35s -webkit-transform ease;
    max-height: 100vh;
    overflow-y: auto;
}

    .zak-mobile-nav .zak-icon {
        fill: #FAFAFA;
    }

.zak-mobile-nav--opened {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: 100%;
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.zak-mobile-nav ul {
    padding: 0;
    margin: 0;
}

.zak-mobile-nav li {
    position: relative;
    list-style-type: none;
}

    .zak-mobile-nav li.zak-menu-extras-wrap {
        display: none;
    }

.zak-mobile-nav .zak-header-actions {
    margin-left: 14px;
    margn-top: 14px;
}

.zak-mobile-nav > div {
    /* Top level ul. */
}

    .zak-mobile-nav > div > ul {
        border-top: 0.5px solid #D4D4D8;
        padding-top: 1em;
    }

.zak-mobile-menu li {
    border-bottom: 1px solid #3F3F46;
}

    .zak-mobile-menu li:last-child {
        border-bottom: none;
    }

.zak-mobile-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 16px;
    color: #FAFAFA;
    word-break: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
}

.zak-mobile-menu .page_item_has_children,
.zak-mobile-menu .menu-item-has-children {
    position: relative;
}

    .zak-mobile-menu .page_item_has_children .sub-menu,
    .zak-mobile-menu .menu-item-has-children .sub-menu {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        visibility: hidden;
        overflow: hidden;
        max-height: 0;
        border-top: 1px solid #3F3F46;
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        .zak-mobile-menu .page_item_has_children .sub-menu li .sub-menu,
        .zak-mobile-menu .menu-item-has-children .sub-menu li .sub-menu {
            padding-left: 16px;
        }

            .zak-mobile-menu .page_item_has_children .sub-menu li .sub-menu a,
            .zak-mobile-menu .menu-item-has-children .sub-menu li .sub-menu a {
                padding-left: 30px;
            }

        .zak-mobile-menu .page_item_has_children .sub-menu a,
        .zak-mobile-menu .menu-item-has-children .sub-menu a {
            padding-left: 30px;
        }

.zak-mobile-menu .submenu--show > .zak-submenu-toggle .zak-icon {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.zak-mobile-menu .submenu--show + .sub-menu,
.zak-mobile-menu .submenu--show > .sub-menu {
    max-height: 500px;
    visibility: visible;
    overflow-y: auto;
}

    .zak-mobile-menu .submenu--show + .sub-menu::-webkit-scrollbar,
    .zak-mobile-menu .submenu--show > .sub-menu::-webkit-scrollbar {
        width: 4px;
    }

    .zak-mobile-menu .submenu--show + .sub-menu::-webkit-scrollbar-track,
    .zak-mobile-menu .submenu--show > .sub-menu::-webkit-scrollbar-track {
        background: #E4E4E7;
    }

    .zak-mobile-menu .submenu--show + .sub-menu::-webkit-scrollbar-thumb,
    .zak-mobile-menu .submenu--show > .sub-menu::-webkit-scrollbar-thumb {
        background-color: #52525B;
        border-radius: 5px;
    }

    .zak-mobile-menu .submenu--show + .sub-menu .submenu--show > .zak-submenu-toggle .zak-icon,
    .zak-mobile-menu .submenu--show > .sub-menu .submenu--show > .zak-submenu-toggle .zak-icon {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.zak-mobile-menu .current_page_item a {
    text-decoration: underline;
}

.zak-mobile-nav__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 30px;
    /* Search field */
}

    .zak-mobile-nav__header .zak-header-search {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .zak-mobile-nav__header .zak-header-search a {
            display: none;
        }

    .zak-mobile-nav__header .zak-mobile-nav-close {
        position: absolute;
        top: 16px;
        right: 16px;
        padding: unset;
        border: unset;
        color: unset;
        background-color: unset;
        cursor: pointer;
        text-align: center;
    }

        .zak-mobile-nav__header .zak-mobile-nav-close .zak-icon {
            width: 24px;
            height: 24px;
        }

    .zak-mobile-nav__header .zak-search-container {
        display: block;
        width: 80%;
        padding-bottom: 12px;
        border-bottom: 1px solid #A1A1AA;
    }

        .zak-mobile-nav__header .zak-search-container .zak-icon {
            width: 20px;
            height: 20px;
        }

    .zak-mobile-nav__header .zak-search-form .zak-search-field {
        padding: 0;
        line-height: 1.8;
        color: #FFF;
    }

/* Overlay. */
.zak-overlay-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.05);
    display: none;
}

    .zak-overlay-wrapper.overlay-show {
        display: none;
    }

.zak-footer-bar .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
}

    .zak-footer-bar .menu li a {
        padding: 0 0.5em;
    }

/* Post Navigation */
.posts-navigation,
.post-navigation {
    margin-top: 40px;
    padding: 20px 0;
    border-bottom: 1px solid #E4E4E7;
    border-top: 1px solid #E4E4E7;
}

    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 20px;
        word-break: break-all;
    }

        .posts-navigation .nav-links a,
        .post-navigation .nav-links a {
            vertical-align: middle;
        }

        .posts-navigation .nav-links .nav-previous,
        .post-navigation .nav-links .nav-previous {
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        }

            .posts-navigation .nav-links .nav-previous a::before,
            .post-navigation .nav-links .nav-previous a::before {
                margin-right: 0.5rem;
                font-family: "themegrill-icons" !important;
                vertical-align: middle;
                content: "\f102";
            }

        .posts-navigation .nav-links .nav-next,
        .post-navigation .nav-links .nav-next {
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            text-align: right;
        }

            .posts-navigation .nav-links .nav-next a::after,
            .post-navigation .nav-links .nav-next a::after {
                margin-left: 0.5rem;
                font-family: "themegrill-icons" !important;
                vertical-align: middle;
                content: "\f103";
            }

@media screen and (min-width: 768px) {
    .posts-navigation .nav-links,
    .post-navigation .nav-links {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

/* Header actions.
--------------------------------------------- */
.zak-header-actions {
    display: none;
    margin-left: 40px;
}

.zak-mobile-nav .zak-header-actions {
    display: block;
}

    .zak-mobile-nav .zak-header-actions .zak-header-search {
        display: none;
    }

.zak-header-actions .zak-header-actions {
    list-style-type: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

    .zak-header-actions .zak-header-actions > li {
        margin: 1em;
    }

        .zak-header-actions .zak-header-actions > li:last-child {
            margin-right: 0;
        }

.zak-header-actions .zak-icon--close {
    display: none;
}

.zak-header-actions li {
    list-style: none;
}

.zak-header-search {
    cursor: pointer;
}

    .zak-header-search .zak-search-container {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        padding: 10px;
        visibility: hidden;
        width: 90%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .zak-header-search .zak-search-container .zak-icon--search {
            display: none;
        }

    .zak-header-search svg {
        height: 20px;
        width: 20px;
    }

/* Mini cart. */
.zak-menu-item-cart .cart-page-link {
    position: relative;
}

    .zak-menu-item-cart .cart-page-link .zakra-icon--cart {
        width: 20px;
        height: 20px;
    }

    .zak-menu-item-cart .cart-page-link .count {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-size: 10px;
        width: 16px;
        height: 16px;
        background-color: #027ABB;
        color: #FAFAFA;
        position: absolute;
        top: -5px;
        right: -10px;
        border-radius: 50%;
        text-align: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

@media screen and (min-width: 768px) {
    .zak-main-header.zak-header-search--opened {
        background: #27272A;
    }

    .zak-header-search--opened .zak-container .zak-header-col.zak-header-col--2 {
        background: none;
        border: none;
    }

    .zak-header-search--opened .zak-main-nav,
    .zak-header-search--opened .zak-primary-nav,
    .zak-header-search--opened .site-branding,
    .zak-header-search--opened .zak-header-col--1 {
        visibility: hidden;
        opacity: 0;
    }

    .zak-header-search--opened .zak-search-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        z-index: 9999;
        visibility: visible;
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .zak-header-search--opened .zak-header-buttons {
        display: none;
    }

    .zak-header-search--opened .yith-wcwl-items-count {
        display: none;
    }

    .zak-header-search--opened .zak-header-search__toggle {
        display: none;
    }

    .zak-header-search--opened .zak-header-action li {
        display: none;
    }

    .zak-header-search--opened .zak-search-field-label input {
        color: #FFF;
        padding: 0.7rem 0;
        background-color: inherit;
    }

        .zak-header-search--opened .zak-search-field-label input:focus {
            color: #FFF;
        }

        .zak-header-search--opened .zak-search-field-label input:-webkit-autofill,
        .zak-header-search--opened .zak-search-field-label input:-webkit-autofill:focus {
            -webkit-transition: background-color 600000s 0s, color 600000s 0s;
            transition: background-color 600000s 0s, color 600000s 0s;
        }

        .zak-header-search--opened .zak-search-field-label input[data-autocompleted] {
            background-color: transparent !important;
        }

    .zak-header-search--opened .zak-search-field-label .zak-icon--search {
        display: block;
    }

        .zak-header-search--opened .zak-search-field-label .zak-icon--search svg {
            fill: #FFF;
        }

    .zak-header-search--opened .zak-icon--close {
        position: relative;
        display: block;
        background: unset;
        border: none;
        padding: 10px;
        z-index: 9999;
    }

        .zak-header-search--opened .zak-icon--close:focus {
            outline: 1px solid #FFF;
        }

        .zak-header-search--opened .zak-icon--close:active {
            outline: none;
        }

        .zak-header-search--opened .zak-icon--close:before {
            content: "";
            position: absolute;
            top: 10px;
            right: 0;
            width: 20px;
            height: 2px;
            border-radius: 2px;
            background: #FFF;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .zak-header-search--opened .zak-icon--close:after {
            content: "";
            position: absolute;
            top: 10px;
            right: 0;
            width: 20px;
            height: 2px;
            border-radius: 2px;
            background: #FFF;
            -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

        .zak-header-search--opened .zak-icon--close:hover {
            cursor: pointer;
        }

            .zak-header-search--opened .zak-icon--close:hover:before {
                -webkit-transform: rotate(0deg);
                transform: rotate(0deg);
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

            .zak-header-search--opened .zak-icon--close:hover:after {
                -webkit-transform: rotate(180deg);
                transform: rotate(180deg);
                -webkit-transition: all 0.3s ease-in-out;
                transition: all 0.3s ease-in-out;
            }

    .zak-header-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
    }

        .zak-header-actions li {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }
}

/* Search.
--------------------------------------------- */
.zak-search-form {
    position: unset;
    display: block;
    width: 100%;
}

    .zak-search-form .zak-search-submit {
        display: none;
    }

    .zak-search-form .zak-search-field-label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
        width: 100%;
        margin-bottom: 0;
    }

    .zak-search-form .zak-search-field {
        border: 0;
        background-color: #27272A;
        color: #3F3F46;
        opacity: 0.9;
    }

        .zak-search-form .zak-search-field:focus {
            color: #FFF;
        }

    .zak-search-form input:-webkit-autofill,
    .zak-search-form input:-webkit-autofill:focus {
        -webkit-transition: background-color 600000s 0s, color 600000s 0s;
        transition: background-color 600000s 0s, color 600000s 0s;
    }

    .zak-search-form input[data-autocompleted] {
        background-color: transparent !important;
    }

/* Header buttons.
--------------------------------------------- */
/* Desktop & mobile header buttons */
.zak-header-buttons .zak-header-button .zak-button {
    display: block;
    text-align: center;
    border: 1px solid #027ABB;
}

    .zak-header-buttons .zak-header-button .zak-button:hover {
        color: #027ABB;
        border: 1px solid #027ABB;
    }

.zak-header-buttons .zak-header-button--2 .zak-button {
    background: transparent;
    border: 1px solid #027ABB;
    color: #027ABB;
}

/* Desktop header buttons. */
.zak-header-buttons--desktop {
    display: none;
    margin-left: 24px;
}

/* Mobile header buttons. */
.zak-mobile-nav .zak-header-buttons {
    display: block;
    margin-top: 18px;
}

.zak-mobile-nav .zak-icon--close {
    display: none;
}

@media screen and (min-width: 768px) {
    .zak-header-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 24px;
    }

        .zak-header-buttons .zak-button:hover {
            color: #027ABB;
            border-color: #027ABB;
        }
}

/* Header media.
--------------------------------------------- */
.wp-custom-header {
    position: relative;
}

    .wp-custom-header img {
        margin: 0 auto;
        width: 100%;
        vertical-align: middle;
    }

    .wp-custom-header iframe#wp-custom-header-video {
        width: 100%;
    }

    .wp-custom-header video#wp-custom-header-video {
        display: block;
        margin: 0 auto;
        overflow: hidden;
        max-width: 100%;
        height: auto;
    }

    .wp-custom-header:hover .wp-custom-header-video-button {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .wp-custom-header .wp-custom-header-video-button {
        position: absolute;
        top: calc( 50% - 30px);
        left: calc( 50% - 30px);
        z-index: 9999;
        height: 60px;
        width: 70px;
        padding: 10px;
        text-align: center;
        font-size: 18px;
        border: none;
        outline: none;
        color: #fff;
        cursor: pointer;
        -webkit-box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
        box-shadow: 0 0 60px rgba(0, 0, 0, 0.5);
        -webkit-transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, visibility 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
        transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s;
        transition: box-shadow 0.35s, opacity 0.35s, visibility 0.35s, transform 0.35s, -webkit-box-shadow 0.35s, -webkit-transform 0.35s;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

        .wp-custom-header .wp-custom-header-video-button:hover {
            -webkit-box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
            box-shadow: 0 0 75px rgba(0, 0, 0, 0.8);
        }

/* Page header.
--------------------------------------------- */
.zak-page-header {
    padding: 30px 0;
    background-color: #E4E4E7;
}

    .zak-page-header .zak-archive-description {
        display: none;
    }

    .zak-page-header .zak-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }

    .zak-page-header .zak-page-title {
        margin-bottom: 0;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1.3;
    }

    .zak-page-header.zak-style-1 .zak-page-title {
        margin-right: auto;
    }

    .zak-page-header.zak-style-1 .breadcrumbs {
        margin-left: auto;
    }

    .zak-page-header.zak-style-3 .zak-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .zak-page-header.zak-style-3 .zak-page-title {
        text-align: center;
    }

    .zak-page-header.zak-style-2 .zak-page-header__title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto;
    }

    .zak-page-header.zak-style-2 .breadcrumbs {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: auto;
    }

    .zak-page-header.zak-style-4 .zak-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .zak-page-header.zak-style-5 .zak-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

body:not(.has-page-header) .zak-page-header {
    padding: 30px 0;
    background-color: #E4E4E7;
}

    body:not(.has-page-header) .zak-page-header .zak-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
    }

    body:not(.has-page-header) .zak-page-header .zak-page-title {
        margin-bottom: 0;
        font-size: 2.4rem;
        font-weight: 400;
        line-height: 1.3;
    }

    body:not(.has-page-header) .zak-page-header.zak-style-1 .zak-page-title {
        margin-right: auto;
    }

    body:not(.has-page-header) .zak-page-header.zak-style-1 .zak-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    body:not(.has-page-header) .zak-page-header.zak-style-3 .zak-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    body:not(.has-page-header) .zak-page-header.zak-style-3 .zak-page-title {
        text-align: center;
    }

    body:not(.has-page-header) .zak-page-header.zak-style-2 .zak-page-header__title {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: auto;
    }

    body:not(.has-page-header) .zak-page-header.zak-style-2 .breadcrumbs {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-right: auto;
    }

    body:not(.has-page-header) .zak-page-header.zak-style-4 .zak-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    body:not(.has-page-header) .zak-page-header.zak-style-5 .zak-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

.zak-breadcrumbs .trail-items,
.breadcrumbs .trail-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    list-style-type: none;
}

    .zak-breadcrumbs .trail-items li::after,
    .breadcrumbs .trail-items li::after {
        content: '/';
        margin: 0 4px;
    }

    .zak-breadcrumbs .trail-items li:last-child::after,
    .breadcrumbs .trail-items li:last-child::after {
        content: none;
    }

    .zak-breadcrumbs .trail-items a,
    .breadcrumbs .trail-items a {
        color: #027ABB;
        text-decoration: underline;
    }

        .zak-breadcrumbs .trail-items a:hover,
        .breadcrumbs .trail-items a:hover {
            text-decoration: none;
        }

/* Entry.
--------------------------------------------- */
.sticky {
    display: block;
}

.zak-posts .zak-post {
    padding: 30px 0;
    border-bottom: 1px solid #E4E4E7;
}

    .zak-posts .zak-post:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    .zak-posts .zak-post:first-child {
        padding-bottom: 30px;
        padding-top: 0;
        border-bottom: 1px solid #E4E4E7;
    }

.extra-hatom {
    display: none;
}

.entry-title {
    margin-bottom: 0;
    font-weight: 600;
    word-break: break-word;
}

    .entry-title:hover a {
        color: #027ABB;
        text-decoration: underline;
    }

    .entry-title a {
        color: inherit;
        text-decoration: inherit;
    }

.zak-entry-thumbnail {
    margin-bottom: 20px;
}

.zak-entry-thumbnail__link {
    display: block;
}

.updated:not(.published) {
    display: none;
}

.zak-entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
    border: 0 solid #E4E4E7;
    font-size: 1.4rem;
}

    .zak-entry-meta a {
        color: #027ABB;
        text-decoration: underline;
    }

        .zak-entry-meta a:hover {
            text-decoration: none;
        }

.zak-style-2 .zak-entry-meta span, .zak-style-2 .zak-entry-meta a {
    color: #027ABB;
}

    .zak-style-2 .zak-entry-meta a:hover {
        color: #015989;
    }

.zak-style-2 .zak-entry-meta > span {
    display: inline-block;
}

    .zak-style-2 .zak-entry-meta > span::before {
        display: inline-block;
        font-family: 'FontAwesome';
        margin-right: 5px;
    }

.zak-style-2 .zak-entry-meta .zak-comments-link,
.zak-style-2 .zak-entry-meta .zak-posted-on,
.zak-style-2 .zak-entry-meta .zak-cat-links,
.zak-style-2 .zak-entry-meta .zak-byline,
.zak-style-2 .zak-entry-meta .zak-tags-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
}

    .zak-style-2 .zak-entry-meta .zak-comments-link svg,
    .zak-style-2 .zak-entry-meta .zak-posted-on svg,
    .zak-style-2 .zak-entry-meta .zak-cat-links svg,
    .zak-style-2 .zak-entry-meta .zak-byline svg,
    .zak-style-2 .zak-entry-meta .zak-tags-links svg {
        fill: #3F3F46;
        height: 16px;
        width: 16px;
    }

.zak-style-2 .zak-entry-meta .zak-cat-links,
.zak-style-2 .zak-entry-meta .zak-tags-links {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.entry-content {
    margin-top: 20px;
}

    .entry-content p {
        margin-bottom: 24px;
    }

        .entry-content p:last-child {
            margin-bottom: 0;
        }

.zak-entry-summary {
    margin-top: 20px;
}

.page-links {
    clear: both;
    margin: 0 0 1.5rem;
}

.zak-entry-footer.zak-alignment-style-2 {
    text-align: right;
}

.zak-entry-footer a {
    color: #3F3F46;
}

.zak-entry-footer .edit-link a {
    color: #027ABB;
}

.entry-button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

    .entry-button:hover {
        color: #027ABB;
        text-decoration: underline;
    }

        .entry-button:hover .zak-icon {
            fill: #027ABB;
            -webkit-transform: translateX(4px);
            transform: translateX(4px);
        }

/* Comments.
--------------------------------------------- */
/*=============================================
=            Comments            =
=============================================*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

#comments {
    margin-top: 40px;
}

    #comments .comment-list {
        list-style-type: none;
        margin-left: 0;
    }

        #comments .comment-list .comment-respond {
            margin-top: 32px;
        }

        #comments .comment-list .children {
            list-style-type: none;
            margin-left: 2rem;
        }

        #comments .comment-list .comment-body {
            padding-bottom: 16px;
        }

        #comments .comment-list .comment-meta {
            position: relative;
            min-height: 40px;
        }

            #comments .comment-list .comment-meta .comment-author img.avatar {
                height: 40px;
                width: 40px;
                position: absolute;
                left: 0;
                top: 0;
                border: 1px solid rgba(17, 17, 17, 0.15);
                border-radius: 100px;
            }

            #comments .comment-list .comment-meta .comment-author .fn {
                margin-left: 50px;
                margin-bottom: 8px;
                font-size: 2rem;
                font-weight: 400;
            }

            #comments .comment-list .comment-meta .comment-author .says {
                display: none;
            }

            #comments .comment-list .comment-meta .comment-metadata {
                margin-left: 50px;
                font-size: 1.4rem;
            }

            #comments .comment-list .comment-meta .edit-link {
                color: #027ABB;
                text-decoration: underline;
            }

                #comments .comment-list .comment-meta .edit-link:hover {
                    text-decoration: none;
                }

    #comments .comments-title {
        display: inline-block;
        margin-bottom: 42px;
    }

    #comments .comments-title,
    #comments .comment-reply-title {
        position: relative;
        padding-bottom: 12px;
        border-bottom: 1px solid #E4E4E7;
        font-size: 2.4rem;
    }

        #comments .comments-title::before,
        #comments .comment-reply-title::before {
            position: absolute;
            display: block;
            bottom: -1px;
            content: " ";
            left: 0;
            width: 30px;
            height: 1px;
            background-color: #027ABB;
        }

    #comments .comment-reply-title {
        display: inline-block;
        margin-bottom: 10px;
    }

    #comments .comment-content {
        margin-left: 50px;
        margin-top: 24px;
        font-size: 1.4rem;
    }

        #comments .comment-content a {
            color: #027ABB;
            font-size: 1.4rem;
            text-decoration: underline;
        }

            #comments .comment-content a:hover {
                text-decoration: none;
            }

        #comments .comment-content p {
            margin-bottom: 0;
        }

    #comments .reply {
        margin-left: 50px;
        margin-top: 24px;
        color: #027ABB;
        font-size: 1.4rem;
        text-decoration: underline;
    }

        #comments .reply:hover {
            text-decoration: none;
        }

    #comments .logged-in-as {
        margin-bottom: 24px;
    }

.comments-area ol.comment-list .children {
    padding-top: 30px;
    border-top: 1px solid #E4E4E7;
}

textarea {
    height: 150px;
}

.comment-respond {
    margin-top: 60px;
}

    .comment-respond textarea,
    .comment-respond input[type="text"],
    .comment-respond input[type="email"],
    .comment-respond input[type="url"] {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: inherit;
        border-radius: 4px;
        margin-bottom: 20px;
    }

    .comment-respond .form-submit {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .comment-respond small {
        margin-left: 16px;
        color: #027ABB;
        font-size: 1.4rem;
        text-decoration: underline;
    }

    .comment-respond label {
        margin-bottom: 10px;
        font-size: 1.4rem;
        font-weight: 600;
    }

    .comment-respond input[type="checkbox"] {
        height: 20px;
        width: 20px;
        margin-right: 0;
    }

.comment-form-cookies-consent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

    .comment-form-cookies-consent label {
        margin-bottom: 0;
        font-weight: 400;
    }

@media screen and (min-width: 992px) {
    .comment-respond textarea,
    .comment-respond input[type="text"],
    .comment-respond input[type="email"],
    .comment-respond input[type="url"] {
        width: 570px;
    }
}

/* Widgets.
--------------------------------------------- */
.widget {
    margin: 0 0 2.5em;
}

    .widget:last-child {
        margin-bottom: 0;
    }

    .widget .wp-block-heading,
    .widget .widget-title {
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #E4E4E7;
    }

        .widget .wp-block-heading::before,
        .widget .widget-title::before {
            position: absolute;
            display: block;
            bottom: -1px;
            content: " ";
            left: 0;
            width: 30px;
            height: 1px;
            background-color: #027ABB;
        }

    .widget .widget-title,
    .widget h2 {
        margin-bottom: 20px;
        font-size: 2rem;
        font-weight: 600;
    }

    .widget ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 8px;
        margin: 0;
        list-style-type: none;
    }

        .widget ul ul {
            padding-left: 1em;
        }

        .widget ul.footer-social-icon {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

    .widget li a {
        display: inline-block;
        color: #027ABB;
        text-decoration: underline;
        /* Make sure select elements fit in widgets. */
    }

        .widget li a:hover {
            text-decoration: none;
        }

        .widget li a select {
            max-width: 100%;
        }

        .widget li a + .post-date {
            margin-bottom: 0.5rem;
            display: block;
        }

.widget_search .zak-search-form label {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.widget_search .zak-search-form .zak-icon--search {
    padding-right: 16px;
}

    .widget_search .zak-search-form .zak-icon--search svg {
        width: 20px;
        height: 20px;
    }

.widget_search .wp-block-search__button {
    margin-left: 0;
}

.widget_search input[type="search"],
.widget_search .zak-search-submit {
    background-color: inherit;
    border: 0;
    height: 50px;
}

.widget_search .wp-element-button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0;
    color: transparent;
    border: 0;
    line-height: 1;
}

    .widget_search .wp-element-button::before {
        position: absolute;
        left: 12px;
        content: "\f002";
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
        text-decoration: inherit;
        color: #27272A;
        font-size: 1.8rem;
    }

.widget_search button {
    display: none;
    background-color: unset;
    padding: 8px;
}

.widget_search .wp-block-search__inside-wrapper,
.widget_search .zak-search-container {
    border: 1px solid #D4D4D8;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .widget_search .wp-block-search__inside-wrapper:focus-within,
    .widget_search .zak-search-container:focus-within {
        border-color: #27272A;
    }

.widget_search .wp-block-search__inside-wrapper {
    font-size: 1.4rem;
}

.widget_search .wp-block-search .wp-block-search__label {
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 600;
}

.widget_recent_comments li {
    padding: 0.5rem 0;
}

.widget_calendar table td, .widget_calendar table th {
    padding: inherit;
    text-align: center;
}

.widget_tag_cloud .tagcloud {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .widget_tag_cloud .tagcloud a {
        font-size: 1rem !important;
        border: 1px solid;
        padding: 5px 10px;
        margin: 5px;
    }

/* Captions.
--------------------------------------------- */
/* Galleries.
--------------------------------------------- */
/*--------------------------------------------------------------
# Layouts.
--------------------------------------------------------------*/
/* Common.
--------------------------------------------- */
::-webkit-input-placeholder {
    color: #D4D4D8;
}

::-moz-placeholder {
    color: #D4D4D8;
}

::-ms-input-placeholder {
    color: #D4D4D8;
}

::placeholder {
    color: #D4D4D8;
}

.zak-top-bar,
.zak-footer {
    background-color: #18181B;
    color: #FAFAFA;
    font-size: 1.4rem;
}

    .zak-top-bar .zak-row,
    .zak-footer-bar .zak-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .zak-top-bar .zak-row,
    .zak-footer-bar .zak-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0.75em;
    }

    .zak-top-bar .zak-container,
    .zak-footer-bar .zak-container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        row-gap: 0.8rem;
    }

    .zak-top-bar p,
    .zak-footer-bar p {
        margin: 0;
    }

    .zak-top-bar .header-bar-social-icons a,
    .zak-footer-bar .header-bar-social-icons a {
        text-decoration: none;
    }

    .zak-top-bar a,
    .zak-footer-bar a {
        text-decoration: none;
    }

        .zak-top-bar a:hover,
        .zak-footer-bar a:hover {
            color: inherit;
            text-decoration: none;
        }

    .zak-top-bar .widget,
    .zak-footer-bar .widget {
        margin: 0;
    }

        .zak-top-bar .widget li,
        .zak-footer-bar .widget li {
            border-bottom: none;
        }

    .zak-top-bar .menu,
    .zak-footer-bar .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 12px;
        margin: 0;
        list-style-type: none;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .zak-top-bar .menu a,
        .zak-footer-bar .menu a {
            text-decoration: none;
        }

            .zak-top-bar .menu a:hover,
            .zak-footer-bar .menu a:hover {
                text-decoration: underline;
            }

.zak-top-bar__1,
.zak-top-bar__2,
.zak-footer-bar__1,
.zak-footer-bar__2 {
    text-align: center;
}

@media screen and (min-width: 768px) {
    .zak-top-bar .zak-row,
    .zak-footer-bar .zak-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

/* Header.
--------------------------------------------- */
.zak-top-bar {
    display: none;
    padding-bottom: 14px;
    padding-top: 14px;
}

@media screen and (min-width: 600px) {
    .zak-top-bar {
        display: block;
        border-style: solid;
        border-width: 0;
    }
}

.zak-header {
    border-bottom: 1px solid #E4E4E7;
}

    .zak-header .zak-row {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
    }

.zak-main-header {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FAFAFA;
}

    .zak-main-header .zak-row {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 40px;
    }

    .zak-main-header .zak-header-col--2 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

@media screen and (min-width: 992px) {
    .zak-header-col--2 {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.zak-header.zak-layout-1-style-2 .zak-container {
    padding: 0;
}

.zak-header.zak-layout-1-style-2 .zak-header-col--2 {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zak-header.zak-layout-1-style-2 .zak-primary-nav {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.zak-header.zak-layout-1-style-2 .zak-main-header .zak-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
}

.zak-header.zak-layout-1-style-2 .site-branding {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

    .zak-header.zak-layout-1-style-2 .site-branding .custom-logo-link {
        margin-right: 0;
    }

.zak-header.zak-layout-1-style-2 .zak-primary-nav {
    display: none;
}

@media screen and (min-width: 768px) {
    .zak-header.zak-layout-1-style-2 .zak-primary-nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: initial;
    }
}

.zak-header.zak-layout-1-style-3 {
    /* Site branding */
    /* Menu primary */
}

    .zak-header.zak-layout-1-style-3 .zak-main-header .zak-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .zak-header.zak-layout-1-style-3 .zak-main-header .zak-header-col--2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .zak-header.zak-layout-1-style-3 .site-branding {
        margin-left: 20px;
    }

        .zak-header.zak-layout-1-style-3 .site-branding .custom-logo-link {
            margin-right: 0;
        }

    .zak-header.zak-layout-1-style-3 .zak-primary-nav {
        margin-left: initial;
        margin-right: 0;
        -webkit-box-flex: initial;
        -ms-flex: initial;
        flex: initial;
    }

.zak-header.zak-layout-2-style-1 .zak-main-header {
    padding: 0;
}

    .zak-header.zak-layout-2-style-1 .zak-main-header .zak-row {
        gap: 0;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

.zak-header.zak-layout-2-style-1 .zak-header-col--2 {
    display: block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: auto;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 10px;
    padding-bottom: 10px;
    background: #F4F4F5;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #D4D4D8;
}

    .zak-header.zak-layout-2-style-1 .zak-header-col--2 .zak-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.zak-header.zak-layout-2-style-1 .zak-header-col--1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
    padding-top: 24px;
    padding-bottom: 24px;
}

.zak-header.zak-layout-2-style-1 .zak-primary-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.zak-header.zak-layout-2-style-1 .zak-main-header .zak-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    .zak-header.zak-layout-2-style-1 .zak-header-col--1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.zak-header.zak-layout-1-transparent {
    position: relative;
    border-bottom: none;
}

    .zak-header.zak-layout-1-transparent .zak-main-header {
        background: transparent;
    }

    .zak-header.zak-layout-1-transparent .zak-header-transparent-wrapper {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        height: auto;
        width: 100%;
        background: transparent;
        border-bottom: 1px solid #E4E4E7;
    }

        .zak-header.zak-layout-1-transparent .zak-header-transparent-wrapper .zak-header-search--opened.zak-main-header {
            background: #27272A;
        }

/* Content.
--------------------------------------------- */
.zak-secondary {
    word-break: break-word;
}

    .zak-secondary .wp-element-button {
        color: transparent;
    }

    .zak-secondary li {
        line-height: 1.8;
    }

@media screen and (min-width: 768px) {
    .zak-secondary {
        width: 30%;
        padding-top: 3.75em;
        padding-left: 1.875em;
        padding-bottom: 3.75em;
        border-left: 1px solid #E4E4E7;
    }
}

.zak-content {
    background-color: #FFF;
}

    .zak-content .zak-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 3.75em;
        padding-bottom: 3.75em;
        gap: 3.75em;
    }

.zak-primary {
    width: 100%;
}

.has-transparent-header:not(.blog):not(.has-page-header),
.zak-no-content-margin,
.elementor-template-full-width,
.page-template-pagebuilder {
    /* Remove content margin when,
	1. When transparent header is present.
	2. Content margin is removed via options.
	3. Using full width Elementor template.
	4. Using Page builder template.
	*/
}

    .has-transparent-header:not(.blog):not(.has-page-header) .zak-row,
    .zak-no-content-margin .zak-row,
    .elementor-template-full-width .zak-row,
    .page-template-pagebuilder .zak-row {
        padding: 0;
    }

body:not(.tg-container--separate) #page {
    background: #FAFAFA;
}

.backdrop {
    position: relative;
}

    .backdrop::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 10;
        background: rgba(82, 82, 91, 0.2);
    }

@media screen and (min-width: 768px) {
    .zak-content .zak-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

    .zak-primary {
        width: 70%;
        padding-top: 60px;
        padding-right: 30px;
        padding-bottom: 60px;
    }
}

/* Blog.
--------------------------------------------- */
.zak-posts {
    display: grid;
    grid-template-columns: 1fr;
}

    .zak-posts .zak-entry-thumbnail img {
        border-radius: 4px;
    }

.page .entry-content {
    margin-top: 0;
    word-break: break-word;
}

/* Footer.
--------------------------------------------- */
.zak-footer .site-info {
    text-align: center;
    padding: 1rem 0;
}

.zak-footer .zak-footer-widget-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 60px 0 25px;
}

    .zak-footer .zak-footer-widget-container.style-1 .zak-footer-col {
        width: calc(25% - 20px);
    }

.zak-footer .menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
}

.zak-footer .zak-submenu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    fill: #FFF;
}

.zak-footer .zak-footer-widget--title-hidden .widget-title {
    display: none;
}

.zak-footer .footer-social-icons ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

/* Footer column. */
.zak-footer-cols {
    padding-bottom: 60px;
    padding-top: 60px;
    border-top: 1px solid #D4D4D8;
    color: #D4D4D8;
}

    .zak-footer-cols .zak-row {
        display: grid;
        gap: 32px;
    }

    .zak-footer-cols .widget {
        margin: 0;
    }

    .zak-footer-cols .widget-title,
    .zak-footer-cols h2 {
        margin-bottom: 16px;
        font-size: 1.6rem;
    }

    .zak-footer-cols h1,
    .zak-footer-cols h2,
    .zak-footer-cols h3,
    .zak-footer-cols h4,
    .zak-footer-cols h5,
    .zak-footer-cols h6 {
        color: #FAFAFA;
    }

.zak-footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

    .zak-footer-col .wp-block-social-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .zak-footer-col .widget ul a {
        color: #FFF;
        text-decoration: none;
    }

    .zak-footer-col ul li {
        border-bottom: 0 solid #E4E4E7;
    }

.zak-footer-cols.zak-layout-1-style-1 .zak-row, .zak-footer-cols.zak-layout-1-style-2 .zak-row, .zak-footer-cols.zak-layout-1-style-3 .zak-row, .zak-footer-cols.zak-layout-1-style-4 .zak-row {
    grid-template-columns: repeat(var(--grid-column, 1), 1fr);
}

.zak-footer-bar {
    border-top: 1px solid #3F3F46;
    padding-bottom: 24px;
    padding-top: 24px;
}

    .zak-footer-bar.zak-style-2 .zak-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: normal;
        -ms-flex-pack: normal;
        justify-content: normal;
    }

    .zak-footer-bar.zak-style-2 .zak-footer-bar__1,
    .zak-footer-bar.zak-style-2 .zak-footer-bar__2 {
        text-align: center;
    }

        .zak-footer-bar.zak-style-2 .zak-footer-bar__1 ul,
        .zak-footer-bar.zak-style-2 .zak-footer-bar__2 ul {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

        .zak-footer-bar.zak-style-2 .zak-footer-bar__1 .widget,
        .zak-footer-bar.zak-style-2 .zak-footer-bar__2 .widget {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .zak-footer-bar.zak-style-2 .zak-footer-bar__1 .widget li,
            .zak-footer-bar.zak-style-2 .zak-footer-bar__2 .widget li {
                text-align: center;
            }

.zak-scroll-to-top {
    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;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999;
    height: 48px;
    width: 48px;
    border-radius: 4px;
    background-color: #27272A;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

    .zak-scroll-to-top .zak-icon {
        fill: #FAFAFA;
    }

    .zak-scroll-to-top:hover {
        background-color: #027ABB;
    }

    .zak-scroll-to-top.zak-scroll-to-top--show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

@media screen and (min-width: 768px) {
    .zak-footer-cols.zak-layout-1-style-1 .zak-row {
        --grid-column: 1;
    }
}

@media screen and (min-width: 768px) {
    .zak-footer-cols.zak-layout-1-style-2 .zak-row {
        --grid-column: 2;
    }
}

@media screen and (min-width: 768px) {
    .zak-footer-cols.zak-layout-1-style-3 .zak-row {
        --grid-column: 3;
    }
}

@media screen and (min-width: 768px) {
    .zak-footer-cols.zak-layout-1-style-4 .zak-row {
        --grid-column: 4;
    }
}

/* Pages.
--------------------------------------------- */
.zak-error-404 {
    text-align: center;
}

    .zak-error-404 img {
        margin-bottom: 40px;
    }

    .zak-error-404 .zak-content-header {
        margin-bottom: 30px;
        background-color: transparent;
        font-size: 3.2rem;
        font-weight: 600;
        line-height: 1.3;
    }

    .zak-error-404 .zak-button {
        display: inline-block;
        margin-top: 30px;
        padding: 8px 16px;
    }

        .zak-error-404 .zak-button span {
            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;
            gap: 4px;
        }

        .zak-error-404 .zak-button svg {
            height: 16px;
            width: 16px;
            fill: #FFF;
        }

        .zak-error-404 .zak-button:hover svg {
            fill: #027ABB;
        }

.zak-no-results {
    text-align: center;
}

    .zak-no-results .zak-page-header {
        padding: 0;
        background-color: transparent;
    }

        .zak-no-results .zak-page-header .zak-page-title {
            margin-bottom: 30px;
            font-weight: 600;
            font-size: 3.2rem;
        }

    .zak-no-results img {
        margin-bottom: 40px;
        width: 230px;
        height: 186px;
    }

    .zak-no-results .page-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 30px;
    }

    .zak-no-results .zak-search-container {
        width: 100%;
    }

    .zak-no-results .zak-search-form .zak-search-field-label {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        border: 1px solid #D4D4D8;
        border-radius: 4px;
    }

    .zak-no-results .zak-search-form .zak-search-field {
        background-color: transparent;
    }

    .zak-no-results .zak-icon--search {
        padding: 14px;
    }

        .zak-no-results .zak-icon--search svg {
            height: 20px;
            width: 20px;
        }

    .zak-no-results .zak-icon--close {
        display: none;
    }

@media screen and (min-width: 768px) {
    .zak-no-results .page-content p {
        width: 544px;
    }

    .zak-no-results .zak-search-form {
        width: 449px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (min-width: 992px) {
    .zak-no-results .zak-search-form {
        width: 564px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Page templates.
--------------------------------------------- */
.page-template-pagebuilder {
    background: #fff;
}

    .page-template-pagebuilder.zak-container--wide .zak-content .zak-container {
        max-width: 100%;
    }

    .page-template-pagebuilder .widget {
        background: initial;
        padding: 0;
    }

    .page-template-pagebuilder .zak-primary.pagebuilder-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        max-width: inherit;
        padding: 0;
    }

    .page-template-pagebuilder .zak-content .zak-container {
        padding-left: 0;
        padding-right: 0;
    }

.pagebuilder-content a {
    color: #027ABB;
}

    .pagebuilder-content a:hover, .pagebuilder-content a:focus {
        color: #0284C7;
    }

.page-template.tg-container--separate #page {
    background: #FAFAFA;
}

/* Site layouts.
--------------------------------------------- */
/* Boxed layout. */
.zak-container--boxed .zak-site {
    width: 90%;
    margin: 20px auto;
    -webkit-box-shadow: 4px 24px 60px rgba(109, 141, 173, 0.25);
    box-shadow: 4px 24px 60px rgba(109, 141, 173, 0.25);
}

    .zak-container--boxed .zak-site#page {
        background-color: #FAFAFA;
    }

.zak-container--boxed .zak-main-header .zak-container,
.zak-container--boxed .zak-content .zak-container,
.zak-container--boxed .zak-top-bar .zak-container,
.zak-container--boxed .zak-footer-bar .zak-container {
    max-width: 100%;
}

.zak-container--boxed .zak-header.zak-layout-2 .zak-header-col--2 {
    margin-left: -16px;
    margin-right: -16px;
}

@media screen and (min-width: 768px) {
    .zak-container--boxed .zak-site {
        max-width: 1170px;
    }
}

/* Separate layout. */
.zak-content-area--boxed {
    background-color: #FFF;
}

    .zak-content-area--boxed .zak-posts {
        gap: 30px;
    }

    .zak-content-area--boxed .zak-post:first-child {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .zak-content-area--boxed .zak-post:last-child {
        padding-bottom: 20px;
        border: 1px solid #E4E4E7;
    }

    .zak-content-area--boxed .zak-secondary {
        border-left: 0 none;
    }

    .zak-content-area--boxed .zak-site-layout--left .zak-primary {
        padding-left: 2em;
    }

    .zak-content-area--boxed .zak-site-layout--left .zak-secondary {
        padding-right: 2em;
        border-right: 0 none;
    }

    .zak-content-area--boxed .zak-post,
    .zak-content-area--boxed .widget {
        padding: 20px 24px;
        border: 1px solid #E4E4E7;
        border-radius: 4px;
    }

    .zak-content-area--boxed .zak-footer-col .widget {
        padding: 0;
        background-color: transparent;
        border: 0;
    }

/* Stretched layout. */
.tg-container--stretched .zak-container {
    width: 100%;
    max-width: unset;
}

/* Sidebar.
--------------------------------------------- */
.zak-site-layout--centered .zak-primary {
    max-width: 770px;
    margin: 0 auto;
}

.zak-site-layout--centered.zak-container--boxed .zak-primary .entry-content > .alignfull {
    margin-left: unset;
    margin-right: unset;
}

.zak-site-layout--contained .zak-primary {
    width: 100%;
    padding-right: 0;
}

.zak-site-layout--left .zak-primary {
    padding-right: 0;
}

.zak-site-layout--left .zak-secondary {
    padding-left: 0;
    border-left: 0 none;
}

@media screen and (min-width: 768px) {
    .zak-site-layout--left .zak-content .zak-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .zak-site-layout--left .zak-primary {
        padding-left: 30px;
    }

    .zak-site-layout--left .zak-secondary {
        padding-right: 30px;
        border-right: 1px solid #E4E4E7;
    }
}

.zak-site-layout--centered .zak-primary {
    width: 100%;
    padding-right: 0;
}

    .zak-site-layout--centered .zak-primary .entry-content > .alignfull {
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        max-width: unset;
    }

        .zak-site-layout--centered .zak-primary .entry-content > .alignfull.wp-block-cover, .zak-site-layout--centered .zak-primary .entry-content > .alignfull.wp-block-cover-image {
            width: unset;
        }

    .zak-site-layout--centered .zak-primary .entry-content > .alignwide {
        margin-left: -100px;
        margin-right: -100px;
        max-width: unset;
    }

/*--------------------------------------------------------------
# Gutenberg blocks.
--------------------------------------------------------------*/
/* Media text.
--------------------------------------------- */
.wp-block-media-text .wp-block-media-text__content {
    padding: 0 0 0 8%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 8% 0 0;
}

@media (max-width: 600px) {
    .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
        padding: 0;
    }

    .wp-block-media-text .wp-block-media-text__content {
        padding: 0;
    }
}

/* Columns.
--------------------------------------------- */
.wp-block-columns {
    padding-top: 3em;
    padding-right: 2em;
    padding-bottom: 3em;
    padding-left: 2em;
}

/* Social icons.
--------------------------------------------- */
.wp-block-social-links li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* Query loop.
--------------------------------------------- */
ul.wp-block-post-template {
    margin: 0;
}

/* Button loop.
--------------------------------------------- */
.entry-content .wp-block-button.is-style-outline .wp-block-button__link {
    color: #027ABB;
    border-width: 1px;
}

/* Cover loop.
--------------------------------------------- */
.wp-block-cover p.wp-block-cover-text {
    color: #FFF;
}

/*--------------------------------------------------------------
# Plugins.
--------------------------------------------------------------*/
.elementor-template-full-width .zak-content .zak-row {
    display: block;
}

body.has-transparent-header {
    /* Hide header on Elementor editor and transparent header. */
}

    body.has-transparent-header.elementor-editor-active .zak-header {
        z-index: -1;
    }

@media screen and (min-width:768px) {
    .zak-col-2 {
        grid-template-columns: repeat(var(--grid-column,2),1fr);
    }

    .zak-col-3 {
        grid-template-columns: repeat(var(--grid-column,3),1fr);
    }

    .zak-col-4 {
        grid-template-columns: repeat(var(--grid-column,4),1fr);
    }
}

.entry-content a:hover {
    text-decoration: underline;
}

.zak-top-bar-alignment--left .zak-top-bar__1 {
    margin-right: auto;
}

.zak-top-bar-alignment--center .zak-top-bar__1 {
    margin: auto;
}

.zak-top-bar-alignment--right .zak-top-bar__1 {
    margin-left: auto;
}

.zak-top-bar--stacked .zak-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width:768px) {
    .zak-top-bar--centered .zak-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .zak-top-bar--centered .zak-top-bar__1, .zak-top-bar--centered .zak-top-bar__2 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 49%;
    }

    .zak-top-bar--centered .zak-top-bar__1 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .zak-top-bar--centered .zak-top-bar__2 {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .zak-top-bar--centered .zak-top-bar__2 ul {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
}

.zak-top-bar .menu a {
    color: #FFF;
}

    .zak-top-bar .menu a:hover {
        color: #FFF;
    }

.zak-top-bar ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .zak-top-bar ul a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 4px;
    }

    .zak-top-bar ul .menu-item-has-children, .zak-top-bar ul .page_item_has_children {
        position: relative;
    }

        .zak-top-bar ul .menu-item-has-children > a, .zak-top-bar ul .page_item_has_children > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .zak-top-bar ul .menu-item-has-children > a > .zak-submenu-toggle, .zak-top-bar ul .page_item_has_children > a > .zak-submenu-toggle {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .zak-top-bar ul .menu-item-has-children > a > .zak-submenu-toggle > svg, .zak-top-bar ul .page_item_has_children > a > .zak-submenu-toggle > svg {
                    fill: #FFF;
                }

        .zak-top-bar ul .menu-item-has-children:hover > ul, .zak-top-bar ul .page_item_has_children:hover > ul {
            display: block;
        }

        .zak-top-bar ul .menu-item-has-children ul, .zak-top-bar ul .page_item_has_children ul {
            display: none;
            top: 100%;
            border: 1px solid #e4e4e7;
            width: 240px;
            background: #FFF;
            position: absolute;
            z-index: 999;
        }

            .zak-top-bar ul .menu-item-has-children ul.sub-menu, .zak-top-bar ul .page_item_has_children ul.sub-menu {
                padding-left: 0;
            }

            .zak-top-bar ul .menu-item-has-children ul li, .zak-top-bar ul .page_item_has_children ul li {
                border-bottom: 1px solid #e4e4e7;
            }

                .zak-top-bar ul .menu-item-has-children ul li:last-child, .zak-top-bar ul .page_item_has_children ul li:last-child {
                    border-bottom: 0;
                }

                .zak-top-bar ul .menu-item-has-children ul li.menu-item-has-children > a, .zak-top-bar ul .menu-item-has-children ul li.page_item_has_children > a, .zak-top-bar ul .page_item_has_children ul li.menu-item-has-children > a, .zak-top-bar ul .page_item_has_children ul li.page_item_has_children > a {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                    justify-content: space-between;
                }

                    .zak-top-bar ul .menu-item-has-children ul li.menu-item-has-children > a > .zak-submenu-toggle, .zak-top-bar ul .menu-item-has-children ul li.page_item_has_children > a > .zak-submenu-toggle, .zak-top-bar ul .page_item_has_children ul li.menu-item-has-children > a > .zak-submenu-toggle, .zak-top-bar ul .page_item_has_children ul li.page_item_has_children > a > .zak-submenu-toggle {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                        -ms-flex-align: center;
                        align-items: center;
                    }

                        .zak-top-bar ul .menu-item-has-children ul li.menu-item-has-children > a > .zak-submenu-toggle svg, .zak-top-bar ul .menu-item-has-children ul li.page_item_has_children > a > .zak-submenu-toggle svg, .zak-top-bar ul .page_item_has_children ul li.menu-item-has-children > a > .zak-submenu-toggle svg, .zak-top-bar ul .page_item_has_children ul li.page_item_has_children > a > .zak-submenu-toggle svg {
                            fill: #27272a;
                            -webkit-transform: rotate(270deg);
                            transform: rotate(270deg);
                        }

                .zak-top-bar ul .menu-item-has-children ul li a, .zak-top-bar ul .page_item_has_children ul li a {
                    padding: 14px 16px;
                    color: #18181b;
                }

                    .zak-top-bar ul .menu-item-has-children ul li a:hover, .zak-top-bar ul .page_item_has_children ul li a:hover {
                        color: #18181b;
                    }

                .zak-top-bar ul .menu-item-has-children ul li ul, .zak-top-bar ul .page_item_has_children ul li ul {
                    top: -1px;
                    left: 100%;
                }

.zak-header-top-dropdown--no-support .menu a::after {
    display: none;
}

@media screen and (max-width:600px) {
    .zak-top-bar.zak-show-all-devices {
        display: block;
    }

    .zak-top-bar.zak-hide-tab {
        display: block;
    }
}

@media screen and (min-width:600px) {
    .zak-top-bar.zak-hide-tab-mob {
        display: none;
    }

    .zak-top-bar.zak-hide-tab {
        display: none;
    }
}

@media screen and (min-width:768px) {
    .zak-top-bar.zak-hide-tab-mob {
        display: block;
    }

    .zak-top-bar.zak-hide-tab {
        display: block;
    }
}

.zak-header.zak-layout-1-style-4 .zak-header-col--1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.zak-header.zak-layout-1-style-4 .zak-toggle-menu {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media screen and (min-width:768px) {
    .zak-header.zak-layout-1-style-4 .zak-primary-nav {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: unset;
        -webkit-box-flex: unset;
        -ms-flex: unset;
        flex: unset;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
    }

    .zak-header.zak-layout-1-style-4 .zak-header-col--1 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .zak-header.zak-layout-1-style-4 .zak-header-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-flex-preferred-size: 33%;
        flex-basis: 33%;
        margin: 0;
    }
}

.zak-header.zak-layout-2-style-1 .zak-header-col--1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zak-header.zak-layout-2-style-1 .zak-menu-item-cart {
    list-style: none;
}

.zak-header.zak-layout-2-style-2 .zak-main-header {
    padding: 0;
}

    .zak-header.zak-layout-2-style-2 .zak-main-header .zak-row {
        gap: 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.zak-header.zak-layout-2-style-2 .zak-header-col--2 {
    display: block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: auto;
    margin-left: calc(50% - 49.5vw);
    margin-right: calc(50% - 49.5vw);
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f4f4f5;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #d4d4d8;
}

    .zak-header.zak-layout-2-style-2 .zak-header-col--2 .zak-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.zak-header.zak-layout-2-style-2 .zak-header-col--1 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.zak-header.zak-layout-2-style-2 .zak-primary-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.zak-header.zak-layout-2-style-2 .zak-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.zak-header.zak-layout-2-style-3 .zak-main-header {
    padding: 0;
}

    .zak-header.zak-layout-2-style-3 .zak-main-header .zak-row {
        gap: 0;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

.zak-header.zak-layout-2-style-3 .zak-header-col--2 {
    display: block;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    width: auto;
    margin-left: calc(50% - 49.5vw);
    margin-right: calc(50% - 49.5vw);
    padding-top: 10px;
    padding-bottom: 10px;
    background: #f4f4f5;
    border-width: 1px 0 0 0;
    border-style: solid;
    border-color: #d4d4d8;
}

    .zak-header.zak-layout-2-style-3 .zak-header-col--2 .zak-container {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.zak-header.zak-layout-2-style-3 .zak-header-col--1 {
    padding-top: 24px;
    padding-bottom: 24px;
}

.zak-header.zak-layout-2-style-3 .zak-primary-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.zak-header.zak-layout-2-style-3 .zak-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.zak-header.zak-layout-3--style-1 .site-branding {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 10px;
}

.zak-header.zak-layout-3--style-1 .zak-left-menu > div > ul, .zak-header.zak-layout-3--style-1 .zak-right-menu > div > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 24px;
}

.zak-header.zak-layout-3--style-1 .zak-left-menu {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.zak-menu--center .zak-primary-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zak-menu--left .zak-primary-nav {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.zak-header.zak-layout-3 .zak-main-header .zak-row > .zak-header-buttons {
    display: none;
}

.zak-header.zak-layout-3--style-1.zak-layout-3-left .zak-left-menu {
    display: none;
}

.zak-header.zak-layout-3--style-1.zak-layout-3-left .zak-right-menu {
    display: none;
}

@media screen and (min-width:768px) {
    .zak-header.zak-layout-3 .zak-main-header .zak-row > .zak-header-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .zak-header.zak-layout-3--style-1.zak-layout-3-menu-left .zak-left-menu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .zak-header.zak-layout-3--style-1.zak-layout-3-menu-left .site-branding {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .zak-header.zak-layout-3--style-1.zak-layout-3-menu-left .zak-right-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .zak-header.zak-layout-3--style-1.zak-layout-3-menu-left .zak-header-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .zak-header.zak-layout-3--style-1.zak-layout-3-menu-left .zak-header-buttons {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

@media screen and (min-width:768px) {
    .zak-header.zak-layout-3--style-1.zak-layout-3-left .zak-primary-nav {
        margin: unset;
    }

    .zak-header.zak-layout-3--style-1.zak-layout-3-left .zak-left-menu {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        -webkit-box-flex: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .zak-header.zak-layout-3--style-1.zak-layout-3-left .site-branding {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .zak-header.zak-layout-3--style-1.zak-layout-3-left .zak-right-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

        .zak-header.zak-layout-3--style-1.zak-layout-3-left .zak-right-menu:has(.menu-item:only-child) {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 auto;
            flex: 0 0 auto;
        }

    .zak-header.zak-layout-3--style-1.zak-layout-3-left .zak-header-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0;
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
    }

    .zak-header.zak-layout-3--style-1.zak-layout-3-left .zak-header-buttons {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5;
    }
}

.sticky-header {
    background-color: #FFF;
    position: fixed;
    width: 100%;
    margin-bottom: 0;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);
    z-index: 9999;
    top: var(--admin-bar,0);
    border: 0 solid #e4e4e7;
}

    .sticky-header.zak-top-bar {
        background-color: #18181b;
    }

.zak-sticky-header .zak-main-header {
    -webkit-transition: padding-top .3s ease-in-out,padding-top .3s ease-in-out,background-color .2s ease-in-out;
    transition: padding-top .3s ease-in-out,padding-top .3s ease-in-out,background-color .2s ease-in-out;
}

.zak-top-bar {
    border: 0 solid #e4e4e7;
}

    .zak-top-bar a:hover {
        color: #027abb;
    }

.zak-main-header .header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}

    .zak-main-header .header-action:has(.zak-search-full) {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto;
    }

    .zak-main-header .header-action .zak-header-search {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.zak-search-full .zak-header-search__toggle {
    display: none;
}

.zak-search-full input::-webkit-input-placeholder {
    color: transparent;
}

.zak-search-full input::-moz-placeholder {
    color: transparent;
}

.zak-search-full input::-ms-input-placeholder {
    color: transparent;
}

.zak-search-full input::placeholder {
    color: transparent;
}

.zak-search-full .zak-search-container {
    position: relative;
    top: unset;
    right: unset;
    display: inline-block;
    padding: 0;
    visibility: visible;
    z-index: unset;
    width: 100%;
}

    .zak-search-full .zak-search-container .zak-search-field {
        width: auto;
        padding: 15px;
        font-size: 14px;
        background: transparent;
        border: 1px solid #d4d4d8;
        border-radius: 4px;
        color: #3f3f46;
    }

    .zak-search-full .zak-search-container button {
        display: none;
    }

.zak-search-full.zak-header-search .zak-search-container .zak-icon--search {
    display: block;
    position: absolute;
    right: 0;
    padding: 14px;
    border-left: 1px solid #d4d4d8;
}

.zak-layout-2-style-1 .zak-main-header .header-action .zak-search-full .zak-search-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .zak-layout-2-style-1 .zak-main-header .header-action .zak-search-full .zak-search-form .zak-search-field-label {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .zak-layout-2-style-1 .zak-main-header .header-action .zak-search-full .zak-search-form .zak-search-field-label .zak-search-field {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            padding-right: 50px;
        }

.wp-custom-header {
    position: relative;
}

    .wp-custom-header .zak-header-image-cta__title, .wp-custom-header .zak-header-image-cta__text {
        margin: unset;
    }

    .wp-custom-header .zak-header-image-cta__title {
        font-size: 2.4rem;
    }

    .wp-custom-header .zak-header-image-cta__button {
        font-size: 1.4rem;
    }

    .wp-custom-header .zak-header-image-cta__text {
        display: none;
    }

    .wp-custom-header .zak-header-image-cta__button {
        margin-top: .5em;
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

        .wp-custom-header .zak-header-image-cta__button:focus {
            outline: 0;
        }

    .wp-custom-header .zak-header-image-cta {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }

    .wp-custom-header .zak-header-image-cta-wrapper {
        width: 65%;
    }

    .wp-custom-header .zak-header-image-cta--center {
        text-align: center;
    }

        .wp-custom-header .zak-header-image-cta--center .zak-header-image-cta-wrapper {
            margin: 0 auto;
        }

    .wp-custom-header .zak-header-image-cta--left {
        text-align: left;
    }

        .wp-custom-header .zak-header-image-cta--left .zak-header-image-cta-wrapper {
            margin-right: auto;
        }

    .wp-custom-header .zak-header-image-cta--right {
        text-align: right;
    }

        .wp-custom-header .zak-header-image-cta--right .zak-header-image-cta-wrapper {
            margin-left: auto;
        }

@media screen and (max-width:768px) {
    .site-branding {
        gap: 10px;
    }

        .site-branding .zakra-mobile-logo {
            display: block;
        }

            .site-branding .zakra-mobile-logo + .custom-logo-link {
                display: none;
            }

    .zak-toggle-menu span {
        margin-right: 7px;
    }

    .zak-toggle-menu.zak-menu-toggle--fill {
        background-color: #027abb;
        color: #FFF;
    }

    .zak-toggle-menu.zak-menu-toggle--outline {
        color: #027abb;
        border: 1px solid #027abb;
    }

    .zak-layout-2-style-1 .zak-main-header .zak-header-col--1 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .zak-layout-2-style-1 .zak-main-header .zak-header-col--1 .zak-search-container {
            display: none;
        }

    .zak-layout-2-style-1 .zak-main-header .zak-header-col--2 .zak-container--layout-1 {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: end;
    }

        .zak-layout-2-style-1 .zak-main-header .zak-header-col--2 .zak-container--layout-1:has(.zak-secondary-menu) {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }
}

@media screen and (min-width:600px) {
    .wp-custom-header .zak-header-image-cta__text {
        display: block;
    }
}

@media screen and (min-width:768px) {
    .wp-custom-header .zak-header-image-cta__title {
        font-size: 3.2rem;
    }

    .wp-custom-header .zak-header-image-cta__button {
        font-size: 1.6rem;
    }

    .zak-main-header:has(.zak-search-full) .zak-header-col--2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
    }

    .zak-main-header:has(.zak-search-full) .zak-header-actions, .zak-main-header:has(.zak-search-full) .zak-header-buttons {
        margin-left: 0;
    }
}

@media screen and (min-width:992px) {
    .zak-main-header:has(.zak-search-full) .zak-header-col--2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

@media screen and (max-width:768px) {
    .zak-header.zak-layout-1-style-1.zak-mob--left .zak-main-header .zak-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .zak-header.zak-layout-1-style-1.zak-mob--left .zak-main-header .zak-row .zak-header-col--2 {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

    .zak-header.zak-layout-1-style-1.zak-mob--left .zak-toggle-menu {
        margin-left: 0;
    }
}

@media screen and (max-width:768px) {
    .zak-header.zak-mob--center .zak-main-header .zak-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-line-pack: center;
        align-content: center;
        gap: 20px;
    }

        .zak-header.zak-mob--center .zak-main-header .zak-row .site-branding {
            text-align: center;
        }

        .zak-header.zak-mob--center .zak-main-header .zak-row .zak-header-col--2 {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
        }

    .zak-header.zak-mob--center .zak-toggle-menu {
        margin-left: 0;
    }
}

@media screen and (max-width:768px) {
    .zak-header.zak-mob--right .zak-main-header .zak-row {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 16px;
    }

        .zak-header.zak-mob--right .zak-main-header .zak-row .site-branding {
            margin-bottom: 0;
            margin-left: 0;
            text-align: unset;
        }

        .zak-header.zak-mob--right .zak-main-header .zak-row .zak-header-col--2 {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

    .zak-header.zak-mob--right .zak-toggle-menu {
        margin-left: 0;
    }
}

@media screen and (max-width:768px) {
    .zak-header.zak-mob--both-left .zak-main-header .zak-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-line-pack: start;
        align-content: flex-start;
        gap: 20px;
    }

        .zak-header.zak-mob--both-left .zak-main-header .zak-row .zak-header-col--2 {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }

    .zak-header.zak-mob--both-left .zak-toggle-menu {
        margin-left: 0;
    }
}

@media screen and (max-width:768px) {
    .zak-header.zak-mob--both-right .zak-main-header .zak-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -ms-flex-line-pack: end;
        align-content: flex-end;
        gap: 20px;
    }

        .zak-header.zak-mob--both-right .zak-main-header .zak-row .zak-header-col--2 {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }
}

.zak-main-header .zak-container--layout-2 {
    max-width: 100%;
}

.zak-main-header .zak-container--layout-3 {
    max-width: 760px;
}

.zak-thumbnail--style-2, .zak-thumbnail--style-3, .zak-thumbnail--style-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

    .zak-thumbnail--style-2 .zak-entry-thumbnail img, .zak-thumbnail--style-3 .zak-entry-thumbnail img, .zak-thumbnail--style-4 .zak-entry-thumbnail img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        border-radius: 4px;
    }

    .zak-thumbnail--style-2 .zak-post-content, .zak-thumbnail--style-3 .zak-post-content, .zak-thumbnail--style-4 .zak-post-content {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

@media screen and (min-width:600px) {
    .zak-thumbnail--style-2 .zak-entry-thumbnail img, .zak-thumbnail--style-3 .zak-entry-thumbnail img, .zak-thumbnail--style-4 .zak-entry-thumbnail img {
        width: 300px;
        height: 270px;
    }
}

.zak-thumbnail--style-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width:600px) {
    .zak-thumbnail--style-2 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.zak-thumbnail--style-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

@media screen and (min-width:768px) {
    .zak-thumbnail--style-3 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

.zak-thumbnail--style-4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .zak-thumbnail--style-4:nth-child(2n).has-post-thumbnail {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

@media screen and (min-width:768px) {
    .zak-thumbnail--style-4 {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

        .zak-thumbnail--style-4:nth-child(2n).has-post-thumbnail {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
        }
}

.zak-post-highlight--style-1 .post:first-child {
    grid-column: 1/-1;
}

.zak-post-highlight--style-2.zak-col-3, .zak-post-highlight--style-2.zak-col-4 {
    grid-template-columns: 1fr;
}

@media screen and (min-width:768px) {
    .zak-post-highlight--style-2.zak-col-3 {
        grid-template-columns: repeat(6,1fr);
    }

        .zak-post-highlight--style-2.zak-col-3 .post:nth-child(1) {
            grid-column-start: 1;
            grid-column-end: 4;
            grid-row-start: 1;
            grid-row-end: 2;
        }

        .zak-post-highlight--style-2.zak-col-3 .post:nth-child(2) {
            grid-column-start: 4;
            grid-column-end: 7;
            grid-row-start: 1;
            grid-row-end: 2;
        }

        .zak-post-highlight--style-2.zak-col-3 .post:nth-child(3) {
            grid-column-start: 1;
            grid-column-end: 3;
            grid-row-start: 2;
            grid-row-end: 3;
        }

        .zak-post-highlight--style-2.zak-col-3 .post:nth-child(4) {
            grid-column-start: 3;
            grid-column-end: 5;
            grid-row-start: 2;
            grid-row-end: 3;
        }

        .zak-post-highlight--style-2.zak-col-3 .post:nth-child(5) {
            grid-column-start: 5;
            grid-column-end: 7;
            grid-row-start: 2;
            grid-row-end: 3;
        }

        .zak-post-highlight--style-2.zak-col-3 .post:nth-child(6) {
            grid-column: 1/3;
            grid-row: 3;
        }

        .zak-post-highlight--style-2.zak-col-3 .post:nth-child(7) {
            grid-column: 3/5;
            grid-row: 3;
        }

        .zak-post-highlight--style-2.zak-col-3 .post:nth-child(8) {
            grid-column: 5/7;
            grid-row: 3;
        }

        .zak-post-highlight--style-2.zak-col-3 .post:nth-child(9) {
            grid-column: 1/3;
            grid-row: 4;
        }

        .zak-post-highlight--style-2.zak-col-3 .post:nth-child(10) {
            grid-column: 3/5;
            grid-row: 4;
        }

    .zak-post-highlight--style-2.zak-col-4 {
        grid-template-columns: repeat(var(--grid-column,4),1fr);
    }

        .zak-post-highlight--style-2.zak-col-4 .post:first-child {
            grid-column-start: 1;
            grid-column-end: 3;
        }

        .zak-post-highlight--style-2.zak-col-4 .post:nth-child(2) {
            grid-column-start: 3;
            grid-column-end: 5;
        }
}

.zak-post-highlight--style-3.zak-col-4 {
    grid-template-columns: 1fr;
}

@media screen and (min-width:768px) {
    .zak-post-highlight--style-3.zak-col-4 {
        grid-template-columns: repeat(12,1fr);
    }

        .zak-post-highlight--style-3.zak-col-4 .post:nth-child(1) {
            grid-column-start: 1;
            grid-column-end: 5;
            grid-row-start: 1;
            grid-row-end: 2;
        }

        .zak-post-highlight--style-3.zak-col-4 .post:nth-child(2) {
            grid-column-start: 5;
            grid-column-end: 9;
            grid-row-start: 1;
            grid-row-end: 2;
        }

        .zak-post-highlight--style-3.zak-col-4 .post:nth-child(3) {
            grid-column-start: 9;
            grid-column-end: 13;
            grid-row-start: 1;
            grid-row-end: 2;
        }

        .zak-post-highlight--style-3.zak-col-4 .post:nth-child(4) {
            grid-column-start: 1;
            grid-column-end: 4;
            grid-row-start: 2;
            grid-row-end: 3;
        }

        .zak-post-highlight--style-3.zak-col-4 .post:nth-child(5) {
            grid-column-start: 4;
            grid-column-end: 7;
            grid-row-start: 2;
            grid-row-end: 3;
        }

        .zak-post-highlight--style-3.zak-col-4 .post:nth-child(6) {
            grid-column-start: 7;
            grid-column-end: 10;
            grid-row-start: 2;
            grid-row-end: 3;
        }

        .zak-post-highlight--style-3.zak-col-4 .post:nth-child(7) {
            grid-column-start: 10;
            grid-column-end: 13;
            grid-row-start: 2;
            grid-row-end: 3;
        }

        .zak-post-highlight--style-3.zak-col-4 .post:nth-child(8) {
            grid-column-start: 1;
            grid-column-end: 4;
            grid-row-start: 3;
            grid-row-end: 4;
        }

        .zak-post-highlight--style-3.zak-col-4 .post:nth-child(9) {
            grid-column-start: 4;
            grid-column-end: 7;
            grid-row-start: 3;
            grid-row-end: 4;
        }

        .zak-post-highlight--style-3.zak-col-4 .post:nth-child(10) {
            grid-column-start: 7;
            grid-column-end: 10;
            grid-row-start: 3;
            grid-row-end: 4;
        }

        .zak-post-highlight--style-3.zak-col-4 .post:nth-child(11) {
            grid-column-start: 10;
            grid-column-end: 13;
            grid-row-start: 3;
            grid-row-end: 4;
        }
}

.zak-post-highlight--style-4.zak-col-3, .zak-post-highlight--style-4.zak-col-2, .zak-post-highlight--style-4.zak-col-1 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.zak-blog-archive-grid-style--masonry .zak-primary .zak-row {
    display: block;
}

    .zak-blog-archive-grid-style--masonry .zak-primary .zak-row .zak-masonary-col-2 {
        width: 100%;
        margin-bottom: 30px;
    }

    .zak-blog-archive-grid-style--masonry .zak-primary .zak-row .zak-masonary-col-3 {
        width: 100%;
        margin-bottom: 30px;
    }

    .zak-blog-archive-grid-style--masonry .zak-primary .zak-row .zak-masonary-col-4 {
        width: 100%;
        margin-bottom: 30px;
    }

.zak-blog-archive-grid-style--masonry .zak-entry-thumbnail img {
    border-radius: 0;
}

.zak-blog-archive-grid-style--masonry.single-post .zak-primary .zak-post-content {
    all: unset;
}

.zak-blog-archive-grid-style--masonry.single-post .zak-entry-thumbnail {
    margin-bottom: 20px;
    margin-left: 0;
    margin-right: 0;
}

@media screen and (min-width:768px) {
    .zak-blog-archive-grid-style--masonry .zak-primary .zak-row .zak-masonary-col-2 {
        width: calc(50% - 38px);
        margin: 15px;
    }

    .zak-blog-archive-grid-style--masonry .zak-primary .zak-row .zak-masonary-col-3 {
        width: calc(33.33% - 35px);
        margin: 15px;
    }

    .zak-blog-archive-grid-style--masonry .zak-primary .zak-row .zak-masonary-col-4 {
        width: calc(25% - 35px);
        margin: 15px;
    }
}

.zak-layout-2.zak-post-box--layout-1 {
    gap: 0;
}

    .zak-layout-2.zak-post-box--layout-1 .zak-post {
        border: 0;
        position: relative;
    }

        .zak-layout-2.zak-post-box--layout-1 .zak-post::after {
            content: "";
            position: absolute;
            left: 15px;
            bottom: 0;
            width: 90%;
            height: 1px;
            background-color: #e4e4e7;
        }

@media screen and (min-width:768px) {
    .zak-layout-2.zak-post-box--layout-1 .zak-post {
        padding: 15px;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-2:not(.zak-post-highlight--style-1) .zak-post:nth-child(2n+1) {
        border-right: 1px solid #e4e4e7;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-2.zak-post-highlight--style-1 .zak-post:first-child {
        margin-bottom: 15px;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-2.zak-post-highlight--style-1 .zak-post:nth-child(2n+2) {
        border-right: 1px solid #e4e4e7;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-3:not(.zak-post-highlight--style-1):not(.zak-post-highlight--style-2) .zak-post:nth-child(3n+2) {
        border-left: 1px solid #e4e4e7;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-3.zak-post-highlight--style-1 .zak-post:first-child {
        margin-bottom: 15px;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-3.zak-post-highlight--style-1 .zak-post:nth-child(3n+3) {
        border-right: 1px solid #e4e4e7;
        border-left: 1px solid #e4e4e7;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-3.zak-post-highlight--style-2 .zak-post:first-child {
        border-right: 1px solid #e4e4e7;
        margin-bottom: 15px;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-3.zak-post-highlight--style-2 .zak-post:nth-child(2) {
        margin-bottom: 15px;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-3.zak-post-highlight--style-2 .zak-post:nth-child(3n+4) {
        border-right: 1px solid #e4e4e7;
        border-left: 1px solid #e4e4e7;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-4:not(.zak-post-highlight--style-1):not(.zak-post-highlight--style-2):not(.zak-post-highlight--style-3) .zak-post {
        border-right: 1px solid #e4e4e7;
    }

        .zak-layout-2.zak-post-box--layout-1.zak-col-4:not(.zak-post-highlight--style-1):not(.zak-post-highlight--style-2):not(.zak-post-highlight--style-3) .zak-post:nth-child(4n+4) {
            border-right: 0 solid #e4e4e7;
        }

    .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-1 .zak-post {
        border-right: 1px solid #e4e4e7;
    }

        .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-1 .zak-post:first-child {
            margin-bottom: 15px;
            border-right: 0 solid #e4e4e7;
        }

        .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-1 .zak-post:nth-child(4n+5) {
            border-right: 0 solid #e4e4e7;
        }

        .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-1 .zak-post:nth-last-child(1) {
            border-right: 0 solid #e4e4e7;
        }

    .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-2 .zak-post {
        border-right: 1px solid #e4e4e7;
    }

        .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-2 .zak-post:first-child {
            margin-bottom: 15px;
        }

        .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-2 .zak-post:nth-child(2) {
            margin-bottom: 15px;
            border-right: 0 solid #e4e4e7;
        }

        .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-2 .zak-post:nth-child(4n+6) {
            border-right: 0 solid #e4e4e7;
        }

        .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-2 .zak-post:nth-last-child(1) {
            border-right: 0 solid #e4e4e7;
        }

    .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-3 .zak-post:first-child {
        margin-bottom: 15px;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-3 .zak-post:nth-child(2) {
        margin-bottom: 15px;
        border-right: 1px solid #e4e4e7;
        border-left: 1px solid #e4e4e7;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-3 .zak-post:nth-child(3) {
        margin-bottom: 15px;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-3 .zak-post:nth-child(1n+4) {
        border-right: 1px solid #e4e4e7;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-3 .zak-post:nth-child(4n+7) {
        border-right: 0 solid #e4e4e7;
    }

    .zak-layout-2.zak-post-box--layout-1.zak-col-4.zak-post-highlight--style-3 .zak-post:nth-last-child(1) {
        border-right: 0 solid #e4e4e7;
    }
}

.zak-posts.zak-post-box--layout-2 {
    gap: 30px;
}

    .zak-posts.zak-post-box--layout-2 .zak-post:last-child {
        border-bottom: 1px solid #e4e4e7;
    }

.zak-post-box--layout-2 .zak-post {
    overflow: hidden;
    border-radius: 4px;
    border: 1px solid #e4e4e7;
    padding: 20px 24px;
    gap: 20px;
}

    .zak-post-box--layout-2 .zak-post:first-child {
        padding-top: 20px;
    }

.zak-post-box--layout-2 .zak-entry-thumbnail {
    margin-left: -24px;
    margin-right: -24px;
    margin-top: -20px;
}

    .zak-post-box--layout-2 .zak-entry-thumbnail img {
        border-radius: 0;
    }

.zak-post-box--layout-2 .zak-thumbnail--style-2 .zak-entry-thumbnail, .zak-post-box--layout-2 .zak-thumbnail--style-3 .zak-entry-thumbnail, .zak-post-box--layout-2 .zak-thumbnail--style-4 .zak-entry-thumbnail {
    margin-left: unset;
    margin-right: unset;
    margin-top: unset;
    margin-bottom: 0;
}

.zak-post-box--layout-2 .zak-thumbnail--style-1 .zak-entry-thumbnail img {
    border-radius: unset;
}

.blog .zak-post-image--style-2 .zak-entry-thumbnail img {
    border-radius: 100%;
}

.zak-footer-cols.zak-layout-1-style-5 .zak-row {
    grid-template-columns: 1fr;
}

@media screen and (min-width:768px) {
    .zak-footer-cols.zak-layout-1-style-5 .zak-row {
        grid-template-columns: 2fr 1fr;
    }
}

.zak-footer-cols.zak-layout-1-style-6 .zak-row {
    grid-template-columns: 1fr;
}

@media screen and (min-width:768px) {
    .zak-footer-cols.zak-layout-1-style-6 .zak-row {
        grid-template-columns: 1fr 2fr;
    }
}

.zak-footer-cols.zak-layout-1-style-7 .zak-row {
    grid-template-columns: 1fr;
}

@media screen and (min-width:768px) {
    .zak-footer-cols.zak-layout-1-style-7 .zak-row {
        grid-template-columns: 2fr 1fr 1fr;
    }
}

.zak-footer-cols.zak-layout-1-style-8 .zak-row {
    grid-template-columns: 1fr;
}

@media screen and (min-width:768px) {
    .zak-footer-cols.zak-layout-1-style-8 .zak-row {
        grid-template-columns: 1fr 2fr 1fr;
    }
}

.zak-footer-cols.zak-layout-1-style-9 .zak-row {
    grid-template-columns: 1fr;
}

@media screen and (min-width:768px) {
    .zak-footer-cols.zak-layout-1-style-9 .zak-row {
        grid-template-columns: 1fr 1fr 2fr;
    }
}

.zak-footer-cols.zak-layout-1-style-10 .zak-row {
    grid-template-columns: 1fr;
}

@media screen and (min-width:768px) {
    .zak-footer-cols.zak-layout-1-style-10 .zak-row {
        grid-template-columns: 2fr 1fr 1fr 1fr;
    }
}

.zak-footer-cols.zak-layout-1-style-11 .zak-row {
    grid-template-columns: 1fr;
}

@media screen and (min-width:768px) {
    .zak-footer-cols.zak-layout-1-style-11 .zak-row {
        grid-template-columns: 1fr 1fr 1fr 2fr;
    }
}

.zak-footer-cols.zak-layout-2-style-12 .zak-row {
    grid-template-columns: 1fr;
}

@media screen and (min-width:768px) {
    .zak-footer-cols.zak-layout-2-style-12 .zak-row {
        grid-template-columns: 1fr 1fr 1fr;
    }

    .zak-footer-cols.zak-layout-2-style-12 .zak-footer-col--1 section {
        text-align: center;
    }

    .zak-footer-cols.zak-layout-2-style-12 .zak-footer-col:first-child {
        grid-column-start: 1;
        grid-column-end: 4;
    }
}

.zak-scroll-to-top.zak-scroll-top-left {
    left: 20px;
    right: auto;
}

.zak-primary-nav.zak-menu-item--layout-2 > ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .zak-primary-nav.zak-menu-item--layout-2 > ul > li > a {
        color: #FFF;
        background-color: #027abb;
        padding: 8px 10px;
        border: 0 solid;
    }

    .zak-primary-nav.zak-menu-item--layout-2 > ul > li .zak-submenu-toggle {
        padding-left: 4px;
    }

    .zak-primary-nav.zak-menu-item--layout-2 > ul > li .zak-icon {
        fill: #FFF;
        width: 16px;
        height: 16px;
    }

    .zak-primary-nav.zak-menu-item--layout-2 > ul > li.current_page_item, .zak-primary-nav.zak-menu-item--layout-2 > ul > li.current-menu-item {
        background-color: #075985;
        border: 1px solid #075985;
    }

        .zak-primary-nav.zak-menu-item--layout-2 > ul > li.current_page_item > a, .zak-primary-nav.zak-menu-item--layout-2 > ul > li.current-menu-item > a {
            color: #FFF;
        }

.zak-primary-nav.zak-menu-item--layout-2 .sub-menu {
    border: 1px solid #e4e4e7;
    border-radius: 4px;
    overflow: hidden;
}

    .zak-primary-nav.zak-menu-item--layout-2 .sub-menu li {
        padding: 14px 16px;
    }

        .zak-primary-nav.zak-menu-item--layout-2 .sub-menu li a {
            color: #18181b;
        }

.zak-toggle-menu.zak-menu-toggle-text-position--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

@media screen and (max-width:768px) {
    .zak-layout-3--style-1 .zak-primary-nav {
        display: none;
    }
}

.zak-secondary-menu {
    margin-right: 32px;
    position: relative;
}

    .zak-secondary-menu.zak-lspace {
        margin-left: 8px;
        margin-right: 0;
    }

    .zak-secondary-menu .zak-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        -webkit-transition: all .35s ease-in-out;
        transition: all .35s ease-in-out;
    }

        .zak-secondary-menu .zak-toggle svg {
            height: 20px;
            width: 20px;
        }

        .zak-secondary-menu .zak-toggle + .menu-secondary {
            display: none;
            position: absolute;
            top: 100%;
            width: 296px;
            height: 100%;
            background-color: #FFF;
            z-index: 9999;
        }

            .zak-secondary-menu .zak-toggle + .menu-secondary.menu-toggle--open {
                display: block;
            }

.menu-secondary li {
    padding: 0;
    background-color: #FFF;
    border-bottom: 1px solid #e4e4e7;
    list-style: none;
}

    .menu-secondary li:last-child {
        border-bottom: 0;
    }

.menu-secondary a {
    display: block;
    padding: 14px 16px;
}

.zak-drawer-box {
    position: fixed;
    top: 0;
    left: -14px;
    width: 296px;
    height: 100%;
    background: #fff;
    list-style-type: none;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .3s cubic-bezier(0.4,0,0.2,1);
    transition: -webkit-transform .3s cubic-bezier(0.4,0,0.2,1);
    transition: transform .3s cubic-bezier(0.4,0,0.2,1);
    transition: transform .3s cubic-bezier(0.4,0,0.2,1),-webkit-transform .3s cubic-bezier(0.4,0,0.2,1);
    z-index: 9;
    overflow-x: hidden;
    padding: 60px 0;
}

    .zak-drawer-box .close-secondary-menu {
        position: absolute;
        top: 30px;
        right: 0;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        padding: .42857em;
        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;
        z-index: 9;
    }

        .zak-drawer-box .close-secondary-menu .zak-icon {
            width: 24px;
            height: 24px;
        }

    .zak-drawer-box .menu-secondary li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 0;
        list-style-type: none;
    }

        .zak-drawer-box .menu-secondary li .sub-menu {
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            overflow: hidden;
            max-height: 0;
        }

        .zak-drawer-box .menu-secondary li.zak-submenu--show > .sub-menu {
            max-height: 500px;
            visibility: visible;
            overflow-y: auto;
        }

        .zak-drawer-box .menu-secondary li .zak-submenu-toggle {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px 16px;
            z-index: 9;
        }

            .zak-drawer-box .menu-secondary li .zak-submenu-toggle:hover {
                cursor: pointer;
            }

        .zak-drawer-box .menu-secondary li a {
            padding: .125em .5em;
            line-height: 40px;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

            .zak-drawer-box .menu-secondary li a:hover {
                background-color: #f8f8f8;
            }

    .zak-drawer-box.zak-menu-toggle--open {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.zak-secondary-menu {
    position: relative;
}

@media screen and (min-width:768px) {
    .zak-toggle-menu.zak-menu-toggle-text-position--right {
        display: none;
    }
}

.zak-mobile-nav li.zak-menu-item-cart {
    border-bottom: 0;
}

.zak-mobile-nav.zak-mobile-navigation--fullscreen {
    width: 100%;
    text-align: center;
}

    .zak-mobile-nav.zak-mobile-navigation--fullscreen li.page_item_has_children, .zak-mobile-nav.zak-mobile-navigation--fullscreen li.menu-item-has-children {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .zak-mobile-nav.zak-mobile-navigation--fullscreen li.page_item_has_children > a, .zak-mobile-nav.zak-mobile-navigation--fullscreen li.menu-item-has-children > a {
            padding-bottom: 0;
        }

        .zak-mobile-nav.zak-mobile-navigation--fullscreen li.page_item_has_children ul, .zak-mobile-nav.zak-mobile-navigation--fullscreen li.menu-item-has-children ul {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            background-color: #e4e4e7;
            padding-left: 0;
        }

        .zak-mobile-nav.zak-mobile-navigation--fullscreen li.page_item_has_children.submenu--show > ul, .zak-mobile-nav.zak-mobile-navigation--fullscreen li.menu-item-has-children.submenu--show > ul {
            border-top: 2px solid #027abb;
        }

            .zak-mobile-nav.zak-mobile-navigation--fullscreen li.page_item_has_children.submenu--show > ul .submenu--show > ul, .zak-mobile-nav.zak-mobile-navigation--fullscreen li.menu-item-has-children.submenu--show > ul .submenu--show > ul {
                border-top: 0;
            }

    .zak-mobile-nav.zak-mobile-navigation--fullscreen li.zak-menu-item-cart .cart-page-link .count {
        right: 48%;
        top: 0;
        -webkit-transform: translate(-48%);
        transform: translate(-48%);
    }

    .zak-mobile-nav.zak-mobile-navigation--fullscreen .zak-mobile-nav-close {
        right: 50%;
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

.zak-mobile-nav .zak-header-button--2 {
    margin-top: 20px;
}

.mobile-dual-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 14px 16px;
    color: #FFF;
    word-break: break-word;
    -ms-hyphens: auto;
    hyphens: auto;
}

.mobile-dual-menu .page_item_has_children .sub-menu {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    border-top: 1px solid #3f3f46;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

    .mobile-dual-menu .page_item_has_children .sub-menu a {
        padding-left: 32px;
    }

.mobile-dual-menu .menu-item-has-children .sub-menu {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    visibility: hidden;
    overflow: hidden;
    max-height: 0;
    border-top: 1px solid #3f3f46;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

    .mobile-dual-menu .menu-item-has-children .sub-menu a {
        padding-left: 32px;
    }

.mobile-dual-menu .submenu--show + .sub-menu {
    max-height: 500px;
    visibility: visible;
}

.mobile-dual-menu .submenu--show > .sub-menu {
    max-height: 500px;
    visibility: visible;
}

.menu-left .zak-submenu-toggle, .menu-right .zak-submenu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 8px;
    cursor: pointer;
}

.zak-secondary .widget {
    border: 0 solid #e9ecef;
}

    .zak-secondary .widget li {
        border: 0 solid #e9ecef;
    }

.zak-sidebar-widget--title-hidden .widget-title {
    display: none;
}

.zak-site-layout--2-sidebars .zak-primary, .zak-site-layout--2-sidebars .zak-secondary {
    width: 100%;
    border: 0;
}

@media screen and (min-width:768px) {
    .zak-site-layout--2-sidebars .zak-primary {
        width: 60%;
        padding-left: 30px;
    }

    .zak-site-layout--2-sidebars .zak-secondary {
        width: 20%;
        border-left: 1px solid #e4e4e7;
    }

        .zak-site-layout--2-sidebars .zak-secondary.secondary-sidebar {
            padding-right: 30px;
            padding-left: 0;
            border-right: 1px solid #e4e4e7;
            border-left: 0;
        }
}

.zak-posts .zak-blog-button-layout-2 a {
    background-color: #027abb;
    color: #FFF;
    padding: .5rem 1rem;
    border: 0 solid;
    text-decoration: none;
}

    .zak-posts .zak-blog-button-layout-2 a:hover {
        background-color: #015989;
    }

.zak-posts .zak-alignment-style-3 {
    text-align: center;
}

.zak-article-container {
    padding: 18px;
    border: 1px solid #e4e4e7;
    border-bottom-width: 3px;
    height: 100%;
}

    .zak-article-container .post-thumbnail {
        margin-left: -18px;
        margin-right: -18px;
    }

        .zak-article-container .post-thumbnail:first-child {
            margin-top: -18px;
        }

.zak-entry-meta .zak-read-more-wrapper {
    display: inline-block;
}

.zak-entry-meta a:hover {
    color: #027abb;
}

.author-bio-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #e4e4e7;
}

    .author-bio-box .author-bio-image img.avatar {
        border: 1px solid #e4e4e7;
        border-radius: 50%;
        padding: 4px;
    }

    .author-bio-box .author-bio-details {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

        .author-bio-box .author-bio-details .author-name {
            font-size: 1.6rem;
            margin-bottom: 8px;
        }

        .author-bio-box .author-bio-details .author-description {
            margin-bottom: 0;
        }

.zak-related-posts {
    margin: 20px 0;
    padding: 20px 0;
}

    .zak-related-posts .zak-related-posts-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .zak-related-posts .post-thumbnail {
        margin-bottom: 16px;
    }

    .zak-related-posts .zak-related-posts-header {
        font-size: 1.5rem;
        margin-bottom: 16px;
    }

    .zak-related-posts .zak-article-container {
        border-bottom-width: 1px;
    }

.zak-numbered-pagination {
    padding-top: 40px;
    border: 0 solid #e4e4e7;
}

    .zak-numbered-pagination .nav-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 16px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

        .zak-numbered-pagination .nav-links a, .zak-numbered-pagination .nav-links span {
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-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;
            width: 40px;
            height: 40px;
            color: #027abb;
            border: 1px solid #027abb;
            border-radius: 4px;
            fill: #027abb;
            margin: 0;
        }

            .zak-numbered-pagination .nav-links a:hover, .zak-numbered-pagination .nav-links a:focus {
                color: #FFF;
                background-color: #027abb;
                fill: #FFF;
            }

            .zak-numbered-pagination .nav-links span.current {
                color: #FFF;
                background-color: #027abb;
                fill: #FFF;
            }

@media screen and (min-width:600px) {
    .zak-related-posts .zak-related-posts-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .author-bio-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}

.zak-sticky-panel {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform .3s ease-in-out;
    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    background-color: #FFF;
    border-top: 2px solid #027abb;
    z-index: 99;
    padding: 1em 0;
    -webkit-box-shadow: 3px 0 20px rgba(0,0,0,0.05);
    box-shadow: 3px 0 20px rgba(0,0,0,0.05);
}

    .zak-sticky-panel.show {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    .zak-sticky-panel.zak-sticky-panel-checkout {
        color: #111;
    }

    .zak-sticky-panel .zak-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        place-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: auto;
        margin-left: auto;
    }

    .zak-sticky-panel .zak-continue-shopping {
        margin-right: auto;
        display: none;
    }

    .zak-sticky-panel .zak-item-added {
        font-size: 1rem;
        margin-bottom: .25em;
    }

    .zak-sticky-panel .zak-cart-data {
        font-size: 1rem;
        font-weight: 600;
    }

        .zak-sticky-panel .zak-cart-data .amount {
            color: #027abb;
        }

    .zak-sticky-panel .zak-checkout-btn a {
        color: #FFF;
        background-color: #027abb;
        border-style: solid;
        border-radius: 0;
        padding: .7rem 1rem;
    }

.zak-entry-meta, .zakra-wc-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zakra-wc-filter {
    margin-bottom: 2em;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.zakra-filter-sidebar-toggle .zakra-icon--filter {
    height: 16px;
    margin-right: .5em;
    font-weight: 500;
}

.zakra-filter-sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-items: center;
    background-color: transparent;
    border-color: transparent;
    padding: 0;
    color: #181818;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.woocommerce-result-count {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 2em;
    margin-bottom: 0;
}

.product__content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.woocommerce .zakra-wc-filter .woocommerce-result-count {
    margin: 2em 0 0 0;
}

.woocommerce .zakra-wc-filter .woocommerce-ordering {
    margin: 0;
}

.woocommerce .zak-content ul.products {
    margin: 0;
}

    .woocommerce .zak-content ul.products::after {
        content: none;
    }

    .woocommerce .zak-content ul.products:has(.product-category) .product-category {
        width: unset;
    }

    .woocommerce .zak-content ul.products::before {
        content: none;
    }

    .woocommerce .zak-content ul.products .zakra-onsale-below-image-wrapper .onsale {
        position: unset;
        display: inline-block;
        top: 10px;
        right: unset;
        color: #FFF;
        font-size: 14px;
        left: 10px;
        margin: unset;
        line-height: 1.6rem;
        height: 1.6em;
        border-radius: 4px;
        padding: 0 8px;
        min-height: unset;
        font-weight: unset;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .woocommerce .zak-content ul.products li.product.zakra-product--style-2 {
        overflow: hidden;
        position: relative;
        float: unset;
        margin-bottom: 0;
        width: unset;
    }

        .woocommerce .zak-content ul.products li.product.zakra-product--style-2.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist {
            position: absolute;
            right: -4px;
        }

            .woocommerce .zak-content ul.products li.product.zakra-product--style-2.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist i {
                border-radius: 100% !important;
            }

        .woocommerce .zak-content ul.products li.product.zakra-product--style-2.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist {
            position: absolute;
        }

            .woocommerce .zak-content ul.products li.product.zakra-product--style-2.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist i {
                border-radius: 100% !important;
            }

        .woocommerce .zak-content ul.products li.product.zakra-product--style-2.zak-add-to-wishlist-before_image:hover .wc-block-grid__product-link .yith-wcwl-add-to-wishlist {
            -webkit-transform: translateY(60px) !important;
            transform: translateY(60px) !important;
            -webkit-transition: all .3s ease-in-out;
            transition: all .3s ease-in-out;
        }

        .woocommerce .zak-content ul.products li.product.zakra-product--style-2 .woocommerce-loop-product__title {
            font-size: 1.6rem;
        }

        .woocommerce .zak-content ul.products li.product.zakra-product--style-2 .add_to_cart_button {
            width: 100%;
            padding-left: 0;
            padding-right: 0;
        }

        .woocommerce .zak-content ul.products li.product.zakra-product--style-2 .wc-block-grid__product-link .onsale {
            margin: 0;
        }

    .woocommerce .zak-content ul.products li.product.zakra-product--style-1 {
        float: unset;
        margin-bottom: 0;
        width: unset;
    }

        .woocommerce .zak-content ul.products li.product.zakra-product--style-1 .added_to_cart {
            margin-left: 0;
        }

    .woocommerce .zak-content ul.products li.product .zakra-onsale-over-image-wrapper.zakra-onsale-top-left .onsale {
        top: 10px;
        right: unset;
        color: #FFF;
        font-size: 14px;
        left: 10px;
        margin: unset;
        line-height: 1.6rem;
        height: 1.6em;
        border-radius: 4px;
        padding: 0 8px;
        min-height: unset;
        font-weight: unset;
    }

    .woocommerce .zak-content ul.products li.product .zakra-onsale-over-image-wrapper.zakra-onsale-bottom-left .onsale {
        top: unset;
        left: 10px;
        bottom: 10px;
        right: unset;
        color: #FFF;
        font-size: 14px;
        margin: unset;
        line-height: 1.6rem;
        height: 1.6em;
        border-radius: 4px;
        padding: 0 8px;
        min-height: unset;
        font-weight: unset;
    }

    .woocommerce .zak-content ul.products li.product .zakra-onsale-over-image-wrapper.zakra-onsale-top-right .onsale {
        top: 10px;
        right: 10px;
        color: #FFF;
        font-size: 14px;
        left: unset;
        margin: unset;
        line-height: 1.6rem;
        height: 1.6em;
        border-radius: 4px;
        padding: 0 8px;
        min-height: unset;
        font-weight: unset;
    }

    .woocommerce .zak-content ul.products li.product .zakra-onsale-over-image-wrapper.zakra-onsale-bottom-right .onsale {
        top: unset;
        bottom: 10px;
        right: 10px;
        color: #FFF;
        font-size: 14px;
        left: unset;
        margin: unset;
        line-height: 1.6rem;
        height: 1.6em;
        border-radius: 4px;
        padding: 0 8px;
        min-height: unset;
        font-weight: unset;
    }

    .woocommerce .zak-content ul.products li.product a img {
        margin: 0;
    }

    .woocommerce .zak-content ul.products li.product.zakra-product-thumbnail--full .wc-block-grid__product-link img {
        width: 100%;
    }

    .woocommerce .zak-content ul.products li.product .product__content {
        margin-top: 1rem;
    }

.woocommerce nav.woocommerce-pagination {
    text-align: center;
    margin-top: 2em;
}

.wc-block-grid__product-link a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.single-product .related {
    grid: unset;
}

.wc-block-grid__products .wc-block-grid__product {
    position: relative;
}

    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
        padding: .5em 0;
        margin: 0;
        font-weight: 500;
        line-height: 1.3;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title:hover {
            color: #269bd1;
        }

    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-price {
        margin-inline: initial;
    }

    .wc-block-grid__products .wc-block-grid__product .zakra-onsale-over-image-wrapper span {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: #269bd1;
        color: #FFF;
        font-size: 14px;
        padding: 0 8px;
        border-radius: 4px;
        z-index: 1;
    }

    .wc-block-grid__products .wc-block-grid__product .zakra-onsale-over-image-wrapper.zakra-onsale-top-left span {
        position: absolute;
        top: 10px;
        right: unset;
        color: #FFF;
        font-size: 14px;
        left: 10px;
        margin: unset;
        border-radius: 4px;
        padding: 0 8px;
        min-height: unset;
        font-weight: unset;
        z-index: 1;
        background-color: #269bd1;
    }

    .wc-block-grid__products .wc-block-grid__product .zakra-onsale-over-image-wrapper.zakra-onsale-bottom-left span {
        position: absolute;
        top: unset;
        left: 10px;
        bottom: 10px;
        right: unset;
        color: #FFF;
        font-size: 14px;
        margin: unset;
        line-height: 1.6rem;
        border-radius: 4px;
        padding: 0 8px;
        min-height: unset;
        font-weight: unset;
        z-index: 1;
        background-color: #269bd1;
    }

    .wc-block-grid__products .wc-block-grid__product .zakra-onsale-over-image-wrapper.zakra-onsale-top-right span {
        position: absolute;
        top: 10px;
        right: 10px;
        color: #FFF;
        font-size: 14px;
        left: unset;
        margin: unset;
        border-radius: 4px;
        padding: 0 8px;
        min-height: unset;
        font-weight: unset;
        z-index: 1;
        background-color: #269bd1;
    }

    .wc-block-grid__products .wc-block-grid__product .zakra-onsale-over-image-wrapper.zakra-onsale-bottom-right span {
        position: absolute;
        top: unset;
        bottom: 10px;
        right: 10px;
        color: #FFF;
        font-size: 14px;
        left: unset;
        margin: unset;
        border-radius: 4px;
        padding: 0 8px;
        min-height: unset;
        font-weight: unset;
        z-index: 1;
        background-color: #269bd1;
    }

    .wc-block-grid__products .wc-block-grid__product .zakra-onsale-below-image-wrapper .onsale {
        position: unset;
        display: inline-block;
        top: 10px;
        right: unset;
        color: #FFF;
        font-size: 14px;
        left: 10px;
        margin: unset;
        border-radius: 4px;
        padding: 0 8px;
        min-height: unset;
        font-weight: unset;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .wc-block-grid__products .wc-block-grid__product .zakra-onsale-normal-wrapper span {
        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;
        height: 30px;
        padding: 6px 16px;
        z-index: 9;
        background-color: #27272a;
        color: #FFF;
        font-size: 14px;
        font-weight: 600;
    }

    .wc-block-grid__products .wc-block-grid__product .zakra-onsale-below-image-wrapper span {
        position: unset;
        display: inline-block;
        top: 10px;
        right: unset;
        color: #FFF;
        font-size: 14px;
        left: 10px;
        margin: unset;
        border-radius: 4px;
        padding: 0 8px;
        min-height: unset;
        font-weight: unset;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
        background-color: #269bd1;
    }

    .wc-block-grid__products .wc-block-grid__product.zakra-product--style-2 .wc-block-grid__product-add-to-cart {
        margin: 0;
        margin-bottom: 1em;
    }

        .wc-block-grid__products .wc-block-grid__product.zakra-product--style-2 .wc-block-grid__product-add-to-cart:hover {
            color: #fff;
        }

        .wc-block-grid__products .wc-block-grid__product.zakra-product--style-2 .wc-block-grid__product-add-to-cart .added_to_cart {
            color: #fff;
        }

            .wc-block-grid__products .wc-block-grid__product.zakra-product--style-2 .wc-block-grid__product-add-to-cart .added_to_cart:hover {
                background-color: #1e7ba6;
            }

    .wc-block-grid__products .wc-block-grid__product.zakra-product--style-2 .zakra-onsale-normal-wrapper span {
        margin: 0;
    }

.wc-block-components-sort-select__label {
    margin-right: 0;
}

.zakra-filter-sidebar-toggle:hover .zakra-icon--filter, .zakra-filter-sidebar-toggle:focus .zakra-icon--filter {
    fill: #269bd1;
}

.wc-block-grid__product .wc-block-grid__product-price {
    margin: 0;
}

.entry-content a.wc-block-components-product-name {
    color: #16181a;
}

    .entry-content a.wc-block-components-product-name:hover {
        color: #269bd1;
    }

.zakra-product-content--center a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.zakra-product-content--center.zakra-product--style-2 .add_to_cart_button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.zakra-product-content--center .add_to_cart_button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.zakra-product-content--center.wc-block-grid__product .wc-block-grid__product-add-to-cart a.wp-block-button__link {
    text-align: center;
}

.zakra-product-thumbnail--center .wc-block-grid__product-link a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zakra-filter-sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: #FFF;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform .3s cubic-bezier(0.4,0,0.2,1);
    z-index: 999;
    overflow-x: hidden;
    padding-top: 6.25em;
    padding-right: 1em;
    padding-left: 1em;
}

    .zakra-filter-sidebar .wc-block-components-price-slider__range-input-progress {
        --range-color:#269bd1;
    }

    .zakra-filter-sidebar .zakra-close-filter-sidebar {
        background: #FFF;
        border-radius: 2px;
        position: absolute;
        top: 24px;
        right: 16px;
        padding: 1.5em 1em;
    }

    .zakra-filter-sidebar.toggled {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.zakra-filter-sidebar-overlay {
    opacity: 0;
    visibility: hidden;
    background: rgba(24,24,24,0.8);
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

    .zakra-filter-sidebar-overlay.toggled {
        opacity: 1;
        visibility: visible;
    }

.zakra-icon {
    -webkit-transition: all .3s;
    transition: all .3s;
    height: 24px;
    width: 24px;
}

.products {
    display: grid;
    grid-gap: 2em;
    grid-template-columns: repeat(var(--products-column,2),1fr);
    padding: 0;
    margin: 0;
}

li.product {
    list-style: none;
    position: relative;
}

    li.product.zakra-product--style-2 {
        overflow: hidden;
    }

        li.product.zakra-product--style-2 figure, li.product.zakra-product--style-2 .price {
            margin-bottom: 16px;
        }

        li.product.zakra-product--style-2 a {
            margin-top: 0;
        }

    li.product .wc-block-grid__product-link, li.product .woocommerce-loop-product__title, li.product .wc-block-grid__product-title, li.product .star-rating, li.product .price, li.product .button, li.product .add_to_cart_button, li.product .added_to_cart, li.product .product__content .zakra-onsale-below-image-wrapper span, li.product .zakra-onsale-over-image-wrapper .onsale, li.product .zakra-loop-product__category, li.product .zakra-loop-product__excerpt {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

        li.product .add_to_cart_button.added::after {
            font-family: WooCommerce;
            content: "\e017";
            margin-left: .5em;
            display: inline-block;
            width: auto;
            height: auto;
        }

        li.product .add_to_cart_button.loading::after {
            font-family: WooCommerce;
            content: "\e031";
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
            margin-left: .5em;
            display: inline-block;
            width: auto;
            height: auto;
        }

    li.product.zakra-product--style-2:hover .product__thumbnail, li.product.zakra-product--style-2:hover .wc-block-grid__product-link, li.product.zakra-product--style-2:hover .woocommerce-loop-product__title, li.product.zakra-product--style-2:hover .star-rating, li.product.zakra-product--style-2:hover .price, li.product.zakra-product--style-2:hover .button, li.product.zakra-product--style-2:hover .add_to_cart_button, li.product.zakra-product--style-2:hover .added_to_cart, li.product.zakra-product--style-2:hover .zakra-onsale-over-image-wrapper .onsale, li.product.zakra-product--style-2:hover .zakra-onsale-below-image-wrapper .onsale, li.product.zakra-product--style-2:hover .zakra-onsale-below-image-wrapper span, li.product.zakra-product--style-2:hover .zakra-loop-product__category, li.product.zakra-product--style-2:hover .zakra-loop-product__excerpt {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    li.product.zakra-product--style-2:hover .button, li.product.zakra-product--style-2:hover .add_to_cart_button {
        opacity: 1;
    }

    li.product.zakra-product--style-2 .added_to_cart {
        display: block;
        background-color: transparent;
        text-align: center;
        margin-top: 16px;
        padding: 6px 24px;
        color: #3f3f46;
        font-size: 1.4rem;
        font-weight: 400;
        border: 1px solid #d4d4d8;
        border-radius: 4px;
    }

        li.product.zakra-product--style-2 .added_to_cart:hover {
            background-color: #1e7ba6;
        }

    li.product.zakra-product--style-2 .product__content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    li.product > a {
        display: block;
    }

    li.product img {
        margin: 0;
    }

    li.product .woocommerce-loop-category__title, li.product .woocommerce-loop-product__title, li.product .wc-block-grid__product-title {
        font-size: 1rem;
        margin: 0;
        font-weight: 500;
    }

        li.product .woocommerce-loop-category__title .count, li.product .woocommerce-loop-product__title .count, li.product .wc-block-grid__product-title .count {
            background: 0;
        }

figure {
    margin: 0;
}

.woocommerce-ordering {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.woocommerce-result-count {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 2em;
    margin-bottom: 0;
}

.zakra-single-article .zakra-onsale-below-image-wrapper, .zakra-single-article .zakra-onsale-over-image-wrapper {
    position: absolute;
}

[data-style="zakra-product--style-2"] .wc-block-grid__product-image, [data-style="zakra-product--style-2"] .wc-block-components-product-title, [data-style="zakra-product--style-2"] .wc-block-components-product-price, [data-style="zakra-product--style-2"] .wc-block-components-product-button {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

[data-style="zakra-product--style-2"] .wc-block-components-product-button {
    position: absolute;
    left: 0;
    right: 0;
    top: 98%;
}

[data-style="zakra-product--style-2"] .wc-block-grid__product {
    position: relative;
    overflow: hidden;
}

    [data-style="zakra-product--style-2"] .wc-block-grid__product .wc-block-components-product-sale-badge {
        margin: 0;
    }

    [data-style="zakra-product--style-2"] .wc-block-grid__product:hover .wc-block-components-product-image, [data-style="zakra-product--style-2"] .wc-block-grid__product:hover .wc-block-components-product-title, [data-style="zakra-product--style-2"] .wc-block-grid__product:hover .wc-block-components-product-price, [data-style="zakra-product--style-2"] .wc-block-grid__product:hover .wc-block-components-product-button {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    [data-style="zakra-product--style-2"] .wc-block-grid__product:hover .button, [data-style="zakra-product--style-2"] .wc-block-grid__product:hover .add_to_cart_button {
        opacity: 1;
    }

[data-align="zakra-product-content--center"] .wc-block-grid__product-title, [data-align="zakra-product-content--center"] .wc-block-components-product-price {
    text-align: center;
}

[data-align="zakra-product-content--center"] .wp-block-button__link {
    text-align: center;
    width: 100%;
}

@media screen and (min-width:37.5em) {
    .zak-sticky-panel {
        top: var(--admin-bar,0);
        bottom: unset;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        border-bottom: 2px solid #027abb;
        border-top: 0;
    }

        .zak-sticky-panel .zak-container {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: start;
        }

        .zak-sticky-panel .zak-continue-shopping {
            display: block;
        }

        .zak-sticky-panel .zak-checkout-btn {
            margin-left: 1em;
        }

    .zakra-filter-sidebar-toggle {
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        margin-right: 1em;
    }

    .woocommerce-result-count {
        margin-top: 0;
        margin-bottom: 0;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
    }

    .zakra-wc-filter {
        margin-bottom: 2.5em;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .products.columns-4 {
        --products-column:3;
        grid-gap: 2em;
    }

    .woocommerce .zakra-wc-filter .woocommerce-ordering {
        margin: 0;
    }

    .woocommerce .zakra-wc-filter .woocommerce-result-count {
        margin-top: 0;
        margin-bottom: 0;
        -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
        order: unset;
        -ms-flex-preferred-size: unset;
        flex-basis: unset;
    }
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image) {
    display: block;
    margin: 0;
}

.wc-block-grid__product .wc-block-grid__product-link .wc-block-grid__product-image img {
    width: 100%;
}

.wc-block-grid__product .product__content {
    margin-top: 12px;
}

@media screen and (min-width:48em) {
    .products.columns-3 {
        --products-column:3;
    }

    .products.columns-4 {
        --products-column:4;
    }

    .products.columns-5 {
        --products-column:5;
    }

    .products.columns-6 {
        --products-column:6;
    }
}

.wc-block-grid__products .zakra-product--style-2.wc-block-grid__product .wp-block-button__link, .wc-block-grid__products .zakra-product--style-2.wc-block-grid__product .wp-block-button__link {
    margin-top: 0;
}

.zak-infinite-pagination {
    margin-top: 40px;
    text-align: center;
}

    .zak-infinite-pagination .zak-load-more-btn {
        padding: 8px 16px;
        background-color: #e4e4e7;
        border-radius: 4px;
    }

    .zak-infinite-pagination .zak-load-more {
        display: inline-block;
        text-align: center;
        color: #3f3f46;
        font-size: 14px;
    }

        .zak-infinite-pagination .zak-load-more.loading {
            cursor: default;
            background-color: unset;
        }

            .zak-infinite-pagination .zak-load-more.loading .zak-load-more-icon {
                display: inline-block;
            }

        .zak-infinite-pagination .zak-load-more .zak-load-more-icon {
            margin-right: 4px;
            vertical-align: middle;
            display: none;
        }

        .zak-infinite-pagination .zak-load-more .zak-load-more-text {
            display: inline-block;
        }

    .zak-infinite-pagination a {
        color: #3f3f46;
    }

    .zak-infinite-pagination .spinner {
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 2px solid rgba(63,63,70,0.3);
        border-top-color: #3f3f46;
        -webkit-animation: spinner 2s linear infinite;
        animation: spinner 2s linear infinite;
    }

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

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

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

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

.zak-infinite-pagination .zak-no-more-post {
    background-color: unset;
}

.zak-infinite-pagination .zak-no-more-post-text {
    color: rgba(63,63,70,0.8);
}

.zak-infinite-pagination--scroll .spinner {
    width: 24px;
    height: 24px;
}

.zak-content .zak-container {
    padding-left: 0;
    padding-right: 0;
}

    .zak-content .zak-container .zak-posts {
        padding-left: 16px;
    }

    .zak-content .zak-container .zak-sidebar {
        padding-right: 16px;
    }

@media screen and (max-width:768px) {
    .zak-content .zak-container {
        padding-left: 0;
        padding-right: 0;
    }

        .zak-content .zak-container .zak-posts {
            padding-left: 16px;
            padding-right: 16px;
        }

        .zak-content .zak-container .zak-sidebar {
            padding-right: 16px;
            padding-left: 16px;
        }
}
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
.fa {
    font-family: var(--fa-style-family,"Font Awesome 6 Free");
    font-weight: var(--fa-style,900);
}

.fa, .fa-brands, .fa-classic, .fa-regular, .fa-sharp, .fa-solid, .fab, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free";
}

.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands";
}

.fa-1x {
    font-size: 1em;
}

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

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

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

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

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em;
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em;
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em;
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em;
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em;
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em;
}

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

.fa-ul {
    list-style-type: none;
    margin-left: var(--fa-li-margin,2.5em);
    padding-left: 0;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    left: calc(var(--fa-li-width, 2em)*-1);
    position: absolute;
    text-align: center;
    width: var(--fa-li-width,2em);
    line-height: inherit;
}

.fa-border {
    border-radius: var(--fa-border-radius,.1em);
    border: var(--fa-border-width,.08em) var(--fa-border-style,solid) var(--fa-border-color,#eee);
    padding: var(--fa-border-padding,.2em .25em .15em);
}

.fa-pull-left {
    float: left;
    margin-right: var(--fa-pull-margin,.3em);
}

.fa-pull-right {
    float: right;
    margin-left: var(--fa-pull-margin,.3em);
}

.fa-beat {
    -webkit-animation-name: fa-beat;
    animation-name: fa-beat;
    -webkit-animation-delay: var(--fa-animation-delay,0s);
    animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
    animation-timing-function: var(--fa-animation-timing,ease-in-out);
}

.fa-bounce {
    -webkit-animation-name: fa-bounce;
    animation-name: fa-bounce;
    -webkit-animation-delay: var(--fa-animation-delay,0s);
    animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.28,.84,.42,1));
}

.fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}

.fa-beat-fade, .fa-fade {
    -webkit-animation-delay: var(--fa-animation-delay,0s);
    animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
}

.fa-beat-fade {
    -webkit-animation-name: fa-beat-fade;
    animation-name: fa-beat-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
    animation-timing-function: var(--fa-animation-timing,cubic-bezier(.4,0,.6,1));
}

.fa-flip {
    -webkit-animation-name: fa-flip;
    animation-name: fa-flip;
    -webkit-animation-delay: var(--fa-animation-delay,0s);
    animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,ease-in-out);
    animation-timing-function: var(--fa-animation-timing,ease-in-out);
}

.fa-shake {
    -webkit-animation-name: fa-shake;
    animation-name: fa-shake;
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,linear);
    animation-timing-function: var(--fa-animation-timing,linear);
}

.fa-shake, .fa-spin {
    -webkit-animation-delay: var(--fa-animation-delay,0s);
    animation-delay: var(--fa-animation-delay,0s);
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
}

.fa-spin {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-duration: var(--fa-animation-duration,2s);
    animation-duration: var(--fa-animation-duration,2s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,linear);
    animation-timing-function: var(--fa-animation-timing,linear);
}

.fa-spin-reverse {
    --fa-animation-direction:reverse;
}

.fa-pulse, .fa-spin-pulse {
    -webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,steps(8));
    animation-timing-function: var(--fa-animation-timing,steps(8));
}

@media (prefers-reduced-motion:reduce) {
    .fa-beat, .fa-beat-fade, .fa-bounce, .fa-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
        -webkit-animation-delay: -1ms;
        animation-delay: -1ms;
        -webkit-animation-duration: 1ms;
        animation-duration: 1ms;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
        -webkit-transition-duration: 0s;
        transition-duration: 0s;
    }
}

@-webkit-keyframes fa-beat {
    0%,90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale,1.25));
        transform: scale(var(--fa-beat-scale,1.25));
    }
}

@keyframes fa-beat {
    0%,90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    45% {
        -webkit-transform: scale(var(--fa-beat-scale,1.25));
        transform: scale(var(--fa-beat-scale,1.25));
    }
}

@-webkit-keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
        transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    }

    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}

@keyframes fa-bounce {
    0% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    10% {
        -webkit-transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
        transform: scale(var(--fa-bounce-start-scale-x,1.1),var(--fa-bounce-start-scale-y,.9)) translateY(0);
    }

    30% {
        -webkit-transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
        transform: scale(var(--fa-bounce-jump-scale-x,.9),var(--fa-bounce-jump-scale-y,1.1)) translateY(var(--fa-bounce-height,-.5em));
    }

    50% {
        -webkit-transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
        transform: scale(var(--fa-bounce-land-scale-x,1.05),var(--fa-bounce-land-scale-y,.95)) translateY(0);
    }

    57% {
        -webkit-transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
        transform: scale(1) translateY(var(--fa-bounce-rebound,-.125em));
    }

    64% {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }

    to {
        -webkit-transform: scale(1) translateY(0);
        transform: scale(1) translateY(0);
    }
}

@-webkit-keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity,.4);
    }
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity,.4);
    }
}

@-webkit-keyframes fa-beat-fade {
    0%,to {
        opacity: var(--fa-beat-fade-opacity,.4);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
        transform: scale(var(--fa-beat-fade-scale,1.125));
    }
}

@keyframes fa-beat-fade {
    0%,to {
        opacity: var(--fa-beat-fade-opacity,.4);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(var(--fa-beat-fade-scale,1.125));
        transform: scale(var(--fa-beat-fade-scale,1.125));
    }
}

@-webkit-keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
        transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
    }
}

@keyframes fa-flip {
    50% {
        -webkit-transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
        transform: rotate3d(var(--fa-flip-x,0),var(--fa-flip-y,1),var(--fa-flip-z,0),var(--fa-flip-angle,-180deg));
    }
}

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

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    8%,24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    12%,28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    40%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

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

    4% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    8%,24% {
        -webkit-transform: rotate(-18deg);
        transform: rotate(-18deg);
    }

    12%,28% {
        -webkit-transform: rotate(18deg);
        transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }

    20% {
        -webkit-transform: rotate(22deg);
        transform: rotate(22deg);
    }

    32% {
        -webkit-transform: rotate(-12deg);
        transform: rotate(-12deg);
    }

    36% {
        -webkit-transform: rotate(12deg);
        transform: rotate(12deg);
    }

    40%,to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

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

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.fa-rotate-90 {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

.fa-rotate-by {
    -webkit-transform: rotate(var(--fa-rotate-angle,none));
    transform: rotate(var(--fa-rotate-angle,none));
}

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

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: var(--fa-stack-z-index,auto);
}

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

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

.fa-inverse {
    color: var(--fa-inverse,#fff);
}

.fa-0:before {
    content: "\30";
}

.fa-1:before {
    content: "\31";
}

.fa-2:before {
    content: "\32";
}

.fa-3:before {
    content: "\33";
}

.fa-4:before {
    content: "\34";
}

.fa-5:before {
    content: "\35";
}

.fa-6:before {
    content: "\36";
}

.fa-7:before {
    content: "\37";
}

.fa-8:before {
    content: "\38";
}

.fa-9:before {
    content: "\39";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-arrows-to-circle:before {
    content: "\e4bd";
}

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

.fa-at:before {
    content: "\40";
}

.fa-trash-alt:before, .fa-trash-can:before {
    content: "\f2ed";
}

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

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

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

.fa-comment-alt:before, .fa-message:before {
    content: "\f27a";
}

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

.fa-compress-alt:before, .fa-down-left-and-up-right-to-center:before {
    content: "\f422";
}

.fa-explosion:before {
    content: "\e4e9";
}

.fa-file-alt:before, .fa-file-lines:before, .fa-file-text:before {
    content: "\f15c";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-building-un:before {
    content: "\e4d9";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-calendar-alt:before, .fa-calendar-days:before {
    content: "\f073";
}

.fa-anchor-circle-check:before {
    content: "\e4aa";
}

.fa-building-circle-arrow-right:before {
    content: "\e4d1";
}

.fa-volleyball-ball:before, .fa-volleyball:before {
    content: "\f45f";
}

.fa-arrows-up-to-line:before {
    content: "\e4c2";
}

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

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

.fa-door-open:before {
    content: "\f52b";
}

.fa-right-from-bracket:before, .fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-soap:before {
    content: "\e06e";
}

.fa-heart-music-camera-bolt:before, .fa-icons:before {
    content: "\f86d";
}

.fa-microphone-alt-slash:before, .fa-microphone-lines-slash:before {
    content: "\f539";
}

.fa-bridge-circle-check:before {
    content: "\e4c9";
}

.fa-pump-medical:before {
    content: "\e06a";
}

.fa-fingerprint:before {
    content: "\f577";
}

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

.fa-magnifying-glass-location:before, .fa-search-location:before {
    content: "\f689";
}

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

.fa-face-smile-beam:before, .fa-smile-beam:before {
    content: "\f5b8";
}

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

.fa-football-ball:before, .fa-football:before {
    content: "\f44e";
}

.fa-school-circle-exclamation:before {
    content: "\e56c";
}

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

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

.fa-users-rectangle:before {
    content: "\e594";
}

.fa-people-roof:before {
    content: "\e537";
}

.fa-people-line:before {
    content: "\e534";
}

.fa-beer-mug-empty:before, .fa-beer:before {
    content: "\f0fc";
}

.fa-diagram-predecessor:before {
    content: "\e477";
}

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

.fa-burn:before, .fa-fire-flame-simple:before {
    content: "\f46a";
}

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

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

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-truck-plane:before {
    content: "\e58f";
}

.fa-record-vinyl:before {
    content: "\f8d9";
}

.fa-face-grin-stars:before, .fa-grin-stars:before {
    content: "\f587";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-pastafarianism:before, .fa-spaghetti-monster-flying:before {
    content: "\f67b";
}

.fa-arrow-down-up-across-line:before {
    content: "\e4af";
}

.fa-spoon:before, .fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-jar-wheat:before {
    content: "\e517";
}

.fa-envelopes-bulk:before, .fa-mail-bulk:before {
    content: "\f674";
}

.fa-file-circle-exclamation:before {
    content: "\e4eb";
}

.fa-circle-h:before, .fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-pager:before {
    content: "\f815";
}

.fa-address-book:before, .fa-contact-book:before {
    content: "\f2b9";
}

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

.fa-k:before {
    content: "\4b";
}

.fa-landmark-flag:before {
    content: "\e51c";
}

.fa-pencil-alt:before, .fa-pencil:before {
    content: "\f303";
}

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

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

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

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

.fa-code-pull-request:before {
    content: "\e13c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-truck-loading:before, .fa-truck-ramp-box:before {
    content: "\f4de";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-vial-virus:before {
    content: "\e597";
}

.fa-sheet-plastic:before {
    content: "\e571";
}

.fa-blog:before {
    content: "\f781";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-person-arrow-up-from-line:before {
    content: "\e539";
}

.fa-scroll-torah:before, .fa-torah:before {
    content: "\f6a0";
}

.fa-broom-ball:before, .fa-quidditch-broom-ball:before, .fa-quidditch:before {
    content: "\f458";
}

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

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

.fa-person-drowning:before {
    content: "\e545";
}

.fa-arrow-down-9-1:before, .fa-sort-numeric-desc:before, .fa-sort-numeric-down-alt:before {
    content: "\f886";
}

.fa-face-grin-tongue-squint:before, .fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-w:before {
    content: "\57";
}

.fa-earth-africa:before, .fa-globe-africa:before {
    content: "\f57c";
}

.fa-rainbow:before {
    content: "\f75b";
}

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

.fa-tablet-alt:before, .fa-tablet-screen-button:before {
    content: "\f3fa";
}

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

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

.fa-trowel-bricks:before {
    content: "\e58a";
}

.fa-face-flushed:before, .fa-flushed:before {
    content: "\f579";
}

.fa-hospital-user:before {
    content: "\f80d";
}

.fa-tent-arrow-left-right:before {
    content: "\e57f";
}

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

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

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

.fa-box-tissue:before {
    content: "\e05b";
}

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

.fa-bell-concierge:before, .fa-concierge-bell:before {
    content: "\f562";
}

.fa-pen-ruler:before, .fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-people-arrows-left-right:before, .fa-people-arrows:before {
    content: "\e068";
}

.fa-mars-and-venus-burst:before {
    content: "\e523";
}

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

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

.fa-sun-plant-wilt:before {
    content: "\e57a";
}

.fa-toilets-portable:before {
    content: "\e584";
}

.fa-hockey-puck:before {
    content: "\f453";
}

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

.fa-magnifying-glass-arrow-right:before {
    content: "\e521";
}

.fa-digital-tachograph:before, .fa-tachograph-digital:before {
    content: "\f566";
}

.fa-users-slash:before {
    content: "\e073";
}

.fa-clover:before {
    content: "\e139";
}

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

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-house-fire:before {
    content: "\e50c";
}

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

.fa-helicopter:before {
    content: "\f533";
}

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

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

.fa-file-circle-question:before {
    content: "\e4ef";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

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

.fa-people-group:before {
    content: "\e533";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-heart-broken:before, .fa-heart-crack:before {
    content: "\f7a9";
}

.fa-external-link-square-alt:before, .fa-square-up-right:before {
    content: "\f360";
}

.fa-face-kiss-beam:before, .fa-kiss-beam:before {
    content: "\f597";
}

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

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-people-robbery:before {
    content: "\e536";
}

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

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

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

.fa-school-circle-xmark:before {
    content: "\e56d";
}

.fa-arrow-right-from-bracket:before, .fa-sign-out:before {
    content: "\f08b";
}

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

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

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-headphones-alt:before, .fa-headphones-simple:before {
    content: "\f58f";
}

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

.fa-circle-dollar-to-slot:before, .fa-donate:before {
    content: "\f4b9";
}

.fa-memory:before {
    content: "\f538";
}

.fa-road-spikes:before {
    content: "\e568";
}

.fa-fire-burner:before {
    content: "\e4f1";
}

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

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-feather:before {
    content: "\f52d";
}

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

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

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

.fa-wheat-alt:before, .fa-wheat-awn:before {
    content: "\e2cd";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-hands-holding-child:before {
    content: "\e4fa";
}

.fa-asterisk:before {
    content: "\2a";
}

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

.fa-peseta-sign:before {
    content: "\e221";
}

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

.fa-ghost:before {
    content: "\f6e2";
}

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

.fa-phone-square-alt:before, .fa-square-phone-flip:before {
    content: "\f87b";
}

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

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

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

.fa-dizzy:before, .fa-face-dizzy:before {
    content: "\f567";
}

.fa-egg:before {
    content: "\f7fb";
}

.fa-house-medical-circle-xmark:before {
    content: "\e513";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-folder-plus:before {
    content: "\f65e";
}

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

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

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

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-hot-tub-person:before, .fa-hot-tub:before {
    content: "\f593";
}

.fa-map-location:before, .fa-map-marked:before {
    content: "\f59f";
}

.fa-house-flood-water:before {
    content: "\e50e";
}

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

.fa-bridge-lock:before {
    content: "\e4cc";
}

.fa-sack-dollar:before {
    content: "\f81d";
}

.fa-edit:before, .fa-pen-to-square:before {
    content: "\f044";
}

.fa-car-side:before {
    content: "\f5e4";
}

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

.fa-heart-circle-minus:before {
    content: "\e4ff";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-sink:before {
    content: "\e06d";
}

.fa-bag-shopping:before, .fa-shopping-bag:before {
    content: "\f290";
}

.fa-arrow-down-z-a:before, .fa-sort-alpha-desc:before, .fa-sort-alpha-down-alt:before {
    content: "\f881";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-person-rays:before {
    content: "\e54d";
}

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

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

.fa-flask-vial:before {
    content: "\e4f3";
}

.fa-hand-paper:before, .fa-hand:before {
    content: "\f256";
}

.fa-om:before {
    content: "\f679";
}

.fa-worm:before {
    content: "\e599";
}

.fa-house-circle-xmark:before {
    content: "\e50b";
}

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

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

.fa-hand-spock:before {
    content: "\f259";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-face-kiss:before, .fa-kiss:before {
    content: "\f596";
}

.fa-bridge-circle-xmark:before {
    content: "\e4cb";
}

.fa-face-grin-tongue:before, .fa-grin-tongue:before {
    content: "\f589";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-face-grin-wink:before, .fa-grin-wink:before {
    content: "\f58c";
}

.fa-deaf:before, .fa-deafness:before, .fa-ear-deaf:before, .fa-hard-of-hearing:before {
    content: "\f2a4";
}

.fa-road-circle-check:before {
    content: "\e564";
}

.fa-dice-five:before {
    content: "\f523";
}

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

.fa-land-mine-on:before {
    content: "\e51b";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-stairs:before {
    content: "\e289";
}

.fa-i:before {
    content: "\49";
}

.fa-hryvnia-sign:before, .fa-hryvnia:before {
    content: "\f6f2";
}

.fa-pills:before {
    content: "\f484";
}

.fa-face-grin-wide:before, .fa-grin-alt:before {
    content: "\f581";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-v:before {
    content: "\56";
}

.fa-bangladeshi-taka-sign:before {
    content: "\e2e6";
}

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

.fa-rod-asclepius:before, .fa-rod-snake:before, .fa-staff-aesculapius:before, .fa-staff-snake:before {
    content: "\e579";
}

.fa-head-side-cough-slash:before {
    content: "\e062";
}

.fa-ambulance:before, .fa-truck-medical:before {
    content: "\f0f9";
}

.fa-wheat-awn-circle-exclamation:before {
    content: "\e598";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-road-barrier:before {
    content: "\e562";
}

.fa-school:before {
    content: "\f549";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-joint:before {
    content: "\f595";
}

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

.fa-horse:before {
    content: "\f6f0";
}

.fa-q:before {
    content: "\51";
}

.fa-g:before {
    content: "\47";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-temperature-2:before, .fa-temperature-half:before, .fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-dong-sign:before {
    content: "\e169";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-poo-bolt:before, .fa-poo-storm:before {
    content: "\f75a";
}

.fa-face-frown-open:before, .fa-frown-open:before {
    content: "\f57a";
}

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

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

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

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

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-helmet-un:before {
    content: "\e503";
}

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

.fa-bacon:before {
    content: "\f7e5";
}

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

.fa-arrow-up-from-bracket:before {
    content: "\e09a";
}

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

.fa-file-medical-alt:before, .fa-file-waveform:before {
    content: "\f478";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-chart-simple:before {
    content: "\e473";
}

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

.fa-vial:before {
    content: "\f492";
}

.fa-dashboard:before, .fa-gauge-med:before, .fa-gauge:before, .fa-tachometer-alt-average:before {
    content: "\f624";
}

.fa-magic-wand-sparkles:before, .fa-wand-magic-sparkles:before {
    content: "\e2ca";
}

.fa-e:before {
    content: "\45";
}

.fa-pen-alt:before, .fa-pen-clip:before {
    content: "\f305";
}

.fa-bridge-circle-exclamation:before {
    content: "\e4ca";
}

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

.fa-school-circle-check:before {
    content: "\e56b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-shuttle-van:before, .fa-van-shuttle:before {
    content: "\f5b6";
}

.fa-building-user:before {
    content: "\e4da";
}

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

.fa-highlighter:before {
    content: "\f591";
}

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

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

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

.fa-synagogue:before {
    content: "\f69b";
}

.fa-person-half-dress:before {
    content: "\e548";
}

.fa-road-bridge:before {
    content: "\e563";
}

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

.fa-c:before {
    content: "\43";
}

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

.fa-building-lock:before {
    content: "\e4d6";
}

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

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

.fa-house-flag:before {
    content: "\e50d";
}

.fa-person-circle-minus:before {
    content: "\e540";
}

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

.fa-camera-rotate:before {
    content: "\e0d8";
}

.fa-air-freshener:before, .fa-spray-can-sparkles:before {
    content: "\f5d0";
}

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

.fa-repeat:before {
    content: "\f363";
}

.fa-cross:before {
    content: "\f654";
}

.fa-box:before {
    content: "\f466";
}

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

.fa-arrow-pointer:before, .fa-mouse-pointer:before {
    content: "\f245";
}

.fa-expand-arrows-alt:before, .fa-maximize:before {
    content: "\f31e";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-shapes:before, .fa-triangle-circle-square:before {
    content: "\f61f";
}

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

.fa-person-running:before, .fa-running:before {
    content: "\f70c";
}

.fa-mobile-retro:before {
    content: "\e527";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-spider:before {
    content: "\f717";
}

.fa-hands-bound:before {
    content: "\e4f9";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-plane-circle-exclamation:before {
    content: "\e556";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-spell-check:before {
    content: "\f891";
}

.fa-slash:before {
    content: "\f715";
}

.fa-computer-mouse:before, .fa-mouse:before {
    content: "\f8cc";
}

.fa-arrow-right-to-bracket:before, .fa-sign-in:before {
    content: "\f090";
}

.fa-shop-slash:before, .fa-store-alt-slash:before {
    content: "\e070";
}

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

.fa-virus-covid-slash:before {
    content: "\e4a9";
}

.fa-shop-lock:before {
    content: "\e4a5";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-building-wheat:before {
    content: "\e4db";
}

.fa-person-breastfeeding:before {
    content: "\e53a";
}

.fa-right-to-bracket:before, .fa-sign-in-alt:before {
    content: "\f2f6";
}

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

.fa-passport:before {
    content: "\f5ab";
}

.fa-heart-pulse:before, .fa-heartbeat:before {
    content: "\f21e";
}

.fa-people-carry-box:before, .fa-people-carry:before {
    content: "\f4ce";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-crown:before {
    content: "\f521";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-xmarks-lines:before {
    content: "\e59a";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-weight-scale:before, .fa-weight:before {
    content: "\f496";
}

.fa-user-friends:before, .fa-user-group:before {
    content: "\f500";
}

.fa-arrow-up-a-z:before, .fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-face-laugh-squint:before, .fa-laugh-squint:before {
    content: "\f59b";
}

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

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

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

.fa-person-walking:before, .fa-walking:before {
    content: "\f554";
}

.fa-l:before {
    content: "\4c";
}

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

.fa-bed-pulse:before, .fa-procedures:before {
    content: "\f487";
}

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

.fa-face-laugh:before, .fa-laugh:before {
    content: "\f599";
}

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

.fa-heart-circle-plus:before {
    content: "\e500";
}

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

.fa-city:before {
    content: "\f64f";
}

.fa-microphone-alt:before, .fa-microphone-lines:before {
    content: "\f3c9";
}

.fa-pepper-hot:before {
    content: "\f816";
}

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

.fa-colon-sign:before {
    content: "\e140";
}

.fa-headset:before {
    content: "\f590";
}

.fa-store-slash:before {
    content: "\e071";
}

.fa-road-circle-xmark:before {
    content: "\e566";
}

.fa-user-minus:before {
    content: "\f503";
}

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

.fa-champagne-glasses:before, .fa-glass-cheers:before {
    content: "\f79f";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-house-circle-exclamation:before {
    content: "\e50a";
}

.fa-file-arrow-up:before, .fa-file-upload:before {
    content: "\f574";
}

.fa-wifi-3:before, .fa-wifi-strong:before, .fa-wifi:before {
    content: "\f1eb";
}

.fa-bath:before, .fa-bathtub:before {
    content: "\f2cd";
}

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

.fa-user-edit:before, .fa-user-pen:before {
    content: "\f4ff";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-stroopwafel:before {
    content: "\f551";
}

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

.fa-anchor-lock:before {
    content: "\e4ad";
}

.fa-building-ngo:before {
    content: "\e4d7";
}

.fa-manat-sign:before {
    content: "\e1d5";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-border-style:before, .fa-border-top-left:before {
    content: "\f853";
}

.fa-map-location-dot:before, .fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-poll:before, .fa-square-poll-vertical:before {
    content: "\f681";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-battery-car:before, .fa-car-battery:before {
    content: "\f5df";
}

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

.fa-dice-two:before {
    content: "\f528";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-building-circle-check:before {
    content: "\e4d2";
}

.fa-person-chalkboard:before {
    content: "\e53d";
}

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

.fa-hand-back-fist:before, .fa-hand-rock:before {
    content: "\f255";
}

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

.fa-cloud-showers-water:before {
    content: "\e4e4";
}

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

.fa-hands-bubbles:before, .fa-hands-wash:before {
    content: "\e05e";
}

.fa-less-than-equal:before {
    content: "\f537";
}

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

.fa-eye-low-vision:before, .fa-low-vision:before {
    content: "\f2a8";
}

.fa-crow:before {
    content: "\f520";
}

.fa-sailboat:before {
    content: "\e445";
}

.fa-window-restore:before {
    content: "\f2d2";
}

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

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-bucket:before {
    content: "\e4cf";
}

.fa-image:before {
    content: "\f03e";
}

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

.fa-cow:before {
    content: "\f6c8";
}

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

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-folder-closed:before {
    content: "\e185";
}

.fa-house-tsunami:before {
    content: "\e515";
}

.fa-square-nfi:before {
    content: "\e576";
}

.fa-arrow-up-from-ground-water:before {
    content: "\e4b5";
}

.fa-glass-martini-alt:before, .fa-martini-glass:before {
    content: "\f57b";
}

.fa-rotate-back:before, .fa-rotate-backward:before, .fa-rotate-left:before, .fa-undo-alt:before {
    content: "\f2ea";
}

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

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

.fa-head-side-mask:before {
    content: "\e063";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-dolly-box:before, .fa-dolly:before {
    content: "\f472";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-compress-arrows-alt:before, .fa-minimize:before {
    content: "\f78c";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-snowplow:before {
    content: "\f7d2";
}

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

.fa-cannabis:before {
    content: "\f55f";
}

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

.fa-tablets:before {
    content: "\f490";
}

.fa-ethernet:before {
    content: "\f796";
}

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

.fa-chair:before {
    content: "\f6c0";
}

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

.fa-circle-stop:before, .fa-stop-circle:before {
    content: "\f28d";
}

.fa-compass-drafting:before, .fa-drafting-compass:before {
    content: "\f568";
}

.fa-plate-wheat:before {
    content: "\e55a";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-person-shelter:before {
    content: "\e54f";
}

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

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-face-laugh-beam:before, .fa-laugh-beam:before {
    content: "\f59a";
}

.fa-helicopter-symbol:before {
    content: "\e502";
}

.fa-universal-access:before {
    content: "\f29a";
}

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

.fa-lari-sign:before {
    content: "\e1c8";
}

.fa-volcano:before {
    content: "\f770";
}

.fa-person-walking-dashed-line-arrow-right:before {
    content: "\e553";
}

.fa-gbp:before, .fa-pound-sign:before, .fa-sterling-sign:before {
    content: "\f154";
}

.fa-viruses:before {
    content: "\e076";
}

.fa-square-person-confined:before {
    content: "\e577";
}

.fa-user-tie:before {
    content: "\f508";
}

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

.fa-tent-arrow-down-to-line:before {
    content: "\e57e";
}

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

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

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

.fa-person-skating:before, .fa-skating:before {
    content: "\f7c5";
}

.fa-filter-circle-dollar:before, .fa-funnel-dollar:before {
    content: "\f662";
}

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

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

.fa-arrow-right-to-file:before, .fa-file-import:before {
    content: "\f56f";
}

.fa-external-link-square:before, .fa-square-arrow-up-right:before {
    content: "\f14c";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-location-pin-lock:before {
    content: "\e51f";
}

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

.fa-hill-avalanche:before {
    content: "\e507";
}

.fa-temperature-0:before, .fa-temperature-empty:before, .fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb";
}

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

.fa-registered:before {
    content: "\f25d";
}

.fa-address-card:before, .fa-contact-card:before, .fa-vcard:before {
    content: "\f2bb";
}

.fa-balance-scale-right:before, .fa-scale-unbalanced-flip:before {
    content: "\f516";
}

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

.fa-diamond-turn-right:before, .fa-directions:before {
    content: "\f5eb";
}

.fa-burst:before {
    content: "\e4dc";
}

.fa-house-laptop:before, .fa-laptop-house:before {
    content: "\e066";
}

.fa-face-tired:before, .fa-tired:before {
    content: "\f5c8";
}

.fa-money-bills:before {
    content: "\e1f3";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-cloud-arrow-up:before, .fa-cloud-upload-alt:before, .fa-cloud-upload:before {
    content: "\f0ee";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-arrows-turn-right:before {
    content: "\e4c0";
}

.fa-vest:before {
    content: "\e085";
}

.fa-ferry:before {
    content: "\e4ea";
}

.fa-arrows-down-to-people:before {
    content: "\e4b9";
}

.fa-seedling:before, .fa-sprout:before {
    content: "\f4d8";
}

.fa-arrows-alt-h:before, .fa-left-right:before {
    content: "\f337";
}

.fa-boxes-packing:before {
    content: "\e4c7";
}

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

.fa-group-arrows-rotate:before {
    content: "\e4f6";
}

.fa-bowl-food:before {
    content: "\e4c6";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-arrow-down-wide-short:before, .fa-sort-amount-asc:before, .fa-sort-amount-down:before {
    content: "\f160";
}

.fa-cloud-bolt:before, .fa-thunderstorm:before {
    content: "\f76c";
}

.fa-remove-format:before, .fa-text-slash:before {
    content: "\f87d";
}

.fa-face-smile-wink:before, .fa-smile-wink:before {
    content: "\f4da";
}

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

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

.fa-arrows-h:before, .fa-arrows-left-right:before {
    content: "\f07e";
}

.fa-house-lock:before {
    content: "\e510";
}

.fa-cloud-arrow-down:before, .fa-cloud-download-alt:before, .fa-cloud-download:before {
    content: "\f0ed";
}

.fa-children:before {
    content: "\e4e1";
}

.fa-blackboard:before, .fa-chalkboard:before {
    content: "\f51b";
}

.fa-user-alt-slash:before, .fa-user-large-slash:before {
    content: "\f4fa";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-handshake-alt-slash:before, .fa-handshake-simple-slash:before {
    content: "\e05f";
}

.fa-mattress-pillow:before {
    content: "\e525";
}

.fa-guarani-sign:before {
    content: "\e19a";
}

.fa-arrows-rotate:before, .fa-refresh:before, .fa-sync:before {
    content: "\f021";
}

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

.fa-cruzeiro-sign:before {
    content: "\e152";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-shield-alt:before, .fa-shield-halved:before {
    content: "\f3ed";
}

.fa-atlas:before, .fa-book-atlas:before {
    content: "\f558";
}

.fa-virus:before {
    content: "\e074";
}

.fa-envelope-circle-check:before {
    content: "\e4e8";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-arrows-to-dot:before {
    content: "\e4be";
}

.fa-archway:before {
    content: "\f557";
}

.fa-heart-circle-check:before {
    content: "\e4fd";
}

.fa-house-chimney-crack:before, .fa-house-damage:before {
    content: "\f6f1";
}

.fa-file-archive:before, .fa-file-zipper:before {
    content: "\f1c6";
}

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

.fa-glass-martini:before, .fa-martini-glass-empty:before {
    content: "\f000";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cedi-sign:before {
    content: "\e0df";
}

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

.fa-church:before {
    content: "\f51d";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-z:before {
    content: "\5a";
}

.fa-person-skiing:before, .fa-skiing:before {
    content: "\f7c9";
}

.fa-road-lock:before {
    content: "\e567";
}

.fa-a:before {
    content: "\41";
}

.fa-temperature-arrow-down:before, .fa-temperature-down:before {
    content: "\e03f";
}

.fa-feather-alt:before, .fa-feather-pointed:before {
    content: "\f56b";
}

.fa-p:before {
    content: "\50";
}

.fa-snowflake:before {
    content: "\f2dc";
}

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

.fa-ad:before, .fa-rectangle-ad:before {
    content: "\f641";
}

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

.fa-filter-circle-xmark:before {
    content: "\e17b";
}

.fa-locust:before {
    content: "\e520";
}

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

.fa-list-1-2:before, .fa-list-numeric:before, .fa-list-ol:before {
    content: "\f0cb";
}

.fa-person-dress-burst:before {
    content: "\e544";
}

.fa-money-check-alt:before, .fa-money-check-dollar:before {
    content: "\f53d";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

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

.fa-face-kiss-wink-heart:before, .fa-kiss-wink-heart:before {
    content: "\f598";
}

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

.fa-question:before {
    content: "\3f";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-arrows-alt:before, .fa-up-down-left-right:before {
    content: "\f0b2";
}

.fa-house-chimney-user:before {
    content: "\e065";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

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

.fa-money-check:before {
    content: "\f53c";
}

.fa-star-half-alt:before, .fa-star-half-stroke:before {
    content: "\f5c0";
}

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

.fa-glass-whiskey:before, .fa-whiskey-glass:before {
    content: "\f7a0";
}

.fa-building-circle-exclamation:before {
    content: "\e4d3";
}

.fa-magnifying-glass-chart:before {
    content: "\e522";
}

.fa-arrow-up-right-from-square:before, .fa-external-link:before {
    content: "\f08e";
}

.fa-cubes-stacked:before {
    content: "\e4e6";
}

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

.fa-virus-covid:before {
    content: "\e4a8";
}

.fa-austral-sign:before {
    content: "\e0a9";
}

.fa-f:before {
    content: "\46";
}

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

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

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

.fa-person-circle-plus:before {
    content: "\e541";
}

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

.fa-bolt-lightning:before {
    content: "\e0b7";
}

.fa-sack-xmark:before {
    content: "\e56a";
}

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

.fa-file-contract:before {
    content: "\f56c";
}

.fa-fish-fins:before {
    content: "\e4f2";
}

.fa-building-flag:before {
    content: "\e4d5";
}

.fa-face-grin-beam:before, .fa-grin-beam:before {
    content: "\f582";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-poop:before {
    content: "\f619";
}

.fa-location-pin:before, .fa-map-marker:before {
    content: "\f041";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-hard-hat:before, .fa-hat-hard:before, .fa-helmet-safety:before {
    content: "\f807";
}

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

.fa-arrow-alt-circle-right:before, .fa-circle-right:before {
    content: "\f35a";
}

.fa-plane-circle-check:before {
    content: "\e555";
}

.fa-face-rolling-eyes:before, .fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-object-group:before {
    content: "\f247";
}

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

.fa-mask-ventilator:before {
    content: "\e524";
}

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

.fa-map-signs:before, .fa-signs-post:before {
    content: "\f277";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-person-circle-question:before {
    content: "\e542";
}

.fa-h:before {
    content: "\48";
}

.fa-tarp:before {
    content: "\e57b";
}

.fa-screwdriver-wrench:before, .fa-tools:before {
    content: "\f7d9";
}

.fa-arrows-to-eye:before {
    content: "\e4bf";
}

.fa-plug-circle-bolt:before {
    content: "\e55b";
}

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

.fa-mars-and-venus:before {
    content: "\f224";
}

.fa-home-user:before, .fa-house-user:before {
    content: "\e1b0";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-house-crack:before {
    content: "\e3b1";
}

.fa-cocktail:before, .fa-martini-glass-citrus:before {
    content: "\f561";
}

.fa-face-surprise:before, .fa-surprise:before {
    content: "\f5c2";
}

.fa-bottle-water:before {
    content: "\e4c5";
}

.fa-circle-pause:before, .fa-pause-circle:before {
    content: "\f28b";
}

.fa-toilet-paper-slash:before {
    content: "\e072";
}

.fa-apple-alt:before, .fa-apple-whole:before {
    content: "\f5d1";
}

.fa-kitchen-set:before {
    content: "\e51a";
}

.fa-r:before {
    content: "\52";
}

.fa-temperature-1:before, .fa-temperature-quarter:before, .fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca";
}

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

.fa-bitcoin-sign:before {
    content: "\e0b4";
}

.fa-shield-dog:before {
    content: "\e573";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-elevator:before {
    content: "\e16d";
}

.fa-money-bill-transfer:before {
    content: "\e528";
}

.fa-money-bill-trend-up:before {
    content: "\e529";
}

.fa-house-flood-water-circle-arrow-right:before {
    content: "\e50f";
}

.fa-poll-h:before, .fa-square-poll-horizontal:before {
    content: "\f682";
}

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

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

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

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-plane-slash:before {
    content: "\e069";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-basketball-ball:before, .fa-basketball:before {
    content: "\f434";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
    content: "\f35b";
}

.fa-mobile-alt:before, .fa-mobile-screen-button:before {
    content: "\f3cd";
}

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

.fa-users-rays:before {
    content: "\e593";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-burger:before, .fa-hamburger:before {
    content: "\f805";
}

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

.fa-bugs:before {
    content: "\e4d0";
}

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

.fa-file-image:before {
    content: "\f1c5";
}

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

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-handshake-slash:before {
    content: "\e060";
}

.fa-book-bookmark:before {
    content: "\e0bb";
}

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

.fa-hat-cowboy:before {
    content: "\f8c0";
}

.fa-bridge:before {
    content: "\e4c8";
}

.fa-phone-alt:before, .fa-phone-flip:before {
    content: "\f879";
}

.fa-truck-front:before {
    content: "\e2b7";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-anchor-circle-exclamation:before {
    content: "\e4ab";
}

.fa-truck-field:before {
    content: "\e58d";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-clipboard-question:before {
    content: "\e4e3";
}

.fa-panorama:before {
    content: "\e209";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-file-circle-minus:before {
    content: "\e4ed";
}

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

.fa-wine-glass:before {
    content: "\f4e3";
}

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

.fa-face-meh-blank:before, .fa-meh-blank:before {
    content: "\f5a4";
}

.fa-parking:before, .fa-square-parking:before {
    content: "\f540";
}

.fa-house-signal:before {
    content: "\e012";
}

.fa-bars-progress:before, .fa-tasks-alt:before {
    content: "\f828";
}

.fa-faucet-drip:before {
    content: "\e006";
}

.fa-cart-flatbed:before, .fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-ban-smoking:before, .fa-smoking-ban:before {
    content: "\f54d";
}

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

.fa-mobile-button:before {
    content: "\f10b";
}

.fa-house-medical-flag:before {
    content: "\e514";
}

.fa-basket-shopping:before, .fa-shopping-basket:before {
    content: "\f291";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-bus-alt:before, .fa-bus-simple:before {
    content: "\f55e";
}

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

.fa-face-sad-cry:before, .fa-sad-cry:before {
    content: "\f5b3";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-person-military-to-person:before {
    content: "\e54c";
}

.fa-file-shield:before {
    content: "\e4f0";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-pen:before {
    content: "\f304";
}

.fa-tower-observation:before {
    content: "\e586";
}

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

.fa-signal-5:before, .fa-signal-perfect:before, .fa-signal:before {
    content: "\f012";
}

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

.fa-heart-circle-xmark:before {
    content: "\e501";
}

.fa-home-lg:before, .fa-house-chimney:before {
    content: "\e3af";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-face-frown:before, .fa-frown:before {
    content: "\f119";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-shop:before, .fa-store-alt:before {
    content: "\f54f";
}

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

.fa-vihara:before {
    content: "\f6a7";
}

.fa-balance-scale-left:before, .fa-scale-unbalanced:before {
    content: "\f515";
}

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

.fa-comment-dots:before, .fa-commenting:before {
    content: "\f4ad";
}

.fa-plant-wilt:before {
    content: "\e5aa";
}

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

.fa-face-grin-squint:before, .fa-grin-squint:before {
    content: "\f585";
}

.fa-hand-holding-dollar:before, .fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-bacterium:before {
    content: "\e05a";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hands-praying:before, .fa-praying-hands:before {
    content: "\f684";
}

.fa-arrow-right-rotate:before, .fa-arrow-rotate-forward:before, .fa-arrow-rotate-right:before, .fa-redo:before {
    content: "\f01e";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-location-crosshairs:before, .fa-location:before {
    content: "\f601";
}

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

.fa-child-dress:before {
    content: "\e59c";
}

.fa-users-between-lines:before {
    content: "\e591";
}

.fa-lungs-virus:before {
    content: "\e067";
}

.fa-face-grin-tears:before, .fa-grin-tears:before {
    content: "\f588";
}

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

.fa-calendar-times:before, .fa-calendar-xmark:before {
    content: "\f273";
}

.fa-child-reaching:before {
    content: "\e59d";
}

.fa-head-side-virus:before {
    content: "\e064";
}

.fa-user-cog:before, .fa-user-gear:before {
    content: "\f4fe";
}

.fa-arrow-up-1-9:before, .fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-shield-virus:before {
    content: "\e06c";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-mosquito-net:before {
    content: "\e52c";
}

.fa-bridge-water:before {
    content: "\e4ce";
}

.fa-person-booth:before {
    content: "\f756";
}

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

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-digging:before, .fa-person-digging:before {
    content: "\f85e";
}

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

.fa-gauge-simple-med:before, .fa-gauge-simple:before, .fa-tachometer-average:before {
    content: "\f629";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-poo:before {
    content: "\f2fe";
}

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

.fa-shirt:before, .fa-t-shirt:before, .fa-tshirt:before {
    content: "\f553";
}

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

.fa-divide:before {
    content: "\f529";
}

.fa-tenge-sign:before, .fa-tenge:before {
    content: "\f7d7";
}

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

.fa-hands-holding:before {
    content: "\f4c2";
}

.fa-hands-clapping:before {
    content: "\e1a8";
}

.fa-republican:before {
    content: "\f75e";
}

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

.fa-person-circle-xmark:before {
    content: "\e543";
}

.fa-ruler:before {
    content: "\f545";
}

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

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-j:before {
    content: "\4a";
}

.fa-users-viewfinder:before {
    content: "\e595";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-external-link-alt:before, .fa-up-right-from-square:before {
    content: "\f35d";
}

.fa-table-cells:before, .fa-th:before {
    content: "\f00a";
}

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

.fa-bible:before, .fa-book-bible:before {
    content: "\f647";
}

.fa-o:before {
    content: "\4f";
}

.fa-medkit:before, .fa-suitcase-medical:before {
    content: "\f0fa";
}

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

.fa-otter:before {
    content: "\f700";
}

.fa-female:before, .fa-person-dress:before {
    content: "\f182";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-briefcase-clock:before, .fa-business-time:before {
    content: "\f64a";
}

.fa-table-cells-large:before, .fa-th-large:before {
    content: "\f009";
}

.fa-book-tanakh:before, .fa-tanakh:before {
    content: "\f827";
}

.fa-phone-volume:before, .fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-hat-cowboy-side:before {
    content: "\f8c1";
}

.fa-clipboard-user:before {
    content: "\f7f3";
}

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

.fa-lira-sign:before {
    content: "\f195";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-plane-lock:before {
    content: "\e558";
}

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

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

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

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

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

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

.fa-arrow-right-to-city:before {
    content: "\e4b3";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-lungs:before {
    content: "\f604";
}

.fa-arrow-up-9-1:before, .fa-sort-numeric-up-alt:before {
    content: "\f887";
}

.fa-litecoin-sign:before {
    content: "\e1d3";
}

.fa-border-none:before {
    content: "\f850";
}

.fa-circle-nodes:before {
    content: "\e4e2";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

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

.fa-truck-field-un:before {
    content: "\e58e";
}

.fa-hourglass-empty:before, .fa-hourglass:before {
    content: "\f254";
}

.fa-mountain:before {
    content: "\f6fc";
}

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

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

.fa-cloud-meatball:before {
    content: "\f73b";
}

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

.fa-square-virus:before {
    content: "\e578";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-car-on:before {
    content: "\e4dd";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-arrow-down-1-9:before, .fa-sort-numeric-asc:before, .fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-hand-holding-droplet:before, .fa-hand-holding-water:before {
    content: "\f4c1";
}

.fa-water:before {
    content: "\f773";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-prescription-bottle-alt:before, .fa-prescription-bottle-medical:before {
    content: "\f486";
}

.fa-landmark:before {
    content: "\f66f";
}

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

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

.fa-person-cane:before {
    content: "\e53c";
}

.fa-tent:before {
    content: "\e57d";
}

.fa-vest-patches:before {
    content: "\e086";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-arrow-down-a-z:before, .fa-sort-alpha-asc:before, .fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-money-bill-wheat:before {
    content: "\e52a";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-arrow-left-rotate:before, .fa-arrow-rotate-back:before, .fa-arrow-rotate-backward:before, .fa-arrow-rotate-left:before, .fa-undo:before {
    content: "\f0e2";
}

.fa-hard-drive:before, .fa-hdd:before {
    content: "\f0a0";
}

.fa-face-grin-squint-tears:before, .fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-dumbbell:before {
    content: "\f44b";
}

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

.fa-tarp-droplet:before {
    content: "\e57c";
}

.fa-house-medical-circle-check:before {
    content: "\e511";
}

.fa-person-skiing-nordic:before, .fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-arrow-alt-circle-left:before, .fa-circle-left:before {
    content: "\f359";
}

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

.fa-chart-gantt:before {
    content: "\e0e4";
}

.fa-indian-rupee-sign:before, .fa-indian-rupee:before, .fa-inr:before {
    content: "\e1bc";
}

.fa-crop-alt:before, .fa-crop-simple:before {
    content: "\f565";
}

.fa-money-bill-1:before, .fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-left-long:before, .fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-dna:before {
    content: "\f471";
}

.fa-virus-slash:before {
    content: "\e075";
}

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

.fa-chess:before {
    content: "\f439";
}

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

.fa-plug-circle-check:before {
    content: "\e55c";
}

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

.fa-franc-sign:before {
    content: "\e18f";
}

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

.fa-american-sign-language-interpreting:before, .fa-asl-interpreting:before, .fa-hands-american-sign-language-interpreting:before, .fa-hands-asl-interpreting:before {
    content: "\f2a3";
}

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

.fa-droplet-slash:before, .fa-tint-slash:before {
    content: "\f5c7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-mosquito:before {
    content: "\e52b";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-person-military-rifle:before {
    content: "\e54b";
}

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

.fa-vials:before {
    content: "\f493";
}

.fa-plug-circle-plus:before {
    content: "\e55f";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-arrow-turn-up:before, .fa-level-up:before {
    content: "\f148";
}

.fa-u:before {
    content: "\55";
}

.fa-square-root-alt:before, .fa-square-root-variable:before {
    content: "\f698";
}

.fa-clock-four:before, .fa-clock:before {
    content: "\f017";
}

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

.fa-pallet:before {
    content: "\f482";
}

.fa-faucet:before {
    content: "\e005";
}

.fa-baseball-bat-ball:before {
    content: "\f432";
}

.fa-s:before {
    content: "\53";
}

.fa-timeline:before {
    content: "\e29c";
}

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

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

.fa-clinic-medical:before, .fa-house-chimney-medical:before {
    content: "\f7f2";
}

.fa-temperature-3:before, .fa-temperature-three-quarters:before, .fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-mobile-android-alt:before, .fa-mobile-screen:before {
    content: "\f3cf";
}

.fa-plane-up:before {
    content: "\e22d";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

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

.fa-mountain-city:before {
    content: "\e52e";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-khanda:before {
    content: "\f66d";
}

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

.fa-folder-tree:before {
    content: "\f802";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-cent-sign:before {
    content: "\e3f5";
}

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

.fa-person-pregnant:before {
    content: "\e31e";
}

.fa-wand-sparkles:before {
    content: "\f72b";
}

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

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

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

.fa-long-arrow-alt-right:before, .fa-right-long:before {
    content: "\f30b";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-laptop-file:before {
    content: "\e51d";
}

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

.fa-diagram-next:before {
    content: "\e476";
}

.fa-person-rifle:before {
    content: "\e54e";
}

.fa-house-medical-circle-exclamation:before {
    content: "\e512";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-hiking:before, .fa-person-hiking:before {
    content: "\f6ec";
}

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

.fa-images:before {
    content: "\f302";
}

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

.fa-people-pulling:before {
    content: "\e535";
}

.fa-n:before {
    content: "\4e";
}

.fa-cable-car:before, .fa-tram:before {
    content: "\f7da";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-building-circle-xmark:before {
    content: "\e4d4";
}

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

.fa-arrows-down-to-line:before {
    content: "\e4b8";
}

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

.fa-face-grin:before, .fa-grin:before {
    content: "\f580";
}

.fa-backspace:before, .fa-delete-left:before {
    content: "\f55a";
}

.fa-eye-dropper-empty:before, .fa-eye-dropper:before, .fa-eyedropper:before {
    content: "\f1fb";
}

.fa-file-circle-check:before {
    content: "\e5a0";
}

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

.fa-mobile-android:before, .fa-mobile-phone:before, .fa-mobile:before {
    content: "\f3ce";
}

.fa-face-meh:before, .fa-meh:before {
    content: "\f11a";
}

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

.fa-book-dead:before, .fa-book-skull:before {
    content: "\f6b7";
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2";
}

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

.fa-heart-circle-exclamation:before {
    content: "\e4fe";
}

.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
    content: "\f015";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-b:before {
    content: "\42";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-arrow-right-arrow-left:before, .fa-exchange:before {
    content: "\f0ec";
}

.fa-redo-alt:before, .fa-rotate-forward:before, .fa-rotate-right:before {
    content: "\f2f9";
}

.fa-cutlery:before, .fa-utensils:before {
    content: "\f2e7";
}

.fa-arrow-up-wide-short:before, .fa-sort-amount-up:before {
    content: "\f161";
}

.fa-mill-sign:before {
    content: "\e1ed";
}

.fa-bowl-rice:before {
    content: "\e2eb";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-broadcast-tower:before, .fa-tower-broadcast:before {
    content: "\f519";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-long-arrow-alt-up:before, .fa-up-long:before {
    content: "\f30c";
}

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

.fa-code-merge:before {
    content: "\f387";
}

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

.fa-hurricane:before {
    content: "\f751";
}

.fa-mound:before {
    content: "\e52d";
}

.fa-toilet-portable:before {
    content: "\e583";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-file-arrow-down:before, .fa-file-download:before {
    content: "\f56d";
}

.fa-caravan:before {
    content: "\f8ff";
}

.fa-shield-cat:before {
    content: "\e572";
}

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

.fa-glass-water:before {
    content: "\e4f4";
}

.fa-oil-well:before {
    content: "\e532";
}

.fa-vault:before {
    content: "\e2c5";
}

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

.fa-toilet:before {
    content: "\f7d8";
}

.fa-plane-circle-xmark:before {
    content: "\e557";
}

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

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

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

.fa-guitar:before {
    content: "\f7a6";
}

.fa-face-laugh-wink:before, .fa-laugh-wink:before {
    content: "\f59c";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-bore-hole:before {
    content: "\e4c3";
}

.fa-industry:before {
    content: "\f275";
}

.fa-arrow-alt-circle-down:before, .fa-circle-down:before {
    content: "\f358";
}

.fa-arrows-turn-to-dots:before {
    content: "\e4c1";
}

.fa-florin-sign:before {
    content: "\e184";
}

.fa-arrow-down-short-wide:before, .fa-sort-amount-desc:before, .fa-sort-amount-down-alt:before {
    content: "\f884";
}

.fa-less-than:before {
    content: "\3c";
}

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

.fa-car-tunnel:before {
    content: "\e4de";
}

.fa-head-side-cough:before {
    content: "\e061";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

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

.fa-user-lock:before {
    content: "\f502";
}

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

.fa-anchor-circle-xmark:before {
    content: "\e4ac";
}

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

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-first-aid:before, .fa-kit-medical:before {
    content: "\f479";
}

.fa-person-through-window:before {
    content: "\e5a9";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-hands-holding-circle:before {
    content: "\e4fb";
}

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

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

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

.fa-hand-holding-hand:before {
    content: "\e4f7";
}

.fa-book-open-reader:before, .fa-book-reader:before {
    content: "\f5da";
}

.fa-mountain-sun:before {
    content: "\e52f";
}

.fa-arrows-left-right-to-line:before {
    content: "\e4ba";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-truck-droplet:before {
    content: "\e58c";
}

.fa-file-circle-xmark:before {
    content: "\e5a1";
}

.fa-temperature-arrow-up:before, .fa-temperature-up:before {
    content: "\e040";
}

.fa-medal:before {
    content: "\f5a2";
}

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

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

.fa-podcast:before {
    content: "\f2ce";
}

.fa-temperature-4:before, .fa-temperature-full:before, .fa-thermometer-4:before, .fa-thermometer-full:before {
    content: "\f2c7";
}

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

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

.fa-plug-circle-xmark:before {
    content: "\e560";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-hands-helping:before, .fa-handshake-angle:before {
    content: "\f4c4";
}

.fa-location-dot:before, .fa-map-marker-alt:before {
    content: "\f3c5";
}

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

.fa-greater-than:before {
    content: "\3e";
}

.fa-person-swimming:before, .fa-swimmer:before {
    content: "\f5c4";
}

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

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

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

.fa-earth-america:before, .fa-earth-americas:before, .fa-earth:before, .fa-globe-americas:before {
    content: "\f57d";
}

.fa-person-burst:before {
    content: "\e53b";
}

.fa-dove:before {
    content: "\f4ba";
}

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

.fa-socks:before {
    content: "\f696";
}

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

.fa-section:before {
    content: "\e447";
}

.fa-gauge-high:before, .fa-tachometer-alt-fast:before, .fa-tachometer-alt:before {
    content: "\f625";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-hospital-alt:before, .fa-hospital-wide:before, .fa-hospital:before {
    content: "\f0f8";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-bars-staggered:before, .fa-reorder:before, .fa-stream:before {
    content: "\f550";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-blind:before, .fa-person-walking-with-cane:before {
    content: "\f29d";
}

.fa-drum:before {
    content: "\f569";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-heart-circle-bolt:before {
    content: "\e4fc";
}

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

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

.fa-check-to-slot:before, .fa-vote-yea:before {
    content: "\f772";
}

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

.fa-boxes-alt:before, .fa-boxes-stacked:before, .fa-boxes:before {
    content: "\f468";
}

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

.fa-assistive-listening-systems:before, .fa-ear-listen:before {
    content: "\f2a2";
}

.fa-tree-city:before {
    content: "\e587";
}

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

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

.fa-rupiah-sign:before {
    content: "\e23d";
}

.fa-magnifying-glass:before, .fa-search:before {
    content: "\f002";
}

.fa-ping-pong-paddle-ball:before, .fa-table-tennis-paddle-ball:before, .fa-table-tennis:before {
    content: "\f45d";
}

.fa-diagnoses:before, .fa-person-dots-from-line:before {
    content: "\f470";
}

.fa-trash-can-arrow-up:before, .fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-naira-sign:before {
    content: "\e1f6";
}

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

.fa-walkie-talkie:before {
    content: "\f8ef";
}

.fa-file-edit:before, .fa-file-pen:before {
    content: "\f31c";
}

.fa-receipt:before {
    content: "\f543";
}

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

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-person-circle-exclamation:before {
    content: "\e53f";
}

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

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

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-code-compare:before {
    content: "\e13a";
}

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

.fa-school-lock:before {
    content: "\e56f";
}

.fa-tower-cell:before {
    content: "\e585";
}

.fa-down-long:before, .fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-ranking-star:before {
    content: "\e561";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-person-harassing:before {
    content: "\e549";
}

.fa-brazilian-real-sign:before {
    content: "\e46c";
}

.fa-landmark-alt:before, .fa-landmark-dome:before {
    content: "\f752";
}

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

.fa-television:before, .fa-tv-alt:before, .fa-tv:before {
    content: "\f26c";
}

.fa-shrimp:before {
    content: "\e448";
}

.fa-list-check:before, .fa-tasks:before {
    content: "\f0ae";
}

.fa-jug-detergent:before {
    content: "\e519";
}

.fa-circle-user:before, .fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-car-burst:before, .fa-car-crash:before {
    content: "\f5e1";
}

.fa-y:before {
    content: "\59";
}

.fa-person-snowboarding:before, .fa-snowboarding:before {
    content: "\f7ce";
}

.fa-shipping-fast:before, .fa-truck-fast:before {
    content: "\f48b";
}

.fa-fish:before {
    content: "\f578";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-adjust:before, .fa-circle-half-stroke:before {
    content: "\f042";
}

.fa-clapperboard:before {
    content: "\e131";
}

.fa-circle-radiation:before, .fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-baseball-ball:before, .fa-baseball:before {
    content: "\f433";
}

.fa-jet-fighter-up:before {
    content: "\e518";
}

.fa-diagram-project:before, .fa-project-diagram:before {
    content: "\f542";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-volume-mute:before, .fa-volume-times:before, .fa-volume-xmark:before {
    content: "\f6a9";
}

.fa-hand-sparkles:before {
    content: "\e05d";
}

.fa-grip-horizontal:before, .fa-grip:before {
    content: "\f58d";
}

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

.fa-child-combatant:before, .fa-child-rifle:before {
    content: "\e4e0";
}

.fa-gun:before {
    content: "\e19b";
}

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

.fa-add:before, .fa-plus:before {
    content: "\2b";
}

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

.fa-computer:before {
    content: "\e4e5";
}

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

.fa-arrows-up-down-left-right:before, .fa-arrows:before {
    content: "\f047";
}

.fa-chalkboard-teacher:before, .fa-chalkboard-user:before {
    content: "\f51c";
}

.fa-peso-sign:before {
    content: "\e222";
}

.fa-building-shield:before {
    content: "\e4d8";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-users-line:before {
    content: "\e592";
}

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

.fa-tractor:before {
    content: "\f722";
}

.fa-trash-arrow-up:before, .fa-trash-restore:before {
    content: "\f829";
}

.fa-arrow-down-up-lock:before {
    content: "\e4b0";
}

.fa-lines-leaning:before {
    content: "\e51e";
}

.fa-ruler-combined:before {
    content: "\f546";
}

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

.fa-equals:before {
    content: "\3d";
}

.fa-blender:before {
    content: "\f517";
}

.fa-teeth:before {
    content: "\f62e";
}

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

.fa-map:before {
    content: "\f279";
}

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

.fa-photo-film:before, .fa-photo-video:before {
    content: "\f87c";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-store:before {
    content: "\f54e";
}

.fa-arrow-trend-up:before {
    content: "\e098";
}

.fa-plug-circle-minus:before {
    content: "\e55e";
}

.fa-sign-hanging:before, .fa-sign:before {
    content: "\f4d9";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

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

.fa-tablet-android:before, .fa-tablet:before {
    content: "\f3fb";
}

.fa-school-flag:before {
    content: "\e56e";
}

.fa-fill:before {
    content: "\f575";
}

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

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

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

.fa-bacteria:before {
    content: "\e059";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-notdef:before {
    content: "\e1fe";
}

.fa-disease:before {
    content: "\f7fa";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

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

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

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

.fa-car-alt:before, .fa-car-rear:before {
    content: "\f5de";
}

.fa-pump-soap:before {
    content: "\e06b";
}

.fa-video-slash:before {
    content: "\f4e2";
}

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

.fa-radio:before {
    content: "\f8d7";
}

.fa-baby-carriage:before, .fa-carriage-baby:before {
    content: "\f77d";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-percent:before, .fa-percentage:before {
    content: "\25";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-glass-water-droplet:before {
    content: "\e4f5";
}

.fa-display:before {
    content: "\e163";
}

.fa-face-smile:before, .fa-smile:before {
    content: "\f118";
}

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

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

.fa-person-praying:before, .fa-pray:before {
    content: "\f683";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-rotate:before, .fa-sync-alt:before {
    content: "\f2f1";
}

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

.fa-robot:before {
    content: "\f544";
}

.fa-peace:before {
    content: "\f67c";
}

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

.fa-warehouse:before {
    content: "\f494";
}

.fa-arrow-up-right-dots:before {
    content: "\e4b7";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-face-grin-hearts:before, .fa-grin-hearts:before {
    content: "\f584";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-sim-card:before {
    content: "\f7c4";
}

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

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

.fa-arrow-turn-down:before, .fa-level-down:before {
    content: "\f149";
}

.fa-person-falling-burst:before {
    content: "\e547";
}

.fa-award:before {
    content: "\f559";
}

.fa-ticket-alt:before, .fa-ticket-simple:before {
    content: "\f3ff";
}

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

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

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

.fa-clock-rotate-left:before, .fa-history:before {
    content: "\f1da";
}

.fa-face-grin-beam-sweat:before, .fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-arrow-right-from-file:before, .fa-file-export:before {
    content: "\f56e";
}

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

.fa-arrow-up-short-wide:before, .fa-sort-amount-up-alt:before {
    content: "\f885";
}

.fa-house-medical:before {
    content: "\e3b2";
}

.fa-golf-ball-tee:before, .fa-golf-ball:before {
    content: "\f450";
}

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

.fa-house-chimney-window:before {
    content: "\e00d";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-tent-arrow-turn-left:before {
    content: "\e580";
}

.fa-tents:before {
    content: "\e582";
}

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

.fa-dog:before {
    content: "\f6d3";
}

.fa-carrot:before {
    content: "\f787";
}

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

.fa-wine-glass-alt:before, .fa-wine-glass-empty:before {
    content: "\f5ce";
}

.fa-cheese:before {
    content: "\f7ef";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

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

.fa-code-commit:before {
    content: "\f386";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-biking:before, .fa-person-biking:before {
    content: "\f84a";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-shield-heart:before {
    content: "\e574";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-earth-oceania:before, .fa-globe-oceania:before {
    content: "\e47b";
}

.fa-square-xmark:before, .fa-times-square:before, .fa-xmark-square:before {
    content: "\f2d3";
}

.fa-hashtag:before {
    content: "\23";
}

.fa-expand-alt:before, .fa-up-right-and-down-left-from-center:before {
    content: "\f424";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-t:before {
    content: "\54";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-chart-column:before {
    content: "\e0e3";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-vial-circle-check:before {
    content: "\e596";
}

.fa-person-arrow-down-to-line:before {
    content: "\e538";
}

.fa-voicemail:before {
    content: "\f897";
}

.fa-fan:before {
    content: "\f863";
}

.fa-person-walking-luggage:before {
    content: "\e554";
}

.fa-arrows-alt-v:before, .fa-up-down:before {
    content: "\f338";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

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

.fa-trailer:before {
    content: "\e041";
}

.fa-bahai:before, .fa-haykal:before {
    content: "\f666";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

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

.fa-face-grin-tongue-wink:before, .fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-plug-circle-exclamation:before {
    content: "\e55d";
}

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

.fa-clone:before {
    content: "\f24d";
}

.fa-person-walking-arrow-loop-left:before {
    content: "\e551";
}

.fa-arrow-up-z-a:before, .fa-sort-alpha-up-alt:before {
    content: "\f882";
}

.fa-fire-alt:before, .fa-fire-flame-curved:before {
    content: "\f7e4";
}

.fa-tornado:before {
    content: "\f76f";
}

.fa-file-circle-plus:before {
    content: "\e494";
}

.fa-book-quran:before, .fa-quran:before {
    content: "\f687";
}

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

.fa-border-all:before {
    content: "\f84c";
}

.fa-angry:before, .fa-face-angry:before {
    content: "\f556";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-arrow-trend-down:before {
    content: "\e097";
}

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

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-balance-scale:before, .fa-scale-balanced:before {
    content: "\f24e";
}

.fa-gauge-simple-high:before, .fa-tachometer-fast:before, .fa-tachometer:before {
    content: "\f62a";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-desktop-alt:before, .fa-desktop:before {
    content: "\f390";
}

.fa-m:before {
    content: "\4d";
}

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

.fa-comment-sms:before, .fa-sms:before {
    content: "\f7cd";
}

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

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

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

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

.fa-house-circle-check:before {
    content: "\e509";
}

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

.fa-diagram-successor:before {
    content: "\e47a";
}

.fa-truck-arrow-right:before {
    content: "\e58b";
}

.fa-arrows-split-up-and-left:before {
    content: "\e4bc";
}

.fa-fist-raised:before, .fa-hand-fist:before {
    content: "\f6de";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

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

.fa-person-falling:before {
    content: "\e546";
}

.fa-image-portrait:before, .fa-portrait:before {
    content: "\f3e0";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-rug:before {
    content: "\e569";
}

.fa-earth-europe:before, .fa-globe-europe:before {
    content: "\f7a2";
}

.fa-cart-flatbed-suitcase:before, .fa-luggage-cart:before {
    content: "\f59d";
}

.fa-rectangle-times:before, .fa-rectangle-xmark:before, .fa-times-rectangle:before, .fa-window-close:before {
    content: "\f410";
}

.fa-baht-sign:before {
    content: "\e0ac";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-journal-whills:before, .fa-journal-whills:before {
    content: "\f66a";
}

.fa-handcuffs:before {
    content: "\e4f8";
}

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

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

.fa-arrow-turn-right:before, .fa-mail-forward:before, .fa-share:before {
    content: "\f064";
}

.fa-bottle-droplet:before {
    content: "\e4c4";
}

.fa-mask-face:before {
    content: "\e1d7";
}

.fa-hill-rockslide:before {
    content: "\e508";
}

.fa-exchange-alt:before, .fa-right-left:before {
    content: "\f362";
}

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

.fa-road-circle-exclamation:before {
    content: "\e565";
}

.fa-dungeon:before {
    content: "\f6d9";
}

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

.fa-money-bill-1-wave:before, .fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-hands:before, .fa-sign-language:before, .fa-signing:before {
    content: "\f2a7";
}

.fa-calendar-day:before {
    content: "\f783";
}

.fa-ladder-water:before, .fa-swimming-pool:before, .fa-water-ladder:before {
    content: "\f5c5";
}

.fa-arrows-up-down:before, .fa-arrows-v:before {
    content: "\f07d";
}

.fa-face-grimace:before, .fa-grimace:before {
    content: "\f57f";
}

.fa-wheelchair-alt:before, .fa-wheelchair-move:before {
    content: "\e2ce";
}

.fa-level-down-alt:before, .fa-turn-down:before {
    content: "\f3be";
}

.fa-person-walking-arrow-right:before {
    content: "\e552";
}

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

.fa-dice:before {
    content: "\f522";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-band-aid:before, .fa-bandage:before {
    content: "\f462";
}

.fa-calendar-minus:before {
    content: "\f272";
}

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

.fa-gifts:before {
    content: "\f79c";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-earth-asia:before, .fa-globe-asia:before {
    content: "\f57e";
}

.fa-id-card-alt:before, .fa-id-card-clip:before {
    content: "\f47f";
}

.fa-magnifying-glass-plus:before, .fa-search-plus:before {
    content: "\f00e";
}

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

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-allergies:before, .fa-hand-dots:before {
    content: "\f461";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-coffee:before, .fa-mug-saucer:before {
    content: "\f0f4";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-magnifying-glass-minus:before, .fa-search-minus:before {
    content: "\f010";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-user-alt:before, .fa-user-large:before {
    content: "\f406";
}

.fa-train-tram:before {
    content: "\e5b4";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-stopwatch-20:before {
    content: "\e06f";
}

.fa-square-full:before {
    content: "\f45c";
}

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

.fa-jar:before {
    content: "\e516";
}

.fa-note-sticky:before, .fa-sticky-note:before {
    content: "\f249";
}

.fa-bug-slash:before {
    content: "\e490";
}

.fa-arrow-up-from-water-pump:before {
    content: "\e4b6";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-face-sad-tear:before, .fa-sad-tear:before {
    content: "\f5b4";
}

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

.fa-tent-arrows-down:before {
    content: "\e581";
}

.fa-exclamation:before {
    content: "\21";
}

.fa-arrows-spin:before {
    content: "\e4bb";
}

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

.fa-try:before, .fa-turkish-lira-sign:before, .fa-turkish-lira:before {
    content: "\e2bb";
}

.fa-dollar-sign:before, .fa-dollar:before, .fa-usd:before {
    content: "\24";
}

.fa-x:before {
    content: "\58";
}

.fa-magnifying-glass-dollar:before, .fa-search-dollar:before {
    content: "\f688";
}

.fa-users-cog:before, .fa-users-gear:before {
    content: "\f509";
}

.fa-person-military-pointing:before {
    content: "\e54a";
}

.fa-bank:before, .fa-building-columns:before, .fa-institution:before, .fa-museum:before, .fa-university:before {
    content: "\f19c";
}

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

.fa-trowel:before {
    content: "\e589";
}

.fa-d:before {
    content: "\44";
}

.fa-stapler:before {
    content: "\e5af";
}

.fa-masks-theater:before, .fa-theater-masks:before {
    content: "\f630";
}

.fa-kip-sign:before {
    content: "\e1c4";
}

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

.fa-handshake-alt:before, .fa-handshake-simple:before {
    content: "\f4c6";
}

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

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

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

.fa-plus-minus:before {
    content: "\e43c";
}

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

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

.fa-hand-holding-medical:before {
    content: "\e05c";
}

.fa-person-circle-check:before {
    content: "\e53e";
}

.fa-level-up-alt:before, .fa-turn-up:before {
    content: "\f3bf";
}

.fa-sr-only, .fa-sr-only-focusable:not(:focus), .sr-only, .sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0;
}

:host, :root {
    --fa-style-family-brands:"Font Awesome 6 Brands";
    --fa-font-brands:normal 400 1em/1 "Font Awesome 6 Brands";
}

@font-face {
    font-family: "Font Awesome 6 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-brands-400.ttf) format("truetype");
}

.fa-brands, .fab {
    font-weight: 400;
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-hooli:before {
    content: "\f427";
}

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

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

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

.fa-shopware:before {
    content: "\f5b5";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-aws:before {
    content: "\f375";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-cloudflare:before {
    content: "\e07d";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-stackpath:before {
    content: "\f842";
}

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

.fa-first-order:before {
    content: "\f2b0";
}

.fa-modx:before {
    content: "\f285";
}

.fa-guilded:before {
    content: "\e07e";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-js-square:before, .fa-square-js:before {
    content: "\f3b9";
}

.fa-microsoft:before {
    content: "\f3ca";
}

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

.fa-orcid:before {
    content: "\f8d2";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-glide-g:before {
    content: "\f2a6";
}

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

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-unity:before {
    content: "\e049";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

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

.fa-untappd:before {
    content: "\f405";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-css3-alt:before {
    content: "\f38b";
}

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

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-square-font-awesome:before {
    content: "\e5ad";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-instagram-square:before, .fa-square-instagram:before {
    content: "\e055";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-hacker-news-square:before, .fa-square-hacker-news:before {
    content: "\f3af";
}

.fa-edge:before {
    content: "\f282";
}

.fa-threads:before {
    content: "\e618";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-snapchat-square:before, .fa-square-snapchat:before {
    content: "\f2ad";
}

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

.fa-artstation:before {
    content: "\f77a";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

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

.fa-diaspora:before {
    content: "\f791";
}

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

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

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

.fa-phoenix-squadron:before {
    content: "\f511";
}

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

.fa-algolia:before {
    content: "\f36c";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-safari:before {
    content: "\f267";
}

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

.fa-font-awesome-alt:before, .fa-square-font-awesome-stroke:before {
    content: "\f35c";
}

.fa-atlassian:before {
    content: "\f77b";
}

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

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-evernote:before {
    content: "\f839";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-watchman-monitoring:before {
    content: "\e087";
}

.fa-fonticons:before {
    content: "\f280";
}

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

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

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

.fa-git-alt:before {
    content: "\f841";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-rev:before {
    content: "\f5b2";
}

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

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-square-viadeo:before, .fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-centos:before {
    content: "\f789";
}

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

.fa-cloudsmith:before {
    content: "\f384";
}

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

.fa-dribbble-square:before, .fa-square-dribbble:before {
    content: "\f397";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-node:before {
    content: "\f419";
}

.fa-mix:before {
    content: "\f3cb";
}

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

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-debian:before {
    content: "\e60b";
}

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

.fa-instalod:before {
    content: "\e081";
}

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

.fa-sellcast:before {
    content: "\f2da";
}

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

.fa-r-project:before {
    content: "\f4f7";
}

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

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-accusoft:before {
    content: "\f369";
}

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

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-app-store:before {
    content: "\f36f";
}

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

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-golang:before {
    content: "\e40f";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-grav:before {
    content: "\f2d6";
}

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

.fa-uncharted:before {
    content: "\e084";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-square-youtube:before, .fa-youtube-square:before {
    content: "\f431";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-rendact:before, .fa-wpressr:before {
    content: "\f3e4";
}

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

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-nfc-directional:before {
    content: "\e530";
}

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

.fa-joget:before {
    content: "\f3b7";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-meta:before {
    content: "\e49b";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-hips:before {
    content: "\f452";
}

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

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

.fa-discord:before {
    content: "\f392";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-app-store-ios:before {
    content: "\f370";
}

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

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-mdb:before {
    content: "\f8ca";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-unsplash:before {
    content: "\e07c";
}

.fa-yarn:before {
    content: "\f7e3";
}

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

.fa-500px:before {
    content: "\f26e";
}

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

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-font-awesome-flag:before, .fa-font-awesome-logo-full:before, .fa-font-awesome:before {
    content: "\f2b4";
}

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

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

.fa-hive:before {
    content: "\e07f";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-padlet:before {
    content: "\e4a0";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

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

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

.fa-fedex:before {
    content: "\f797";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-shopify:before {
    content: "\e057";
}

.fa-neos:before {
    content: "\f612";
}

.fa-square-threads:before {
    content: "\e619";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-swift:before {
    content: "\f8e1";
}

.fa-angular:before {
    content: "\f420";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-angrycreative:before {
    content: "\f36e";
}

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

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

.fa-envira:before {
    content: "\f299";
}

.fa-gitlab-square:before, .fa-square-gitlab:before {
    content: "\e5ae";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

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

.fa-product-hunt:before {
    content: "\f288";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-odnoklassniki-square:before, .fa-square-odnoklassniki:before {
    content: "\f264";
}

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

.fa-sith:before {
    content: "\f512";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-hashnode:before {
    content: "\e499";
}

.fa-react:before {
    content: "\f41b";
}

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

.fa-squarespace:before {
    content: "\f5be";
}

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

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-umbraco:before {
    content: "\f8e8";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-gg:before {
    content: "\f260";
}

.fa-dhl:before {
    content: "\f790";
}

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

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

.fa-blackberry:before {
    content: "\f37b";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-less:before {
    content: "\f41d";
}

.fa-blogger-b:before {
    content: "\f37d";
}

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

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

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

.fa-gitlab:before {
    content: "\f296";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-reddit-alien:before {
    content: "\f281";
}

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

.fa-dailymotion:before {
    content: "\e052";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

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

.fa-bootstrap:before {
    content: "\f836";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-nfc-symbol:before {
    content: "\e531";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-facebook-f:before {
    content: "\f39e";
}

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

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-osi:before {
    content: "\f41a";
}

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

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-cloudscale:before {
    content: "\f383";
}

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

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-schlix:before {
    content: "\f3ea";
}

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

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-magento:before {
    content: "\f3c4";
}

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

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

.fa-fly:before {
    content: "\f417";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-blogger:before {
    content: "\f37c";
}

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

.fa-viber:before {
    content: "\f409";
}

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

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

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

.fa-symfony:before {
    content: "\f83d";
}

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

.fa-etsy:before {
    content: "\f2d7";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-audible:before {
    content: "\f373";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-bilibili:before {
    content: "\e3d9";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-x-twitter:before {
    content: "\e61b";
}

.fa-cotton-bureau:before {
    content: "\f89e";
}

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

.fa-42-group:before, .fa-innosoft:before {
    content: "\e080";
}

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

.fa-elementor:before {
    content: "\f430";
}

.fa-pied-piper-square:before, .fa-square-pied-piper:before {
    content: "\e01e";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-tiktok:before {
    content: "\e07b";
}

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

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

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

.fa-glide:before {
    content: "\f2a5";
}

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

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-deploydog:before {
    content: "\f38e";
}

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

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-mixer:before {
    content: "\e056";
}

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

.fa-vimeo:before {
    content: "\f40a";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-figma:before {
    content: "\f799";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

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

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

.fa-cmplid:before {
    content: "\e360";
}

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

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

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

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

.fa-google-play:before {
    content: "\f3ab";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-servicestack:before {
    content: "\f3ec";
}

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

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

.fa-imdb:before {
    content: "\f2d8";
}

.fa-deezer:before {
    content: "\e077";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-docker:before {
    content: "\f395";
}

.fa-screenpal:before {
    content: "\e570";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-microblog:before {
    content: "\e01a";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-readme:before {
    content: "\f4d5";
}

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

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

.fa-sass:before {
    content: "\f41e";
}

.fa-wirsindhandwerk:before, .fa-wsh:before {
    content: "\e2d0";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-octopus-deploy:before {
    content: "\e082";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-ns8:before {
    content: "\f3d5";
}

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

.fa-apper:before {
    content: "\f371";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-snapchat-ghost:before, .fa-snapchat:before {
    content: "\f2ab";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-rust:before {
    content: "\e07a";
}

.fa-wix:before {
    content: "\f5cf";
}

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

.fa-supple:before {
    content: "\f3f9";
}

.fa-rebel:before {
    content: "\f1d0";
}

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

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-space-awesome:before {
    content: "\e5ac";
}

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

.fa-cpanel:before {
    content: "\f388";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

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

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

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

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-perbyte:before {
    content: "\e083";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-weebly:before {
    content: "\f5cc";
}

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

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

.fa-black-tie:before {
    content: "\f27e";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-python:before {
    content: "\f3e2";
}

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

.fa-bots:before {
    content: "\e340";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-ideal:before {
    content: "\e013";
}

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

.fa-dev:before {
    content: "\f6cc";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-yandex-international:before {
    content: "\f414";
}

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

.fa-uber:before {
    content: "\f402";
}

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

.fa-php:before {
    content: "\f457";
}

.fa-alipay:before {
    content: "\f642";
}

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

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

.fa-firefox-browser:before {
    content: "\e007";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-jenkins:before {
    content: "\f3b6";
}

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

.fa-rockrms:before {
    content: "\f3e9";
}

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

.fa-buffer:before {
    content: "\f837";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-yammer:before {
    content: "\f840";
}

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

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

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

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-stubber:before {
    content: "\e5c7";
}

.fa-telegram-plane:before, .fa-telegram:before {
    content: "\f2c6";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-odysee:before {
    content: "\e5c6";
}

.fa-square-whatsapp:before, .fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-edge-legacy:before {
    content: "\e078";
}

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

.fa-medrt:before {
    content: "\f3c8";
}

.fa-usb:before {
    content: "\f287";
}

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

.fa-vaadin:before {
    content: "\f408";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-square-x-twitter:before {
    content: "\e61a";
}

.fa-reacteurope:before {
    content: "\f75d";
}

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

.fa-amilia:before {
    content: "\f36d";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-flipboard:before {
    content: "\f44d";
}

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

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-sitrox:before {
    content: "\e44a";
}

.fa-discourse:before {
    content: "\f393";
}

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

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-strava:before {
    content: "\f428";
}

.fa-ember:before {
    content: "\f423";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-wodu:before {
    content: "\e088";
}

.fa-google-pay:before {
    content: "\e079";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-zhihu:before {
    content: "\f63f";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-pix:before {
    content: "\e43a";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

:host, :root {
    --fa-font-regular:normal 400 1em/1 "Font Awesome 6 Free";
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-regular-400.ttf) format("truetype");
}

.fa-regular, .far {
    font-weight: 400;
}

:host, :root {
    --fa-style-family-classic:"Font Awesome 6 Free";
    --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-solid-900.ttf) format("truetype");
}

.fa-solid, .fas {
    font-weight: 900;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-display: block;
    font-weight: 400;
    src: url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 900;
    src: url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-display: block;
    font-weight: 400;
    src: url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-regular-400.ttf) format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-solid-900.ttf) format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-brands-400.ttf) format("truetype");
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-regular-400.ttf) format("truetype");
    unicode-range: u+f003,u+f006,u+f014,u+f016-f017,u+f01a-f01b,u+f01d,u+f022,u+f03e,u+f044,u+f046,u+f05c-f05d,u+f06e,u+f070,u+f087-f088,u+f08a,u+f094,u+f096-f097,u+f09d,u+f0a0,u+f0a2,u+f0a4-f0a7,u+f0c5,u+f0c7,u+f0e5-f0e6,u+f0eb,u+f0f6-f0f8,u+f10c,u+f114-f115,u+f118-f11a,u+f11c-f11d,u+f133,u+f147,u+f14e,u+f150-f152,u+f185-f186,u+f18e,u+f190-f192,u+f196,u+f1c1-f1c9,u+f1d9,u+f1db,u+f1e3,u+f1ea,u+f1f7,u+f1f9,u+f20a,u+f247-f248,u+f24a,u+f24d,u+f255-f25b,u+f25d,u+f271-f274,u+f278,u+f27b,u+f28c,u+f28e,u+f29c,u+f2b5,u+f2b7,u+f2ba,u+f2bc,u+f2be,u+f2c0-f2c1,u+f2c3,u+f2d0,u+f2d2,u+f2d4,u+f2dc;
}

@font-face {
    font-family: "FontAwesome";
    font-display: block;
    src: url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-v4compatibility.woff2) format("woff2"),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-v4compatibility.ttf) format("truetype");
    unicode-range: u+f041,u+f047,u+f065-f066,u+f07d-f07e,u+f080,u+f08b,u+f08e,u+f090,u+f09a,u+f0ac,u+f0ae,u+f0b2,u+f0d0,u+f0d6,u+f0e4,u+f0ec,u+f10a-f10b,u+f123,u+f13e,u+f148-f149,u+f14c,u+f156,u+f15e,u+f160-f161,u+f163,u+f175-f178,u+f195,u+f1f8,u+f219,u+f27a;
}
/*!
 * Font Awesome Free 6.4.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2023 Fonticons, Inc.
 */
:host, :root {
    --fa-style-family-classic:"Font Awesome 6 Free";
    --fa-font-solid:normal 900 1em/1 "Font Awesome 6 Free";
}

@font-face {
    font-family: "Font Awesome 6 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fa-solid-900.ttf) format("truetype");
}

.fa-solid, .fas {
    font-weight: 900;
}
/*!
 *  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(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0);
    src: url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'),url(/wp-content/themes/zakra/assets/lib/font-awesome/css/../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
    font-weight: normal;
    font-style: normal;
}

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

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

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

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

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

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

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

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

    .fa-ul > li {
        position: relative;
    }

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

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

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

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

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

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
    color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-youtube:before {
    content: "\f167";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-adn:before {
    content: "\f170";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitbucket-square:before {
    content: "\f172";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-long-arrow-down:before {
    content: "\f175";
}

.fa-long-arrow-up:before {
    content: "\f176";
}

.fa-long-arrow-left:before {
    content: "\f177";
}

.fa-long-arrow-right:before {
    content: "\f178";
}

.fa-apple:before {
    content: "\f179";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-android:before {
    content: "\f17b";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-trello:before {
    content: "\f181";
}

.fa-female:before {
    content: "\f182";
}

.fa-male:before {
    content: "\f183";
}

.fa-gittip:before, .fa-gratipay:before {
    content: "\f184";
}

.fa-sun-o:before {
    content: "\f185";
}

.fa-moon-o:before {
    content: "\f186";
}

.fa-archive:before {
    content: "\f187";
}

.fa-bug:before {
    content: "\f188";
}

.fa-vk:before {
    content: "\f189";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-arrow-circle-o-right:before {
    content: "\f18e";
}

.fa-arrow-circle-o-left:before {
    content: "\f190";
}

.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191";
}

.fa-dot-circle-o:before {
    content: "\f192";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-turkish-lira:before, .fa-try:before {
    content: "\f195";
}

.fa-plus-square-o:before {
    content: "\f196";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-slack:before {
    content: "\f198";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c";
}

.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-spoon:before {
    content: "\f1b1";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-automobile:before, .fa-car:before {
    content: "\f1b9";
}

.fa-cab:before, .fa-taxi:before {
    content: "\f1ba";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-file-pdf-o:before {
    content: "\f1c1";
}

.fa-file-word-o:before {
    content: "\f1c2";
}

.fa-file-excel-o:before {
    content: "\f1c3";
}

.fa-file-powerpoint-o:before {
    content: "\f1c4";
}

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5";
}

.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6";
}

.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7";
}

.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8";
}

.fa-file-code-o:before {
    content: "\f1c9";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd";
}

.fa-circle-o-notch:before {
    content: "\f1ce";
}

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0";
}

.fa-ge:before, .fa-empire:before {
    content: "\f1d1";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7";
}

.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8";
}

.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9";
}

.fa-history:before {
    content: "\f1da";
}

.fa-circle-thin:before {
    content: "\f1db";
}

.fa-header:before {
    content: "\f1dc";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-sliders:before {
    content: "\f1de";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-newspaper-o:before {
    content: "\f1ea";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bell-slash-o:before {
    content: "\f1f7";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-eyedropper:before {
    content: "\f1fb";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-area-chart:before {
    content: "\f1fe";
}

.fa-pie-chart:before {
    content: "\f200";
}

.fa-line-chart:before {
    content: "\f201";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-bus:before {
    content: "\f207";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-cc:before {
    content: "\f20a";
}

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b";
}

.fa-meanpath:before {
    content: "\f20c";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-diamond:before {
    content: "\f219";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-venus:before {
    content: "\f221";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-intersex:before, .fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-facebook-official:before {
    content: "\f230";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-server:before {
    content: "\f233";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-hotel:before, .fa-bed:before {
    content: "\f236";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-train:before {
    content: "\f238";
}

.fa-subway:before {
    content: "\f239";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240";
}

.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242";
}

.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-sticky-note-o:before {
    content: "\f24a";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-hourglass-o:before {
    content: "\f250";
}

.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251";
}

.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255";
}

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256";
}

.fa-hand-scissors-o:before {
    content: "\f257";
}

.fa-hand-lizard-o:before {
    content: "\f258";
}

.fa-hand-spock-o:before {
    content: "\f259";
}

.fa-hand-pointer-o:before {
    content: "\f25a";
}

.fa-hand-peace-o:before {
    content: "\f25b";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-safari:before {
    content: "\f267";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-tv:before, .fa-television:before {
    content: "\f26c";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-500px:before {
    content: "\f26e";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-calendar-plus-o:before {
    content: "\f271";
}

.fa-calendar-minus-o:before {
    content: "\f272";
}

.fa-calendar-times-o:before {
    content: "\f273";
}

.fa-calendar-check-o:before {
    content: "\f274";
}

.fa-industry:before {
    content: "\f275";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-map-o:before {
    content: "\f278";
}

.fa-map:before {
    content: "\f279";
}

.fa-commenting:before {
    content: "\f27a";
}

.fa-commenting-o:before {
    content: "\f27b";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-vimeo:before {
    content: "\f27d";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-edge:before {
    content: "\f282";
}

.fa-credit-card-alt:before {
    content: "\f283";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-modx:before {
    content: "\f285";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-usb:before {
    content: "\f287";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-pause-circle-o:before {
    content: "\f28c";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stop-circle-o:before {
    content: "\f28e";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-percent:before {
    content: "\f295";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-envira:before {
    content: "\f299";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-wheelchair-alt:before {
    content: "\f29b";
}

.fa-question-circle-o:before {
    content: "\f29c";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-volume-control-phone:before {
    content: "\f2a0";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3";
}

.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4";
}

.fa-handshake-o:before {
    content: "\f2b5";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-o:before {
    content: "\f2b7";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-book-o:before {
    content: "\f2ba";
}

.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb";
}

.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-circle-o:before {
    content: "\f2be";
}

.fa-user-o:before {
    content: "\f2c0";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2";
}

.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3";
}

.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-eercast:before {
    content: "\f2da";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-snowflake-o:before {
    content: "\f2dc";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-meetup:before {
    content: "\f2e0";
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJbecmNE.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJnecmNE.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/poppins/pxiEyp8kv8JHgFVrJJfecg.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLGT9Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* devanagari */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z11lFc-K.woff2) format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FF;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1JlFc-K.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/poppins/pxiByp8kv8JHgFVrLEj6Z1xlFQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(https://dinosaurtrips.com/wp-content/fonts/raleway/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Import variables and mixins.
--------------------------------------------- */
/**
 * Products.
 */
.woocommerce .woocommerce-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
}

    .woocommerce .woocommerce-pagination .page-numbers {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: justify;
        align-content: space-between;
        gap: 6px;
        text-align: center;
    }

        .woocommerce .woocommerce-pagination .page-numbers a,
        .woocommerce .woocommerce-pagination .page-numbers span {
            display: block;
        }

        .woocommerce .woocommerce-pagination .page-numbers li {
            display: inline-block;
        }

            .woocommerce .woocommerce-pagination .page-numbers li:hover > a {
                background-color: #ebebec;
            }

            .woocommerce .woocommerce-pagination .page-numbers li:first-child {
                margin-left: 0;
            }

            .woocommerce .woocommerce-pagination .page-numbers li:last-child {
                margin-right: 0;
            }

            .woocommerce .woocommerce-pagination .page-numbers li > a,
            .woocommerce .woocommerce-pagination .page-numbers li > span {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -ms-flex-pack: distribute;
                justify-content: space-around;
                width: 40px;
                height: 40px;
                border-radius: 4px;
                border: 1px solid #027ABB;
                background-color: #FFF;
                color: #027ABB;
                font-size: 16px;
                padding: 10px;
                font-weight: 400;
            }

        .woocommerce .woocommerce-pagination .page-numbers .current {
            background-color: #027ABB;
            color: #FFF;
        }

.woocommerce .products {
    display: grid;
    grid-template-columns: repeat(var(--products-column, 1), 1fr);
    gap: 30px;
    margin: 0;
    padding: 0;
}

    .woocommerce .products .product img {
        width: 100%;
        margin-bottom: 16px;
    }

.woocommerce ul.product_list_widget {
    gap: 30px;
}

/* Product */
li.product {
    list-style: none;
    position: relative;
    overflow: hidden;
}

    li.product .product__thumbnail,
    li.product .woocommerce-loop-product__title,
    li.product .star-rating,
    li.product .price,
    li.product .button,
    li.product .add_to_cart_button,
    li.product .added_to_cart,
    li.product .product__content .ws-onsale-wrapper {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

        li.product .add_to_cart_button.added::after {
            font-family: WooCommerce;
            content: "\e017";
            margin-left: 0.5em;
            display: inline-block;
            width: auto;
            height: auto;
        }

        li.product .add_to_cart_button.loading::after {
            font-family: WooCommerce;
            content: "\e031";
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
            margin-left: 0.5em;
            display: inline-block;
            width: auto;
            height: auto;
        }

    li.product .added_to_cart {
        background-color: #027ABB;
    }

        li.product .added_to_cart:hover {
            background-color: transparent;
            color: #027ABB;
            border: 1px solid #027ABB;
        }

    li.product a.added_to_cart {
        color: #3F3F46;
    }

    li.product .woocommerce-LoopProduct-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin-top: 16px;
    }

    li.product img {
        margin: 0;
    }

    li.product .woocommerce-loop-category__title,
    li.product .woocommerce-loop-product__title {
        font-size: 1.6rem;
        line-height: 1.8;
        margin-bottom: 4px;
        font-weight: 600;
    }

        li.product .woocommerce-loop-category__title .count,
        li.product .woocommerce-loop-product__title .count {
            background: none;
        }

    li.product .button,
    li.product .add_to_cart_button,
    li.product .added_to_cart {
        display: block;
        background-color: transparent;
        text-align: center;
        margin-top: 16px;
        padding: 6px 0;
        color: #3F3F46;
        font-size: 1.4rem;
        font-weight: 400;
        border: 1px solid #D4D4D8;
        border-radius: 4px;
    }

        li.product .button:hover,
        li.product .add_to_cart_button:hover,
        li.product .added_to_cart:hover {
            background-color: #027ABB;
            color: #FFF;
        }

.products .star-rating {
    margin-top: 10px;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.price {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    font-size: 1.6rem;
    color: #3F3F46;
}

    .price ins .amount {
        font-weight: 600;
        color: #3F3F46;
    }

    .price del {
        color: #71717A;
    }

        .price del span {
            font-weight: 400;
            color: #71717A;
        }

    .price .amount {
        font-size: 14px;
    }

    .price ins,
    .price > span {
        text-decoration: none;
        background-color: transparent;
    }

    .price ins,
    .price del,
    .price > span {
        font-size: 14px;
        line-height: 1.8;
    }

.woocommerce-ordering {
    width: 100%;
}

.product__thumbnail {
    margin-top: 0;
    width: 100%;
}

    .product__thumbnail a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        /* Fix - Image stretch in iOS/Safari */
    }

.product__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .product__content > a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product__content .added_to_cart {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
    }

    .product__content .button,
    .product__content .add_to_cart_button {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

.onsale {
    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;
    height: 30px;
    padding: 6px 16px;
    background-color: #27272A;
    color: #FFF;
    font-size: 1.4rem;
    font-weight: 600;
}

.product__content .onsale {
    position: unset;
    display: inline-block;
}

.zak-wc-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: left;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 30px;
}

    .zak-wc-filter p {
        margin-bottom: 0;
    }

.woocommerce-ordering select {
    padding: 8px 16px;
    border-radius: 4px;
    border-color: #D4D4D8;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/wp-content/themes/zakra/./assets/img/chevron-down.svg) no-repeat top 50% right 1em;
    background-size: 12px;
}

.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: #269bd1;
    color: #fff;
    z-index: 99998;
    -webkit-box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1em rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 600px) {
    .woocommerce-ordering {
        width: unset;
    }

    .products.columns-4 {
        --products-column: 3;
        grid-gap: 30px;
    }

    .zak-wc-filter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 30px;
    }
}

@media screen and (min-width: 768px) {
    .zak-wc-filter {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .products.columns-2 {
        --products-column: 2;
    }

    .products.columns-3 {
        --products-column: 3;
    }

    .products.columns-4 {
        --products-column: 4;
    }

    .products.columns-5 {
        --products-column: 5;
    }
}

@media screen and (min-width: 992px) {
    .zak-wc-filter {
        margin-bottom: 40px;
    }
}

.product_list_widget .product-title {
    display: block;
}

/**
 * Single product.
 */
.single-product .product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
}

.single-product .product__content {
    width: 100%;
}

.single-product .product .onsale {
    z-index: 99;
}

.single-product .product .cart {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.single-product .product .product_meta {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
}

.single-product .product .summary .price .amount {
    font-size: 24px;
    font-weight: 600;
}

.single-product .product .summary .price ins,
.single-product .product .summary .price del {
    font-size: 23px;
    line-height: 1.8;
}

.single-product .product .quantity:has([type='hidden']) {
    display: none;
}

.single-product .product .woocommerce-variation-price {
    margin-bottom: 20px;
}

.single-product .product .woocommerce-product-details__short-description {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin-top: 20px;
}

    .single-product .product .woocommerce-product-details__short-description p {
        margin-bottom: 0;
    }

.single-product .product td {
    padding: 10px;
}

.single-product .product .woocommerce-product-gallery {
    position: relative;
    float: left;
}

    .single-product .product .woocommerce-product-gallery a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        /* Fix - Image stretch in iOS/Safari */
    }

    .single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
        position: absolute;
        top: 16px;
        display: block;
        right: 16px;
        z-index: 99;
        height: 38px;
        width: 38px;
        border-radius: 100%;
        overflow: hidden;
    }

        .single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:before {
            height: 100%;
            width: 100%;
            background: #FFFFFF url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill-rule="evenodd" clip-rule="evenodd" d="M4 11C4 7.13401 7.13401 4 11 4C14.866 4 18 7.13401 18 11C18 12.886 17.2541 14.5978 16.0412 15.8566C16.0071 15.8828 15.9742 15.9116 15.9429 15.9429C15.9116 15.9742 15.8828 16.0071 15.8566 16.0412C14.5978 17.2541 12.886 18 11 18C7.13401 18 4 14.866 4 11ZM16.6177 18.0319C15.078 19.2635 13.125 20 11 20C6.02944 20 2 15.9706 2 11C2 6.02944 6.02944 2 11 2C15.9706 2 20 6.02944 20 11C20 13.125 19.2635 15.078 18.0319 16.6177L21.7071 20.2929C22.0977 20.6834 22.0977 21.3166 21.7071 21.7071C21.3166 22.0977 20.6834 22.0977 20.2929 21.7071L16.6177 18.0319Z" fill="black"/></svg>') no-repeat;
            background-position: right 50% top 50%;
            background-size: 20px;
            content: '';
            display: block;
        }

.single-product .product .woocommerce-product-gallery__wrapper {
    margin: 0;
}

.single-product .product .woocommerce-product-gallery .flex-viewport {
    border-radius: 2px;
}

.single-product .product .woocommerce-product-gallery ol.flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 8px;
    padding: 0;
}

    .single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li {
        list-style: none;
        cursor: pointer;
        line-height: unset;
    }

        .single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li img {
            height: 70px;
            width: 70px;
            border-radius: 4px;
        }

            .single-product .product .woocommerce-product-gallery ol.flex-control-thumbs li img.flex-active {
                border: 2px solid #027ABB;
            }

.single-product .product .entry-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(var(--entry-summary-width, 50%) - 15px);
    flex: 1 1 calc(var(--entry-summary-width, 50%) - 15px);
}

    .single-product .product .entry-summary .variations_form .variations .label {
        padding: 0;
        border: none;
        font-weight: 400;
    }

    .single-product .product .entry-summary .variations_form .variations select {
        padding: 11px 16px;
        border-radius: 4px;
    }

    .single-product .product .entry-summary .quantity {
        position: relative;
    }

        .single-product .product .entry-summary .quantity .zak-qty-minus {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 1px;
            padding: 1px 14px;
            font-size: 24px;
            border: none;
            color: #3F3F46;
            background-color: transparent;
        }

            .single-product .product .entry-summary .quantity .zak-qty-minus:hover {
                cursor: pointer;
            }

        .single-product .product .entry-summary .quantity .zak-qty-plus {
            position: absolute;
            top: 50%;
            right: 1px;
            padding: 1px 14px;
            font-size: 24px;
            border: none;
            color: #3F3F46;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            background-color: transparent;
        }

            .single-product .product .entry-summary .quantity .zak-qty-plus:hover {
                cursor: pointer;
            }

    .single-product .product .entry-summary .woocommerce-product-rating {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 16px;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

        .single-product .product .entry-summary .woocommerce-product-rating a {
            color: #027ABB;
            text-decoration: underline;
        }

    .single-product .product .entry-summary .woocommerce-review-link {
        font-size: 1.4rem;
        color: gray;
        margin-left: 12px;
    }

        .single-product .product .entry-summary .woocommerce-review-link:hover {
            color: #027ABB;
        }

        .single-product .product .entry-summary .woocommerce-review-link .count {
            all: unset;
        }

    .single-product .product .entry-summary .onsale {
        position: unset;
        display: inline-block;
    }

    .single-product .product .entry-summary .price {
        font-size: 1.8rem;
        margin-bottom: 0;
    }

    .single-product .product .entry-summary .stock,
    .single-product .product .entry-summary .available-on-backorder {
        font-style: italic;
    }

    .single-product .product .entry-summary .cart {
        margin-bottom: 24px;
        margin-top: 32px;
    }

        .single-product .product .entry-summary .cart.grouped_form {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

    .single-product .product .entry-summary .variations__form table.variations {
        position: relative;
        margin-bottom: 40px;
    }

    .single-product .product .entry-summary .variations__form select {
        padding: 16px;
        width: 100%;
    }

    .single-product .product .entry-summary .variations__form .reset_variations {
        position: absolute;
        top: calc(100% + 16px);
        right: 0;
    }

    .single-product .product .entry-summary .variations__form .single_variation {
        margin-top: 16px;
        margin-bottom: 32px;
    }

    .single-product .product .entry-summary .variations_button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .single-product .product .entry-summary .qty {
        min-height: 48px;
        text-align: center;
        margin-bottom: 20px;
        padding: 8px 24px;
    }

    .single-product .product .entry-summary .single_add_to_cart_button {
        width: 100%;
        padding: 10px;
        line-height: 1.8;
        border-radius: 4px;
        font-size: 14px;
    }

        .single-product .product .entry-summary .single_add_to_cart_button:hover {
            background-color: #0284C7;
            color: #FFF;
        }

.single-product .product.product-type-external .entry-summary .single_add_to_cart_button {
    margin-left: unset;
}

.single-product .product .wc-tabs-wrapper {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.single-product .product .product_meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 24px;
    padding: 16px 0;
    font-weight: 600;
    border-top: 1px solid #D4D4D8;
}

    .single-product .product .product_meta > span {
        margin: 8px 0;
    }

        .single-product .product .product_meta > span > span {
            font-weight: 400;
        }

        .single-product .product .product_meta > span a {
            color: #027ABB;
            font-weight: 400;
            text-decoration: underline;
        }

.single-product .product .variations label {
    margin-bottom: 0;
}

.single-product .product table td {
    border: 0;
}

.single-product .product .woocommerce-grouped-product-list-item {
    -webkit-column-gap: 2px;
    -moz-column-gap: 2px;
    column-gap: 2px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.single-product .product .product_title {
    margin-top: 30px;
    font-size: 32px;
    font-weight: 600;
}

.single-product .woocommerce-notices-wrapper .woocommerce-message {
    padding: 10px;
    background: #F4F4F5;
    margin-bottom: 20px;
    border-radius: 4px;
}

    .single-product .woocommerce-notices-wrapper .woocommerce-message a {
        background: none;
    }

        .single-product .woocommerce-notices-wrapper .woocommerce-message a:hover {
            background: none;
        }

.single-product .related,
.single-product .upsells {
    grid: unset;
    grid-gap: 0;
    margin: 40px 0;
    width: 100%;
}

    .single-product .related .product,
    .single-product .upsells .product {
        all: unset;
        list-style: none;
        position: relative;
    }

    .single-product .related > h2,
    .single-product .upsells > h2 {
        font-size: 3.2rem;
    }

.single-product .shop_attributes {
    background: #FFF;
    border-radius: 2px;
}

    .single-product .shop_attributes p {
        margin: 0;
    }

.single-product .comment-notes span {
    font-size: 14px;
    font-style: italic;
}

.single-product .comment-form-rating label {
    color: #27272A;
    font-weight: 600;
}

.single-product .comment-form-rating .stars {
    margin-bottom: 16px;
}

.single-product .woocommerce-review__author {
    color: #18181B;
}

.single-product ol.commentlist {
    list-style: none;
    margin: 0;
}

    .single-product ol.commentlist > li {
        padding: 16px 16px 0;
        border-bottom: 1px solid #D1D1D1;
        border-radius: 2px;
        margin-bottom: 16px;
    }

        .single-product ol.commentlist > li .comment-text {
            margin-bottom: 16px;
        }

            .single-product ol.commentlist > li .comment-text p {
                margin-bottom: 8px;
            }

    .single-product ol.commentlist .children {
        margin-left: 16px;
        border-bottom: 1px solid gray;
    }

        .single-product ol.commentlist .children:last-child {
            border-bottom: 0;
        }

        .single-product ol.commentlist .children li {
            border-top: 1px solid gray;
            padding-top: 16px;
        }

    .single-product ol.commentlist .comment_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .single-product ol.commentlist .avatar {
        width: 40px;
        height: 40px;
        margin-right: 16px;
        border-radius: 100%;
        -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

.single-product .woocommerce-breadcrumb {
    margin-bottom: 16px;
}

    .single-product .woocommerce-breadcrumb a {
        text-decoration: underline;
    }

.single-product .comment-respond {
    margin-top: 32px;
}

    .single-product .comment-respond .comment-reply-title {
        font-size: 2.4rem;
        font-weight: 400;
        color: #18181B;
    }

    .single-product .comment-respond .comment-form {
        background: #FFF;
        padding-top: 16px;
    }

        .single-product .comment-respond .comment-form .form-submit {
            margin-top: 24px;
            margin-bottom: 0;
        }

            .single-product .comment-respond .comment-form .form-submit .submit:hover {
                background-color: #0284C7;
                color: #FFF;
            }

    .single-product .comment-respond label {
        display: block;
        color: #27272A;
    }

    .single-product .comment-respond input[type="text"],
    .single-product .comment-respond input[type="email"],
    .single-product .comment-respond input[type="number"] {
        width: 100%;
    }

    .single-product .comment-respond .comment-form-cookies-consent {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

.quantity input {
    border: 1px solid #D4D4D8;
    border-radius: 4px;
}

    .quantity input::-webkit-outer-spin-button,
    .quantity input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .quantity input[type=number] {
        -moz-appearance: textfield;
    }

.reset_variations {
    margin-left: 1em;
    display: none;
}

.stock:empty::before {
    display: none;
}

.stock.in-stock {
    color: #027ABB;
}

.stock.out-of-stock {
    color: #e2401c;
}

@media screen and (min-width: 600px) {
    .single-product .product .variations_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .single-product .product .variations_form .variations_button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            gap: 20px;
        }

    .single-product .product .quantity .qty {
        width: 200px;
        margin-bottom: 0;
    }

    .single-product .woocommerce-product-gallery__image a img {
        width: 100%;
        height: 100%;
    }

    .single-product .cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }
}

@media screen and (min-width: 768px) {
    .single-product .product {
        -webkit-box-orient: unset;
        -webkit-box-direction: unset;
        -ms-flex-direction: unset;
        flex-direction: unset;
    }

        .single-product .product .woocommerce-product-gallery {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 calc(var(--product-gallery-width, 50%) - 15px);
            flex: 1 1 calc(var(--product-gallery-width, 50%) - 15px);
        }

        .single-product .product .product_title {
            margin-top: 0;
        }

        .single-product .product .quantity .qty {
            height: 100%;
            width: 114px;
            margin-bottom: 0;
        }

    .single-product .related,
    .single-product .upsells {
        margin: 60px 0;
    }

        .single-product .upsells + .related {
            margin-top: 0;
        }

    .single-product .cart {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
    }

    .single-product .variations_form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .comment-respond {
        width: 100%;
    }
}

/**
 * General WooCommerce components.
 */
/**
 * Star rating
 */
.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
}

    .star-rating::before {
        content: "SSSSS";
        opacity: 0.25;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
    }

    .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em;
    }

        .star-rating span::before {
            content: "SSSSS";
            top: 0;
            position: absolute;
            left: 0;
            color: #F90;
        }

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

    p.stars a::before {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 1em;
        height: 1em;
        line-height: 1;
        font-family: star;
        content: "\53";
        color: #27272A;
        text-indent: 0;
        opacity: 0.25;
    }

    p.stars a:hover ~ a::before {
        content: "\53";
        color: #27272A;
        opacity: 0.25;
    }

p.stars:hover a::before {
    content: "\53";
    color: #27272A;
    opacity: 1;
}

p.stars.selected a.active::before {
    content: "\53";
    color: #27272A;
    opacity: 1;
}

p.stars.selected a.active ~ a::before {
    content: "\53";
    color: #27272A;
    opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
    content: "\53";
    color: #27272A;
    opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 60px;
    padding: 0;
    border-bottom: 1px solid #D4D4D8;
    list-style: none;
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .woocommerce-tabs ul.tabs li {
        display: block;
        position: relative;
    }

        .woocommerce-tabs ul.tabs li.active {
            border-bottom: 2px solid #027ABB;
        }

        .woocommerce-tabs ul.tabs li a {
            padding-bottom: 12px;
            display: block;
            color: #27272A;
            font-weight: 600;
            font-size: 16px;
            line-height: 1.8;
        }

.woocommerce-tabs .panel {
    background: transparent;
    color: #52525B;
    max-width: 600px;
    margin: auto;
}

    .woocommerce-tabs .panel h2:first-of-type {
        font-size: 1.6rem;
        display: none;
    }

    .woocommerce-tabs .panel p:last-child {
        margin-bottom: 0;
    }

.woocommerce-tabs .woocommerce-Tabs-panel table th {
    color: #18181B;
    border: 1px solid #E4E4E7;
    text-align: left;
    padding: 6px 18px;
    font-weight: 600;
}

.woocommerce-tabs .woocommerce-Tabs-panel table td {
    border: 1px solid #E4E4E7;
    font-weight: 400;
    text-align: left;
    padding: 6px 18px;
}

.select2-container.select2-container--default {
    z-index: 9999;
}

    .select2-container.select2-container--default .select2-selection--single {
        color: #27272A;
        border-color: #D4D4D8;
        border-radius: 4px;
        height: 44px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .select2-container.select2-container--default .select2-selection--single .select2-selection__arrow {
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .select2-container.select2-container--default .select2-selection--single .select2-selection__clear {
            float: none;
            height: 16px;
            width: 16px;
            border-radius: 4px;
            background-color: #027ABB;
            color: #FFF;
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            font-weight: 400;
        }

    .select2-container.select2-container--default .select2-search--dropdown .select2-search__field {
        border-color: #D4D4D8;
    }

    .select2-container.select2-container--default .select2-dropdown {
        border-color: #D4D4D8;
    }

.woocommerce-Reviews #comments {
    margin-top: 14px;
}

@media screen and (min-width: 768px) {
    .woocommerce-tabs ul.tabs {
        gap: 60px;
    }
}

/**
 * Block.
 */
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale {
    position: absolute;
    left: 0;
    color: #FFF;
    border: none;
    border-radius: 0;
    background-color: #27272A;
}

    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale span,
    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale span {
        font-size: 14px;
        text-transform: capitalize;
    }

    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale.wc-block-components-product-sale-badge--align-left,
    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale.wc-block-components-product-sale-badge--align-left {
        top: 0;
        left: 0;
    }

    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale.wc-block-components-product-sale-badge--align-right,
    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-onsale.wc-block-components-product-sale-badge--align-right {
        width: 50px;
        top: 0;
        right: 0;
    }

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-link {
    text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-image {
    margin-bottom: 16px;
}

.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title,
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title {
    color: #3F3F46;
    font-size: 16px;
    text-align: left;
    font-weight: 600;
}

    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a,
    .wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title a {
        color: #3F3F46;
        text-decoration: none;
        font-weight: 600;
    }

.wc-block-grid__products .wc-block-grid__product .wp-block-woocommerce-product-price,
.wc-block-grid__products .wc-block-grid__product .wp-block-woocommerce-product-price {
    font-size: 14px;
    margin-bottom: .5em;
    font-weight: 600;
}

    .wc-block-grid__products .wc-block-grid__product .wp-block-woocommerce-product-price del,
    .wc-block-grid__products .wc-block-grid__product .wp-block-woocommerce-product-price del {
        color: #71717A;
        font-weight: 400;
    }

.wc-block-grid__products .wc-block-grid__product .wc-block-components-product-rating__container,
.wc-block-grid__products .wc-block-grid__product .wc-block-components-product-rating__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-rating__container span:before,
    .wc-block-grid__products .wc-block-grid__product .wc-block-components-product-rating__container span:before {
        color: #F90;
    }

.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
    display: block;
    background-color: transparent;
    text-align: center;
    margin-top: 16px;
    padding: 6px 24px;
    color: #3F3F46;
    width: 100%;
    font-size: 1.4rem;
    font-weight: 600;
    border: 1px solid #D4D4D8;
    border-radius: 4px;
}

.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
    display: block;
    font-size: 14px;
    font-weight: 400;
}

    .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
    .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
        color: #FFF;
        background-color: #0284C7;
    }

.wc-block-grid__products .wc-block-grid__product .wc-forward,
.wc-block-grid__products .wc-block-grid__product .wc-forward {
    display: block;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 24px;
    color: #3F3F46;
    border: 1px solid #D4D4D8;
    border-radius: 4px;
    margin-top: 16px;
    text-decoration: none;
}

    .wc-block-grid__products .wc-block-grid__product .wc-forward:hover,
    .wc-block-grid__products .wc-block-grid__product .wc-forward:hover {
        color: #FFF;
        background-color: #027ABB;
    }

.wc-block-grid__products .wc-block-grid__product-price {
    text-align: left;
}

.wc-block-grid .wc-block-sort-select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.wc-block-grid .wc-block-sort-select__label {
    display: none;
}

.wc-block-grid .wc-block-sort-select__select {
    padding: 8px 16px;
    border-radius: 4px;
}

.wc-block-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}

    .wc-block-pagination .wc-block-pagination-page {
        color: #FFF;
        background: #027ABB;
        border-radius: 4px;
        font-weight: 400;
        padding: 0.2em 0.6em;
    }

.wc-block-product-categories.is-dropdown {
    gap: 12px;
}

.wc-block-product-categories .wc-block-product-categories__dropdown {
    width: 100%;
}

    .wc-block-product-categories .wc-block-product-categories__dropdown select {
        width: 100%;
        border-radius: 4px;
    }

.wc-block-product-categories .wc-block-product-categories__button {
    border-radius: 4px;
}

.wc-block-review-list .wc-block-review-list-item__info {
    margin-bottom: 8px;
}

.wc-block-review-list .wc-block-review-list-item__product {
    font-weight: 600;
}

.wc-block-review-list .wc-block-review-list-item__item {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #D4D4D8;
}

.wc-block-review-list .wc-block-review-list-item__text {
    margin-left: 65px;
}

.wc-block-review-list .wc-block-review-list-item__author {
    font-weight: 600;
}

.wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    padding: 8px 16px;
    border-radius: 4px;
}

.wc-block-components-review-list-item__image > img {
    border-radius: 100%;
}

.wc-block-review-sort-select select {
    padding: 8px 16px;
    border-radius: 4px;
}

.wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-post-title {
    margin-bottom: 16px;
}

    .wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-post-title a {
        color: #3F3F46;
        text-decoration: none;
        font-weight: 600;
    }

.wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-woocommerce-product-price {
    margin-top: 0;
    font-size: 24px;
    font-weight: 600;
    color: #3F3F46;
}

.wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-post-excerpt {
    margin-top: 20px;
}

.wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-add-to-cart-form .quantity {
    position: relative;
}

    .wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-add-to-cart-form .quantity .qty {
        min-height: 48px;
        text-align: center;
        padding: 8px 24px;
    }

    .wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-add-to-cart-form .quantity .zak-qty-minus {
        position: absolute;
        top: 1px;
        left: 1px;
        padding: 1px 14px;
        font-size: 24px;
        border: none;
        color: #3F3F46;
        background-color: transparent;
    }

        .wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-add-to-cart-form .quantity .zak-qty-minus:hover {
            cursor: pointer;
        }

    .wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-add-to-cart-form .quantity .zak-qty-plus {
        position: absolute;
        top: 1px;
        right: 1px;
        padding: 1px 14px;
        font-size: 24px;
        border: none;
        color: #3F3F46;
        background-color: transparent;
    }

        .wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-add-to-cart-form .quantity .zak-qty-plus:hover {
            cursor: pointer;
        }

.wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-add-to-cart-form .cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-add-to-cart-form .single_add_to_cart_button {
    width: 100%;
}

.wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-woocommerce-product-meta {
    padding-top: 24px;
    border-top: 1px solid #D4D4D8;
}

    .wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-woocommerce-product-meta .wp-block-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 8px;
    }

        .wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-woocommerce-product-meta .wp-block-group .product_meta,
        .wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-woocommerce-product-meta .wp-block-group .wp-block-post-terms {
            font-weight: 600;
        }

            .wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-woocommerce-product-meta .wp-block-group .product_meta strong,
            .wp-block-woocommerce-single-product .wp-block-woocommerce-single-product .wp-block-woocommerce-product-meta .wp-block-group .wp-block-post-terms strong {
                font-weight: 400;
            }

.wp-block-woocommerce-cart .wc-block-components-totals-wrapper:after {
    border-color: #D4D4D8;
}

.wp-block-woocommerce-cart .wc-block-cart-items:after {
    border-width: 1px 1px 1px !important;
}

.wp-block-woocommerce-cart .wc-block-cart-items__header th.wc-block-cart-items__header-image,
.wp-block-woocommerce-cart .wc-block-cart-items__header th.wc-block-cart-items__header-total {
    padding: 16px 0;
}

    .wp-block-woocommerce-cart .wc-block-cart-items__header th.wc-block-cart-items__header-image span,
    .wp-block-woocommerce-cart .wc-block-cart-items__header th.wc-block-cart-items__header-total span {
        color: #27272A;
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        padding: 16px;
    }

.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
    background-color: #F4F4F5;
    padding: 30px 25px 0 25px;
}

    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-cart__totals-title {
        font-size: 16px;
        font-weight: 600;
        text-transform: capitalize;
        text-align: left;
        padding: 20px 0;
    }

    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon,
    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item,
    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item {
        padding: 0;
    }

    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__content input {
        border-color: #D4D4D8;
        height: 56px;
    }

        .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__content input:focus {
            border-color: #D4D4D8;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-coupon__content .wc-block-components-totals-coupon__button {
        background-color: transparent;
        color: #027ABB;
        border: 1px solid #027ABB;
    }

    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item .wc-block-components-totals-item__label {
        font-size: 16px;
        font-weight: 600;
    }

    .wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wc-block-components-totals-item .wc-block-formatted-money-amount {
        font-size: 16px;
        font-weight: 400;
    }

.wp-block-woocommerce-cart .wc-block-cart__submit {
    padding: 0 25px 30px 25px;
    background-color: #F4F4F5;
}

.wp-block-woocommerce-cart .wc-block-cart__submit-container a {
    color: #FFF;
    background-color: #027ABB;
    border-radius: 4px;
    text-decoration: none;
}

    .wp-block-woocommerce-cart .wc-block-cart__submit-container a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

.wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-name {
    font-size: 14px;
    font-weight: 600;
    color: #52525B;
    text-decoration: none;
}

.wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__prices ins {
    font-weight: 600;
}

.wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-sale-badge {
    font-size: 12px;
    font-weight: 400;
    border: none;
    background: #027ABB;
    color: #FFF;
    border-radius: 4px;
    margin-top: 8px;
    padding: 4px 8px;
}

.wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-metadata {
    display: none;
}

.wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
    position: relative;
    padding-top: 8px !important;
}

    .wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
        font-size: 14px;
        width: 100px;
        height: 48px;
    }

        .wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector input:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
        }

        .wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector:after {
            border-color: #D4D4D8;
        }

        .wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
            font-size: 20px;
            color: #18181B;
        }

            .wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
                outline: none;
            }

    .wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        font-size: 14px !important;
        color: #71717A !important;
    }

.wp-block-woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__total {
    font-weight: 600;
}

.wc-block-components-panel__content .wc-block-components-product-metadata {
    display: none;
}

.wc-block-components-product-badge {
    font-size: 12px;
    font-weight: 400;
    border: none;
    background: #027ABB;
    color: #FFF;
    border-radius: 4px;
    margin-top: 8px;
    padding: 4px 8px;
}

.wc-block-components-drawer__content .wc-block-mini-cart__empty-cart-wrapper p {
    font-size: 16px;
}

    .wc-block-components-drawer__content .wc-block-mini-cart__empty-cart-wrapper p:before {
        height: 72px;
        width: 72px;
        border-radius: 100%;
        margin: 0 auto 24px auto;
        background: #F4F4F5 url(/wp-content/themes/zakra/./assets/img/mini-cart.svg);
        background-position: right 50% top 50%;
        content: "";
        display: block;
        background-size: 24px;
        background-repeat: no-repeat;
        opacity: 1;
    }

    .wc-block-components-drawer__content .wc-block-mini-cart__empty-cart-wrapper p strong {
        font-weight: 400;
    }

.wc-block-components-drawer__content .wc-block-mini-cart__empty-cart-wrapper .wp-block-button a {
    background-color: #027ABB;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
    width: 50%;
}

    .wc-block-components-drawer__content .wc-block-mini-cart__empty-cart-wrapper .wp-block-button a:focus {
        -webkit-box-shadow: none;
        box-shadow: none;
        outline: none;
    }

    .wc-block-components-drawer__content .wc-block-mini-cart__empty-cart-wrapper .wp-block-button a span {
        font-size: 14px;
        font-weight: 400;
    }

.wc-block-components-drawer__content .wc-block-mini-cart__title {
    font-weight: 600;
}

.wc-block-components-drawer__content .wc-block-components-drawer__close-wrapper svg {
    fill: #18181B;
}

.wc-block-components-drawer__content .wc-block-mini-cart__products-table .wc-block-components-product-name {
    font-size: 14px;
    font-weight: 600;
}

.wc-block-components-drawer__content .wc-block-mini-cart__products-table .wc-block-cart-item__prices .price {
    font-size: 14px;
}

.wc-block-components-drawer__content .wc-block-mini-cart__products-table .wc-block-cart-item__prices ins {
    font-weight: 600;
}

.wc-block-components-drawer__content .wc-block-mini-cart__products-table .wc-block-components-sale-badge {
    font-size: 12px;
    font-weight: 400;
    border: none;
    background: #027ABB;
    color: #FFF;
    border-radius: 4px;
    margin-top: 8px;
    padding: 4px 8px;
}

.wc-block-components-drawer__content .wc-block-mini-cart__products-table .wc-block-components-product-metadata {
    display: none;
}

.wc-block-components-drawer__content .wc-block-mini-cart__products-table .wc-block-cart-item__quantity {
    position: relative;
    padding-top: 8px !important;
}

    .wc-block-components-drawer__content .wc-block-mini-cart__products-table .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
        font-size: 14px;
        width: 100px;
        height: 48px;
    }

        .wc-block-components-drawer__content .wc-block-mini-cart__products-table .wc-block-cart-item__quantity .wc-block-components-quantity-selector input:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
        }

        .wc-block-components-drawer__content .wc-block-mini-cart__products-table .wc-block-cart-item__quantity .wc-block-components-quantity-selector:after {
            border-color: #D4D4D8;
        }

        .wc-block-components-drawer__content .wc-block-mini-cart__products-table .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
            font-size: 20px;
            color: #18181B;
        }

            .wc-block-components-drawer__content .wc-block-mini-cart__products-table .wc-block-cart-item__quantity .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
                outline: none;
            }

    .wc-block-components-drawer__content .wc-block-mini-cart__products-table .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
        font-size: 14px !important;
        color: #71717A !important;
        position: absolute;
        right: -160px;
        top: 16px;
    }

.wc-block-components-drawer__content .wc-block-mini-cart__products-table .wc-block-cart-item__total {
    font-weight: 600;
}

.wc-block-components-drawer__content .wc-block-mini-cart__footer:after {
    border-color: #D4D4D8;
}

.wc-block-components-drawer__content .wc-block-mini-cart__footer .wc-block-components-totals-item__label {
    font-size: 16px;
    font-weight: 600;
}

.wc-block-components-drawer__content .wc-block-mini-cart__footer .wc-block-components-totals-item__description {
    font-size: 14px !important;
    color: #71717A;
}

.wc-block-components-drawer__content .wc-block-mini-cart__footer .wc-block-components-totals-item__value {
    font-size: 16px;
    font-weight: 600;
}

.wc-block-components-drawer__content .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart {
    font-size: 14px;
    -webkit-box-shadow: inset 0 0 0 1px #D4D4D8;
    box-shadow: inset 0 0 0 1px #D4D4D8;
    border-radius: 4px;
}

    .wc-block-components-drawer__content .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-cart:hover {
        background-color: #027ABB;
        color: #FFF;
    }

.wc-block-components-drawer__content .wc-block-mini-cart__footer .wc-block-mini-cart__footer-actions .wc-block-mini-cart__footer-checkout {
    font-size: 14px;
    border-radius: 4px;
    background-color: #027ABB;
    color: #FFF;
}

.wc-block-checkout .wc-block-components-totals-wrapper:after {
    border-color: #D4D4D8;
    border-width: 1px 0 0;
}

.wc-block-checkout .wc-block-components-totals-coupon__button {
    padding: 8px 16px;
    background: transparent;
    border: 1px solid #027ABB;
    color: #027ABB;
}

.wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block {
    padding: 30px;
    background: #F4F4F5;
}

    .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary__button-text {
        font-size: 16px;
        font-weight: 600;
    }

    .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-price,
    .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__label,
    .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__value {
        font-weight: 600;
    }

    .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__label,
    .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-item__value {
        font-size: 16px;
    }

    .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-order-summary-item__quantity {
        background: #027ABB;
        border: none;
        color: #FFF;
    }

    .wc-block-checkout .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
        font-size: 14px;
        font-weight: 600;
    }

.wc-block-checkout .wc-block-checkout__form input {
    border-color: #D4D4D8;
}

.wc-block-checkout .wc-block-checkout__form .wc-block-components-checkout-step__heading h2 {
    font-size: 24px;
    font-weight: 400;
}

.wc-block-checkout .wc-block-checkout__form .wc-block-components-checkout-step__container .wc-block-components-checkout-step__description {
    color: #71717A;
}

.wc-block-checkout .wc-block-components-checkbox__label {
    font-weight: 600;
}

.wc-block-checkout .wc-block-checkout__terms span {
    color: #71717A;
}

.wc-block-checkout .wc-block-components-textarea {
    border-color: #D4D4D8;
}

.wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button {
    font-size: 14px;
    color: #71717A;
    text-decoration: none;
    font-weight: 400;
    padding: 12px 16px;
    width: 48%;
    border: 1px solid #D4D4D8;
    text-align: center;
    border-radius: 4px;
}

    .wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button:hover {
        color: #FFF;
        background-color: #027ABB;
    }

    .wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-return-to-cart-button svg {
        display: none;
    }

.wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    font-size: 14px;
    color: #FFF;
    text-decoration: none;
    font-weight: 400;
    background-color: #027ABB;
    text-align: center;
    border-radius: 4px;
}

    .wc-block-checkout .wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button:hover {
        background-color: #0284C7;
    }

.wc-block-cart .wc-block-cart-item__total .wc-block-components-product-price {
    font-weight: 600;
}

.wc-block-cart .wp-block-woocommerce-cart-totals-block .wc-block-components-totals-wrapper .wc-block-components-totals-item .wc-block-components-formatted-money-amount {
    font-weight: 600;
}

.wc-block-cart .wc-block-cart-items__row .wc-block-components-product-price {
    font-size: 14px;
}

.wc-block-product-new .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist {
    display: none !important;
}

.wc-block-grid__products .wc-block-grid__product-image img {
    height: 100%;
    max-width: 100%;
    width: 100%;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
    border: 0;
}

body:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-button:not(.is-link):focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.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] {
    border-color: #D4D4D8;
}

    .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 {
        border-color: #D4D4D8;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.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 {
    border-color: #D4D4D8;
}

    .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:focus {
        border-color: #D4D4D8;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.wc-block-components-notice-banner > .wc-block-components-notice-banner__content:last-child {
    color: #71717A;
}

.wc-block-components-order-summary .wc-block-components-order-summary-item:after {
    border-color: #D4D4D8;
}

.wc-block-components-totals-wrapper {
    padding: 20px 0;
}

.wc-block-components-order-summary .wc-block-components-panel__button {
    margin-bottom: 14px;
}

.wc-block-mini-cart__footer .wc-block-components-totals-item.wc-block-mini-cart__footer-subtotal {
    margin-bottom: 30px;
}

/**
 * Cart.
 */
.woocommerce-cart .cart-subtotal th,
.woocommerce-cart .order-total th {
    text-transform: capitalize;
}

.woocommerce-cart .cart-subtotal td,
.woocommerce-cart .order-total td {
    padding-left: 0;
    padding-right: 0;
}

    .woocommerce-cart .cart-subtotal td .woocommerce-Price-amount,
    .woocommerce-cart .order-total td .woocommerce-Price-amount {
        font-weight: 600;
    }

.woocommerce-cart .cart-subtotal th {
    white-space: nowrap;
}

.woocommerce-cart .woocommerce-shipping-totals th {
    white-space: nowrap;
}

.woocommerce-cart .woocommerce-shipping-totals td {
    width: 180px;
}

    .woocommerce-cart .woocommerce-shipping-totals td .woocommerce-shipping-methods {
        list-style: none;
    }

.woocommerce-cart .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 32px;
    margin-bottom: 60px;
}

.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message {
    padding: 10px;
    background: #F4F4F5;
    border-radius: 4px;
}

.woocommerce-cart .wc-backward {
    padding: 12px 24px;
    color: #FFF;
    text-decoration: none;
    background-color: #027ABB;
    border-radius: 4px;
}

    .woocommerce-cart .wc-backward:hover {
        background-color: #0284C7;
        color: #FFF;
    }

.woocommerce-cart .cart-empty {
    padding: 25px 30px;
    border: 1px solid #E4E4E7;
    background: #F4F4F5;
    border-radius: 4px;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
    width: 100%;
}

    .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a {
        display: block;
        padding: 12px 16px;
        border-radius: 4px;
        color: #FFF;
        background-color: #027ABB;
        text-decoration: none;
        text-align: center;
        line-height: 1.8;
    }

        .woocommerce-cart .cart-collaterals .wc-proceed-to-checkout a:hover {
            background-color: #0284C7;
            color: #FFF;
        }

.woocommerce-cart .cart_totals h2 {
    color: #27272A;
    font-size: 24px;
}

.woocommerce-cart .woocommerce-cart-form__contents {
    margin: 0;
}

    .woocommerce-cart .woocommerce-cart-form__contents a {
        text-decoration: none;
        color: #52525B;
    }

.woocommerce-cart .quantity {
    display: inherit;
    overflow: hidden;
    position: relative;
}

    .woocommerce-cart .quantity .qty {
        width: 114px;
        height: 48px;
        text-align: center;
    }

    .woocommerce-cart .quantity .zak-qty-minus {
        position: absolute;
        top: 0;
        padding: 19px 12px;
        line-height: 0.5;
        font-size: 20px;
        border: none;
        background-color: transparent;
        color: #3F3F46;
    }

        .woocommerce-cart .quantity .zak-qty-minus:hover {
            cursor: pointer;
        }

    .woocommerce-cart .quantity .zak-qty-plus {
        position: absolute;
        top: 0;
        right: 1px;
        padding: 19px 12px;
        line-height: 0.5;
        font-size: 20px;
        border: none;
        background-color: transparent;
        color: #3F3F46;
    }

        .woocommerce-cart .quantity .zak-qty-plus:hover {
            cursor: pointer;
        }

.woocommerce-cart .product-remove {
    position: absolute;
    right: 0;
    top: 0;
}

.woocommerce-cart :has(.return-to-shop) .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 22px;
}

.woocommerce-cart thead {
    background-color: #FFF;
}

.woocommerce-cart .cart-collaterals tr th {
    padding-left: 0;
}

.woocommerce-cart th {
    padding: 16px;
    border: 0;
    text-transform: capitalize;
    font-weight: 500;
    color: #27272A;
}

.woocommerce-cart td {
    border: 0;
    color: #3F3F46;
}

    .woocommerce-cart td:before {
        font-weight: 500;
        color: #3F3F46;
    }

.woocommerce-cart tr {
    display: block;
    position: relative;
    border-radius: 4px;
    border: 1px solid #D4D4D8;
    margin-bottom: 30px;
}

    .woocommerce-cart tr:last-child {
        margin-bottom: 0;
    }

    .woocommerce-cart tr:has(.actions) {
        border: 0;
    }

        .woocommerce-cart tr:has(.actions) .actions {
            padding: 0;
        }

.woocommerce-cart thead tr {
    border-bottom: 1px solid #D4D4D8;
}

.woocommerce-cart .cart_totals {
    margin-top: 30px;
    padding: 30px 24px;
    background-color: #F4F4F5;
    border: 1px solid #E4E4E7;
    border-radius: 4px;
}

.woocommerce-cart .woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-cart .actions .button {
    width: 100%;
    border: 1px solid #027ABB;
    background-color: #FFF;
    color: #027ABB;
}

    .woocommerce-cart .actions .button[aria-disabled="true"] {
        margin-top: 20px;
        width: calc(100% - 20px);
        background-color: #7DD3FC;
        border: 1px solid #7DD3FC;
        color: #FFF;
        cursor: not-allowed;
    }

.woocommerce-cart .actions > .button {
    background-color: #027ABB;
    color: #FFF;
    line-height: 1.7;
    padding: 10px 16px;
}

    .woocommerce-cart .actions > .button:hover {
        background-color: #0284C7;
        color: #FFF;
    }

    .woocommerce-cart .actions > .button[disabled] {
        cursor: not-allowed;
        opacity: 0.3;
    }

.woocommerce-cart .coupon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    gap: 8px;
    width: 100%;
    margin-bottom: 20px;
}

    .woocommerce-cart .coupon .input-text {
        margin: 0;
        border-radius: 4px;
        width: 100%;
    }

    .woocommerce-cart .coupon button {
        color: #027ABB;
        border-radius: 4px;
        border-color: #027ABB;
    }

        .woocommerce-cart .coupon button.button:hover {
            background-color: #0284C7;
            color: #FFF;
        }

.product-thumbnail {
    text-align: left;
    width: 100px;
}

    .product-thumbnail:before {
        display: none;
    }

.qty {
    width: 50px;
    padding: 4px 8px;
}

.woocommerce-cart-form {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

    .woocommerce-cart-form .product-subtotal .woocommerce-Price-amount {
        font-weight: 600;
    }

.cart-collaterals {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    width: calc(100% - 80px);
}

    .cart-collaterals .cart_totals .shop_table tr {
        margin-bottom: 0;
        border-width: 0 0 1px 0;
    }

        .cart-collaterals .cart_totals .shop_table tr td {
            text-align: right;
        }

        .cart-collaterals .cart_totals .shop_table tr:last-child {
            border-bottom: 0;
        }

@media screen and (min-width: 768px) {
    .woocommerce-cart-form {
        border: 1px solid #D4D4D8;
    }

    .woocommerce-cart .product-remove {
        position: unset;
    }

    .woocommerce-cart tr {
        display: revert;
        border: none;
        margin: 0;
    }

        .woocommerce-cart tr:has(.actions) {
            border: 0;
        }

            .woocommerce-cart tr:has(.actions) .actions {
                padding: 1em;
            }

    .woocommerce-cart tbody tr {
        border-bottom: 1px solid #D4D4D8;
    }

        .woocommerce-cart tbody tr:last-child {
            border-bottom: 0;
        }

    .woocommerce-cart .coupon {
        float: left;
        width: unset;
        margin: 0;
    }

        .woocommerce-cart .coupon .input-text {
            border-radius: 2px;
            width: 222px;
            padding: 12px;
            margin-bottom: 0;
        }

    .woocommerce-cart .actions > .button {
        width: unset;
        float: right;
    }

        .woocommerce-cart .actions > .button[aria-disabled="true"] {
            float: right;
            width: unset;
            margin-top: 0;
        }

    .woocommerce-cart .cart_totals {
        margin-top: 0;
    }

    .cart-collaterals {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    }
}

@media screen and (min-width: 992px) {
    .woocommerce-cart-form {
        -ms-flex-preferred-size: 66%;
        flex-basis: 66%;
    }

    .cart-collaterals {
        display: unset;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc(26% - 16px);
        flex: 1 1 calc(26% - 16px);
    }
}

/**
 * Shop tables.
 */
table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

    table.shop_table_responsive tr td::before {
        content: attr(data-title) ": ";
        float: left;
    }

    table.shop_table_responsive tr td.product-remove a {
        text-align: center;
    }

    table.shop_table_responsive tr td.product-remove::before {
        display: none;
    }

    table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
        display: none;
    }

    table.shop_table_responsive tr td.download-actions .button {
        display: block;
        text-align: center;
    }

@media screen and (min-width: 48em) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }

    table.shop_table_responsive tr td {
        display: table-cell;
        vertical-align: middle;
    }

        table.shop_table_responsive tr td::before {
            display: none;
        }
}

/**
 * Checkout.
 */
.woocommerce-checkout .woocommerce-checkout-review-order-table th {
    text-transform: capitalize;
}

.woocommerce-checkout .woocommerce-shipping-totals {
    background: #F4F4F5;
    padding: 16px 0;
    border-bottom: 1px solid #E4E4E7;
}

.woocommerce-checkout .woocommerce-shipping-fields {
    margin-top: 24px;
}

.woocommerce-checkout::after {
    content: "";
    clear: both;
    display: table;
}

.woocommerce-checkout h3 {
    font-size: 2.4rem;
    color: #18181B;
    margin-bottom: 30px;
}

.woocommerce-checkout .checkout {
    margin-top: 30px;
}

.woocommerce-checkout .form-row {
    margin-bottom: 16px;
    margin-right: 6px;
}

    .woocommerce-checkout .form-row input:not([type="checkbox"]) {
        width: 100%;
        padding: 10px 18px;
        margin-bottom: 0;
        background-color: #FFF;
        line-height: 1.5;
        height: 48px;
        border-radius: 4px;
    }

    .woocommerce-checkout .form-row label {
        display: block;
        margin-bottom: 4px;
        font-size: 1.6rem;
        color: #27272A;
        font-weight: 400;
        line-height: 1.8;
        letter-spacing: 0.01em;
        text-transform: capitalize;
    }

.woocommerce-checkout .woocommerce-form-login {
    padding: 24px;
    background-color: #FFF;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #D4D4D8;
}

    .woocommerce-checkout .woocommerce-form-login button {
        width: unset;
        margin-top: 8px;
    }

.woocommerce-checkout .checkout_coupon {
    background-color: #F4F4F5;
    padding: 0 16px 16px 16px;
    margin-bottom: 20px;
}

    .woocommerce-checkout .checkout_coupon .form-row {
        display: inline-block;
    }

        .woocommerce-checkout .checkout_coupon .form-row input:not([type="checkbox"]) {
            width: 100%;
            padding: 8px;
            margin-bottom: 0;
            background-color: #F4F4F5;
        }

    .woocommerce-checkout .checkout_coupon .button:hover {
        background-color: #0284C7;
        color: #FFF;
    }

.woocommerce-checkout .woocommerce-form-coupon input::-webkit-input-placeholder {
    color: #71717A;
}

.woocommerce-checkout .woocommerce-form-coupon input::-moz-placeholder {
    color: #71717A;
}

.woocommerce-checkout .woocommerce-form-coupon input::-ms-input-placeholder {
    color: #71717A;
}

.woocommerce-checkout .woocommerce-form-coupon input::placeholder {
    color: #71717A;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle {
    background-color: #F4F4F5;
    padding: 16px;
}

.woocommerce-checkout textarea {
    height: 100px;
    background-color: #FFF;
}

.col2-set {
    background: #FFF;
    margin-bottom: 32px;
}

    .col2-set .shipping_address {
        margin-bottom: 32px;
    }

.woocommerce-additional-fields h3 {
    margin-top: 32px;
}

.woocommerce-checkout-review-order {
    padding: 30px 24px;
    background-color: #F4F4F5;
    border: 1px solid #E4E4E7;
    border-radius: 4px;
}

    .woocommerce-checkout-review-order .form-row {
        margin-bottom: 0;
    }

    .woocommerce-checkout-review-order ul {
        margin: 0;
        list-style: none;
    }

    .woocommerce-checkout-review-order table {
        background-color: transparent;
    }

        .woocommerce-checkout-review-order table thead,
        .woocommerce-checkout-review-order table tbody,
        .woocommerce-checkout-review-order table .cart-subtotal {
            display: block;
            padding-bottom: 24px;
            background-color: transparent;
            border-bottom: 1px solid #D4D4D8;
        }

        .woocommerce-checkout-review-order table tbody,
        .woocommerce-checkout-review-order table .cart-subtotal,
        .woocommerce-checkout-review-order table .order-total {
            padding-top: 24px;
            background-color: transparent;
        }

        .woocommerce-checkout-review-order table .cart-subtotal,
        .woocommerce-checkout-review-order table .order-total {
            font-weight: 600;
        }

        .woocommerce-checkout-review-order table .cart-subtotal,
        .woocommerce-checkout-review-order table tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
        }

        .woocommerce-checkout-review-order table th {
            text-align: left;
            padding: 0;
            font-weight: 600;
            text-transform: uppercase;
            border: none;
        }

        .woocommerce-checkout-review-order table td {
            display: block;
            padding: 0;
            border: none;
            line-height: 1.2;
        }

        .woocommerce-checkout-review-order table strong {
            font-weight: 600;
        }

        .woocommerce-checkout-review-order table tbody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 16px;
        }

    .woocommerce-checkout-review-order ul.wc_payment_methods {
        padding: 0;
        list-style: none;
    }

        .woocommerce-checkout-review-order ul.wc_payment_methods .wc_payment_method {
            margin-bottom: 8px;
        }

        .woocommerce-checkout-review-order ul.wc_payment_methods p {
            color: #52525B;
        }

        .woocommerce-checkout-review-order ul.wc_payment_methods .woocommerce-info {
            padding: 18px 20px;
            border: 2px dashed #D4D4D8;
            border-radius: 4px;
        }

    .woocommerce-checkout-review-order .place-order {
        margin-top: 24px;
    }

    .woocommerce-checkout-review-order button {
        width: 100%;
        margin-top: 16px;
        padding: 12px 10px;
    }

        .woocommerce-checkout-review-order button:hover {
            background-color: #0284C7;
            color: #FFF;
        }

.ws-distraction-free-checkout .site-header .ws-row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media screen and (min-width: 768px) {
    .col2-set {
        float: left;
        width: calc(56% - 16px);
    }

    #order_review_heading {
        float: right;
        width: 43%;
        clear: right;
    }

    .woocommerce-checkout-review-order {
        float: right;
        width: 43%;
    }

    .woocommerce-checkout .checkout_coupon .form-row {
        display: inline-block;
        width: 35%;
    }
}

/**
 * Account Page.
 */
.woocommerce-account.logged-in .woocommerce {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
}

.woocommerce-account .cm-entry-header {
    margin-bottom: 30px;
}

.woocommerce-account h2 {
    margin-bottom: 30px;
    font-size: 3.2rem;
}

.woocommerce-account .col2-set#customer_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    width: 100%;
}

    .woocommerce-account .col2-set#customer_login .col-1,
    .woocommerce-account .col2-set#customer_login .col-2 {
        width: 100%;
    }

    .woocommerce-account .col2-set#customer_login .col-2 {
        margin-top: 0;
    }

.woocommerce-account label {
    display: block;
    color: #3F3F46;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 4px;
}

.woocommerce-account .woocommerce-EditAccountForm fieldset {
    margin-bottom: 30px;
    padding: 30px 16px 20px 16px;
}

.woocommerce-account .woocommerce-form-row--last,
.woocommerce-account .woocommerce-form-row--first {
    margin-bottom: 0;
}

.woocommerce-account input[type="text"],
.woocommerce-account input[type="email"],
.woocommerce-account input[type="password"],
.woocommerce-account input[type="url"],
.woocommerce-account input[type="tel"] {
    margin-bottom: 16px;
    height: 46px;
    border-radius: 4px;
}

.woocommerce-account .woocommerce-orders-table .woocommerce-button {
    background: #027ABB;
    padding: 8px;
    border-radius: 4px;
    color: #FFF;
    text-decoration: none;
}

.woocommerce-account .woocommerce-info {
    padding: 12px 34px;
    background-color: #F4F4F5;
    border-top: 2px solid #027ABB;
    border-radius: 4px;
}

    .woocommerce-account .woocommerce-info .wc-forward {
        padding: 10px 20px;
        color: #FFF;
        text-decoration: none;
        background-color: #027ABB;
        border-radius: 4px;
    }

.woocommerce-account table tr, .woocommerce-account table th, .woocommerce-account table td {
    border: 1px solid #E4E4E7;
}

.woocommerce-account address {
    padding: 12px;
    border: 1px solid #E4E4E7;
    border-radius: 4px;
}

.woocommerce-account fieldset {
    border-color: #D4D4D8;
    border-radius: 4px;
}

.woocommerce-account .woocommerce-Address .woocommerce-Address-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
}

    .woocommerce-account .woocommerce-Address .woocommerce-Address-title a {
        font-size: 14px;
    }

.woocommerce-account .woocommerce-Address address {
    border: none;
}

.woocommerce-MyAccount-navigation {
    overflow: hidden;
    padding-bottom: 70px;
}

    .woocommerce-MyAccount-navigation ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .woocommerce-MyAccount-navigation ul li a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 55px;
            padding: 0 20px;
            font-weight: 400;
            border-radius: 4px;
            color: #27272A;
            text-decoration: none;
        }

            .woocommerce-MyAccount-navigation ul li a:hover, .woocommerce-MyAccount-navigation ul li a:focus {
                background: #F4F4F5;
                color: #027ABB;
            }

        .woocommerce-MyAccount-navigation ul li:last-child a {
            border-bottom: 0;
        }

        .woocommerce-MyAccount-navigation ul .is-active a {
            color: #FFF;
            background-color: #027ABB;
        }

            .woocommerce-MyAccount-navigation ul .is-active a:hover, .woocommerce-MyAccount-navigation ul .is-active a:focus {
                background-color: #027ABB;
                color: #FFF;
            }

.woocommerce-MyAccount-content {
    border-radius: 4px;
}

    .woocommerce-MyAccount-content .woocommerce-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .woocommerce-MyAccount-content .woocommerce-info a {
            padding: 10px 20px;
            border-radius: 4px;
            color: #FFF;
            text-decoration: none;
            background-color: #027ABB;
        }

    .woocommerce-MyAccount-content p {
        margin-bottom: 12px;
    }

        .woocommerce-MyAccount-content p:last-child {
            margin-bottom: 0;
        }

    .woocommerce-MyAccount-content .woocommerce-Button {
        padding: 8px 16px;
    }

        .woocommerce-MyAccount-content .woocommerce-Button:hover {
            background-color: #0284C7;
            color: #FFF;
        }

@media screen and (min-width: 768px) {
    .woocommerce-account.logged-in .woocommerce {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .woocommerce-account .col2-set {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
        width: 100%;
    }

        .woocommerce-account .col2-set#customer_login {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
        }

    .woocommerce-MyAccount-navigation {
        width: 35%;
        padding-right: 30px;
        border-right: 1px solid #E4E4E7;
    }

    .woocommerce-MyAccount-content {
        width: 65%;
    }
}

/**
 * Login Page.
 */
.woocommerce-form-login__rememberme {
    display: block;
}

    .woocommerce-form-login__rememberme input[type="checkbox"] {
        margin-right: 8px;
    }

.woocommerce-form-login input[type="text"],
.woocommerce-form-login input[type="password"] {
    margin-bottom: 16px;
    background-color: #F4F4F5;
}

.woocommerce-form-login .woocommerce-button {
    margin-top: 16px;
    margin-bottom: 32px;
    padding: 8px 60px;
}

    .woocommerce-form-login .woocommerce-button:hover {
        background-color: #0284C7;
        color: #FFF;
    }

.woocommerce-form-login .woocommerce-LostPassword a {
    font-size: 1.8rem;
}

.woocommerce-form-login p.form-row {
    margin-bottom: 0;
}

.woocommerce-lost-password .woocommerce label {
    display: block;
    margin-bottom: 4px;
    font-weight: 600;
    line-height: 1.8;
}

.woocommerce-lost-password button {
    background-color: transparent;
    color: #027ABB;
}

.woocommerce-lost-password .woocommerce-ResetPassword {
    width: 288px;
    margin-left: auto;
    margin-right: auto;
}

    .woocommerce-lost-password .woocommerce-ResetPassword p {
        margin-bottom: 16px;
    }

    .woocommerce-lost-password .woocommerce-ResetPassword input[type="text"] {
        background-color: #FFF;
        margin-bottom: 16px;
    }

.woocommerce-form-register {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

    .woocommerce-form-register input[type="email"] {
        margin-bottom: 16px;
    }

    .woocommerce-form-register button.woocommerce-Button {
        color: #027ABB;
        background-color: transparent;
        margin-top: 16px;
    }

        .woocommerce-form-register button.woocommerce-Button:hover {
            background-color: #027ABB;
            color: #FFF;
        }

.woocommerce-form-register {
    padding: 30px 24px;
    border-radius: 4px;
    border: 1px solid #E4E4E7;
}

    .woocommerce-form-register label {
        display: block;
        margin-bottom: 4px;
        font-weight: 600;
        line-height: 1.8;
    }

    .woocommerce-form-register p:last-child {
        margin-bottom: 14px;
    }

.woocommerce-form-login {
    padding: 30px 24px;
    background-color: #F4F4F5;
    border-radius: 4px;
    border: 1px solid #E4E4E7;
}

    .woocommerce-form-login label {
        display: block;
        margin-bottom: 4px;
        font-weight: 600;
        line-height: 1.8;
    }

@media screen and (min-width: 768px) {
    .woocommerce-lost-password .woocommerce-ResetPassword {
        width: 570px;
    }
}

.wishlist-title-container {
    display: none;
}

.woocommerce-wishlist .wp-block-group.has-background {
    padding: 1.25em 1em;
}

.wishlist_table .product-stock-status span.wishlist-in-stock {
    color: #129878;
    font-style: italic;
}

.wishlist_table .product-stock-status span.wishlist-out-of-stock {
    color: #982A12;
    font-style: italic;
}

.wishlist_table.mobile {
    padding-left: 0;
    max-width: 500px;
    margin: 0 auto;
}

    .wishlist_table.mobile th, .wishlist_table.mobile td {
        border: none;
    }

    .wishlist_table.mobile li {
        padding: 24px 16px;
        border: 1px solid #dedede;
        border-radius: 4px;
        margin-bottom: 55px;
    }

        .wishlist_table.mobile li .item-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center;
            width: unset;
            margin-bottom: 0;
        }

            .wishlist_table.mobile li .item-wrapper .product-thumbnail {
                width: 100%;
                max-width: 300px;
                margin-right: 0;
                padding-bottom: 1rem;
            }

            .wishlist_table.mobile li .item-wrapper .item-details {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                width: 100%;
                color: var(--wp--preset--color--foreground);
            }

                .wishlist_table.mobile li .item-wrapper .item-details .product-name {
                    margin-bottom: 16px;
                }

                    .wishlist_table.mobile li .item-wrapper .item-details .product-name a {
                        font-size: 14px;
                        color: #27272A;
                        text-decoration: none;
                    }

                    .wishlist_table.mobile li .item-wrapper .item-details .product-name h3 {
                        font-weight: 600;
                        margin-bottom: 0;
                        line-height: 170%;
                    }

                .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table {
                    font-size: 1.125em;
                    font-weight: 600;
                    line-height: 170%;
                    margin-bottom: 10px;
                    border-spacing: 0;
                }

                    .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td {
                        padding: 0;
                    }

                        .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td.label {
                            font-size: 16px;
                            font-weight: inherit;
                        }

                        .wishlist_table.mobile li .item-wrapper .item-details table.item-details-table td.value {
                            font-size: 14px;
                            font-weight: 500;
                            color: #52525B;
                        }

        .wishlist_table.mobile li .additional-info-wrapper {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        }

            .wishlist_table.mobile li .additional-info-wrapper table.additional-info {
                font-size: 1.125em;
                font-weight: 600;
                line-height: 170%;
                margin-bottom: 10px;
                color: #52525B;
            }

                .wishlist_table.mobile li .additional-info-wrapper table.additional-info td {
                    padding: 0;
                }

                    .wishlist_table.mobile li .additional-info-wrapper table.additional-info td.label {
                        font-size: 16px;
                        font-weight: inherit;
                    }

                    .wishlist_table.mobile li .additional-info-wrapper table.additional-info td.value {
                        font-size: 14px;
                        font-weight: 500;
                        font-style: italic;
                        color: #129878;
                    }

            .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
                -ms-flex-preferred-size: calc( 88% - 10px);
                flex-basis: calc( 88% - 10px);
                margin-bottom: 0;
                margin-right: 10px;
            }

                .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a {
                    padding: 6px 8px;
                    border: 1px solid #D4D4D8;
                    color: #3F3F46;
                    border-radius: 4px;
                    font-size: 14px;
                    text-decoration: none;
                    margin: 0 !important;
                    width: 100%;
                }

                    .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart a:hover {
                        background-color: #027ABB;
                        color: #FFF;
                    }

                .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart .wp-element-button {
                    padding: unset;
                    text-align: left;
                    width: 100%;
                    display: -webkit-box !important;
                    display: -ms-flexbox !important;
                    display: flex !important;
                    -webkit-box-align: center;
                    -ms-flex-align: center;
                    align-items: center;
                    font-weight: 400;
                    font-size: 1.125em;
                    background-color: transparent;
                }

                    .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart .wp-element-button.product_type_variable:after {
                        right: -102px;
                    }

                .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart ~ .product-remove {
                    -ms-flex-preferred-size: 12%;
                    flex-basis: 12%;
                    border: 1px solid #D4D4D8;
                    border-radius: 4px;
                    text-align: center;
                }

            .wishlist_table.mobile li .additional-info-wrapper .product-remove {
                -ms-flex-preferred-size: 100%;
                flex-basis: 100%;
                text-align: right;
                font-size: 1.25em;
                font-weight: 200;
            }

                .wishlist_table.mobile li .additional-info-wrapper .product-remove a {
                    text-decoration: none;
                }

                .wishlist_table.mobile li .additional-info-wrapper .product-remove i::before {
                    content: "\f014";
                }

.woocommerce-message {
    padding: 16px;
    background: #F4F4F5;
    border-radius: 4px;
    margin-bottom: 16px;
}

.yith_wcwl_wishlist_footer {
    display: none;
}

@media screen and (min-width: 768px) {
    table.wishlist_table {
        font-size: 14px;
    }

        table.wishlist_table th, table.wishlist_table td {
            border: none;
        }

        table.wishlist_table thead {
            font-weight: 500;
            border: 1px solid #e7e7e7;
            text-align: left;
        }

            table.wishlist_table thead th {
                color: #27272A;
                white-space: nowrap;
            }

        table.wishlist_table .wishlist-items-wrapper {
            border: 1px solid #D4D4D8;
        }

            table.wishlist_table .wishlist-items-wrapper .product-name {
                font-weight: 400;
            }

                table.wishlist_table .wishlist-items-wrapper .product-name a {
                    font-size: 14px;
                    color: #52525B;
                    text-decoration: none;
                }

            table.wishlist_table .wishlist-items-wrapper tr {
                border-bottom: 1px solid #D4D4D8;
            }

            table.wishlist_table .wishlist-items-wrapper td {
                text-align: left;
            }

                table.wishlist_table .wishlist-items-wrapper td.product-thumbnail a {
                    max-width: 100px;
                }

                    table.wishlist_table .wishlist-items-wrapper td.product-thumbnail a img {
                        max-width: 100px;
                        width: unset;
                    }

                table.wishlist_table .wishlist-items-wrapper td.product-remove a {
                    text-decoration: none;
                }

                table.wishlist_table .wishlist-items-wrapper td.product-remove .remove_from_wishlist {
                    font-size: 16px;
                    padding: 20px;
                    color: #52525B;
                }

                table.wishlist_table .wishlist-items-wrapper td.product-add-to-cart a {
                    background-color: unset;
                    color: #027ABB;
                    display: -webkit-box !important;
                    display: -ms-flexbox !important;
                    display: flex !important;
                    -webkit-box-orient: horizontal;
                    -webkit-box-direction: reverse;
                    -ms-flex-direction: row-reverse;
                    flex-direction: row-reverse;
                    -webkit-box-pack: start;
                    -ms-flex-pack: start;
                    justify-content: start;
                    width: -webkit-fit-content;
                    width: -moz-fit-content;
                    width: fit-content;
                    padding: 10px 24px;
                    border: 1px solid #027ABB;
                    border-radius: 4px;
                    text-decoration: none;
                    margin: 0 !important;
                }

                    table.wishlist_table .wishlist-items-wrapper td.product-add-to-cart a:hover {
                        background-color: #027ABB;
                        color: #FFF;
                    }
}

.woocommerce-page .zak-add-to-wishlist-after_add_to_cart .button,
.woocommerce-page .zak-add-to-wishlist-before_add_to_cart .button {
    padding: 6px;
    width: calc(100% - 48px);
}

.woocommerce-page .zak-add-to-wishlist-before_image i {
    background-color: #FFF;
}

.woocommerce-page.archive .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist,
.woocommerce-page .related .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist,
.woocommerce-page .upsells .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    right: 4px;
    top: 4px;
    left: unset;
}

    .woocommerce-page.archive .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
    .woocommerce-page.archive .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
    .woocommerce-page.archive .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i,
    .woocommerce-page .related .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
    .woocommerce-page .related .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
    .woocommerce-page .related .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i,
    .woocommerce-page .upsells .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
    .woocommerce-page .upsells .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
    .woocommerce-page .upsells .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i {
        font-size: 16px;
        font-weight: 600;
        padding: 10px;
        border-radius: 100%;
    }

    .woocommerce-page.archive .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist.button,
    .woocommerce-page .related .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist.button,
    .woocommerce-page .upsells .products .product.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .add_to_wishlist.button {
        all: unset;
    }

.woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart, .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart,
.woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart,
.woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart,
.woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart,
.woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

    .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist, .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist,
    .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist,
    .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist,
    .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist,
    .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 48px;
        position: unset;
    }

        .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
        .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
        .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i, .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
        .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
        .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i {
            margin: 0;
            padding: 10px;
            font-size: 16px;
            vertical-align: bottom;
            border: 1px solid #D4D4D8;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border-radius: 4px;
            color: #3F3F46;
        }

            .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover,
            .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover,
            .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover, .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover,
            .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover,
            .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover,
            .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover,
            .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover,
            .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover,
            .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover,
            .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover,
            .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover,
            .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover,
            .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover,
            .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover,
            .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover,
            .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover,
            .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover {
                background-color: #027ABB;
            }

                .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover:before,
                .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover:before,
                .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover:before, .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover:before,
                .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover:before,
                .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover:before,
                .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover:before,
                .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover:before,
                .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover:before,
                .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover:before,
                .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover:before,
                .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover:before,
                .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover:before,
                .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover:before,
                .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover:before,
                .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover:before,
                .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover:before,
                .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover:before {
                    color: #FFF;
                }

        .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span,
        .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span,
        .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span, .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span,
        .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span,
        .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span {
            display: none;
        }

        .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback .yith-wcwl-icon ~ *,
        .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon ~ *, .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback .yith-wcwl-icon ~ *,
        .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon ~ *,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback .yith-wcwl-icon ~ *,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon ~ *,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback .yith-wcwl-icon ~ *,
        .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon ~ *,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback .yith-wcwl-icon ~ *,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon ~ *,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback .yith-wcwl-icon ~ *,
        .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon ~ * {
            display: none;
        }

    .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .button.wp-element-button, .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .button.wp-element-button,
    .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .button.wp-element-button,
    .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .button.wp-element-button,
    .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .button.wp-element-button,
    .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .button.wp-element-button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 10px 10px;
    }

    .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist,
    .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist,
    .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .button,
    .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .wp-block-button,
    .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .button,
    .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .wp-block-button,
    .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .button,
    .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .wp-block-button {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .wc-forward,
    .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .wc-forward,
    .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .wc-forward {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
    }

    .woocommerce-page.archive .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist,
    .woocommerce-page .related .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist,
    .woocommerce-page .upsells .products .product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 0;
    }

    .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .button,
    .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .wp-block-button,
    .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .button,
    .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .wp-block-button,
    .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .button,
    .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .wp-block-button {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .wc-forward,
    .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .wc-forward,
    .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .wc-forward {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
    }

    .woocommerce-page.archive .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist,
    .woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist,
    .woocommerce-page .upsells .products .product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-right: 0;
    }

.woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist {
    position: unset;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

    .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .button,
    .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .button,
    .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .button {
        padding: 0;
    }

    .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a,
    .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
    .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a {
        font-size: 16px;
        text-decoration: underline;
        color: #027ABB;
    }

    .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
    .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
    .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i {
        margin: 0;
        font-size: 20px;
        vertical-align: bottom;
        padding: 4px;
        border-radius: 4px;
        border: 1px solid transparent;
    }

        .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:before,
        .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:before,
        .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:before {
            color: #3F3F46;
        }

    .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback .yith-wcwl-icon ~ *,
    .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon ~ * {
        display: none;
    }

.woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .entry-summary .product_meta {
    width: 100%;
    margin-top: 24px;
    padding-top: 10px;
}

.woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist) .button.wp-element-button {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist).zak-add-to-wishlist-after_add_to_cart .entry-summary .yith-wcwl-add-to-wishlist {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist).zak-add-to-wishlist-before_add_to_cart .button {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

.woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist).zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: 0;
}

.woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist).zak-add-to-wishlist-after_add_to_cart .button.wp-element-button {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist).zak-add-to-wishlist-after_add_to_cart .single-product__form-wrapper {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .woocommerce-page.single-product .product:has(.yith-wcwl-add-to-wishlist).zak-add-to-wishlist-after_add_to_cart .single-product__form-wrapper .yith-wcwl-add-to-wishlist {
        position: absolute;
        bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-left: 217px;
    }

.woocommerce-page.single-product :has(.out-of-stock) .yith-wcwl-add-to-wishlist {
    display: none;
}

.woocommerce-page .related .products .product.zak-add-to-wishlist-after_add_to_cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
    right: 4px;
    top: 4px;
    left: unset;
}

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i {
        font-size: 20px;
        padding: 10px;
        border-radius: 100%;
        background: #FFF;
    }

        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:before,
        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:before,
        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:before {
            color: #3F3F46;
        }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span,
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span,
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span {
        display: none;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i {
        color: #3F3F46;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button::before,
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse::before,
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse::before {
        content: "Add to wishlist";
        position: absolute;
        top: 5px;
        right: 50px;
        width: 100px;
        padding: 8px;
        font-family: "Jost", "sans-serif";
        color: #27272A;
        font-size: 12px;
        text-align: center;
        border-radius: 5px;
        line-height: 120%;
        background-color: #FFF;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover .yith-wcwl-add-button::after,
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse::after,
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse::after {
        content: "";
        display: block;
        position: absolute;
        top: 14px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        right: 46px;
        width: 0;
        height: 0;
        background: 0 0;
        border-left: 5px solid transparent;
        border-right: 5px solid #FFF;
        border-top: 5px solid #FFF;
        border-bottom: 5px solid transparent;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistaddedbrowse::before,
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_image .yith-wcwl-add-to-wishlist:hover .yith-wcwl-wishlistexistsbrowse::before {
        content: "Add to wishlist";
        position: absolute;
        top: 5px;
        right: 50px;
        width: 100px;
        padding: 8px;
        font-family: "Jost", "sans-serif";
        color: #27272A;
        font-size: 12px;
        text-align: center;
        border-radius: 5px;
        line-height: 120%;
        background-color: #FFF;
        content: "Browse wishlist";
    }

.wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist {
    margin-bottom: 12px;
}

.wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 48px;
        position: unset;
    }

        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i,
        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i,
        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i {
            margin: 0;
            padding: 10px;
            font-size: 16px;
            vertical-align: bottom;
            border: 1px solid #D4D4D8;
            -webkit-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            border-radius: 4px;
            color: #3F3F46;
        }

            .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover,
            .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover,
            .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover,
            .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover,
            .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover {
                background-color: #027ABB;
            }

                .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover:before,
                .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover:before,
                .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover:before, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button i:hover:before,
                .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse i:hover:before,
                .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse i:hover:before {
                    color: #FFF;
                }

        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span,
        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span,
        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button span,
        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse span,
        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse span {
            display: none;
        }

        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback .yith-wcwl-icon ~ *,
        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon ~ *, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback .yith-wcwl-icon ~ *,
        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback .yith-wcwl-icon ~ * {
            display: none;
        }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .button.wp-element-button, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .button.wp-element-button {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 10px 10px;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .button,
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .wp-block-button {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .wc-forward {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-left: 0;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .button,
    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .wp-block-button {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .wc-forward {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 100%;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        margin-right: 0;
    }

.wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .wc-block-grid__product-link, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .wc-block-grid__product-link {
        width: 100%;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .wc-block-grid__product-price, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .wc-block-grid__product-price {
        width: 100%;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .wc-block-grid__product-add-to-cart, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .wc-block-grid__product-add-to-cart {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist {
        position: static;
    }

        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist {
            display: block;
            padding: 0;
        }

            .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:hover i, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:hover i {
                color: #FFF;
                background-color: #027ABB;
            }

                .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:hover i:before, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .add_to_wishlist:hover i:before {
                    color: #FFF;
                }

        .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-icon, .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist .yith-wcwl-add-button .yith-wcwl-icon {
            border-radius: 4px;
        }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-before_add_to_cart .yith-wcwl-add-to-wishlist {
        margin-right: 0;
    }

    .wc-block-grid .wc-block-grid__products .wc-block-grid__product.zak-add-to-wishlist-after_add_to_cart .yith-wcwl-add-to-wishlist {
        margin-left: 0;
    }

.related .zak-add-to-wishlist-after_add_to_cart .button,
.related .zak-add-to-wishlist-before_add_to_cart .button {
    padding: 6px;
    width: calc(100% - 62px);
}

.zak-header-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}

    .zak-header-action .yith-wcwl-items-count {
        position: relative;
    }

        .zak-header-action .yith-wcwl-items-count .yith-wcwl-icon {
            font-weight: 700;
            color: black;
        }

            .zak-header-action .yith-wcwl-items-count .yith-wcwl-icon span {
                font-weight: 400;
                position: absolute;
                top: -4px;
                right: -10px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                font-size: 10px;
                width: 16px;
                height: 16px;
                background-color: #027ABB;
                color: #FAFAFA;
                border-radius: 50%;
                text-align: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                font-family: -apple-system, blinkmacsystemfont, "segoe ui", roboto, "oxygen-sans", ubuntu, cantarell, "helvetica neue", helvetica, arial, sans-serif;
            }

li.product .yith-wcqv-button {
    position: absolute;
    top: 4px;
    right: 6px;
    width: unset;
    padding: 8px;
    border-radius: 100%;
    background-color: #FFF;
}

    li.product .yith-wcqv-button svg {
        width: 20px;
        height: 20px;
    }

li.product.zak-add-to-wishlist-before_image .yith-wcqv-button {
    top: 44px;
}

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-head .yith-wcqv-close {
    border: none;
    top: 10px;
    right: 10px;
    color: #52525B;
    opacity: 1;
    font-weight: 600;
}

    #yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-head .yith-wcqv-close:hover {
        color: #52525B;
    }

#yith-quick-view-modal .yith-wcqv-wrapper .yith-wcqv-main {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 50px;
}

.wishlist-items-wrapper a.yith-wcqv-button {
    padding: 10px;
    font-weight: 600;
    border-radius: 4px;
    white-space: nowrap;
    background: transparent !important;
}

#yith-quick-view-content .onsale {
    top: 0;
    right: auto;
    left: 0;
}
/*! elementor - v3.21.0 - 11-04-2024 */
.dialog-widget-content {
    background-color: var(--e-a-bg-default);
    position: absolute;
    border-radius: 3px;
    box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
    overflow: hidden;
}

.dialog-message {
    line-height: 1.5;
    box-sizing: border-box;
}

.dialog-close-button {
    cursor: pointer;
    position: absolute;
    margin-block-start: 15px;
    right: 15px;
    color: var(--e-a-color-txt);
    font-size: 15px;
    line-height: 1;
    transition: var(--e-a-transition-hover);
}

    .dialog-close-button:hover {
        color: var(--e-a-color-txt-hover);
    }

.dialog-prevent-scroll {
    overflow: hidden;
    max-height: 100vh;
}

.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;
    user-select: none;
}

.elementor-editor-active .elementor-popup-modal {
    background-color: initial;
}

.dialog-type-alert .dialog-widget-content, .dialog-type-confirm .dialog-widget-content {
    margin: auto;
    width: 400px;
    padding: 20px;
}

.dialog-type-alert .dialog-header, .dialog-type-confirm .dialog-header {
    font-size: 15px;
    font-weight: 500;
}

    .dialog-type-alert .dialog-header:after, .dialog-type-confirm .dialog-header:after {
        content: "";
        display: block;
        border-block-end: var(--e-a-border);
        padding-block-end: 10px;
        margin-block-end: 10px;
        margin-inline-start: -20px;
        margin-inline-end: -20px;
    }

.dialog-type-alert .dialog-message, .dialog-type-confirm .dialog-message {
    min-height: 50px;
}

.dialog-type-alert .dialog-buttons-wrapper, .dialog-type-confirm .dialog-buttons-wrapper {
    padding-block-start: 10px;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

    .dialog-type-alert .dialog-buttons-wrapper .dialog-button, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button {
        font-size: 12px;
        font-weight: 500;
        line-height: 1.2;
        padding: 8px 16px;
        outline: none;
        border: none;
        border-radius: var(--e-a-border-radius);
        background-color: var(--e-a-btn-bg);
        color: var(--e-a-btn-color-invert);
        transition: var(--e-a-transition-hover);
    }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
            border: none;
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover {
            background-color: var(--e-a-btn-bg-hover);
            color: var(--e-a-btn-color-invert);
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:active {
            background-color: var(--e-a-btn-bg-active);
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:not([disabled]), .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not([disabled]) {
            cursor: pointer;
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:disabled {
            background-color: var(--e-a-btn-bg-disabled);
            color: var(--e-a-btn-color-disabled);
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:not(.elementor-button-state) .elementor-state-icon {
            display: none;
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt {
            background: transparent;
            color: var(--e-a-color-txt);
        }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:hover {
                background: var(--e-a-bg-hover);
                color: var(--e-a-color-txt-hover);
            }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel:disabled, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt:disabled {
                background: transparent;
                color: var(--e-a-color-txt-disabled);
            }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt-border, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt-border {
            border: 1px solid var(--e-a-color-txt-muted);
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success {
            background-color: var(--e-a-btn-bg-success);
        }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-success:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-success:hover {
                background-color: var(--e-a-btn-bg-success-hover);
            }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary {
            background-color: var(--e-a-btn-bg-primary);
            color: var(--e-a-btn-color);
        }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary:hover {
                background-color: var(--e-a-btn-bg-primary-hover);
                color: var(--e-a-btn-color);
            }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt {
                background: transparent;
                color: var(--e-a-color-primary-bold);
            }

                .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-cancel.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.dialog-ok.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-ok:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-btn-txt.dialog-take_over:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.dialog-cancel:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-primary.e-btn-txt:hover {
                    background: var(--e-a-bg-primary);
                }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro {
            background-color: var(--e-a-btn-bg-accent);
        }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:hover {
                background-color: var(--e-a-btn-bg-accent-hover);
            }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-accent:active, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.go-pro:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-accent:active, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.go-pro:active {
                background-color: var(--e-a-btn-bg-accent-active);
            }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info {
            background-color: var(--e-a-btn-bg-info);
        }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-info:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-info:hover {
                background-color: var(--e-a-btn-bg-info-hover);
            }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning {
            background-color: var(--e-a-btn-bg-warning);
        }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-warning:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-warning:hover {
                background-color: var(--e-a-btn-bg-warning-hover);
            }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger {
            background-color: var(--e-a-btn-bg-danger);
        }

            .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.e-danger:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button.elementor-button-danger:hover {
                background-color: var(--e-a-btn-bg-danger-hover);
            }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button i, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button i {
            margin-inline-end: 5px;
        }

        .dialog-type-alert .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-alert .dialog-buttons-wrapper .dialog-button:visited, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:focus, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:hover, .dialog-type-confirm .dialog-buttons-wrapper .dialog-button:visited {
            color: initial;
        }

.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-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: var(--e-a-bg-logo);
    display: inline-block;
    padding: .75em;
    border-radius: 50%;
    line-height: 1;
}

    .e-logo-wrapper i {
        color: var(--e-a-color-logo);
        font-size: 1em;
    }

.elementor *, .elementor :after, .elementor :before {
    box-sizing: border-box;
}

.elementor a {
    box-shadow: none;
    text-decoration: none;
}

.elementor hr {
    margin: 0;
    background-color: transparent;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    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-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 {
    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%;
    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%;
    background-size: cover;
}

.e-con-inner > .elementor-element.elementor-absolute, .e-con > .elementor-element.elementor-absolute, .elementor-widget-wrap > .elementor-element.elementor-absolute {
    position: absolute;
}

.e-con-inner > .elementor-element.elementor-fixed, .e-con > .elementor-element.elementor-fixed, .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 {
    --flex-direction:initial;
    --flex-wrap:initial;
    --justify-content:initial;
    --align-items:initial;
    --align-content:initial;
    --gap:initial;
    --flex-basis:initial;
    --flex-grow:initial;
    --flex-shrink:initial;
    --order:initial;
    --align-self:initial;
    flex-basis: var(--flex-basis);
    flex-grow: var(--flex-grow);
    flex-shrink: var(--flex-shrink);
    order: var(--order);
    align-self: var(--align-self);
}

    .elementor-element.elementor-absolute, .elementor-element.elementor-fixed {
        z-index: 1;
    }

    .elementor-element:where(.e-con-full,.elementor-widget) {
        flex-direction: var(--flex-direction);
        flex-wrap: var(--flex-wrap);
        justify-content: var(--justify-content);
        align-items: var(--align-items);
        align-content: var(--align-content);
        gap: var(--gap);
    }

.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%;
    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;
        filter: drop-shadow(1px 0 6px rgba(0,0,0,.3));
    }

    .elementor-custom-embed-play i, .elementor-custom-embed-play svg {
        opacity: .8;
        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 {
        animation: eicon-spin 2s linear infinite;
    }

.elementor-tag {
    display: inline-flex;
}

.elementor-ken-burns {
    transition-property: transform;
    transition-duration: 10s;
    transition-timing-function: linear;
}

.elementor-ken-burns--out {
    transform: scale(1.3);
}

.elementor-ken-burns--active {
    transition-duration: 20s;
}

    .elementor-ken-burns--active.elementor-ken-burns--out {
        transform: scale(1);
    }

    .elementor-ken-burns--active.elementor-ken-burns--in {
        transform: scale(1.3);
    }

@media (min-width:-1) {
    .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:-1) {
    .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:-1) {
    .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:-1) {
    .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%;
    }
}

:root {
    --page-title-display:block;
}

.elementor-page-title, h1.entry-title {
    display: var(--page-title-display);
}

@keyframes eicon-spin {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(359deg);
    }
}

.eicon-animation-spin {
    animation: eicon-spin 2s linear infinite;
}

.elementor-section {
    position: relative;
}

    .elementor-section .elementor-container {
        display: flex;
        margin-right: auto;
        margin-left: auto;
        position: relative;
    }

@media (max-width:1024px) {
    .elementor-section .elementor-container {
        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 {
    align-items: flex-start;
}

.elementor-section.elementor-section-items-middle > .elementor-container {
    align-items: center;
}

.elementor-section.elementor-section-items-bottom > .elementor-container {
    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 {
    align-items: flex-start;
}

.elementor-bc-flex-widget .elementor-section-content-middle > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-items: center;
}

.elementor-bc-flex-widget .elementor-section-content-bottom > .elementor-container > .elementor-column > .elementor-widget-wrap {
    align-items: flex-end;
}

.elementor-row {
    width: 100%;
    display: flex;
}

@media (max-width:1024px) {
    .elementor-row {
        flex-wrap: wrap;
    }
}

.elementor-widget-wrap {
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    align-content: flex-start;
}

.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
    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 {
    position: relative;
    min-height: 1px;
    display: flex;
}

.elementor-column-wrap {
    width: 100%;
    position: relative;
    display: flex;
}

.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:-1) {
    .elementor-reverse-widescreen > .elementor-container > :first-child {
        order: 10;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(2) {
        order: 9;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(3) {
        order: 8;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(4) {
        order: 7;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(5) {
        order: 6;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(6) {
        order: 5;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(7) {
        order: 4;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(8) {
        order: 3;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(9) {
        order: 2;
    }

    .elementor-reverse-widescreen > .elementor-container > :nth-child(10) {
        order: 1;
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        order: 10;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        order: 9;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        order: 8;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        order: 7;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        order: 6;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        order: 5;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        order: 4;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        order: 3;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        order: 2;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        order: 1;
    }
}

@media (min-width:-1) and (max-width:-1) {
    .elementor-reverse-laptop > .elementor-container > :first-child {
        order: 10;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(2) {
        order: 9;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(3) {
        order: 8;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(4) {
        order: 7;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(5) {
        order: 6;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(6) {
        order: 5;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(7) {
        order: 4;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(8) {
        order: 3;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(9) {
        order: 2;
    }

    .elementor-reverse-laptop > .elementor-container > :nth-child(10) {
        order: 1;
    }
}

@media (min-width:1025px) and (max-width:-1) {
    .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) {
        order: 0;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :first-child {
        order: 10;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(2) {
        order: 9;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(3) {
        order: 8;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(4) {
        order: 7;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(5) {
        order: 6;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(6) {
        order: 5;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(7) {
        order: 4;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(8) {
        order: 3;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(9) {
        order: 2;
    }

    .elementor-reverse-tablet_extra > .elementor-container > :nth-child(10) {
        order: 1;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        order: 10;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        order: 9;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        order: 8;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        order: 7;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        order: 6;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        order: 5;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        order: 4;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        order: 3;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        order: 2;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        order: 1;
    }
}

@media (min-width:-1) and (max-width:1024px) {
    .elementor-reverse-tablet > .elementor-container > :first-child {
        order: 10;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(2) {
        order: 9;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(3) {
        order: 8;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(4) {
        order: 7;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(5) {
        order: 6;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(6) {
        order: 5;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(7) {
        order: 4;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(8) {
        order: 3;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(9) {
        order: 2;
    }

    .elementor-reverse-tablet > .elementor-container > :nth-child(10) {
        order: 1;
    }
}

@media (min-width:768px) and (max-width:-1) {
    .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) {
        order: 0;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :first-child {
        order: 10;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(2) {
        order: 9;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(3) {
        order: 8;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(4) {
        order: 7;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(5) {
        order: 6;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(6) {
        order: 5;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(7) {
        order: 4;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(8) {
        order: 3;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(9) {
        order: 2;
    }

    .elementor-reverse-mobile_extra > .elementor-container > :nth-child(10) {
        order: 1;
    }
}

@media (max-width:767px) {
    .elementor-reverse-mobile > .elementor-container > :first-child {
        order: 10;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(2) {
        order: 9;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(3) {
        order: 8;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(4) {
        order: 7;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(5) {
        order: 6;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(6) {
        order: 5;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(7) {
        order: 4;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(8) {
        order: 3;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(9) {
        order: 2;
    }

    .elementor-reverse-mobile > .elementor-container > :nth-child(10) {
        order: 1;
    }

    .elementor-column {
        width: 100%;
    }
}

ul.elementor-icon-list-items.elementor-inline-items {
    display: flex;
    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:-1) {
    .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:-1) {
    .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:-1) {
    .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:-1) {
    .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:-1) {
    #elementor-device-mode:after {
        content: "widescreen";
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "laptop";
        content: "tablet_extra";
    }
}

@media (max-width:1024px) {
    #elementor-device-mode:after {
        content: "tablet";
    }
}

@media (max-width:-1) {
    #elementor-device-mode:after {
        content: "mobile_extra";
    }
}

@media (max-width:767px) {
    #elementor-device-mode:after {
        content: "mobile";
    }
}

.e-con {
    --border-radius:0;
    --border-top-width:0px;
    --border-right-width:0px;
    --border-bottom-width:0px;
    --border-left-width:0px;
    --border-style:initial;
    --border-color:initial;
    --container-widget-width:100%;
    --container-widget-height:initial;
    --container-widget-flex-grow:0;
    --container-widget-align-self:initial;
    --content-width:min(100%,var(--container-max-width,1140px));
    --width:100%;
    --min-height:initial;
    --height:auto;
    --text-align:initial;
    --margin-top:0px;
    --margin-right:0px;
    --margin-bottom:0px;
    --margin-left:0px;
    --padding-top:var(--container-default-padding-top,10px);
    --padding-right:var(--container-default-padding-right,10px);
    --padding-bottom:var(--container-default-padding-bottom,10px);
    --padding-left:var(--container-default-padding-left,10px);
    --position:relative;
    --z-index:revert;
    --overflow:visible;
    --gap:var(--widgets-spacing,20px);
    --overlay-mix-blend-mode:initial;
    --overlay-opacity:1;
    --overlay-transition:0.3s;
    --e-con-grid-template-columns:repeat(3,1fr);
    --e-con-grid-template-rows:repeat(2,1fr);
    position: var(--position);
    width: var(--width);
    min-width: 0;
    min-height: var(--min-height);
    height: var(--height);
    border-radius: var(--border-radius);
    z-index: var(--z-index);
    overflow: var(--overflow);
    transition: background var(--background-transition,.3s),border var(--border-transition,.3s),box-shadow var(--border-transition,.3s),transform var(--e-con-transform-transition-duration,.4s);
    margin-block-start: var(--margin-block-start);
    margin-inline-end: var(--margin-inline-end);
    margin-block-end: var(--margin-block-end);
    margin-inline-start: var(--margin-inline-start);
    padding-inline-start: var(--padding-inline-start);
    padding-inline-end: var(--padding-inline-end);
    --margin-block-start:var(--margin-top);
    --margin-block-end:var(--margin-bottom);
    --margin-inline-start:var(--margin-left);
    --margin-inline-end:var(--margin-right);
    --padding-inline-start:var(--padding-left);
    --padding-inline-end:var(--padding-right);
    --padding-block-start:var(--padding-top);
    --padding-block-end:var(--padding-bottom);
    --border-block-start-width:var(--border-top-width);
    --border-block-end-width:var(--border-bottom-width);
    --border-inline-start-width:var(--border-left-width);
    --border-inline-end-width:var(--border-right-width);
}

body.rtl .e-con {
    --padding-inline-start:var(--padding-right);
    --padding-inline-end:var(--padding-left);
    --margin-inline-start:var(--margin-right);
    --margin-inline-end:var(--margin-left);
    --border-inline-start-width:var(--border-right-width);
    --border-inline-end-width:var(--border-left-width);
}

.e-con.e-flex {
    --flex-direction:column;
    --flex-basis:auto;
    --flex-grow:0;
    --flex-shrink:1;
    flex: var(--flex-grow) var(--flex-shrink) var(--flex-basis);
}

.e-con-full, .e-con > .e-con-inner {
    text-align: var(--text-align);
    padding-block-start: var(--padding-block-start);
    padding-block-end: var(--padding-block-end);
}

    .e-con-full.e-flex, .e-con.e-flex > .e-con-inner {
        flex-direction: var(--flex-direction);
    }

.e-con, .e-con > .e-con-inner {
    display: var(--display);
}

    .e-con.e-grid {
        --grid-justify-content:start;
        --grid-align-content:start;
        --grid-auto-flow:row;
    }

        .e-con.e-grid, .e-con.e-grid > .e-con-inner {
            grid-template-columns: var(--e-con-grid-template-columns);
            grid-template-rows: var(--e-con-grid-template-rows);
            justify-content: var(--grid-justify-content);
            align-content: var(--grid-align-content);
            grid-auto-flow: var(--grid-auto-flow);
            justify-items: var(--justify-items);
            align-items: var(--align-items);
        }

.e-con-boxed.e-flex {
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: normal;
    align-items: normal;
    align-content: normal;
}

.e-con-boxed.e-grid {
    justify-items: legacy;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.e-con-boxed {
    text-align: initial;
    gap: initial;
}

.e-con.e-flex > .e-con-inner {
    flex-wrap: var(--flex-wrap);
    justify-content: var(--justify-content);
    align-items: var(--align-items);
    align-content: var(--align-content);
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
    align-self: auto;
}

.e-con.e-grid > .e-con-inner {
    justify-items: var(--justify-items);
    align-items: var(--align-items);
}

.e-con > .e-con-inner {
    gap: var(--gap);
    width: 100%;
    max-width: var(--content-width);
    margin: 0 auto;
    padding-inline-start: 0;
    padding-inline-end: 0;
    height: 100%;
}

:is(.elementor-section-wrap,[data-elementor-id]) > .e-con {
    --margin-left:auto;
    --margin-right:auto;
    max-width: min(100%,var(--width));
}

.e-con .elementor-widget.elementor-widget {
    margin-block-end: 0;
}

.e-con:before, .e-con > .elementor-background-slideshow:before, .e-con > .elementor-motion-effects-container > .elementor-motion-effects-layer:before, :is(.e-con,.e-con>.e-con-inner) > .elementor-background-video-container:before {
    content: var(--background-overlay);
    display: block;
    position: absolute;
    mix-blend-mode: var(--overlay-mix-blend-mode);
    opacity: var(--overlay-opacity);
    transition: var(--overlay-transition,.3s);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width),100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width),100%);
}

.e-con:before {
    transition: background var(--overlay-transition,.3s),border-radius var(--border-transition,.3s),opacity var(--overlay-transition,.3s);
}

.e-con > .elementor-background-slideshow, :is(.e-con,.e-con>.e-con-inner) > .elementor-background-video-container {
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-color: var(--border-color);
    border-block-start-width: var(--border-block-start-width);
    border-inline-end-width: var(--border-inline-end-width);
    border-block-end-width: var(--border-block-end-width);
    border-inline-start-width: var(--border-inline-start-width);
    top: calc(0px - var(--border-top-width));
    left: calc(0px - var(--border-left-width));
    width: max(100% + var(--border-left-width) + var(--border-right-width),100%);
    height: max(100% + var(--border-top-width) + var(--border-bottom-width),100%);
}

@media (max-width:767px) {
    :is(.e-con,.e-con>.e-con-inner) > .elementor-background-video-container.elementor-hidden-phone {
        display: none;
    }
}

:is(.e-con,.e-con>.e-con-inner) > .elementor-background-video-container:before {
    z-index: 1;
}

:is(.e-con,.e-con>.e-con-inner) > .elementor-background-slideshow:before {
    z-index: 2;
}

.e-con .elementor-widget {
    min-width: 0;
}

    .e-con .elementor-widget-empty, .e-con .elementor-widget-google_maps, .e-con .elementor-widget-video, .e-con .elementor-widget.e-widget-swiper {
        width: 100%;
    }

.e-con > .e-con-inner > .elementor-widget > .elementor-widget-container, .e-con > .elementor-widget > .elementor-widget-container {
    height: 100%;
}

.e-con.e-con > .e-con-inner > .elementor-widget, .elementor.elementor .e-con > .elementor-widget {
    max-width: 100%;
}

@media (max-width:767px) {
    .e-con.e-flex {
        --width:100%;
        --flex-wrap:wrap;
    }
}

.elementor-form-fields-wrapper {
    display: flex;
    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 {
        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 {
        flex-grow: 1;
    }

.elementor-field-group {
    flex-wrap: wrap;
    align-items: center;
}

    .elementor-field-group.elementor-field-type-submit {
        align-items: flex-end;
    }

    .elementor-field-group .elementor-field-textual {
        width: 100%;
        max-width: 100%;
        border: 1px solid #69727d;
        background-color: transparent;
        color: #1f2124;
        vertical-align: middle;
        flex-grow: 1;
    }

        .elementor-field-group .elementor-field-textual:focus {
            box-shadow: inset 0 0 0 1px rgba(0,0,0,.1);
            outline: 0;
        }

        .elementor-field-group .elementor-field-textual::-moz-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: flex;
        position: relative;
        width: 100%;
    }

        .elementor-field-group .elementor-select-wrapper select {
            -webkit-appearance: none;
            -moz-appearance: none;
            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;
            flex-basis: 100%;
            padding-inline-end: 20px;
        }

        .elementor-field-group .elementor-select-wrapper:before {
            content: "\e92a";
            font-family: eicons;
            font-size: 15px;
            position: absolute;
            top: 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: flex;
    flex-wrap: wrap;
}

    .elementor-field-subgroup .elementor-field-option label {
        display: inline-block;
    }

    .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
        padding-inline-end: 10px;
    }

    .elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option {
        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-inline-start: .2em;
}

.elementor-field-textual {
    line-height: 1.4;
    font-size: 15px;
    min-height: 40px;
    padding: 5px 14px;
    border-radius: 3px;
}

    .elementor-field-textual.elementor-size-xs {
        font-size: 13px;
        min-height: 33px;
        padding: 4px 12px;
        border-radius: 2px;
    }

    .elementor-field-textual.elementor-size-md {
        font-size: 16px;
        min-height: 47px;
        padding: 6px 16px;
        border-radius: 4px;
    }

    .elementor-field-textual.elementor-size-lg {
        font-size: 18px;
        min-height: 59px;
        padding: 7px 20px;
        border-radius: 5px;
    }

    .elementor-field-textual.elementor-size-xl {
        font-size: 20px;
        min-height: 72px;
        padding: 8px 24px;
        border-radius: 6px;
    }

.elementor-button-align-stretch .elementor-field-type-submit:not(.e-form__buttons__wrapper) .elementor-button {
    flex-basis: 100%;
}

.elementor-button-align-stretch .e-form__buttons__wrapper {
    flex-basis: 50%;
    flex-grow: 1;
}

.elementor-button-align-stretch .e-form__buttons__wrapper__button {
    flex-basis: 100%;
}

.elementor-button-align-center .e-form__buttons, .elementor-button-align-center .elementor-field-type-submit {
    justify-content: center;
}

.elementor-button-align-start .e-form__buttons, .elementor-button-align-start .elementor-field-type-submit {
    justify-content: flex-start;
}

.elementor-button-align-end .e-form__buttons, .elementor-button-align-end .elementor-field-type-submit {
    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 {
        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 {
    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 {
    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 {
        flex-basis: 100%;
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1;
    }

    .elementor-tablet-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%;
    }

    .elementor-tablet-button-align-center .e-form__buttons, .elementor-tablet-button-align-center .elementor-field-type-submit {
        justify-content: center;
    }

    .elementor-tablet-button-align-start .e-form__buttons, .elementor-tablet-button-align-start .elementor-field-type-submit {
        justify-content: flex-start;
    }

    .elementor-tablet-button-align-end .e-form__buttons, .elementor-tablet-button-align-end .elementor-field-type-submit {
        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 {
            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 {
        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 {
        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 {
        flex-basis: 100%;
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper {
        flex-basis: 50%;
        flex-grow: 1;
    }

    .elementor-mobile-button-align-stretch .e-form__buttons__wrapper__button {
        flex-basis: 100%;
    }

    .elementor-mobile-button-align-center .e-form__buttons, .elementor-mobile-button-align-center .elementor-field-type-submit {
        justify-content: center;
    }

    .elementor-mobile-button-align-start .e-form__buttons, .elementor-mobile-button-align-start .elementor-field-type-submit {
        justify-content: flex-start;
    }

    .elementor-mobile-button-align-end .e-form__buttons, .elementor-mobile-button-align-end .elementor-field-type-submit {
        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 {
            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 {
        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 {
        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-inline-end: 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: flex;
        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 {
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}

.elementor-button {
    display: inline-block;
    line-height: 1;
    background-color: #69727d;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}

    .elementor-button:focus, .elementor-button:hover, .elementor-button:visited {
        color: #fff;
    }

.elementor-button-content-wrapper {
    display: flex;
    justify-content: center;
}

.elementor-button-icon {
    flex-grow: 0;
    order: 5;
}

    .elementor-button-icon svg {
        width: 1em;
        height: auto;
    }

    .elementor-button-icon .e-font-icon-svg {
        height: 1em;
    }

.elementor-button-text {
    flex-grow: 1;
    order: 10;
    display: inline-block;
}

.elementor-button.elementor-size-xs {
    font-size: 13px;
    padding: 10px 20px;
    border-radius: 2px;
}

.elementor-button.elementor-size-md {
    font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px;
}

.elementor-button.elementor-size-lg {
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 5px;
}

.elementor-button.elementor-size-xl {
    font-size: 20px;
    padding: 25px 50px;
    border-radius: 6px;
}

.elementor-button .elementor-align-icon-right {
    margin-left: 5px;
    order: 15;
}

.elementor-button .elementor-align-icon-left {
    margin-right: 5px;
    order: 5;
}

.elementor-button span {
    text-decoration: inherit;
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: #5bc0de;
}

.elementor-element.elementor-button-success .elementor-button {
    background-color: #5cb85c;
}

.elementor-element.elementor-button-warning .elementor-button {
    background-color: #f0ad4e;
}

.elementor-element.elementor-button-danger .elementor-button {
    background-color: #d9534f;
}

.elementor-widget-button .elementor-button .elementor-button-info {
    background-color: #5bc0de;
}

.elementor-widget-button .elementor-button .elementor-button-success {
    background-color: #5cb85c;
}

.elementor-widget-button .elementor-button .elementor-button-warning {
    background-color: #f0ad4e;
}

.elementor-widget-button .elementor-button .elementor-button-danger {
    background-color: #d9534f;
}

.elementor-tab-title a {
    color: inherit;
}

.elementor-view-stacked .elementor-icon {
    padding: .5em;
    background-color: #69727d;
    color: #fff;
    fill: #fff;
}

.elementor-view-framed .elementor-icon {
    padding: .5em;
    color: #69727d;
    border: 3px solid #69727d;
    background-color: transparent;
}

.elementor-icon {
    display: inline-block;
    line-height: 1;
    transition: all .3s;
    color: #69727d;
    font-size: 50px;
    text-align: center;
}

    .elementor-icon:hover {
        color: #69727d;
    }

    .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%;
            transform: translateX(-50%);
        }

        .elementor-icon i.fad {
            width: auto;
        }

.elementor-shape-circle .elementor-icon {
    border-radius: 50%;
}

.e-transform .elementor-widget-container {
    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-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.e-con.e-transform {
    transform: perspective(var(--e-con-transform-perspective,0)) rotate(var(--e-con-transform-rotateZ,0)) rotateX(var(--e-con-transform-rotateX,0)) rotateY(var(--e-con-transform-rotateY,0)) translate(var(--e-con-transform-translate,0)) translateX(var(--e-con-transform-translateX,0)) translateY(var(--e-con-transform-translateY,0)) scaleX(calc(var(--e-con-transform-flipX, 1) * var(--e-con-transform-scaleX, var(--e-con-transform-scale, 1)))) scaleY(calc(var(--e-con-transform-flipY, 1) * var(--e-con-transform-scaleY, var(--e-con-transform-scale, 1)))) skewX(var(--e-con-transform-skewX,0)) skewY(var(--e-con-transform-skewY,0));
    transform-origin: var(--e-con-transform-origin-y) var(--e-con-transform-origin-x);
}

.elementor-element, .elementor-lightbox {
    --swiper-theme-color:#000;
    --swiper-navigation-size:44px;
    --swiper-pagination-bullet-size:6px;
    --swiper-pagination-bullet-horizontal-gap:6px;
}

    .elementor-element .swiper-container .swiper-slide figure, .elementor-element .swiper .swiper-slide figure, .elementor-lightbox .swiper-container .swiper-slide figure, .elementor-lightbox .swiper .swiper-slide figure {
        line-height: 0;
    }

    .elementor-element .swiper-container .elementor-lightbox-content-source, .elementor-element .swiper .elementor-lightbox-content-source, .elementor-lightbox .swiper-container .elementor-lightbox-content-source, .elementor-lightbox .swiper .elementor-lightbox-content-source {
        display: none;
    }

    .elementor-element .swiper-container .elementor-swiper-button, .elementor-element .swiper-container ~ .elementor-swiper-button, .elementor-element .swiper .elementor-swiper-button, .elementor-element .swiper ~ .elementor-swiper-button, .elementor-lightbox .swiper-container .elementor-swiper-button, .elementor-lightbox .swiper-container ~ .elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper ~ .elementor-swiper-button {
        position: absolute;
        display: inline-flex;
        z-index: 1;
        cursor: pointer;
        font-size: 25px;
        color: hsla(0,0%,93.3%,.9);
        top: 50%;
        transform: translateY(-50%);
    }

        .elementor-element .swiper-container .elementor-swiper-button svg, .elementor-element .swiper-container ~ .elementor-swiper-button svg, .elementor-element .swiper .elementor-swiper-button svg, .elementor-element .swiper ~ .elementor-swiper-button svg, .elementor-lightbox .swiper-container .elementor-swiper-button svg, .elementor-lightbox .swiper-container ~ .elementor-swiper-button svg, .elementor-lightbox .swiper .elementor-swiper-button svg, .elementor-lightbox .swiper ~ .elementor-swiper-button svg {
            fill: hsla(0,0%,93.3%,.9);
            height: 1em;
            width: 1em;
        }

    .elementor-element .swiper-container .elementor-swiper-button-prev, .elementor-element .swiper-container ~ .elementor-swiper-button-prev, .elementor-element .swiper .elementor-swiper-button-prev, .elementor-element .swiper ~ .elementor-swiper-button-prev, .elementor-lightbox .swiper-container .elementor-swiper-button-prev, .elementor-lightbox .swiper-container ~ .elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev, .elementor-lightbox .swiper ~ .elementor-swiper-button-prev {
        left: 10px;
    }

    .elementor-element .swiper-container .elementor-swiper-button-next, .elementor-element .swiper-container ~ .elementor-swiper-button-next, .elementor-element .swiper .elementor-swiper-button-next, .elementor-element .swiper ~ .elementor-swiper-button-next, .elementor-lightbox .swiper-container .elementor-swiper-button-next, .elementor-lightbox .swiper-container ~ .elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next, .elementor-lightbox .swiper ~ .elementor-swiper-button-next {
        right: 10px;
    }

    .elementor-element .swiper-container .elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper-container ~ .elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-element .swiper ~ .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper-container .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper-container ~ .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper .elementor-swiper-button.swiper-button-disabled, .elementor-lightbox .swiper ~ .elementor-swiper-button.swiper-button-disabled {
        opacity: .3;
    }

    .elementor-element .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-element .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-lightbox .swiper-container .swiper-image-stretch .swiper-slide .swiper-slide-image, .elementor-lightbox .swiper .swiper-image-stretch .swiper-slide .swiper-slide-image {
        width: 100%;
    }

    .elementor-element .swiper-container .swiper-horizontal > .swiper-pagination-bullets, .elementor-element .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper-container .swiper-pagination-custom, .elementor-element .swiper-container .swiper-pagination-fraction, .elementor-element .swiper-container ~ .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper-container ~ .swiper-pagination-custom, .elementor-element .swiper-container ~ .swiper-pagination-fraction, .elementor-element .swiper .swiper-horizontal > .swiper-pagination-bullets, .elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper .swiper-pagination-custom, .elementor-element .swiper .swiper-pagination-fraction, .elementor-element .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-element .swiper ~ .swiper-pagination-custom, .elementor-element .swiper ~ .swiper-pagination-fraction, .elementor-lightbox .swiper-container .swiper-horizontal > .swiper-pagination-bullets, .elementor-lightbox .swiper-container .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper-container .swiper-pagination-custom, .elementor-lightbox .swiper-container .swiper-pagination-fraction, .elementor-lightbox .swiper-container ~ .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper-container ~ .swiper-pagination-custom, .elementor-lightbox .swiper-container ~ .swiper-pagination-fraction, .elementor-lightbox .swiper .swiper-horizontal > .swiper-pagination-bullets, .elementor-lightbox .swiper .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper .swiper-pagination-custom, .elementor-lightbox .swiper .swiper-pagination-fraction, .elementor-lightbox .swiper ~ .swiper-pagination-bullets.swiper-pagination-horizontal, .elementor-lightbox .swiper ~ .swiper-pagination-custom, .elementor-lightbox .swiper ~ .swiper-pagination-fraction {
        bottom: 5px;
    }

    .elementor-element .swiper-container.swiper-cube .elementor-swiper-button, .elementor-element .swiper-container.swiper-cube ~ .elementor-swiper-button, .elementor-element .swiper.swiper-cube .elementor-swiper-button, .elementor-element .swiper.swiper-cube ~ .elementor-swiper-button, .elementor-lightbox .swiper-container.swiper-cube .elementor-swiper-button, .elementor-lightbox .swiper-container.swiper-cube ~ .elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube .elementor-swiper-button, .elementor-lightbox .swiper.swiper-cube ~ .elementor-swiper-button {
        transform: translate3d(0,-50%,1px);
    }

    .elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets {
        bottom: 5px;
        left: 0;
        width: 100%;
    }

        .elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets .swiper-pagination-bullet, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
        }

    .elementor-element :where(.swiper-container-horizontal) ~ .swiper-pagination-progressbar, .elementor-lightbox :where(.swiper-container-horizontal) ~ .swiper-pagination-progressbar {
        width: 100%;
        height: 4px;
        left: 0;
        top: 0;
    }

    .elementor-element.elementor-pagination-position-outside .swiper, .elementor-element.elementor-pagination-position-outside .swiper-container, .elementor-lightbox.elementor-pagination-position-outside .swiper, .elementor-lightbox.elementor-pagination-position-outside .swiper-container {
        padding-bottom: 30px;
    }

        .elementor-element.elementor-pagination-position-outside .swiper-container .elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper-container ~ .elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper .elementor-swiper-button, .elementor-element.elementor-pagination-position-outside .swiper ~ .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper-container .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper-container ~ .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper .elementor-swiper-button, .elementor-lightbox.elementor-pagination-position-outside .swiper ~ .elementor-swiper-button {
            top: calc(50% - 30px / 2);
        }

    .elementor-element .elementor-swiper, .elementor-lightbox .elementor-swiper {
        position: relative;
    }

    .elementor-element .elementor-main-swiper, .elementor-lightbox .elementor-main-swiper {
        position: static;
    }

    .elementor-element.elementor-arrows-position-outside .swiper, .elementor-element.elementor-arrows-position-outside .swiper-container, .elementor-lightbox.elementor-arrows-position-outside .swiper, .elementor-lightbox.elementor-arrows-position-outside .swiper-container {
        width: calc(100% - 60px);
    }

        .elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-element.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-prev, .elementor-lightbox.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-prev {
            left: 0;
        }

        .elementor-element.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-element.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper-container .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper-container ~ .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper .elementor-swiper-button-next, .elementor-lightbox.elementor-arrows-position-outside .swiper ~ .elementor-swiper-button-next {
            right: 0;
        }

.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:not(.elementor-popup-modal) .dialog-header, .elementor-lightbox:not(.elementor-popup-modal) .dialog-message {
        text-align: center;
    }

    .elementor-lightbox .dialog-header {
        display: none;
    }

    .elementor-lightbox .dialog-widget-content {
        background: none;
        box-shadow: none;
        width: 100%;
        height: 100%;
    }

    .elementor-lightbox .dialog-message {
        animation-duration: .3s;
        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: 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);
        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, .elementor-lightbox .swiper-container {
        height: 100%;
    }

    .elementor-lightbox .elementor-lightbox-item {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        padding: 70px;
        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;
    user-select: none;
}

    .elementor-lightbox .elementor-lightbox-image, .elementor-lightbox .elementor-lightbox-image:hover {
        opacity: 1;
        filter: none;
        border: none;
    }

.elementor-lightbox .elementor-lightbox-image {
    box-shadow: 0 0 30px rgba(0,0,0,.3),0 0 8px -5px rgba(0,0,0,.3);
    border-radius: 2px;
}

.elementor-lightbox .elementor-video-container {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .elementor-lightbox .elementor-video-container .elementor-video-landscape, .elementor-lightbox .elementor-video-container .elementor-video-portrait, .elementor-lightbox .elementor-video-container .elementor-video-square {
        width: 100%;
        height: 100%;
        margin: auto;
    }

        .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe, .elementor-lightbox .elementor-video-container .elementor-video-square iframe {
            border: 0;
            background-color: #000;
        }

        .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, .elementor-lightbox .elementor-video-container .elementor-video-landscape video, .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe, .elementor-lightbox .elementor-video-container .elementor-video-portrait video, .elementor-lightbox .elementor-video-container .elementor-video-square iframe, .elementor-lightbox .elementor-video-container .elementor-video-square video {
            aspect-ratio: var(--video-aspect-ratio,1.77777);
        }

@supports not (aspect-ratio:1/1) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape, .elementor-lightbox .elementor-video-container .elementor-video-portrait, .elementor-lightbox .elementor-video-container .elementor-video-square {
        position: relative;
        overflow: hidden;
        height: 0;
        padding-bottom: calc(100% / var(--video-aspect-ratio, 1.77777));
    }

        .elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, .elementor-lightbox .elementor-video-container .elementor-video-landscape video, .elementor-lightbox .elementor-video-container .elementor-video-portrait iframe, .elementor-lightbox .elementor-video-container .elementor-video-portrait video, .elementor-lightbox .elementor-video-container .elementor-video-square iframe, .elementor-lightbox .elementor-video-container .elementor-video-square video {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
        }
}

.elementor-lightbox .elementor-video-container .elementor-video-square iframe, .elementor-lightbox .elementor-video-container .elementor-video-square video {
    width: min(90vh,90vw);
    height: min(90vh,90vw);
}

.elementor-lightbox .elementor-video-container .elementor-video-landscape iframe, .elementor-lightbox .elementor-video-container .elementor-video-landscape video {
    width: 100%;
    max-height: 90vh;
}

.elementor-lightbox .elementor-video-container .elementor-video-portrait iframe, .elementor-lightbox .elementor-video-container .elementor-video-portrait video {
    height: 100%;
    max-width: 90vw;
}

@media (min-width:1025px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 85vw;
        max-height: 85vh;
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 85vh;
        max-width: 85vw;
    }
}

@media (max-width:1024px) {
    .elementor-lightbox .elementor-video-container .elementor-video-landscape {
        width: 95vw;
        max-height: 95vh;
    }

    .elementor-lightbox .elementor-video-container .elementor-video-portrait {
        height: 95vh;
        max-width: 95vw;
    }
}

.elementor-lightbox .swiper-container .elementor-swiper-button-prev, .elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 0;
}

.elementor-lightbox .swiper-container .elementor-swiper-button-next, .elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 0;
}

.elementor-lightbox .swiper-container .swiper-pagination-fraction, .elementor-lightbox .swiper .swiper-pagination-fraction {
    width: -moz-max-content;
    width: max-content;
    color: #fff;
}

.elementor-lightbox .elementor-swiper-button:focus {
    outline-width: 1px;
}

.elementor-lightbox .elementor-swiper-button-next, .elementor-lightbox .elementor-swiper-button-prev {
    height: 100%;
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: center;
    font-size: var(--lightbox-navigation-icons-size);
}

@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;
        justify-content: flex-start;
    }

    .elementor-lightbox .elementor-swiper-button-next {
        right: 0;
        justify-content: flex-end;
    }
}

.elementor-slideshow__counter {
    color: currentColor;
    font-size: .75em;
    width: -moz-max-content;
    width: max-content;
}

.elementor-slideshow__footer, .elementor-slideshow__header {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 20px;
    transition: .3s;
}

.elementor-slideshow__footer {
    color: var(--lightbox-text-color);
}

.elementor-slideshow__header {
    color: var(--lightbox-ui-color);
    display: flex;
    flex-direction: row-reverse;
    font-size: var(--lightbox-header-icons-size);
    padding-inline-start: 1em;
    padding-inline-end: 2.6em;
    top: 0;
    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 {
        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-inline-end: 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;
    transition: background-color .4s;
}

    .elementor-slideshow__share-menu .elementor-slideshow__share-links a {
        color: #0c0d0e;
    }

.elementor-slideshow__share-links {
    display: block;
    position: absolute;
    min-width: 200px;
    right: 2.8em;
    top: 3em;
    background-color: #fff;
    border-radius: 3px;
    padding: 14px 20px;
    transform: scale(0);
    opacity: 0;
    transform-origin: 90% 10%;
    transition: all .25s .1s;
    box-shadow: 0 4px 15px rgba(0,0,0,.3);
}

    .elementor-slideshow__share-links a {
        text-align: start;
        color: #3f444b;
        font-size: 12px;
        line-height: 2.5;
        display: block;
        opacity: 0;
        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-inline-end: .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;
        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 {
    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: #9da5ae;
        }

        .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: #9da5ae;
        }

.elementor-slideshow--share-mode .eicon-share-arrow {
    z-index: 2;
}

.animated {
    animation-duration: 1.25s;
}

    .animated.animated-slow {
        animation-duration: 2s;
    }

    .animated.animated-fast {
        animation-duration: .75s;
    }

    .animated.infinite {
        animation-iteration-count: infinite;
    }

    .animated.reverse {
        animation-direction: reverse;
        animation-fill-mode: forwards;
    }

@media (prefers-reduced-motion:reduce) {
    .animated {
        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 {
    transform: rotate(180deg);
}

.elementor-shape svg {
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.elementor-shape .elementor-shape-fill {
    fill: #fff;
    transform-origin: center;
    transform: rotateY(0deg);
}

#wp-admin-bar-elementor_edit_page > .ab-item:before {
    content: "\e813";
    font-family: eicons;
    top: 3px;
    font-size: 18px;
}

#wp-admin-bar-elementor_edit_page .ab-submenu .ab-item {
    display: flex;
    width: 200px;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-type {
    background: #3f444b;
    font-size: 11px;
    line-height: 9px;
    margin-top: 6px;
    padding: 4px 8px;
    border-radius: 3px;
}

#wp-admin-bar-elementor_inspector > .ab-item:before {
    content: "\f348";
    top: 2px;
}

#wpadminbar * {
    font-style: normal;
}

.page-template-elementor_canvas.elementor-page:before {
    display: none;
}

.elementor-post__thumbnail__link {
    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;
}

.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: flex;
    flex-wrap: wrap;
    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: flex;
        flex-wrap: wrap;
        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: flex;
        flex-wrap: wrap;
        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:-1) and (max-width:-1) {
    .elementor .elementor-hidden-mobile_extra {
        display: none;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .elementor .elementor-hidden-tablet {
        display: none;
    }
}

@media (min-width:-1) and (max-width:-1) {
    .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:-1) {
    .elementor .elementor-hidden-widescreen {
        display: none;
    }
}

.elementor-widget-text-path {
    font-size: 20px;
    text-align: var(--alignment,start);
}

    .elementor-widget-text-path svg {
        width: var(--width);
        max-width: 100%;
        height: auto;
        overflow: visible;
        word-spacing: var(--word-spacing);
        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);
            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);
            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);
            }

.elementor-widget-n-tabs {
    --n-tabs-color-accent-fallback:#61ce70;
    --n-tabs-color-secondary-fallback:#54595f;
    --n-tabs-default-padding-block:15px;
    --n-tabs-default-padding-inline:35px;
    --n-tabs-background-color:transparent;
    --n-tabs-display:flex;
    --n-tabs-direction:column;
    --n-tabs-gap:10px;
    --n-tabs-heading-display:flex;
    --n-tabs-heading-direction:row;
    --n-tabs-heading-grow:initial;
    --n-tabs-heading-justify-content:center;
    --n-tabs-heading-width:initial;
    --n-tabs-heading-overflow-x:initial;
    --n-tabs-heading-wrap:nowrap;
    --n-tabs-border-width:1px;
    --n-tabs-border-color:#d5d8dc;
    --n-tabs-content-display:flex;
    --n-tabs-title-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-title-color-hover:#fff;
    --n-tabs-title-color-active:#fff;
    --n-tabs-title-background-color:#f1f2f3;
    --n-tabs-title-background-color-hover:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-background-color-active:var(--e-global-color-accent,var(--n-tabs-color-accent-fallback));
    --n-tabs-title-width:initial;
    --n-tabs-title-height:initial;
    --n-tabs-title-font-size:1rem;
    --n-tabs-title-white-space:initial;
    --n-tabs-title-justify-content-toggle:initial;
    --n-tabs-title-align-items-toggle:center;
    --n-tabs-title-justify-content:center;
    --n-tabs-title-align-items:center;
    --n-tabs-title-text-align:center;
    --n-tabs-title-direction:row;
    --n-tabs-title-gap:10px;
    --n-tabs-title-flex-grow:0;
    --n-tabs-title-flex-basis:content;
    --n-tabs-title-flex-shrink:initial;
    --n-tabs-title-order:initial;
    --n-tabs-title-padding-top:var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-bottom:var(--n-tabs-default-padding-block);
    --n-tabs-title-padding-left:var(--n-tabs-default-padding-inline);
    --n-tabs-title-padding-right:var(--n-tabs-default-padding-inline);
    --n-tabs-title-border-radius:initial;
    --n-tabs-title-transition:0.3s;
    --n-tabs-icon-color:var(--e-global-color-secondary,var(--n-tabs-color-secondary-fallback));
    --n-tabs-icon-color-hover:var(--n-tabs-title-color-hover);
    --n-tabs-icon-color-active:#fff;
    --n-tabs-icon-gap:5px;
    width: 100%;
    max-width: 100%;
    --n-tabs-title-padding-inline-start:var(--n-tabs-title-padding-left);
    --n-tabs-title-padding-inline-end:var(--n-tabs-title-padding-right);
    --n-tabs-title-padding-block-start:var(--n-tabs-title-padding-top);
    --n-tabs-title-padding-block-end:var(--n-tabs-title-padding-bottom);
}

body.rtl .elementor-widget-n-tabs {
    --n-tabs-title-padding-inline-start:var(--n-tabs-title-padding-right);
    --n-tabs-title-padding-inline-end:var(--n-tabs-title-padding-left);
}

.elementor-widget-n-tabs .e-n-tabs {
    display: var(--n-tabs-display);
    flex-direction: var(--n-tabs-direction);
    gap: var(--n-tabs-gap);
    text-align: start;
    min-width: 0;
}

.elementor-widget-n-tabs .e-n-tabs-heading {
    display: var(--n-tabs-heading-display);
    flex-basis: var(--n-tabs-heading-width);
    flex-direction: var(--n-tabs-heading-direction);
    flex-shrink: 0;
    justify-content: var(--n-tabs-heading-justify-content);
    gap: var(--n-tabs-title-gap);
    overflow-x: var(--n-tabs-heading-overflow-x);
    flex-wrap: var(--n-tabs-heading-wrap);
    -ms-overflow-style: none;
    scrollbar-width: none;
}

    .elementor-widget-n-tabs .e-n-tabs-heading::-webkit-scrollbar {
        display: none;
    }

    .elementor-widget-n-tabs .e-n-tabs-heading.e-scroll {
        cursor: grabbing;
        cursor: -webkit-grabbing;
    }

    .elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active {
        position: relative;
    }

        .elementor-widget-n-tabs .e-n-tabs-heading.e-scroll-active:before {
            content: "";
            position: absolute;
            inset-block: 0;
            inset-inline: -1000vw;
            z-index: 2;
        }

.elementor-widget-n-tabs .e-n-tabs-content {
    display: var(--n-tabs-content-display);
    flex-grow: 1;
    min-width: 0;
}

    .elementor-widget-n-tabs .e-n-tabs-content > .e-con:not(.e-active) {
        display: none;
    }

.elementor-widget-n-tabs .e-n-tabs:not(.e-activated) > .e-n-tabs-content > .e-con:first-child {
    display: flex;
}

.elementor-widget-n-tabs .e-n-tab-title {
    all: unset;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    display: flex;
    align-items: var(--n-tabs-title-align-items-toggle,var(--n-tabs-title-align-items));
    flex-direction: var(--n-tabs-title-direction);
    justify-content: var(--n-tabs-title-justify-content-toggle,var(--n-tabs-title-justify-content));
    gap: var(--n-tabs-icon-gap);
    border-width: var(--n-tabs-border-width);
    position: relative;
    cursor: pointer;
    outline: none;
    flex-grow: var(--n-tabs-title-flex-grow);
    flex-basis: var(--n-tabs-title-flex-basis);
    flex-shrink: var(--n-tabs-title-flex-shrink);
    padding-block-start: var(--n-tabs-title-padding-block-start);
    padding-inline-end: var(--n-tabs-title-padding-inline-end);
    padding-block-end: var(--n-tabs-title-padding-block-end);
    padding-inline-start: var(--n-tabs-title-padding-inline-start);
    border-radius: var(--n-tabs-title-border-radius);
    height: var(--n-tabs-title-height);
    width: var(--n-tabs-title-width);
    white-space: var(--n-tabs-title-white-space);
    transition: background var(--n-tabs-title-transition),color var(--n-tabs-title-transition),border var(--n-tabs-title-transition),box-shadow var(--n-tabs-title-transition),text-shadow var(--n-tabs-title-transition),stroke var(--n-tabs-title-transition),stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-width var(--n-tabs-title-transition),-webkit-text-stroke-color var(--n-tabs-title-transition),transform var(--n-tabs-title-transition);
}

    .elementor-widget-n-tabs .e-n-tab-title:focus-visible {
        outline: 5px auto -webkit-focus-ring-color;
    }

    .elementor-widget-n-tabs .e-n-tab-title span i, .elementor-widget-n-tabs .e-n-tab-title span svg {
        transition: color var(--n-tabs-title-transition),fill var(--n-tabs-title-transition);
    }

.elementor-widget-n-tabs .e-n-tab-title-text {
    display: flex;
    align-items: center;
    font-size: var(--n-tabs-title-font-size);
    text-align: var(--n-tabs-title-text-align);
}

.elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon {
    display: flex;
    align-items: center;
    flex-direction: column;
    flex-shrink: 0;
    order: var(--n-tabs-icon-order);
    overflow: hidden;
}

    .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon i {
        font-size: var(--n-tabs-icon-size,var(--n-tabs-title-font-size));
    }

    .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon svg {
        width: var(--n-tabs-icon-size,var(--n-tabs-title-font-size));
        height: var(--n-tabs-icon-size,var(--n-tabs-title-font-size));
    }

    .elementor-widget-n-tabs .e-n-tab-title .e-n-tab-icon:empty {
        display: none;
    }

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] {
    background-color: var(--n-tabs-title-background-color);
}

    .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false], .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] a {
        color: var(--n-tabs-title-color);
    }

        .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i {
            color: var(--n-tabs-icon-color);
        }

        .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg {
            fill: var(--n-tabs-icon-color);
        }

            .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon i:last-child, .elementor-widget-n-tabs .e-n-tab-title[aria-selected=false] .e-n-tab-icon svg:last-child {
                transform: translateY(-100vh);
                height: 0;
                opacity: 0;
            }

.elementor-widget-n-tabs .e-n-tab-title[aria-selected=true], .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] a {
    color: var(--n-tabs-title-color-active);
}

    .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i {
        color: var(--n-tabs-icon-color-active);
    }

    .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg {
        fill: var(--n-tabs-icon-color-active);
    }

        .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon i:first-child, .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true] .e-n-tab-icon svg:first-child {
            transform: translateY(-100vh);
            height: 0;
            opacity: 0;
        }

    .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:active, .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:focus, .elementor-widget-n-tabs .e-n-tab-title[aria-selected=true][class*=elementor-animation-]:hover {
        transform: none;
        animation: initial;
    }

.elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover, .elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-hover);
}

    .elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
        color: var(--n-tabs-icon-color-hover);
    }

    .elementor-widget-n-tabs [data-touch-mode=false] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
        fill: var(--n-tabs-icon-color-hover);
    }

.elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover, .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover a {
    color: var(--n-tabs-title-color-active);
}

    .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i {
        color: var(--n-tabs-icon-color-active);
    }

    .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg {
        fill: var(--n-tabs-icon-color-active);
    }

        .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:first-child, .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:first-child {
            transform: translateY(-100vh);
            height: 0;
            opacity: 0;
        }

    .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:active, .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:focus, .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover[class*=elementor-animation-]:hover {
        transform: none;
        animation: initial;
    }

    .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon i:last-child, .elementor-widget-n-tabs [data-touch-mode=true] .e-n-tab-title[aria-selected=false]:hover .e-n-tab-icon svg:last-child {
        transform: none;
        height: auto;
        opacity: 1;
    }

.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode=false] > .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-hover);
    background-image: none;
}

.elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs > .e-n-tabs-heading .e-n-tab-title[aria-selected=true], .elementor .elementor-element.elementor-widget-n-tabs > .elementor-widget-container > .e-n-tabs[data-touch-mode=true] > .e-n-tabs-heading .e-n-tab-title[aria-selected=false]:hover {
    background-color: var(--n-tabs-title-background-color-active);
    background-image: none;
}

@media (max-width:767px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile {
        --n-tabs-direction:column;
        --n-tabs-heading-display:contents;
        --n-tabs-content-display:contents;
    }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs {
            gap: 0;
        }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tabs-content > .e-con {
            order: var(--n-tabs-title-order);
        }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title {
            order: var(--n-tabs-title-order);
            width: auto;
        }

            .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title:not(:first-child) {
                margin-block-start: var(--n-tabs-title-gap);
            }

            .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile .e-n-tab-title[aria-selected=true] {
                margin-block-end: var(--n-tabs-gap);
            }
}

@media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra {
        --n-tabs-direction:column;
        --n-tabs-heading-display:contents;
        --n-tabs-content-display:contents;
    }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs {
            gap: 0;
        }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tabs-content > .e-con {
            order: var(--n-tabs-title-order);
        }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title {
            order: var(--n-tabs-title-order);
            width: auto;
        }

            .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title:not(:first-child) {
                margin-block-start: var(--n-tabs-title-gap);
            }

            .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-mobile_extra .e-n-tab-title[aria-selected=true] {
                margin-block-end: var(--n-tabs-gap);
            }
}

@media (max-width:1024px) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet {
        --n-tabs-direction:column;
        --n-tabs-heading-display:contents;
        --n-tabs-content-display:contents;
    }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs {
            gap: 0;
        }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tabs-content > .e-con {
            order: var(--n-tabs-title-order);
        }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title {
            order: var(--n-tabs-title-order);
            width: auto;
        }

            .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title:not(:first-child) {
                margin-block-start: var(--n-tabs-title-gap);
            }

            .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet .e-n-tab-title[aria-selected=true] {
                margin-block-end: var(--n-tabs-gap);
            }
}

@media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra {
        --n-tabs-direction:column;
        --n-tabs-heading-display:contents;
        --n-tabs-content-display:contents;
    }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs {
            gap: 0;
        }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tabs-content > .e-con {
            order: var(--n-tabs-title-order);
        }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title {
            order: var(--n-tabs-title-order);
            width: auto;
        }

            .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title:not(:first-child) {
                margin-block-start: var(--n-tabs-title-gap);
            }

            .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-tablet_extra .e-n-tab-title[aria-selected=true] {
                margin-block-end: var(--n-tabs-gap);
            }
}

@media (max-width:-1) {
    .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop {
        --n-tabs-direction:column;
        --n-tabs-heading-display:contents;
        --n-tabs-content-display:contents;
    }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs {
            gap: 0;
        }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tabs-content > .e-con {
            order: var(--n-tabs-title-order);
        }

        .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title {
            order: var(--n-tabs-title-order);
            width: auto;
        }

            .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title:not(:first-child) {
                margin-block-start: var(--n-tabs-title-gap);
            }

            .elementor.elementor .elementor-widget-n-tabs.e-n-tabs-laptop .e-n-tab-title[aria-selected=true] {
                margin-block-end: var(--n-tabs-gap);
            }
}

.elementor-widget-n-accordion {
    --n-accordion-title-font-size:20px;
    --n-accordion-title-flex-grow:initial;
    --n-accordion-title-justify-content:initial;
    --n-accordion-title-icon-order:-1;
    --n-accordion-border-width:1px;
    --n-accordion-border-color:#d5d8dc;
    --n-accordion-border-style:solid;
    --n-accordion-item-title-flex-grow:initial;
    --n-accordion-item-title-space-between:0px;
    --n-accordion-item-title-distance-from-content:0px;
    --n-accordion-padding:10px;
    --n-accordion-border-radius:0px;
    --n-accordion-icon-size:15px;
    --n-accordion-title-normal-color:#1f2124;
    --n-accordion-title-hover-color:#1f2124;
    --n-accordion-title-active-color:#1f2124;
    --n-accordion-icon-normal-color:var(--n-accordion-title-normal-color);
    --n-accordion-icon-hover-color:var(--n-accordion-title-hover-color);
    --n-accordion-icon-active-color:var(--n-accordion-title-active-color);
    --n-accordion-icon-gap:0 10px;
    width: 100%;
}

    .elementor-widget-n-accordion .e-n-accordion details > summary::-webkit-details-marker {
        display: none;
    }

    .elementor-widget-n-accordion .e-n-accordion-item {
        display: flex;
        flex-direction: column;
        position: relative;
    }

        .elementor-widget-n-accordion .e-n-accordion-item:not(:last-child) {
            margin-block-end: var(--n-accordion-item-title-space-between);
        }

    .elementor-widget-n-accordion .e-n-accordion-item-title, :where(.elementor-widget-n-accordion .e-n-accordion-item>.e-con) {
        border: var(--n-accordion-border-width) var(--n-accordion-border-style) var(--n-accordion-border-color);
    }

    .elementor-widget-n-accordion .e-n-accordion-item-title {
        display: flex;
        flex-direction: row;
        list-style: none;
        padding: var(--n-accordion-padding);
        justify-content: var(--n-accordion-title-justify-content);
        border-radius: var(--n-accordion-border-radius);
        flex-grow: var(--n-menu-title-flex-grow);
        gap: var(--n-accordion-icon-gap);
        color: var(--n-accordion-title-normal-color);
        align-items: center;
        cursor: pointer;
    }

    .elementor-widget-n-accordion .e-n-accordion-item-title-header {
        display: flex;
    }

        .elementor-widget-n-accordion .e-n-accordion-item-title-header h1, .elementor-widget-n-accordion .e-n-accordion-item-title-header h2, .elementor-widget-n-accordion .e-n-accordion-item-title-header h3, .elementor-widget-n-accordion .e-n-accordion-item-title-header h4, .elementor-widget-n-accordion .e-n-accordion-item-title-header h5, .elementor-widget-n-accordion .e-n-accordion-item-title-header h6, .elementor-widget-n-accordion .e-n-accordion-item-title-header p {
            margin-block-start: 0;
            margin-block-end: 0;
        }

    .elementor-widget-n-accordion .e-n-accordion-item-title-text {
        font-size: var(--n-accordion-title-font-size);
        align-items: center;
    }

    .elementor-widget-n-accordion .e-n-accordion-item-title-icon {
        display: flex;
        flex-direction: row;
        align-items: center;
        order: var(--n-accordion-title-icon-order);
        position: relative;
        width: -moz-fit-content;
        width: fit-content;
    }

        .elementor-widget-n-accordion .e-n-accordion-item-title-icon span {
            height: var(--n-accordion-icon-size);
            width: auto;
        }

            .elementor-widget-n-accordion .e-n-accordion-item-title-icon span > i {
                color: var(--n-accordion-icon-normal-color);
                font-size: var(--n-accordion-icon-size);
            }

            .elementor-widget-n-accordion .e-n-accordion-item-title-icon span > svg {
                fill: var(--n-accordion-icon-normal-color);
                height: var(--n-accordion-icon-size);
            }

    .elementor-widget-n-accordion .e-n-accordion-item-title > span {
        cursor: pointer;
    }

    .elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title {
        margin-block-end: var(--n-accordion-item-title-distance-from-content);
        color: var(--n-accordion-title-active-color);
    }

    .elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-opened {
        display: flex;
    }

    .elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon .e-closed {
        display: none;
    }

    .elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span > i {
        color: var(--n-accordion-icon-active-color);
    }

    .elementor-widget-n-accordion .e-n-accordion-item[open] .e-n-accordion-item-title-icon span > svg {
        fill: var(--n-accordion-icon-active-color);
    }

    .elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title {
        color: var(--n-accordion-title-hover-color);
    }

    .elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span > i {
        color: var(--n-accordion-icon-hover-color);
    }

    .elementor-widget-n-accordion .e-n-accordion-item:not([open]):hover .e-n-accordion-item-title-icon span > svg {
        fill: var(--n-accordion-icon-hover-color);
    }

    .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-opened {
        display: none;
    }

    .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon .e-closed {
        display: flex;
    }

    .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > svg {
        fill: var(--n-accordion-icon-normal-color);
    }

    .elementor-widget-n-accordion .e-n-accordion-item .e-n-accordion-item-title-icon span > i {
        color: var(--n-accordion-icon-normal-color);
    }

    .elementor-widget-n-accordion .e-n-accordion-item > span {
        cursor: pointer;
    }
/**
 * Swiper 8.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: November 21, 2022
 */

@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');
    font-weight: 400;
    font-style: normal;
}

:root {
    --swiper-theme-color:#007aff;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px,0,0);
}

.swiper-pointer-events {
    touch-action: pan-y;
}

    .swiper-pointer-events.swiper-vertical {
        touch-action: pan-x;
    }

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-slide-invisible-blank {
    visibility: hidden;
}

.swiper-autoheight, .swiper-autoheight .swiper-slide {
    height: auto;
}

    .swiper-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height;
    }

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px;
}

    .swiper-3d .swiper-cube-shadow, .swiper-3d .swiper-slide, .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top, .swiper-3d .swiper-wrapper {
        transform-style: preserve-3d;
    }

    .swiper-3d .swiper-slide-shadow, .swiper-3d .swiper-slide-shadow-bottom, .swiper-3d .swiper-slide-shadow-left, .swiper-3d .swiper-slide-shadow-right, .swiper-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10;
    }

    .swiper-3d .swiper-slide-shadow {
        background: rgba(0,0,0,.15);
    }

    .swiper-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

    .swiper-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    }

.swiper-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }

    .swiper-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start;
    }

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
    content: '';
    flex-shrink: 0;
    order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
    margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
    margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size);
}

:root {
    --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}

    .swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none;
    }

    .swiper-button-next.swiper-button-hidden, .swiper-button-prev.swiper-button-hidden {
        opacity: 0;
        cursor: auto;
        pointer-events: none;
    }

.swiper-navigation-disabled .swiper-button-next, .swiper-navigation-disabled .swiper-button-prev {
    display: none !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

    .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
        content: 'prev';
    }

.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}

    .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
        content: 'next';
    }

.swiper-button-lock {
    display: none;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

    .swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
        display: none !important;
    }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transform: scale(.33);
        position: relative;
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66);
    }

    .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33);
    }

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-pagination-bullet:only-child {
    display: none !important;
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px,-50%,0);
}

    .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
        display: block;
    }

    .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
    }

        .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: .2s transform,.2s top;
        }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

    .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: .2s transform,.2s left;
    }

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute;
}

    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        transform: scale(0);
        transform-origin: left top;
    }

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}

    .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-vertical > .swiper-pagination-progressbar {
        width: 4px;
        height: 100%;
        left: 0;
        top: 0;
    }

.swiper-pagination-lock {
    display: none;
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1);
}

    .swiper-scrollbar-disabled > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-disabled {
        display: none !important;
    }

    .swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
        position: absolute;
        left: 1%;
        bottom: 3px;
        z-index: 50;
        height: 5px;
        width: 98%;
    }

    .swiper-scrollbar.swiper-scrollbar-vertical, .swiper-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);
    border-radius: 10px;
    left: 0;
    top: 0;
}

.swiper-scrollbar-cursor-drag {
    cursor: move;
}

.swiper-scrollbar-lock {
    display: none;
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: 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%;
        object-fit: contain;
    }

.swiper-slide-zoomed {
    cursor: move;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader, .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color:#000;
}

@keyframes swiper-preloader-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity;
}

    .swiper-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-cube {
    overflow: visible;
}

    .swiper-cube .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
        visibility: hidden;
        transform-origin: 0 0;
        width: 100%;
        height: 100%;
    }

        .swiper-cube .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-cube.swiper-rtl .swiper-slide {
        transform-origin: 100% 0;
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-cube .swiper-slide-active, .swiper-cube .swiper-slide-next, .swiper-cube .swiper-slide-next + .swiper-slide, .swiper-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible;
    }

    .swiper-cube .swiper-slide-shadow-bottom, .swiper-cube .swiper-slide-shadow-left, .swiper-cube .swiper-slide-shadow-right, .swiper-cube .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .swiper-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0px;
        width: 100%;
        height: 100%;
        opacity: .6;
        z-index: 0;
    }

        .swiper-cube .swiper-cube-shadow:before {
            content: '';
            background: #000;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            filter: blur(50px);
        }

.swiper-flip {
    overflow: visible;
}

    .swiper-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1;
    }

        .swiper-flip .swiper-slide .swiper-slide {
            pointer-events: none;
        }

    .swiper-flip .swiper-slide-active, .swiper-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto;
    }

    .swiper-flip .swiper-slide-shadow-bottom, .swiper-flip .swiper-slide-shadow-left, .swiper-flip .swiper-slide-shadow-right, .swiper-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    transition-property: transform,opacity,height;
}

.swiper-cards {
    overflow: visible;
}

    .swiper-cards .swiper-slide {
        transform-origin: center bottom;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: hidden;
    }

.elementor-kit-1540 {
    --e-global-color-primary:#FF9800;
    --e-global-color-secondary:#54595F;
    --e-global-color-text:#7A7A7A;
    --e-global-color-accent:#61CE70;
    --e-global-color-dfa1205:#F8F8F8;
    --e-global-typography-primary-font-family:"Raleway";
    --e-global-typography-primary-font-weight:600;
    --e-global-typography-secondary-font-family:"Roboto Slab";
    --e-global-typography-secondary-font-weight:400;
    --e-global-typography-text-font-family:"Roboto";
    --e-global-typography-text-font-weight:400;
    --e-global-typography-accent-font-family:"Roboto";
    --e-global-typography-accent-font-weight:500;
    font-family: "Oswald", Sans-serif;
    font-weight: 300;
}

    .elementor-kit-1540 h1 {
        font-family: "Oswald", Sans-serif;
    }

    .elementor-kit-1540 h2 {
        color: #FFFFFF;
        font-family: "Raleway", Sans-serif;
        font-size: 50px;
        font-weight: 400;
    }

    .elementor-kit-1540 h3 {
        color: #000000;
        font-family: "Oswald", Sans-serif;
        font-size: 38px;
        font-weight: 400;
        font-style: normal;
    }

    .elementor-kit-1540 h5 {
        color: #FFFFFF;
        font-family: "Raleway", Sans-serif;
        font-size: 43px;
    }

    .elementor-kit-1540 button, .elementor-kit-1540 input[type="button"], .elementor-kit-1540 input[type="submit"], .elementor-kit-1540 .elementor-button {
        color: #FFFFFF;
        background-color: #FFFFFF00;
        box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    }

        .elementor-kit-1540 button:hover, .elementor-kit-1540 button:focus, .elementor-kit-1540 input[type="button"]:hover, .elementor-kit-1540 input[type="button"]:focus, .elementor-kit-1540 input[type="submit"]:hover, .elementor-kit-1540 input[type="submit"]:focus, .elementor-kit-1540 .elementor-button:hover, .elementor-kit-1540 .elementor-button:focus {
            color: #FF9800;
        }

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1140px;
}

.e-con {
    --container-max-width:1140px;
}

.elementor-widget:not(:last-child) {
    margin-block-end: 20px;
}

.elementor-element {
    --widgets-spacing:20px 20px;
}

{
}

h1.entry-title {
    display: var(--page-title-display);
}

@media(max-width:1024px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 1024px;
    }

    .e-con {
        --container-max-width:1024px;
    }
}

@media(max-width:767px) {
    .elementor-section.elementor-section-boxed > .elementor-container {
        max-width: 767px;
    }

    .e-con {
        --container-max-width:767px;
    }
}

@charset "UTF-8";

.ec-grid {
    display: grid;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
}

.ec-grid__1 .ec-grid {
    grid-template-columns: repeat(1,1fr);
}

.ec-grid__2 .ec-grid {
    grid-template-columns: repeat(2,1fr);
}

.ec-grid__3 .ec-grid {
    grid-template-columns: repeat(3,1fr);
}

.ec-grid__4 .ec-grid {
    grid-template-columns: repeat(4,1fr);
}

.ec-grid__5 .ec-grid {
    grid-template-columns: repeat(5,1fr);
}

.ec-grid__6 .ec-grid {
    grid-template-columns: repeat(6,1fr);
}

@media(max-width:1024px) {
    .ec-grid__tablet-1 .ec-grid {
        grid-template-columns: repeat(1,1fr);
    }

    .ec-grid__tablet-2 .ec-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ec-grid__tablet-3 .ec-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .ec-grid__tablet-4 .ec-grid {
        grid-template-columns: repeat(4,1fr);
    }

    .ec-grid__tablet-5 .ec-grid {
        grid-template-columns: repeat(5,1fr);
    }

    .ec-grid__tablet-6 .ec-grid {
        grid-template-columns: repeat(6,1fr);
    }
}

@media(max-width:767px) {
    .ec-grid__mobile-1 .ec-grid {
        grid-template-columns: repeat(1,1fr);
    }

    .ec-grid__mobile-2 .ec-grid {
        grid-template-columns: repeat(2,1fr);
    }

    .ec-grid__mobile-3 .ec-grid {
        grid-template-columns: repeat(3,1fr);
    }

    .ec-grid__mobile-4 .ec-grid {
        grid-template-columns: repeat(4,1fr);
    }

    .ec-grid__mobile-5 .ec-grid {
        grid-template-columns: repeat(5,1fr);
    }

    .ec-grid__mobile-6 .ec-grid {
        grid-template-columns: repeat(6,1fr);
    }
}

.ec-row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.ec-col-1, .ec-col-2, .ec-col-3, .ec-col-4, .ec-col-5, .ec-col-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.ec-col-1 {
    width: 100%;
    flex-basis: 100%;
}

.ec-col-2 {
    width: 50%;
    flex-basis: 50%;
}

.ec-col-3 {
    width: 33.33333%;
    flex-basis: 33.33333%;
}

.ec-col-4 {
    width: 25%;
    flex-basis: 25%;
}

.ec-col-5 {
    width: 20%;
    flex-basis: 20%;
}

.ec-col-6 {
    width: 16.66667%;
    flex-basis: 16.66667%;
}

.ec-at-item {
    border: 1px solid #e9ecef;
    transition: .3s background-color;
}

    .ec-at-item:hover {
        background-color: #fcfcfc;
    }

    .ec-at-item + .ec-at-item {
        border-top: 0;
    }

    .ec-at-item .ec-at-icon {
        margin-right: 10px;
    }

    .ec-at-item .ec-at-icon--left {
        float: left;
        text-align: left;
    }

    .ec-at-item .ec-at-icon--right {
        float: right;
        text-align: right;
    }

    .ec-at-item .ec-tab-title {
        padding: 15px 40px;
        cursor: pointer;
    }

    .ec-at-item .ec-tab-content {
        padding: 5px 40px 15px;
    }

    .ec-at-item .ec-icon-open {
        display: none;
    }

    .ec-at-item.ec-active .ec-icon-open {
        display: inline-block;
    }

    .ec-at-item.ec-active .ec-tab-content {
        display: block;
    }

    .ec-at-item.ec-active .ec-icon-close {
        display: none;
    }

.ec-at__style-2 .ec-at-item {
    border-left: 0;
    border-right: 0;
    border-top: 0;
}

    .ec-at__style-2 .ec-at-item:last-child {
        border-bottom: 0;
    }

.ec-at__style-2 .ec-tab-content {
    border-left: 1px solid #e9ecef;
}

.ec-alert {
    background-color: #fbfeff;
    color: #a1afb5;
    border: 1px solid #edf5f7;
    padding: 10px 20px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ec-alert .ec-alert-icon {
        margin-right: 10px;
    }

        .ec-alert .ec-alert-icon > .fa {
            font-size: 16px;
        }

    .ec-alert .ec-alert-message-details {
        flex: 1;
    }

    .ec-alert .ec-alert-message-dismiss {
        padding: 5px;
        cursor: pointer;
    }

    .ec-alert .ec-alert-message-title {
        margin-bottom: 6px;
        font-size: 16px;
        color: #a1afb5;
    }

    .ec-alert.ec-alert-info {
        background-color: #d7f2ff;
        border-color: #c3e8f9;
    }

        .ec-alert.ec-alert-info, .ec-alert.ec-alert-info .ec-alert-message-title {
            color: #269bd1;
        }

    .ec-alert.ec-alert-warning {
        background-color: #fff0d7;
        border-color: #f9e4c3;
    }

        .ec-alert.ec-alert-warning, .ec-alert.ec-alert-warning .ec-alert-message-title {
            color: #d18426;
        }

    .ec-alert.ec-alert-danger {
        background-color: #ffd7d7;
        border-color: #f9c3c3;
    }

        .ec-alert.ec-alert-danger, .ec-alert.ec-alert-danger .ec-alert-message-title {
            color: #d12d26;
        }

    .ec-alert.ec-alert-error {
        background-color: #fdc4c4;
        border-color: #fbb6b6;
    }

        .ec-alert.ec-alert-error, .ec-alert.ec-alert-error .ec-alert-message-title {
            color: #c00;
        }

    .ec-alert.ec-alert-success {
        background-color: #d8ffdb;
        border-color: #cbffce;
    }

        .ec-alert.ec-alert-success, .ec-alert.ec-alert-success .ec-alert-message-title {
            color: #26d132;
        }

    .ec-alert.ec-alert-small .ec-alert-message-dismiss {
        margin: -5px;
    }

    .ec-alert.ec-alert-medium {
        padding: 20px 30px;
    }

        .ec-alert.ec-alert-medium .ec-alert-icon {
            margin-right: 20px;
        }

            .ec-alert.ec-alert-medium .ec-alert-icon > .fa {
                font-size: 24px;
            }

        .ec-alert.ec-alert-medium .ec-alert-message-dismiss {
            padding: 10px;
        }

    .ec-alert.ec-alert-large {
        padding: 30px 40px;
    }

        .ec-alert.ec-alert-large .ec-alert-icon {
            margin-right: 30px;
        }

            .ec-alert.ec-alert-large .ec-alert-icon > .fa {
                font-size: 30px;
            }

        .ec-alert.ec-alert-large .ec-alert-message-title {
            margin-bottom: 10px;
            font-size: 24px;
        }

        .ec-alert.ec-alert-large .ec-alert-message-content {
            font-size: 18px;
        }

        .ec-alert.ec-alert-large .ec-alert-message-dismiss {
            padding: 10px;
        }

.ec-advanced-image-wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
}

    .ec-advanced-image-wrapper .ec-image {
        opacity: 1;
        transition: .3s all;
    }

    .ec-advanced-image-wrapper .ec-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        transition: .3s all;
        width: 100%;
        height: 100%;
        padding: 15px;
    }

    .ec-advanced-image-wrapper .ec-overlay {
        position: absolute;
        background-color: rgba(0,0,0,0.5);
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        opacity: 0;
        transition: .3s all;
    }

    .ec-advanced-image-wrapper .ec-box-link {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
    }

    .ec-advanced-image-wrapper .ec-cta {
        transition: .3s all;
    }

    .ec-advanced-image-wrapper .ec-cta-btn {
        padding: 8px 12px;
        display: inline-block;
    }

    .ec-advanced-image-wrapper:hover .ec-content, .ec-advanced-image-wrapper:hover .ec-overlay {
        opacity: 1;
    }

.ec-advanced-heading-wrapper {
    position: relative;
}

    .ec-advanced-heading-wrapper .ec-advanced-heading {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

        .ec-advanced-heading-wrapper .ec-advanced-heading .heading {
            z-index: 1;
            font-size: 30px;
            font-weight: bold;
            margin-bottom: 5px;
        }

        .ec-advanced-heading-wrapper .ec-advanced-heading .sub-heading {
            z-index: 1;
            font-size: 14px;
            text-transform: uppercase;
        }

.ec-advanced-heading--left .ec-advanced-heading-wrapper .ec-advanced-heading {
    align-items: flex-start;
}

.ec-advanced-heading--right .ec-advanced-heading-wrapper .ec-advanced-heading {
    align-items: flex-end;
}

.ec-advanced-heading-wrapper .ec-advanced-background-heading {
    z-index: 0;
    font-size: 60px;
    width: 100%;
    text-align: center;
    color: #e9ecef;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .ec-advanced-heading-wrapper .ec-advanced-background-heading .background-heading {
        display: inline-block;
    }

.ec-advanced-background-heading--left .ec-advanced-heading-wrapper .ec-advanced-background-heading {
    text-align: left;
}

.ec-advanced-background-heading--right .ec-advanced-heading-wrapper .ec-advanced-background-heading {
    text-align: right;
}

.ec-button-wrapper .ec-button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    color: #fcfcfc;
    text-align: center;
    text-decoration: none;
    transition: all 200ms;
    background: #269bd1;
    border-radius: 2px;
    cursor: pointer;
}

    .ec-button-wrapper .ec-button-link i {
        color: #fff;
    }

    .ec-button-wrapper .ec-button-link.is-large {
        padding: 18px 26px;
    }

    .ec-button-wrapper .ec-button-link.is-small {
        padding: 8px 16px;
    }

    .ec-button-wrapper .ec-button-link.is-medium {
        padding: 12px 20px;
    }

.ec-button-wrapper .ec-button-text.icon-position-left {
    order: 2;
}

.ec-business-hours-wrapper {
    border: 0 solid;
}

    .ec-business-hours-wrapper .ec-business-day-container {
        display: flex;
        justify-content: space-between;
        padding: 10px;
    }

.ec-counter {
    text-align: center;
}

    .ec-counter .ec-counter-number-wrap {
        font-size: 60px;
        font-weight: bold;
        line-height: 1;
    }

    .ec-counter .ec-title {
        font-weight: 400;
        margin: 10px 0 0;
    }

    .ec-counter .ec-number-prefix, .ec-counter .ec-number-postfix {
        white-space: pre-wrap;
    }

    .ec-counter .ec-icon {
        margin: 0 0 20px;
    }

        .ec-counter .ec-icon i {
            font-size: 40px;
        }

.ec-countdown-items-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.ec-countdown-wrapper .ec-countdown {
    display: inline-block;
}

.ec-col--1 .ec-countdown-wrapper .ec-countdown-item, .ec-col--2 .ec-countdown-wrapper .ec-countdown-item, .ec-col--3 .ec-countdown-wrapper .ec-countdown-item, .ec-col--4 .ec-countdown-wrapper .ec-countdown-item {
    padding-left: 15px;
    padding-right: 15px;
}

.ec-col--1 .ec-countdown-wrapper .ec-countdown-item {
    width: 100%;
    flex-basis: 100%;
}

.ec-col--2 .ec-countdown-wrapper .ec-countdown-item {
    width: 50%;
    flex-basis: 50%;
}

.ec-col--3 .ec-countdown-wrapper .ec-countdown-item {
    width: 33.33333%;
    flex-basis: 33.33333%;
}

.ec-col--4 .ec-countdown-wrapper .ec-countdown-item {
    width: 25%;
    flex-basis: 25%;
}

.ec-countdown-wrapper .ec-countdown-item-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ec-countdown-wrapper .ec-countdown-item-inner .ec-number {
        color: #16181b;
        font-size: 60px;
        font-weight: bold;
        line-height: 1;
    }

    .ec-countdown-wrapper .ec-countdown-item-inner .ec-label {
        margin: 0 0 0 20px;
    }

.label-position--below .ec-countdown-wrapper .ec-countdown-item-inner {
    flex-direction: column;
}

.label-position--below .ec-countdown-wrapper .ec-label {
    margin: 20px 0 0;
}

@media(max-width:1024px) {
    .ec-col--tablet-1 .ec-countdown-wrapper .ec-countdown-item, .ec-col--tablet-2 .ec-countdown-wrapper .ec-countdown-item, .ec-col--tablet-3 .ec-countdown-wrapper .ec-countdown-item, .ec-col--tablet-4 .ec-countdown-wrapper .ec-countdown-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ec-col--tablet-1 .ec-countdown-wrapper .ec-countdown-item {
        width: 100%;
        flex-basis: 100%;
    }

    .ec-col--tablet-2 .ec-countdown-wrapper .ec-countdown-item {
        width: 50%;
        flex-basis: 50%;
    }

    .ec-col--tablet-3 .ec-countdown-wrapper .ec-countdown-item {
        width: 33.33333%;
        flex-basis: 33.33333%;
    }

    .ec-col--tablet-4 .ec-countdown-wrapper .ec-countdown-item {
        width: 25%;
        flex-basis: 25%;
    }
}

@media(max-width:767px) {
    .ec-col--mobile-1 .ec-countdown-wrapper .ec-countdown-item, .ec-col--mobile-2 .ec-countdown-wrapper .ec-countdown-item, .ec-col--mobile-3 .ec-countdown-wrapper .ec-countdown-item, .ec-col--mobile-4 .ec-countdown-wrapper .ec-countdown-item {
        padding-left: 15px;
        padding-right: 15px;
    }

    .ec-col--mobile-1 .ec-countdown-wrapper .ec-countdown-item {
        width: 100%;
        flex-basis: 100%;
    }

    .ec-col--mobile-2 .ec-countdown-wrapper .ec-countdown-item {
        width: 50%;
        flex-basis: 50%;
    }

    .ec-col--mobile-3 .ec-countdown-wrapper .ec-countdown-item {
        width: 33.33333%;
        flex-basis: 33.33333%;
    }

    .ec-col--mobile-4 .ec-countdown-wrapper .ec-countdown-item {
        width: 25%;
        flex-basis: 25%;
    }
}

.ec-divider {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .ec-divider .ec-divider-side {
        flex-grow: 1;
        max-width: 30%;
    }

        .ec-divider .ec-divider-side .ec-divider-inner {
            display: block;
        }

    .ec-divider .ec-divider-middle {
        flex-shrink: 1;
        margin: 0 16px;
        text-align: center;
    }

    .ec-divider.ec-divider--image .ec-divider-middle {
        margin: 10px;
    }

.ec-icon--left .ec-divider .ec-divider-before {
    flex-grow: 0;
    display: none;
}

.ec-icon--right .ec-divider .ec-divider-after {
    flex-grow: 0;
    display: none;
}

.ec-stacked {
    flex-direction: column;
}

    .ec-stacked .ec-divider-side {
        width: 30%;
    }

.ec-dir-vert.ec-stacked .ec-divider-side {
    width: unset !important;
    max-width: unset !important;
    height: 60px;
}

.ec-dual-heading-wrapper .ec-dual-heading {
    margin-bottom: 10px;
}

    .ec-dual-heading-wrapper .ec-dual-heading .ec-first-text-clipped, .ec-dual-heading-wrapper .ec-dual-heading .ec-second-text-clipped {
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.ec-dual-heading-wrapper .ec-stacked > span, .ec-dual-heading-wrapper .ec-stacked > a {
    display: block;
}

.ec-dual-heading-wrapper .ec-dual-heading-icon i {
    font-size: 32px;
    color: #269bd1;
}

.ec-dual-heading-wrapper.icon-top, .ec-dual-heading-wrapper.description-top, .ec-dual-heading-wrapper.heading-bottom {
    display: flex;
    flex-direction: column;
}

    .ec-dual-heading-wrapper.icon-top .ec-dual-heading-icon {
        order: 1;
    }

    .ec-dual-heading-wrapper.icon-top .ec-dual-heading {
        order: 2;
    }

    .ec-dual-heading-wrapper.icon-top .ec-dual-heading-description {
        order: 3;
    }

    .ec-dual-heading-wrapper.description-top .ec-dual-heading-description {
        order: 1;
    }

    .ec-dual-heading-wrapper.description-top .ec-dual-heading {
        order: 2;
    }

    .ec-dual-heading-wrapper.description-top .ec-dual-heading-icon {
        order: 3;
    }

    .ec-dual-heading-wrapper.heading-bottom .ec-dual-heading-icon {
        order: 1;
    }

    .ec-dual-heading-wrapper.heading-bottom .ec-dual-heading-description {
        order: 2;
    }

    .ec-dual-heading-wrapper.heading-bottom .ec-dual-heading {
        order: 3;
    }

.ec-evf-wrapper .everest-forms .input-text, .ec-evf-wrapper .everest-forms .evf-submit-container button[type=submit], .ec-evf-wrapper .everest-forms .evf-submit-container input[type=submit] {
    transition: all .3s ease-out;
}

.ec-feature-list {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

    .ec-feature-list ul {
        list-style: none;
        margin-bottom: 0;
    }

    .ec-feature-list .ec-feature-list-title {
        margin-bottom: 12px;
        font-size: 32px;
        font-weight: 400;
    }

        .ec-feature-list .ec-feature-list-title a {
            text-decoration: none;
        }

    .ec-feature-list .ec-feature-list-description {
        margin-bottom: 0;
    }

    .ec-feature-list .ec-feature-item-icon-wrapper {
        position: relative;
    }

    .ec-feature-list .ec-feature-item-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 54px;
        width: 54px;
        padding: 18px;
        border-radius: 50px;
        background-color: #269bd1;
        color: #fff;
        overflow: hidden;
    }

        .ec-feature-list .ec-feature-item-icon.ec-square {
            border-radius: 4px;
        }

        .ec-feature-list .ec-feature-item-icon.ec-rhombus {
            transform: rotate(45deg);
            border-radius: 4px;
        }

    .ec-feature-list .ec-feature-item-image img {
        height: 54px;
        width: 54px;
        max-width: inherit;
        border-radius: 50px;
        object-fit: cover;
    }

    .ec-feature-list .ec-feature-item {
        display: flex;
        gap: 28px;
    }

        .ec-feature-list .ec-feature-item:not(:last-of-type) .ec-connector {
            display: block;
            position: absolute;
            width: 0;
            margin: 0 auto;
            height: 100%;
            left: 0;
            right: calc(100% - 54px);
            border: 1px solid #269bd1;
            border-right: 0;
            top: 54px;
        }

        .ec-feature-list .ec-feature-item.center {
            flex-direction: column;
            gap: 12px;
        }

        .ec-feature-list .ec-feature-item.right .ec-feature-item-icon-wrapper {
            order: 2;
        }

.ec-fg-items-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.ec-fg-wrapper .ec-fg-controls {
    list-style: none;
    text-align: center;
    margin: 0 0 20px 0;
}

    .ec-fg-wrapper .ec-fg-controls li {
        display: inline-block;
        margin: 0 5px;
        padding: 8px 16px;
        cursor: pointer;
        text-transform: uppercase;
    }

        .ec-fg-wrapper .ec-fg-controls li.active {
            color: #fff;
            background: #16181a;
        }

        .ec-fg-wrapper .ec-fg-controls li:first-child {
            margin-left: 0;
        }

        .ec-fg-wrapper .ec-fg-controls li:last-child {
            margin-right: 0;
        }

.ec-fg-controls--left .ec-fg-wrapper .ec-fg-controls {
    text-align: left;
}

.ec-fg-controls--right .ec-fg-wrapper .ec-fg-controls {
    text-align: right;
}

.ec-fg-wrapper .ec-fg-item {
    padding-left: 15px;
    padding-right: 15px;
}

    .ec-fg-wrapper .ec-fg-item .ec-item-inner {
        overflow: hidden;
        position: relative;
        margin-bottom: 20px;
    }

    .ec-fg-wrapper .ec-fg-item .overlay, .ec-fg-wrapper .ec-fg-item .ec-fg-caption {
        transition: all .3s ease-in-out;
        visibility: hidden;
        opacity: 0;
    }

    .ec-fg-wrapper .ec-fg-item .overlay {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
    }

    .ec-fg-wrapper .ec-fg-item:hover .overlay, .ec-fg-wrapper .ec-fg-item:hover .ec-fg-caption {
        visibility: visible;
        opacity: 1;
    }

.ec-col--1 .ec-fg-wrapper .ec-fg-item, .ec-col--2 .ec-fg-wrapper .ec-fg-item, .ec-col--3 .ec-fg-wrapper .ec-fg-item, .ec-col--4 .ec-fg-wrapper .ec-fg-item, .ec-col--5 .ec-fg-wrapper .ec-fg-item, .ec-col--6 .ec-fg-wrapper .ec-fg-item {
    padding-left: 15px;
    padding-right: 15px;
}

.ec-col--1 .ec-fg-wrapper .ec-fg-item {
    width: 100%;
    flex-basis: 100%;
}

.ec-col--2 .ec-fg-wrapper .ec-fg-item {
    width: 50%;
    flex-basis: 50%;
}

.ec-col--3 .ec-fg-wrapper .ec-fg-item {
    width: 33.33333%;
    flex-basis: 33.33333%;
}

.ec-col--4 .ec-fg-wrapper .ec-fg-item {
    width: 25%;
    flex-basis: 25%;
}

.ec-col--5 .ec-fg-wrapper .ec-fg-item {
    width: 20%;
    flex-basis: 20%;
}

.ec-col--6 .ec-fg-wrapper .ec-fg-item {
    width: 16.66667%;
    flex-basis: 16.66667%;
}

.ec-fg-wrapper .ec-image {
    text-align: center;
}

    .ec-fg-wrapper .ec-image img {
        width: 100%;
    }

@media(max-width:1024px) {
    .ec-col--tablet-1 .ec-fg-wrapper .ec-fg-item {
        width: 100%;
        flex-basis: 100%;
    }

    .ec-col--tablet-2 .ec-fg-wrapper .ec-fg-item {
        width: 50%;
        flex-basis: 50%;
    }

    .ec-col--tablet-3 .ec-fg-wrapper .ec-fg-item {
        width: 33.33333%;
        flex-basis: 33.33333%;
    }

    .ec-col--tablet-4 .ec-fg-wrapper .ec-fg-item {
        width: 25%;
        flex-basis: 25%;
    }

    .ec-col--tablet-5 .ec-fg-wrapper .ec-fg-item {
        width: 20%;
        flex-basis: 20%;
    }

    .ec-col--tablet-6 .ec-fg-wrapper .ec-fg-item {
        width: 16.66667%;
        flex-basis: 16.66667%;
    }
}

@media(max-width:767px) {
    .ec-col--mobile-1 .ec-fg-wrapper .ec-fg-item {
        width: 100%;
        flex-basis: 100%;
    }

    .ec-col--mobile-2 .ec-fg-wrapper .ec-fg-item {
        width: 50%;
        flex-basis: 50%;
    }

    .ec-col--mobile-3 .ec-fg-wrapper .ec-fg-item {
        width: 33.33333%;
        flex-basis: 33.33333%;
    }

    .ec-col--mobile-4 .ec-fg-wrapper .ec-fg-item {
        width: 25%;
        flex-basis: 25%;
    }

    .ec-col--mobile-5 .ec-fg-wrapper .ec-fg-item {
        width: 20%;
        flex-basis: 20%;
    }

    .ec-col--mobile-6 .ec-fg-wrapper .ec-fg-item {
        width: 16.66667%;
        flex-basis: 16.66667%;
    }
}

.ec-fg-wrapper .ec-fg-caption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
}

.ec-fg-caption-align--center .ec-fg-wrapper .ec-fg-caption {
    text-align: center;
}

.ec-fg-caption-align--right .ec-fg-wrapper .ec-fg-caption {
    text-align: right;
}

.ec-fg-wrapper .ec-caption-content {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .ec-fg-wrapper .ec-caption-content .ec-title, .ec-fg-wrapper .ec-caption-content .ec-description {
        color: #fff;
    }

    .ec-fg-wrapper .ec-caption-content .ec-title {
        font-weight: bold;
        font-size: 20px;
        margin: 0 0 5px;
    }

    .ec-fg-wrapper .ec-caption-content .ec-fg-btn {
        margin: 10px 0 0;
    }

        .ec-fg-wrapper .ec-caption-content .ec-fg-btn > a {
            text-align: center;
            width: 40px;
            height: 40px;
            display: inline-block;
            line-height: 40px;
            font-size: 16px;
            transition: all .3s;
        }

            .ec-fg-wrapper .ec-caption-content .ec-fg-btn > a:hover {
                background-color: #269bd1;
                border-color: transparent;
            }

            .ec-fg-wrapper .ec-caption-content .ec-fg-btn > a .fa {
                line-height: 40px;
                font-size: 15px;
                color: #fff;
            }

.ec-fg--center .ec-fg-wrapper .ec-caption-content {
    text-align: center;
}

.ec-fg--right .ec-fg-wrapper .ec-caption-content {
    text-align: right;
}

.ec-fg-wrapper .lightbox--image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    visibility: visible;
    opacity: 1;
}

.ec-fg-wrapper .mfp-zoom-in .mfp-with-anim {
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: scale(0.8);
}

.ec-fg-wrapper .mfp-zoom-in.mfp-bg {
    opacity: 0;
    transition: all .3s ease-out;
}

.ec-fg-wrapper .mfp-zoom-in.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: scale(1);
}

.ec-fg-wrapper .mfp-zoom-in.mfp-ready.mfp-bg {
    opacity: .8;
}

.ec-fg-wrapper .mfp-zoom-in.mfp-removing .mfp-with-anim {
    transform: scale(0.8);
    opacity: 0;
}

.ec-fg-wrapper .mfp-zoom-in.mfp-removing.mfp-bg {
    opacity: 0;
}

.ec-fg-effect__style-2 .ec-fg-item:hover .ec-caption-content {
    transform: translateY(0);
}

.ec-fg-effect__style-2 .ec-fg-item:hover .ec-description, .ec-fg-effect__style-2 .ec-fg-item:hover .ec-fg-btn {
    opacity: 1;
}

.ec-fg-effect__style-2 .ec-fg-item .ec-fg-caption {
    visibility: visible;
    opacity: 1;
}

.ec-fg-effect__style-2 .ec-caption-content {
    transform: translateY(50%);
    transition: transform .3s;
}

.ec-fg-effect__style-2 .ec-title, .ec-fg-effect__style-2 .ec-description, .ec-fg-effect__style-2 .ec-fg-btn {
    transition: opacity .3s;
}

.ec-fg-effect__style-2 .ec-description, .ec-fg-effect__style-2 .ec-fg-btn {
    opacity: 0;
}

.ec-instagram-feed img {
    cursor: pointer;
}

.ec-instagram-feed.ec-card {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    column-gap: 24px;
    row-gap: 24px;
}

    .ec-instagram-feed.ec-card .ec-instagram-feed-item-above-image {
        display: flex;
        justify-content: space-between;
        padding: 8px;
    }

    .ec-instagram-feed.ec-card .ec-instagram-feed-item {
        border-radius: 4px;
        border: 1px solid #d9d9d9;
    }

    .ec-instagram-feed.ec-card.ec-column-1 {
        grid-template-columns: repeat(1,1fr);
    }

    .ec-instagram-feed.ec-card.ec-column-2 {
        grid-template-columns: repeat(2,1fr);
    }

    .ec-instagram-feed.ec-card.ec-column-3 {
        grid-template-columns: repeat(3,1fr);
    }

.ec-instagram-feed .ec-instagram-feed-date {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
}

.ec-instagram-feed .ec-instagram-feed-username {
    margin-bottom: 0;
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: capitalize;
}

.ec-instagram-feed .ec-instagram-feed-icon i {
    color: #828282;
    font-size: 16px;
}

.ec-instagram-feed .ec-instagram-feed-caption {
    color: #4e4e4e;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.ec-instagram-feed .ec-instagram-feed-below-image {
    padding: 8px;
}

.ec-instagram-feed.ec-list {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    column-gap: 24px;
    row-gap: 24px;
}

    .ec-instagram-feed.ec-list .ec-instagram-feed-list-item {
        display: flex;
        gap: 4px;
        background-color: #f5f5f5;
    }

    .ec-instagram-feed.ec-list img {
        width: 128px;
        height: 128px;
    }

    .ec-instagram-feed.ec-list .ec-instagram-feed-item-right-content {
        flex: 1;
        padding: 6px;
    }

    .ec-instagram-feed.ec-list .ec-instagram-feed-item-info-content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 6px;
    }

    .ec-instagram-feed.ec-list p {
        margin-bottom: 0;
    }

    .ec-instagram-feed.ec-list.ec-column-1 {
        grid-template-columns: repeat(1,1fr);
    }

    .ec-instagram-feed.ec-list.ec-column-2 {
        grid-template-columns: repeat(2,1fr);
    }

    .ec-instagram-feed.ec-list.ec-column-3 {
        grid-template-columns: repeat(3,1fr);
    }

.ec-instagram-feed.ec-fullWidth {
    display: grid;
    grid-template-columns: repeat(6,1fr);
}

    .ec-instagram-feed.ec-fullWidth .ec-instagram-feed-icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        transition: all .3s ease-in-out;
        visibility: hidden;
        opacity: 0;
    }

    .ec-instagram-feed.ec-fullWidth .ec-instagram-feed-item {
        position: relative;
    }

        .ec-instagram-feed.ec-fullWidth .ec-instagram-feed-item img {
            height: 100%;
            object-fit: cover;
        }

        .ec-instagram-feed.ec-fullWidth .ec-instagram-feed-item:hover .ec-instagram-feed-icon {
            visibility: visible;
            opacity: 1;
        }

            .ec-instagram-feed.ec-fullWidth .ec-instagram-feed-item:hover .ec-instagram-feed-icon i {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 32px;
                width: 32px;
                color: #fff;
            }

    .ec-instagram-feed.ec-fullWidth .ec-instagram-follow-btn {
        display: flex;
        color: #FFF;
        font-size: 14px;
        font-weight: 400;
        line-height: 150%;
        border-radius: 4px;
        background: #269bd1;
        padding: 6px 12px;
        text-decoration: none;
        gap: 8px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        z-index: 99;
        align-items: center;
    }

.ec-mailchimp-wrapper input[type="email"] {
    display: flex;
    height: 37px;
    padding: 8px 12px;
    align-items: center;
    gap: 2px;
    border-radius: 2px;
    border: 1px solid #d9d9d9;
}

.ec-mailchimp-wrapper .ec-mailchimp-subscribe-button {
    display: flex;
    padding: 8px 16px;
    align-items: center;
    gap: 12px;
    border-radius: 2px;
    background: #027abb;
    line-height: normal;
}

    .ec-mailchimp-wrapper .ec-mailchimp-subscribe-button:hover {
        background: #269bd1;
        color: #fff;
    }

.ec-mailchimp-header {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

    .ec-mailchimp-header h3 {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 0;
        color: #424242;
        font-size: 32px;
        font-weight: 700;
    }

    .ec-mailchimp-header p {
        color: #7a7a7a;
        font-size: 16px;
        font-weight: 400;
    }

    .ec-mailchimp-header i {
        font-size: 32px;
    }

.ec-mailchimp-icon-text {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: center;
}

.ec-mailchimp-fields {
    display: flex;
    align-items: flex-end;
    gap: 16px;
}

.ec-mailchimp-email {
    flex: 1;
}

    .ec-mailchimp-email label {
        color: #7a7a7a;
        font-size: 14px;
        font-weight: 500;
    }

.ec-service-box {
    text-align: center;
    padding: 60px;
    transition: all .3s;
}

    .ec-service-box .ec-icon i, .ec-service-box .ec-icon-inner, .ec-service-box .ec-caption, .ec-service-box .ec-title, .ec-service-box .ec-description, .ec-service-box .ec-cta {
        transition: all .3s;
    }

    .ec-service-box .ec-service-box-link {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
    }

    .ec-service-box .ec-icon {
        margin-bottom: 20px;
    }

    .ec-service-box .ec-icon-inner {
        text-align: center;
        display: inline-block;
        box-sizing: content-box;
    }

    .ec-service-box .ec-image-inner {
        display: inline-block;
        overflow: hidden;
        width: 100%;
    }

        .ec-service-box .ec-image-inner img {
            width: 100%;
        }

    .ec-service-box .ec-service-box-content {
        word-break: break-word;
    }

        .ec-service-box .ec-service-box-content .ec-caption {
            color: #d18426;
            display: inline-block;
            margin-bottom: 6px;
        }

        .ec-service-box .ec-service-box-content .ec-title {
            margin-bottom: 10px;
        }

    .ec-service-box .ec-sep {
        line-height: 0;
    }

    .ec-service-box .ec-sep-inner {
        display: inline-block;
        margin: 20px 0;
    }

    .ec-service-box .ec-service-box-cta {
        margin: 10px 0 0;
    }

        .ec-service-box .ec-service-box-cta.ec-cta-btn a {
            display: inline-block;
            color: #fff;
            padding: 8px 24px;
            background-color: #269bd1;
            border-radius: 20px;
        }

        .ec-service-box .ec-service-box-cta.ec-cta-icon a {
            box-sizing: content-box;
            display: inline-block;
            cursor: pointer;
            text-align: center;
            transition: all .3s;
            box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
        }

.ec-service-box--left .ec-service-box, .ec-service-box--right .ec-service-box {
    display: flex;
}

.ec-service-box--left .ec-icon, .ec-service-box--right .ec-icon {
    margin-bottom: 0;
}

.ec-service-box--left .ec-service-box-content, .ec-service-box--right .ec-service-box-content {
    flex-grow: 1;
}

.ec-service-box--left .ec-icon {
    margin-right: 30px;
}

.ec-service-box--right .ec-service-box {
    flex-direction: row-reverse;
}

.ec-service-box--right .ec-icon {
    margin-left: 30px;
}

@media(min-width:768px) and (max-width:1024px) {
    .ec-service-box-tablet--top .ec-service-box {
        display: block;
    }

    .ec-service-box-tablet--top .ec-icon {
        margin: 0 0 20px;
    }

    .ec-service-box-tablet--left .ec-service-box, .ec-service-box-tablet--right .ec-service-box {
        display: flex;
    }

    .ec-service-box-tablet--left .ec-service-box-content, .ec-service-box-tablet--right .ec-service-box-content {
        flex-grow: 1;
    }

    .ec-service-box-tablet--left .ec-service-box {
        flex-direction: row;
    }

    .ec-service-box-tablet--left .ec-icon {
        margin: 0 30px 0 0;
    }

    .ec-service-box-tablet--right .ec-service-box {
        flex-direction: row-reverse;
    }

    .ec-service-box-tablet--right .ec-icon {
        margin: 0 0 0 30px;
    }
}

@media(max-width:767px) {
    .ec-service-box-mobile--top .ec-service-box {
        display: block;
    }

    .ec-service-box-mobile--top .ec-icon {
        margin: 0 0 20px;
    }

    .ec-service-box-mobile--left .ec-service-box, .ec-service-box-mobile--right .ec-service-box {
        display: flex;
    }

    .ec-service-box-mobile--left .ec-service-box-content, .ec-service-box-mobile--right .ec-service-box-content {
        flex-grow: 1;
    }

    .ec-service-box-mobile--left .ec-icon {
        margin: 0 30px 0 0;
    }

    .ec-service-box-mobile--right .ec-service-box {
        flex-direction: row-reverse;
    }

    .ec-service-box-mobile--right .ec-icon {
        margin: 0 0 0 30px;
    }
}

.ec-media-carousel-wrapper .ec-media-carousel {
    display: flex;
    flex-direction: column;
}

.ec-media-carousel-wrapper .swiper-slide {
    overflow: hidden;
}

.ec-media-carousel--center .ec-media-carousel-wrapper .swiper-slide {
    text-align: center;
}

.ec-media-carousel--right .ec-media-carousel-wrapper .swiper-slide {
    text-align: right;
}

.ec-media-carousel-wrapper .swiper-slide .ec-caption {
    padding: 20px;
    text-align: left;
}

.ec-media-carousel--center .ec-media-carousel-wrapper .swiper-slide .ec-caption {
    text-align: center;
}

.ec-media-carousel--right .ec-media-carousel-wrapper .swiper-slide .ec-caption {
    text-align: right;
}

.ec-media-carousel-wrapper .swiper-slide .ec-caption .ec-title {
    margin-bottom: 10px;
}

.ec-media-carousel-wrapper .swiper-slide .ec-caption .ec-btn {
    color: #fff;
    background-color: #269bd1;
    display: inline-block;
    padding: 8px 16px;
    margin-top: 15px;
    transition: all .3s;
}

    .ec-media-carousel-wrapper .swiper-slide .ec-caption .ec-btn:hover {
        background-color: #1e7ba6;
    }

.ec-media-carousel-wrapper .ec-image {
    overflow: hidden;
}

    .ec-media-carousel-wrapper .ec-image img {
        transition: transform .3s;
    }

.ec-media-carousel-wrapper .ec-pagination {
    text-align: center;
    line-height: 1;
    margin-top: 20px;
}

    .ec-media-carousel-wrapper .ec-pagination .swiper-pagination-bullet {
        opacity: .3;
    }

        .ec-media-carousel-wrapper .ec-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity: 1;
        }

.ec-media-carousel .ec-nav {
    order: -1;
    text-align: center;
    margin-bottom: 20px;
}

    .ec-media-carousel .ec-nav .ec-nav-prev, .ec-media-carousel .ec-nav .ec-nav-next {
        box-sizing: content-box;
        display: inline-block;
        cursor: pointer;
        text-align: center;
        width: 40px;
        height: 40px;
        margin: 10px;
        background-color: #269bd1;
        transition: all .3s;
        border-radius: 50%;
        box-shadow: 0 0 4px 0 #16181a;
    }

        .ec-media-carousel .ec-nav .ec-nav-prev:hover, .ec-media-carousel .ec-nav .ec-nav-next:hover {
            background-color: #1e7ba6;
        }

        .ec-media-carousel .ec-nav .ec-nav-prev i, .ec-media-carousel .ec-nav .ec-nav-next i {
            color: #fff;
            font-size: 1.2em;
            line-height: 40px;
        }

    .ec-media-carousel .ec-nav .ec-nav-prev {
        left: 10px;
    }

    .ec-media-carousel .ec-nav .ec-nav-next {
        right: 10px;
    }

.ec-media-carousel.ec-arrows--top-left .ec-nav {
    text-align: left;
}

.ec-media-carousel.ec-arrows--top-right .ec-nav {
    text-align: right;
}

.ec-media-carousel.ec-arrows--left-right-center .ec-nav .ec-nav-prev, .ec-media-carousel.ec-arrows--left-right-center .ec-nav .ec-nav-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    transform: translateY(-50%);
    transition: all .3s;
}

    .ec-media-carousel.ec-arrows--left-right-center .ec-nav .ec-nav-prev i, .ec-media-carousel.ec-arrows--left-right-center .ec-nav .ec-nav-next i {
        position: absolute;
        color: #e9ecef;
        font-size: 1.2em;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

.ec-media-carousel.ec-arrows--left-right-center .ec-nav .ec-nav-prev {
    left: 10px;
}

.ec-media-carousel.ec-arrows--left-right-center .ec-nav .ec-nav-next {
    right: 10px;
}

.ec-modal-wrapper .ec-modal-src {
    cursor: pointer;
    display: inline-block;
}

    .ec-modal-wrapper .ec-modal-src.icon {
        position: relative;
        cursor: pointer;
    }

    .ec-modal-wrapper .ec-modal-src.button {
        padding: 8px 16px;
        color: #fff;
        background-color: #269bd1;
        border: 2px solid #269bd1;
        line-height: 1;
    }

        .ec-modal-wrapper .ec-modal-src.button .icon-position-before .fa, .ec-modal-wrapper .ec-modal-src.button .icon-position-before .fas, .ec-modal-wrapper .ec-modal-src.button .icon-position-before .far, .ec-modal-wrapper .ec-modal-src.button .icon-position-before .fal, .ec-modal-wrapper .ec-modal-src.button .icon-position-before .fad, .ec-modal-wrapper .ec-modal-src.button .icon-position-before .fab {
            float: left;
            margin-right: 5px;
        }

        .ec-modal-wrapper .ec-modal-src.button .icon-position-after .fa, .ec-modal-wrapper .ec-modal-src.button .icon-position-after .fas, .ec-modal-wrapper .ec-modal-src.button .icon-position-after .far, .ec-modal-wrapper .ec-modal-src.button .icon-position-after .fal, .ec-modal-wrapper .ec-modal-src.button .icon-position-after .fad, .ec-modal-wrapper .ec-modal-src.button .icon-position-after .fab {
            margin-left: 5px;
        }

.ec-modal-popup-message-box.mfp-bg {
    opacity: 1;
}

.ec-modal-popup-message-box .ec-modal-popup-box {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    .ec-modal-popup-message-box .ec-modal-popup-box.content {
        background: #fff;
        padding: 2em;
    }

    .ec-modal-popup-message-box .ec-modal-popup-box iframe {
        width: 100%;
    }

.ec-nav-menu-wrapper ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding-left: 0;
    gap: 24px;
}

    .ec-nav-menu-wrapper ul .menu-item-has-children, .ec-nav-menu-wrapper ul .page_item_has_children {
        position: relative;
    }

    .ec-nav-menu-wrapper ul ul {
        position: absolute;
        box-shadow: 0 5px 30px rgba(0,0,0,0.05);
        top: 100%;
        left: -999em;
        z-index: 99999;
        flex-direction: column;
        background-color: #fff;
    }

.ec-nav-menu-wrapper li:hover > ul, .ec-nav-menu-wrapper li.focus > ul {
    left: auto;
}

.ec-nav-menu-wrapper .sub-menu li:hover > ul, .ec-nav-menu-wrapper .sub-menu li.focus > ul {
    left: 100%;
    top: 0;
}

.ec-nav-menu-wrapper li a {
    display: flex;
    flex: 1;
    color: #383838;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    justify-content: space-between;
    text-decoration: none;
    border: 0 solid #e4e4e7;
}

.ec-nav-menu-wrapper .ec-submenu-toggle {
    display: flex;
    align-items: center;
    padding-left: 8px;
    cursor: pointer;
}

    .ec-nav-menu-wrapper .ec-submenu-toggle i {
        font-size: 12px;
    }

.ec-nav-menu-wrapper .sub-menu {
    display: block;
    position: absolute;
    top: 100%;
    width: 240px;
    border: .5px solid #d5d8dc;
    background-color: #fff;
}

    .ec-nav-menu-wrapper .sub-menu li a {
        padding: 6px 12px;
    }

    .ec-nav-menu-wrapper .sub-menu .ec-submenu-toggle i {
        rotate: 270deg;
    }

.ec-nav-menu-wrapper.ec-pointer-underline .menu-item:hover::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: #269bd1;
}

.ec-nav-menu-wrapper.ec-pointer-overline .menu-item:hover::before {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: #269bd1;
}

.ec-nav-menu-wrapper.ec-pointer-double-line .menu-item:hover::before, .ec-nav-menu-wrapper.ec-pointer-double-line .menu-item:hover::after {
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    left: 0;
    background-color: #269bd1;
}

.ec-nav-menu-wrapper.ec-animation-grow .menu-item:hover {
    transform: scale(1.1);
    transition: transform .4s;
}

.ec-nav-menu-wrapper.ec-animation-fade .menu-item:hover {
    opacity: .5;
    transition: opacity .4s;
}

.ec-nav-menu-wrapper.ec-animation-slide .menu-item:hover {
    transform: translateY(-10px);
    transition: transform .4s;
}

.ec-mobile-nav, .ec-mobile-menu {
    display: none;
}

.ec-nav-menu-wrapper {
    display: block;
}

.ec-menu-toggle {
    background: 0;
    border: 0;
    cursor: pointer;
    padding: 10px;
    color: #383838;
}

    .ec-menu-toggle i {
        font-size: 38px;
    }

.ec-mobile-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .ec-mobile-menu-list li {
        padding: 10px;
    }

        .ec-mobile-menu-list li a {
            display: block;
            color: #333;
            text-decoration: none;
        }

.ec-mobile-menu {
    display: none;
}

    .ec-mobile-menu li {
        list-style: none;
        position: relative;
        display: flex;
        flex-wrap: wrap;
        border-top: 1px solid #e4e4e7;
        background: #fafafa;
    }

        .ec-mobile-menu li:last-child {
            border-bottom: 1px solid #e4e4e7;
        }

        .ec-mobile-menu li a {
            display: block;
            flex-grow: 1;
            color: #3f3f46;
            padding: 12px 16px 8px 16px;
            text-decoration: none;
            font-size: 14px;
            font-weight: 400;
            line-height: 1.8;
            text-transform: uppercase;
            text-align: left;
        }

    .ec-mobile-menu ul {
        margin: 0;
        border-right: 1px solid #e4e4e7;
        border-left: 1px solid #e4e4e7;
    }

        .ec-mobile-menu ul ul a {
            padding: 8px 16px 8px 32px;
            text-transform: none;
        }

    .ec-mobile-menu .ec-submenu-toggle {
        display: flex;
        align-items: center;
        padding: 14px;
        border-left: 1px solid rgba(255,255,255,0.2);
        cursor: pointer;
        color: #3f3f46;
    }

    .ec-mobile-menu .ec-submenu-visible > .sub-menu {
        max-height: 500px;
        visibility: visible;
        overflow-y: auto;
    }

    .ec-mobile-menu .sub-menu {
        flex-basis: 100%;
        visibility: hidden;
        overflow: hidden;
        max-height: 0;
        border-top: 1px solid #3f3f46;
        -webkit-transition: all .5s ease-out;
        transition: all .5s ease-out;
    }

        .ec-mobile-menu .sub-menu li {
            border-bottom: 0;
        }

    .ec-mobile-menu ul.sub-menu {
        border: 0;
    }

    .ec-mobile-menu.ec-mobile-menu-visible {
        display: block;
    }

@media screen and (max-width:768px) {
    .ec-mobile-nav {
        display: block;
        text-align: right;
    }

    .ec-nav-menu-wrapper {
        display: none;
    }
}

.ec-offcanvas-content {
    position: fixed;
    padding: 35px 15px;
    top: 0;
    right: 0;
    width: 296px;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: transform .3s cubic-bezier(0.4,0,0.2,1);
    transition: transform .3s cubic-bezier(0.4,0,0.2,1),-webkit-transform .3s cubic-bezier(0.4,0,0.2,1);
    z-index: 1400;
    overflow-y: hidden;
}

    .ec-offcanvas-content.content-position-left {
        transform: translateX(0);
        left: 0;
        overflow-x: hidden;
    }

.ec-offcanvas-wrapper.ec-open .ec-offcanvas-content {
    transform: translateX(0);
}

.ec-offcanvas-wrapper.ec-open .ec-offcanvas-overlay {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}

.ec-offcanvas {
    display: flex;
    gap: 10px;
    align-items: center;
}

    .ec-offcanvas .icon-position-left {
        order: 2;
    }

.ec-offcanvas-overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 1300;
    opacity: 0;
    visibility: none;
    transition: opacity .3s cubic-bezier(0.4,0,0.2,1);
    pointer-events: none;
}

.ec-offcanvas-content-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

    .ec-offcanvas-content-head button {
        all: unset;
        cursor: pointer;
    }

.ec-onepage-nav {
    position: fixed;
    z-index: 999999;
    display: flex;
    padding: 20px 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    background-color: #e2e2e2;
}

    .ec-onepage-nav.position-right {
        top: 50%;
        right: 0;
    }

    .ec-onepage-nav.position-left {
        left: 0;
        top: 50%;
    }

    .ec-onepage-nav.position-top {
        top: 0;
    }

    .ec-onepage-nav.position-bottom {
        bottom: 0;
        top: unset;
    }

.ec-post-slider-wrapper ul {
    list-style: none;
    margin: 0;
}

.ec-post-slider-wrapper .ec-post-title a, .ec-post-slider-wrapper .post-categories a {
    text-decoration: none;
}

    .ec-post-slider-wrapper .ec-post-title a:hover, .ec-post-slider-wrapper .post-categories a:hover {
        text-decoration: underline;
    }

.ec-post-slider-wrapper .ec-post-title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 4px;
}

    .ec-post-slider-wrapper .ec-post-title a {
        color: #000;
    }

.ec-post-slider-wrapper .ec-post-thumbnail-link {
    margin-bottom: 28px;
}

    .ec-post-slider-wrapper .ec-post-thumbnail-link img {
        width: 100%;
        transition: .3s all;
        display: block;
        margin: 0;
    }

.ec-post-slider-wrapper .ec-post-meta {
    color: #9c9c9c;
    font-size: 14px;
    margin-bottom: 8px;
}

.ec-post-slider-wrapper .ec-post-excerpt {
    color: #6a6a6a;
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
}

.ec-post-slider-wrapper .ec-post-read-more {
    display: inline-block;
    color: #269bd1;
    font-size: 14px;
    font-weight: 400;
}

    .ec-post-slider-wrapper .ec-post-read-more:hover {
        text-decoration: underline;
    }

    .ec-post-slider-wrapper .ec-post-read-more.ec-cta-btn {
        background-color: #269bd1;
        padding: 8px 12px;
        color: #fff;
    }

.ec-post-slider-wrapper .ec-nav .ec-nav-next, .ec-post-slider-wrapper .ec-nav .ec-nav-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    font-size: 1.2em;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

    .ec-post-slider-wrapper .ec-nav .ec-nav-next:not(.swiper-button-disabled), .ec-post-slider-wrapper .ec-nav .ec-nav-prev:not(.swiper-button-disabled) {
        background-color: rgba(0,0,0,0.5);
    }

        .ec-post-slider-wrapper .ec-nav .ec-nav-next:not(.swiper-button-disabled):hover, .ec-post-slider-wrapper .ec-nav .ec-nav-prev:not(.swiper-button-disabled):hover {
            background-color: black;
        }

    .ec-post-slider-wrapper .ec-nav .ec-nav-next.swiper-button-disabled, .ec-post-slider-wrapper .ec-nav .ec-nav-prev.swiper-button-disabled {
        opacity: .3;
        cursor: unset;
    }

    .ec-post-slider-wrapper .ec-nav .ec-nav-next i, .ec-post-slider-wrapper .ec-nav .ec-nav-prev i {
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

.ec-post-slider-wrapper .ec-nav .ec-nav-prev {
    left: 10px;
}

.ec-post-slider-wrapper .ec-nav .ec-nav-next {
    right: 10px;
}

.ec-post-slider-wrapper .ec-pagination {
    text-align: center;
    line-height: 1;
    margin-top: 20px;
}

    .ec-post-slider-wrapper .ec-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        background-color: #269bd1;
        opacity: .3;
    }

        .ec-post-slider-wrapper .ec-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity: 1;
        }

.ec-timeline {
    padding: 25px;
    border-radius: 5px;
    border: 1px solid transparent;
}

.ec-timeline-title-wrapper {
    display: flex;
}

    .ec-timeline-title-wrapper .ec-timeline-title {
        flex: 1;
    }

.ec-timeline .ec-timeline-title {
    margin-bottom: 12px;
}

    .ec-timeline .ec-timeline-title a {
        color: #131314;
        font-size: 22px;
        font-weight: 600;
        text-decoration: none;
    }

.ec-timeline .ec-timeline-control {
    display: flex;
    align-items: center;
}

    .ec-timeline .ec-timeline-control .ec-timeline-marker {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 1;
        width: 48px;
        height: 48px;
        background-color: #269bd1;
        color: #fff;
        border-radius: 50%;
    }

        .ec-timeline .ec-timeline-control .ec-timeline-marker.blockart-marker-layout-outline {
            background: #fff !important;
        }

    .ec-timeline .ec-timeline-control .ec-timeline-content {
        flex: 1;
        background-color: #f5f6fa;
    }

        .ec-timeline .ec-timeline-control .ec-timeline-content > div {
            padding: 20px;
        }

.ec-timeline ~ .ec-timeline-line {
    width: 3px;
    height: 300px;
    position: absolute;
    top: 105px;
    left: 55px;
    z-index: 1;
}

.ec-timeline .ec-timeline-media img {
    margin-bottom: 15px;
}

.ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner {
    position: relative;
    margin: 0;
    padding: 40px 0;
    display: flow-root;
    width: 100%;
}

    .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner:first-child::before {
        height: 50%;
        top: 50%;
    }

    .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner:last-child::before {
        height: 50%;
        bottom: 50%;
    }

    .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(50% - 4px / 2);
        display: block;
        width: 2px;
        background-color: #269bd1;
        border-width: 2px;
    }

    .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner:nth-child(odd) .ec-timeline-control {
        flex-direction: row;
    }

        .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner:nth-child(odd) .ec-timeline-control .ec-timeline-content {
            flex: 1 1 0;
            z-index: 2;
        }

        .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner:nth-child(odd) .ec-timeline-control .ec-timeline-marker {
            margin: 0 20px;
        }

            .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner:nth-child(odd) .ec-timeline-control .ec-timeline-marker::before {
                content: '';
                width: 20px;
                height: 20px;
                transform: rotate(45deg);
                display: inline-block;
                position: absolute;
                right: 60px;
                left: unset;
                top: 7px;
                background-color: #f5f6fa;
            }

        .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner:nth-child(odd) .ec-timeline-control .ec-timeline-label-container {
            flex: 1 1 0;
        }

    .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner:nth-child(even) .ec-timeline-control {
        flex-direction: row-reverse;
    }

        .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner:nth-child(even) .ec-timeline-control .ec-timeline-content {
            z-index: 5;
        }

        .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner:nth-child(even) .ec-timeline-control .ec-timeline-marker {
            margin: 0 20px;
        }

            .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner:nth-child(even) .ec-timeline-control .ec-timeline-marker::before {
                content: '';
                width: 20px;
                height: 20px;
                transform: rotate(45deg);
                display: inline-block;
                position: absolute;
                left: 60px;
                right: unset;
                top: 7px;
                background-color: #f5f6fa;
            }

        .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner:nth-child(even) .ec-timeline-control .ec-timeline-label-container {
            flex: 1 1 0;
        }

            .ec-timeline.zigZag.ec-timeline-frontend .ec-timeline-inner:nth-child(even) .ec-timeline-control .ec-timeline-label-container .ec-timeline-label {
                text-align: right;
            }

.ec-timeline.lineRight .ec-timeline-inner {
    position: relative;
    margin: 0;
    padding: 40px 0;
    display: flow-root;
    width: 100%;
}

    .ec-timeline.lineRight .ec-timeline-inner:first-child::before {
        height: 50%;
        top: 50%;
    }

    .ec-timeline.lineRight .ec-timeline-inner:last-child::before {
        height: 50%;
        bottom: 50%;
    }

    .ec-timeline.lineRight .ec-timeline-inner::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: calc(23% - 4px);
        display: block;
        width: 2px;
        background-color: #269bd1;
        border-width: 2px;
    }

.ec-timeline.lineRight .ec-timeline-control .ec-timeline-label-container {
    padding-right: 10px;
}

    .ec-timeline.lineRight .ec-timeline-control .ec-timeline-label-container .ec-timeline-label {
        width: 128px;
    }

.ec-timeline.lineRight .ec-timeline-control .ec-timeline-marker::before {
    content: '';
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 25%;
    background-color: #f5f6fa;
}

.ec-timeline.lineRight .ec-timeline-control .ec-timeline-content {
    margin-right: 20px;
    z-index: 2;
}

    .ec-timeline.lineRight .ec-timeline-control .ec-timeline-content .ec-timeline-title, .ec-timeline.lineRight .ec-timeline-control .ec-timeline-content .ec-timeline-description {
        text-align: left;
    }

.ec-timeline.lineLeft .ec-timeline-inner {
    position: relative;
    margin: 0;
    padding: 40px 0;
    display: flow-root;
    width: 100%;
}

    .ec-timeline.lineLeft .ec-timeline-inner:first-child::before {
        height: 50%;
        top: 50%;
    }

    .ec-timeline.lineLeft .ec-timeline-inner:last-child::before {
        height: 50%;
        bottom: 50%;
    }

    .ec-timeline.lineLeft .ec-timeline-inner::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: calc(23% - 4px);
        display: block;
        width: 2px;
        background-color: #269bd1;
        border-width: 2px;
    }

.ec-timeline.lineLeft .ec-timeline-control {
    flex-direction: row-reverse;
}

    .ec-timeline.lineLeft .ec-timeline-control .ec-timeline-label-container {
        padding-left: 10px;
    }

        .ec-timeline.lineLeft .ec-timeline-control .ec-timeline-label-container .ec-timeline-label {
            width: 128px;
        }

    .ec-timeline.lineLeft .ec-timeline-control .ec-timeline-marker::before {
        content: '';
        width: 20px;
        height: 20px;
        transform: rotate(45deg);
        display: inline-block;
        position: absolute;
        left: 60px;
        top: calc(50% - 8px);
        background-color: #f5f6fa;
    }

    .ec-timeline.lineLeft .ec-timeline-control .ec-timeline-content {
        margin-left: 20px;
        z-index: 2;
    }

.ec-posts-wrapper .ec-post {
    position: relative;
    transition: all .3s;
}

.ec-posts-wrapper .ec-post__link {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
}

.ec-posts-wrapper .ec-post__thumbnail-link {
    display: block;
    overflow: hidden;
}

    .ec-posts-wrapper .ec-post__thumbnail-link img {
        width: 100%;
        transition: .3s all;
        display: block;
        margin: 0;
    }

    .ec-posts-wrapper .ec-post__thumbnail-link:hover img {
        transform: scale(1.5);
    }

.ec-posts-wrapper .ec-post__title a {
    display: inline-block;
    word-break: break-word;
}

.ec-posts-wrapper .ec-post__meta, .ec-posts-wrapper .ec-post__meta a {
    color: #aaa;
}

    .ec-posts-wrapper .ec-post__meta span + span:before {
        margin: 0 4px;
    }

.ec-posts-wrapper .ec-post__category a, .ec-posts-wrapper .ec-post__tag a {
    color: #aaa;
}

.ec-posts-wrapper .ec-post__excerpt p {
    color: #666;
}

.ec-posts-wrapper .ec-post__read-more {
    display: inline-block;
}

    .ec-posts-wrapper .ec-post__read-more.ec-cta-btn {
        padding: 8px 12px;
    }

.ec-post__skin-classic .ec-post__thumbnail-link {
    margin-bottom: 16px;
}

.ec-post__skin-classic .ec-post__meta span + span:before {
    content: "|";
}

.ec-posts--left .ec-post, .ec-posts--right .ec-post {
    display: flex;
}

.ec-posts--left a img, .ec-posts--right a img {
    margin: 0;
}

.ec-posts--left .ec-post {
    flex-direction: row;
}

.ec-posts--left .ec-post__thumbnail-link {
    margin-right: 1em;
    flex: 0 0 50%;
}

.ec-posts--right .ec-post {
    flex-direction: row-reverse;
}

.ec-posts--right .ec-post__thumbnail-link {
    margin-left: 1em;
}

.ec-posts--top .ec-post {
    flex-direction: column;
}

@media(max-width:1024px) {
    .ec-posts-tablet--left .ec-post, .ec-posts-tablet--right .ec-post {
        display: flex;
    }

    .ec-posts-tablet--left a img, .ec-posts-tablet--right a img {
        margin: 0;
    }

    .ec-posts-tablet--left .ec-post {
        flex-direction: row;
    }

    .ec-posts-tablet--left .ec-post__thumbnail-link {
        margin-right: 1em;
    }

    .ec-posts-tablet--right .ec-post {
        flex-direction: row-reverse;
    }

    .ec-posts-tablet--right .ec-post__thumbnail-link {
        margin-left: 1em;
    }

    .ec-posts-tablet--top .ec-post {
        flex-direction: column;
    }
}

@media(max-width:768px) {
    .ec-posts-mobile--left .ec-post, .ec-posts-mobile--right .ec-post {
        display: flex;
    }

    .ec-posts-mobile--left a img, .ec-posts-mobile--right a img {
        margin: 0;
    }

    .ec-posts-mobile--left .ec-post {
        flex-direction: row;
    }

    .ec-posts-mobile--left .ec-post__thumbnail-link {
        margin-right: 1em;
    }

    .ec-posts-mobile--right .ec-post {
        flex-direction: row-reverse;
    }

    .ec-posts-mobile--right .ec-post__thumbnail-link {
        margin-left: 1em;
    }

    .ec-posts-mobile--top .ec-post {
        flex-direction: column;
    }
}

.ec-post__card {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    transition: all .3s;
}

    .ec-post__card .ec-post-image__wrap {
        position: relative;
    }

    .ec-post__card .ec-post__meta span + span:before {
        content: "•";
    }

    .ec-post__card .ec-post__tag a {
        color: #868e96;
    }

.ec-post__shadow-yes .ec-post__card {
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}

.ec-post__card .ec-post__thumbnail-link {
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
}

.ec-post__card .ec-post__category {
    position: absolute;
    margin: 30px;
    left: 15px;
    top: 0;
    padding: 5px 10px;
    display: inline-block;
    border-radius: 2px;
    background-color: #269bd1;
    color: #fff;
    z-index: 9;
}

    .ec-post__card .ec-post__category a {
        color: #fff;
    }

        .ec-post__card .ec-post__category a:not(:last-child)::after {
            content: "|";
            margin: 0 4px;
        }

.ec-post__card .ec-post__content-wrap {
    padding: 20px;
}

.ec-post__card .ec-post__meta {
    padding: 10px 20px;
    margin-bottom: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
    color: #868e96;
    margin-top: auto;
}

.ec-post__card .author {
    display: inline-block;
    transform: translateY(-50%);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.15);
    margin: 0 30px;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
    left: 15px;
    line-height: 0;
    width: 40px;
}

.ec-price-list-wrapper .ec-price-list-display.image-position-right .ec-price-lists-item .ec-price-list-image {
    order: 1;
}

.ec-price-list--left .ec-price-list-wrapper .ec-price-list-display.image-position-top .ec-price-lists-item .ec-price-list-image {
    margin-left: 0;
    margin-right: auto;
}

.ec-price-list--center .ec-price-list-wrapper .ec-price-list-display.image-position-top .ec-price-lists-item .ec-price-list-image {
    margin-left: auto;
    margin-right: auto;
}

.ec-price-list--right .ec-price-list-wrapper .ec-price-list-display.image-position-top .ec-price-lists-item .ec-price-list-image {
    margin-left: auto;
    margin-right: 0;
}

.ec-price-list-wrapper .ec-price-list-display.image-position-top .ec-price-lists-item {
    flex-direction: column;
}

    .ec-price-list-wrapper .ec-price-list-display.image-position-top .ec-price-lists-item .ec-price-list-details {
        width: 100%;
    }

    .ec-price-list-wrapper .ec-price-list-display.image-position-top .ec-price-lists-item .ec-price-list-image {
        margin-left: 0;
        margin-right: auto;
    }

.ec-price-list--center .ec-price-list-wrapper .ec-price-list-display.price-position-below.image-position-top .ec-price-lists-item .ec-price-list-details .item-price, .ec-price-list--center .ec-price-list-wrapper .ec-price-list-display.price-position-below.image-position-top .ec-price-lists-item .ec-price-list-details .ec-price-list-header {
    -webkit-justify-content: center;
    justify-content: center;
}

.ec-price-list--right .ec-price-list-wrapper .ec-price-list-display.price-position-below.image-position-top .ec-price-lists-item .ec-price-list-details .item-price, .ec-price-list--right .ec-price-list-wrapper .ec-price-list-display.price-position-below.image-position-top .ec-price-lists-item .ec-price-list-details .ec-price-list-header {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.ec-price-list-wrapper .ec-price-list-display.price-position-below .ec-price-lists-item .ec-price-list-details .item-price {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    overflow: hidden;
}

.ec-price-list--center .ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item {
    text-align: center;
}

    .ec-price-list--center .ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item .ec-price-list-details .ec-price-list-header {
        -webkit-justify-content: center;
        justify-content: center;
    }

    .ec-price-list--center .ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item .ec-price-list-details .item-price {
        -webkit-justify-content: center;
        justify-content: center;
    }

.ec-price-list--right .ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item {
    text-align: right;
}

    .ec-price-list--right .ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item .ec-price-list-details .ec-price-list-header {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

    .ec-price-list--right .ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item .ec-price-list-details .item-price {
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
    }

.ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item .ec-price-list-image {
    width: 250px;
    max-width: 250px;
}

    .ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item .ec-price-list-image img {
        width: 100%;
        max-width: 100%;
    }

.ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item .ec-price-list-details {
    flex-grow: 1;
}

    .ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item .ec-price-list-details .ec-price-list-header {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        flex-wrap: wrap;
    }

        .ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item .ec-price-list-details .ec-price-list-header .ec-price-list-separator {
            flex-grow: 1;
            margin-left: 20px;
            margin-right: 20px;
        }

        .ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item .ec-price-list-details .ec-price-list-header .ec-price-list-heading {
            color: #269bd1;
            font-size: 18px;
            margin: 15px 0;
        }

        .ec-price-list-wrapper .ec-price-list-display .ec-price-lists-item .ec-price-list-details .ec-price-list-header .item-price {
            color: #269bd1;
            font-size: 18px;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-justify-content: flex-start;
            justify-content: flex-start;
        }

.ec-pricing-table-wrapper {
    padding: 32px 0;
    overflow: hidden;
}

    .ec-pricing-table-wrapper .ec-titles {
        margin: 0 0 48px;
    }

    .ec-pricing-table-wrapper .ec-title .ec-title-text {
        margin: 0;
    }

    .ec-pricing-table-wrapper .ec-subtitle .ec-subtitle-text {
        margin: 0;
    }

    .ec-pricing-table-wrapper .ec-description {
        padding: 30px 0;
        border-top: 1px solid #e9ecef;
        border-bottom: 1px solid #e9ecef;
    }

    .ec-pricing-table-wrapper .ec-description-text {
        margin: 0;
    }

    .ec-pricing-table-wrapper .ec-features {
        margin: 0;
    }

        .ec-pricing-table-wrapper .ec-features .ec-feature {
            list-style-type: none;
            padding: .3em;
        }

        .ec-pricing-table-wrapper .ec-features.ec-features--strips .ec-feature:nth-child(even) {
            background-color: #fff;
        }

        .ec-pricing-table-wrapper .ec-features.ec-features--strips .ec-feature:nth-child(odd) {
            background-color: #e9ecef;
        }

        .ec-pricing-table-wrapper .ec-features.ec-features--divider .ec-feature {
            border-bottom: 1px solid #e9ecef;
        }

            .ec-pricing-table-wrapper .ec-features.ec-features--divider .ec-feature:last-child {
                border-bottom: 0;
            }

    .ec-pricing-table-wrapper .ec-price {
        margin: 32px 0;
        line-height: 1;
        display: flex;
        align-items: flex-end;
        font-weight: bold;
    }

        .ec-pricing-table-wrapper .ec-price.ec-price--postfix-below {
            flex-direction: column;
        }

            .ec-pricing-table-wrapper .ec-price.ec-price--postfix-below .ec-price-inner {
                display: flex;
            }

    .ec-pricing-table-wrapper .ec-price-inner {
        font-size: 60px;
        display: flex;
    }

    .ec-pricing-table-wrapper .ec-price-original-value {
        font-weight: initial;
        font-size: initial;
        margin-right: 10px;
    }

    .ec-pricing-table-wrapper .ec-cta {
        margin: 32px 0;
    }

        .ec-pricing-table-wrapper .ec-cta .ec-cta-text {
            display: inline-block;
            line-height: 1;
            font-size: 16px;
        }

            .ec-pricing-table-wrapper .ec-cta .ec-cta-text.cta-btn {
                color: #fff;
                font-weight: bold;
                padding: 14px 34px;
            }

                .ec-pricing-table-wrapper .ec-cta .ec-cta-text.cta-btn:hover {
                    background-color: #1e7ba6;
                }

            .ec-pricing-table-wrapper .ec-cta .ec-cta-text > .fa, .ec-pricing-table-wrapper .ec-cta .ec-cta-text .fas, .ec-pricing-table-wrapper .ec-cta .ec-cta-text .far, .ec-pricing-table-wrapper .ec-cta .ec-cta-text .fal, .ec-pricing-table-wrapper .ec-cta .ec-cta-text .fad, .ec-pricing-table-wrapper .ec-cta .ec-cta-text .fab {
                margin-left: 5px;
            }

            .ec-pricing-table-wrapper .ec-cta .ec-cta-text.icon-position--before > .fa, .ec-pricing-table-wrapper .ec-cta .ec-cta-text.icon-position--before .fas, .ec-pricing-table-wrapper .ec-cta .ec-cta-text.icon-position--before .far, .ec-pricing-table-wrapper .ec-cta .ec-cta-text.icon-position--before .fal, .ec-pricing-table-wrapper .ec-cta .ec-cta-text.icon-position--before .fad, .ec-pricing-table-wrapper .ec-cta .ec-cta-text.icon-position--before .fab {
                float: left;
                margin-right: 5px;
            }

        .ec-pricing-table-wrapper .ec-cta .cta-caption {
            margin: 16px 0;
        }

    .ec-pricing-table-wrapper .ec-ribbon {
        position: absolute;
    }

    .ec-pricing-table-wrapper .ec-ribbon-title {
        color: #fff;
        background-color: #16181a;
        font-size: 13px;
        font-weight: bold;
        text-align: center;
    }

    .ec-pricing-table-wrapper .ec-ribbon--corner {
        top: 0;
        left: auto;
        right: 0;
        width: 300px;
        height: 300px;
        transform: rotate(90deg);
        overflow: hidden;
    }

        .ec-pricing-table-wrapper .ec-ribbon--corner .ec-ribbon-title {
            left: 0;
            width: 150%;
            line-height: 3;
            transform: translateY(-50%) translateX(-50%) translateX(35px) rotate(-45deg);
            margin-top: 50px;
        }

        .ec-pricing-table-wrapper .ec-ribbon--corner.position--left {
            transform: rotate(0);
            left: 0;
            right: auto;
        }

    .ec-pricing-table-wrapper .ec-ribbon--circular {
        top: 0;
        left: auto;
        right: 0;
    }

        .ec-pricing-table-wrapper .ec-ribbon--circular .ec-ribbon-title {
            border-radius: 50%;
            transform: translateX(50%) translateY(-50%);
        }

        .ec-pricing-table-wrapper .ec-ribbon--circular.position--left {
            left: 0;
            right: auto;
        }

            .ec-pricing-table-wrapper .ec-ribbon--circular.position--left .ec-ribbon-title {
                transform: translateX(-50%) translateY(-50%);
            }

    .ec-pricing-table-wrapper .ec-ribbon--flag {
        top: 50%;
        left: auto;
        right: -10px;
        transform: translateY(-50%);
    }

        .ec-pricing-table-wrapper .ec-ribbon--flag .ec-ribbon-title {
            padding: 5px 20px;
            border-radius: 5px 5px 0 5px;
        }

            .ec-pricing-table-wrapper .ec-ribbon--flag .ec-ribbon-title::after {
                content: '';
                position: absolute;
                top: 100%;
                right: 0;
                border-bottom: 10px solid transparent;
                border-left: 10px solid #8f98a0;
            }

        .ec-pricing-table-wrapper .ec-ribbon--flag.position--left {
            left: -10px;
            right: auto;
        }

            .ec-pricing-table-wrapper .ec-ribbon--flag.position--left .ec-ribbon-title {
                border-radius: 5px 5px 5px 0;
            }

                .ec-pricing-table-wrapper .ec-ribbon--flag.position--left .ec-ribbon-title::after {
                    right: auto;
                    left: 0;
                    border-left: 0;
                    border-right: 10px solid #8f98a0;
                }

.ec-pricing-table__style-2 .ec-features {
    margin: 32px 0;
}

.ec-pricing-table--left .ec-pricing-table {
    text-align: left;
}

.ec-pricing-table--left .ec-price {
    justify-content: flex-start;
}

.ec-pricing-table--left .ec-price--postfix-below {
    align-items: flex-start;
}

.ec-pricing-table--center .ec-pricing-table {
    text-align: center;
}

.ec-pricing-table--center .ec-price {
    justify-content: center;
}

.ec-pricing-table--center .ec-price--postfix-below {
    align-items: center;
}

.ec-pricing-table--right .ec-pricing-table {
    text-align: right;
}

.ec-pricing-table--right .ec-price {
    justify-content: flex-end;
}

.ec-pricing-table--right .ec-price--postfix-below {
    align-items: flex-end;
}

.ec-price--original-above {
    flex-direction: column;
}

.ec-progress-bar-wrapper {
    width: 100%;
}

.ec-progress-bar {
    height: 24px;
    background-color: #e9effd;
    border-radius: 2px;
    overflow: hidden;
}

.ec-progress-bar-inner-bar {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    background: #269bd1;
    width: 0;
    color: #fff;
    padding: 0 10px;
    will-change: width;
    animation: progress 1s ease-in-out;
    transition: all .5s ease-in-out;
}

.ec-progress-outside-label {
    display: flex;
    justify-content: space-between;
}

.ec-progress-bar-text, .ec-progress-inner-value {
    font-size: 14px;
    font-weight: 400;
}

.ec-progress-circle {
    position: relative;
    margin: auto;
    height: var(--progress-size,194px);
    width: var(--progress-size,194px);
}

    .ec-progress-circle svg {
        height: var(--progress-size,194px);
        width: var(--progress-size,194px);
        --progress-percent:calc((var(--progress-value, 0)/var(--progress-max, 100))*100);
        --progress-dash-array:calc(var(--progress-size, 194px)/2*2*3.1415 - var(--progress-thickness, 8px)/2*2*3.1415);
        --progress-dash-offset:calc((100 - var(--progress-percent))/100*3.1415*(var(--progress-size, 194px)/2*2 - var(--progress-thickness, 8px)/2*2));
        transform: rotate(-90deg);
    }

        .ec-progress-circle svg circle {
            fill: none;
            stroke: var(--progress-background,#f0f0f0);
            stroke-width: var(--progress-thickness,8px);
            stroke-linecap: var(--progress-rounded,"unset");
            cy: calc(var(--progress-size, 194px)/2);
            cx: calc(var(--progress-size, 194px)/2);
            r: calc(50% - var(--progress-thickness, 8px)/2);
            height: 100%;
            width: 100%;
        }

    .ec-progress-circle .ec-progress-circle__bar {
        stroke-dasharray: var(--progress-dash-array);
        stroke-dashoffset: var(--progress-dash-array);
        stroke: var(--progress-color-1,#269bd1);
    }

    .ec-progress-circle .ec-number {
        position: absolute;
        top: 50%;
        width: 100%;
        transform: translateY(-50%);
        text-align: center;
    }

    .ec-progress-circle.ec--with-animation .ec-progress-circle__bar {
        transition: stroke-dashoffset .7s cubic-bezier(0.2,0.6,0.4,1);
        will-change: stroke-dashoffset;
    }

    .ec-progress-circle.ec-animate .ec-progress-circle__bar {
        stroke-dashoffset: var(--progress-dash-offset,0);
    }

    .ec-progress-circle .ec-progress-circle__inner-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

.ec-vg-items-wrap .ec-videos-title {
    margin-top: 16px;
}

.vg-fit-video-ratio {
    position: relative;
    height: 0;
}

    .vg-fit-video-ratio iframe {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        border: 0;
    }

    .vg-fit-video-ratio video {
        width: 100%;
        object-fit: cover;
    }

.vg-video-ratio-16_9 .vg-fit-video-ratio {
    padding-bottom: 56.25%;
}

.vg-video-ratio-4_3 .vg-fit-video-ratio {
    padding-bottom: 75%;
}

.vg-video-ratio-3_2 .vg-fit-video-ratio {
    padding-bottom: 66.6666%;
}

.ec-slider-wrapper .swiper-slide {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}

    .ec-slider-wrapper .swiper-slide .overlay {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .ec-slider-wrapper .swiper-slide img {
        width: 100%;
    }

.ec-slider-wrapper .ec-nav .ec-nav-next, .ec-slider-wrapper .ec-nav .ec-nav-prev {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    font-size: 1.2em;
    text-align: center;
    padding: 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    transition: all .3s;
}

    .ec-slider-wrapper .ec-nav .ec-nav-next:not(.swiper-button-disabled), .ec-slider-wrapper .ec-nav .ec-nav-prev:not(.swiper-button-disabled) {
        background-color: rgba(0,0,0,0.5);
    }

        .ec-slider-wrapper .ec-nav .ec-nav-next:not(.swiper-button-disabled):hover, .ec-slider-wrapper .ec-nav .ec-nav-prev:not(.swiper-button-disabled):hover {
            background-color: black;
        }

    .ec-slider-wrapper .ec-nav .ec-nav-next.swiper-button-disabled, .ec-slider-wrapper .ec-nav .ec-nav-prev.swiper-button-disabled {
        opacity: .3;
        cursor: unset;
    }

    .ec-slider-wrapper .ec-nav .ec-nav-next i, .ec-slider-wrapper .ec-nav .ec-nav-prev i {
        color: #fff;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

.ec-slider-wrapper .ec-nav .ec-nav-prev {
    left: 10px;
}

.ec-slider-wrapper .ec-nav .ec-nav-next {
    right: 10px;
}

.ec-slider-wrapper .ec-pagination {
    position: absolute;
    text-align: center;
    z-index: 2;
}

    .ec-slider-wrapper .ec-pagination .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
        background-color: #269bd1;
        opacity: .3;
    }

        .ec-slider-wrapper .ec-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity: 1;
        }

.ec-slide-content {
    position: absolute;
    background: rgba(0,0,0,0.5);
    top: 50%;
    transform: translateY(-50%);
    padding: 2em 4em;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    color: #fff;
}

.ec-slider--left .ec-slide-content {
    left: 8%;
}

.ec-slider--right .ec-slide-content {
    right: 8%;
}

.ec-slider-text--left .ec-slide-content {
    align-items: flex-start;
    text-align: left;
}

.ec-slider-text--right .ec-slide-content {
    align-items: flex-end;
    text-align: right;
}

.ec-slide-content .ec-caption {
    color: #269bd1;
    font-style: italic;
    font-size: 1.2em;
    margin-bottom: 10px;
}

.ec-slide-content .ec-heading {
    font-size: 3em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.ec-title-stacked--yes .ec-slide-content .before-title {
    display: block;
}

.ec-slide-content .ec-description {
    color: #e9ecef;
    font-size: 1.2em;
    margin-bottom: 30px;
}

.ec-slide-content .cta .ec-btn {
    padding: .5em 2em;
    color: #fff;
    border-radius: 2em;
    display: inline-block;
    font-size: 1.2em;
}

.ec-slide-content .cta .ec-btn-primary, .ec-slide-content .cta .ec-btn-secondary {
    margin: 10px;
}

.ec-slide-content .cta .ec-btn-primary {
    background-color: #269bd1;
    border: 2px solid #269bd1;
}

    .ec-slide-content .cta .ec-btn-primary:hover {
        background-color: #1e7ba6;
        border: 2px solid #1e7ba6;
    }

.ec-slide-content .cta .ec-btn-secondary {
    background-color: transparent;
}

    .ec-slide-content .cta .ec-btn-secondary:hover {
        background-color: #1e7ba6;
        border-color: transparent;
    }

@media screen and (max-width:768px) {
    .ec-slide-content {
        font-size: 70%;
    }
}

.ec-social-share-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

    .ec-social-share-wrapper.ec-column-auto {
        display: flex;
    }

    .ec-social-share-wrapper.ec-column-1, .ec-social-share-wrapper.ec-column-2, .ec-social-share-wrapper.ec-column-3 {
        display: grid;
    }

    .ec-social-share-wrapper.ec-column-2 {
        grid-template-columns: repeat(2,1fr);
    }

    .ec-social-share-wrapper.ec-column-3 {
        grid-template-columns: repeat(3,1fr);
    }

    .ec-social-share-wrapper.ec-shape-rounded .ec-social-icon, .ec-social-share-wrapper.ec-shape-square .ec-social-icon, .ec-social-share-wrapper.ec-shape-circle .ec-social-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: calc(var(--icon-size, 24px) + 2 * var(--icon-padding, 0.5em));
        height: calc(var(--icon-size, 24px) + 2 * var(--icon-padding, 0.5em));
        padding: 12px;
        background: #269bd1;
        text-decoration: none;
        font-size: var(--icon-size,24px);
    }

    .ec-social-share-wrapper.ec-shape-rounded i, .ec-social-share-wrapper.ec-shape-square i, .ec-social-share-wrapper.ec-shape-circle i {
        color: #fff !important;
    }

    .ec-social-share-wrapper.ec-shape-none {
        font-size: var(--icon-size,24px);
    }

    .ec-social-share-wrapper.ec-shape-rounded .ec-social-icon {
        border-radius: 4px;
    }

    .ec-social-share-wrapper.ec-shape-circle .ec-social-icon {
        border-radius: 50%;
    }

.ec-toggle-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}

    .ec-toggle-wrap .ec-switch-heading {
        margin: 0;
        font-weight: normal;
    }

    .ec-toggle-wrap .toggle-btn {
        position: relative;
    }

        .ec-toggle-wrap .toggle-btn * {
            cursor: pointer;
        }

    .ec-toggle-wrap input {
        position: absolute;
        left: -9999em;
    }

        .ec-toggle-wrap input:checked + .toggle {
            background: #269bd1;
        }

            .ec-toggle-wrap input:checked + .toggle .toggle-handler {
                transform: translateX(6em);
                transition: all .3s cubic-bezier(0.5,0.05,0.55,1);
            }

    .ec-toggle-wrap .toggle {
        display: block;
        background-color: #e9ecef;
        width: 9em;
        height: 3em;
        border-radius: 3em;
        margin: 0 1.5em;
        transition: all .3s ease;
        box-sizing: content-box;
    }

        .ec-toggle-wrap .toggle .toggle-handler {
            position: relative;
            width: 2.4em;
            height: 2.4em;
            margin: .3em;
            border-radius: 2.4em;
            background: #fff;
            display: inline-block;
            transition: all .3s cubic-bezier(0.5,0.05,0.55,1);
        }

.ec-switch--left .ec-toggle-wrap {
    justify-content: flex-start;
}

.ec-switch--right .ec-toggle-wrap {
    justify-content: flex-end;
}

.ec-switch-content .ec-content--secondary {
    display: none;
}

.ec-content--center .ec-switch-content {
    text-align: center;
}

.ec-content--right .ec-switch-content {
    text-align: right;
}

.ec-table {
    border-collapse: collapse;
    margin: 0;
    width: 100%;
}

    .ec-table .ec-table-data {
        padding: 10px 20px;
        border: 0 solid #e9ecef;
    }

        .ec-table .ec-table-data i + .ec-content {
            margin-left: 5px;
        }

    .ec-table .ec-tr-heading {
        background-color: #e9ecef;
    }

.ec-table__toggle .ec-tr-heading {
    cursor: pointer;
}

.ec-tabs-wrapper {
    font-size: 0;
}

.ec-tabs-controls {
    overflow: hidden;
    font-size: 0;
}

    .ec-tabs-controls .ec-tab-title {
        font-size: 16px;
        display: inline-block;
        cursor: pointer;
        padding: 10px 20px;
        transition: .3s;
    }

.ec-tabs-content {
    border: 0 solid #e9ecef;
    font-size: 1rem;
}

.ec-tab-content {
    display: none;
    padding: 15px;
    border-top: 0;
}

    .ec-tab-content.ec-active {
        display: block;
    }

.ec-tabs__style-1 .ec-tab-title {
    border: 0 solid #e9ecef;
    position: relative;
}

    .ec-tabs__style-1 .ec-tab-title.ec-active {
        border-bottom-width: 0;
    }

        .ec-tabs__style-1 .ec-tab-title.ec-active::after, .ec-tabs__style-1 .ec-tab-title.ec-active::before {
            content: '';
            height: 0;
            width: 999em;
            border-bottom: 0 solid #e9ecef;
            position: absolute;
            bottom: 0;
        }

        .ec-tabs__style-1 .ec-tab-title.ec-active::after {
            left: 100%;
        }

        .ec-tabs__style-1 .ec-tab-title.ec-active::before {
            right: 100%;
        }

.ec-tabs__style-2 .ec-tab-title:not(.ec-active) {
    background-color: #269bd1;
}

.ec-tabs__style-2 .ec-tab-content {
    background-color: #e9ecef;
}

.ec-tabs__style-2 .ec-tabs-controls {
    display: inline-block;
}

.ec-tabs__style-3 .ec-tabs-controls {
    display: inline-block;
    border-radius: 60px;
}

.ec-tabs__style-3 .ec-tab-title {
    padding: 10px 60px;
    color: #269bd1;
}

    .ec-tabs__style-3 .ec-tab-title:not(:last-child) {
        border-right: 2px solid #269bd1;
    }

    .ec-tabs__style-3 .ec-tab-title.ec-active {
        background-color: #269bd1;
        color: #fff;
    }

.ec-team {
    text-align: center;
    transition: all .3s;
}

    .ec-team .ec-team__link {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 2;
    }

    .ec-team .ec-image {
        margin-bottom: 20px;
        max-width: 100%;
        display: inline-block;
    }

    .ec-team .ec-image-inner {
        display: inline-block;
        overflow: hidden;
        max-width: 100%;
        width: 100%;
    }

        .ec-team .ec-image-inner img {
            width: 100%;
        }

    .ec-team .ec-team-content .ec-designation {
        color: #d18426;
        display: inline-block;
        margin-bottom: 6px;
    }

    .ec-team .ec-team-content .ec-title {
        margin-bottom: 10px;
    }

    .ec-team .ec-team-content .ec-divider::after {
        content: '';
        width: 100%;
        display: block;
        border-bottom: 1px solid #aaa;
        max-width: 30px;
        margin: 10px auto;
    }

    .ec-team .ec-social {
        margin: 10px 0 0;
    }

        .ec-team .ec-social a {
            display: inline-block;
            text-align: center;
            transition: all .3s;
        }

            .ec-team .ec-social a:hover {
                color: #FFF;
                background-color: #269bd1;
            }

    .ec-team .ec-team-cta {
        margin: 30px 0 0;
    }

        .ec-team .ec-team-cta.ec-cta-btn a {
            display: inline-block;
            color: #fff;
            padding: 8px 24px;
            background-color: #269bd1;
        }

        .ec-team .ec-team-cta.ec-cta-icon a {
            box-sizing: content-box;
            display: inline-block;
            cursor: pointer;
            text-align: center;
            transition: all .3s;
            box-shadow: 0 0 2px 0 rgba(0,0,0,0.5);
        }

.ec-team-image--left .ec-team, .ec-team-image--right .ec-team {
    display: flex;
}

.ec-team-image--left .ec-team-content-social, .ec-team-image--right .ec-team-content-social {
    flex-grow: 1;
}

.ec-team-image--left .ec-image {
    margin: 0 20px 0 0;
}

.ec-team-image--right .ec-team {
    flex-direction: row-reverse;
}

.ec-team-image--right .ec-image {
    margin: 0 0 0 20px;
}

@media(max-width:1024px) {
    .ec-team-image-tablet--top .ec-team {
        display: block;
    }

    .ec-team-image-tablet--left .ec-team, .ec-team-image-tablet--right .ec-team {
        display: flex;
    }

    .ec-team-image-tablet--left .ec-team-content-social, .ec-team-image-tablet--right .ec-team-content-social {
        flex-grow: 1;
    }

    .ec-team-image-tablet--left .ec-image {
        margin: 0 20px 0 0;
    }

    .ec-team-image-tablet--right .ec-team {
        flex-direction: row-reverse;
    }

    .ec-team-image-tablet--right .ec-image {
        margin: 0 0 0 20px;
    }
}

@media(max-width:767px) {
    .ec-team-image-mobile--top .ec-team {
        display: block;
    }

    .ec-team-image-mobile--left .ec-team, .ec-team-image-mobile--right .ec-team {
        display: flex;
    }

    .ec-team-image-mobile--left .ec-team-content-social, .ec-team-image-mobile--right .ec-team-content-social {
        flex-grow: 1;
    }

    .ec-team-image-mobile--left .ec-image {
        margin: 0 20px 0 0;
    }

    .ec-team-image-mobile--right .ec-team {
        flex-direction: row-reverse;
    }

    .ec-team-image-mobile--right .ec-image {
        margin: 0 0 0 20px;
    }
}

.ec-testimonial-carousel-wrapper .ec-testimonial-carousel.ec-has-dots {
    padding-bottom: 40px;
}

.ec-testimonial-carousel-wrapper .swiper-slide {
    padding: 20px;
    height: auto;
}

.ec-testimonial-carousel--center .ec-testimonial-carousel-wrapper .swiper-slide {
    text-align: center;
}

.ec-testimonial-carousel--left .ec-testimonial-carousel-wrapper .swiper-slide {
    text-align: left;
}

    .ec-testimonial-carousel--left .ec-testimonial-carousel-wrapper .swiper-slide .ec-author {
        justify-content: flex-start;
    }

.ec-testimonial-carousel--right .ec-testimonial-carousel-wrapper .swiper-slide {
    text-align: right;
}

    .ec-testimonial-carousel--right .ec-testimonial-carousel-wrapper .swiper-slide .ec-author {
        justify-content: flex-end;
    }

.ec-testimonial-carousel-wrapper .ec-author {
    margin: 0 0 20px;
}

.ec-testimonial-carousel-wrapper .ec-author-info {
    white-space: nowrap;
}

    .ec-testimonial-carousel-wrapper .ec-author-info .ec-author-name {
        font-weight: bold;
    }

    .ec-testimonial-carousel-wrapper .ec-author-info > span {
        display: block;
    }

.ec-testimonial-carousel-wrapper .ec-author-image {
    margin: 0 0 15px;
}

    .ec-testimonial-carousel-wrapper .ec-author-image img {
        width: 60px;
        height: auto;
    }

.ec-testimonial-carousel-wrapper .ec-message {
    font-size: 20px;
}

.ec-testimonial-carousel-wrapper .ec-nav .ec-nav-prev, .ec-testimonial-carousel-wrapper .ec-nav .ec-nav-next {
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-align: center;
    transform: translateY(-50%);
    transition: all .3s;
}

    .ec-testimonial-carousel-wrapper .ec-nav .ec-nav-prev i, .ec-testimonial-carousel-wrapper .ec-nav .ec-nav-next i {
        position: absolute;
        color: #e9ecef;
        font-size: 1.2em;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }

.ec-testimonial-carousel-wrapper .ec-nav .ec-nav-prev {
    left: 10px;
}

.ec-testimonial-carousel-wrapper .ec-nav .ec-nav-next {
    right: 10px;
}

.ec-testimonial-carousel-wrapper .ec-pagination {
    position: absolute;
    bottom: 0;
    text-align: center;
    line-height: 1;
    z-index: 1;
}

    .ec-testimonial-carousel-wrapper .ec-pagination .swiper-pagination-bullet {
        opacity: .3;
    }

        .ec-testimonial-carousel-wrapper .ec-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            opacity: 1;
        }

.ec-imageinfo-image--left .ec-testimonial .ec-author {
    display: flex;
}

.ec-imageinfo-image--left .ec-testimonial .ec-author-image {
    margin: 0 15px 0 0;
    width: max-content;
}

.ec-imageinfo-image--left.ec-imageinfo-box--up .ec-author, .ec-imageinfo-image--left.ec-imageinfo-box--down .ec-author {
    justify-content: center;
    align-items: center;
}

.ec-imageinfo-image--right .ec-testimonial .ec-author {
    display: flex;
}

.ec-imageinfo-image--right .ec-testimonial .ec-author-image {
    margin: 0 0 0 15px;
    order: 1;
    width: max-content;
}

.ec-imageinfo-image--down .ec-author {
    display: flex;
    flex-direction: column;
}

.ec-imageinfo-image--down .ec-author-image {
    order: 1;
    margin: 15px 0 0;
}

.ec-imageinfo-box--left .ec-testimonial {
    display: flex;
}

    .ec-imageinfo-box--left .ec-testimonial .ec-author {
        margin: 0 20px 0 0;
        flex: 100%;
    }

    .ec-imageinfo-box--left .ec-testimonial .ec-message {
        flex: auto;
    }

.ec-imageinfo-box--right .ec-testimonial {
    display: flex;
}

    .ec-imageinfo-box--right .ec-testimonial .ec-author {
        order: 1;
        margin: 0 0 0 20px;
        flex: 100%;
    }

    .ec-imageinfo-box--right .ec-testimonial .ec-message {
        flex: auto;
    }

.ec-imageinfo-box--up .ec-author {
    justify-content: center;
}

.ec-imageinfo-box--up .ec-author-info, .ec-imageinfo-box--up .ec-author-image {
    flex: unset;
}

.ec-imageinfo-box--down .ec-testimonial {
    display: flex;
    flex-direction: column;
}

.ec-imageinfo-box--down .ec-author {
    justify-content: center;
    order: 1;
    margin: 15px 0 0;
}

.ec-layout-message-info .ec-testimonial {
    display: flex;
}

.ec-layout-message-info.ec-image-info-image--right .ec-author-image {
    order: 1;
    margin: 0 0 0 15px;
    flex: 0 0 auto;
}

.ec-layout-message-info.ec-image-info-image--left .ec-author-image {
    margin: 0 15px 0 0;
    flex: 0 0 auto;
}

.ec-layout-message-info.ec-image-info-box--down.ec-image-info-image--up .ec-testimonial {
    display: block;
}

.ec-layout-message-info.ec-image-info-box--down .ec-message-info {
    display: flex;
    flex-direction: column;
}

    .ec-layout-message-info.ec-image-info-box--down .ec-message-info .ec-author {
        order: 1;
        margin: 15px 0 0;
    }

.ec-layout-message-image .ec-testimonial {
    display: flex;
}

.ec-layout-message-image.ec-image-info-box--right .ec-author {
    order: 1;
    margin: 0 0 0 15px;
}

.ec-layout-message-image.ec-image-info-box--left .ec-author {
    margin: 0 15px 0 0;
}

.ec-layout-message-image.ec-image-info-image--down.ec-image-info-box--up .ec-testimonial {
    display: block;
}

.ec-layout-message-image.ec-image-info-image--down .ec-message-image {
    display: flex;
    flex-direction: column;
}

    .ec-layout-message-image.ec-image-info-image--down .ec-message-image .ec-author-image {
        order: 1;
        margin: 15px 0 0;
    }

.ec-layout-individual .ec-testimonial {
    display: flex;
}

.ec-layout-individual.ec-image-info-image--left.ec-image-info-box--left .ec-author-image {
    flex: 0 0 auto;
    margin: 0 15px 0 0;
}

.ec-layout-individual.ec-image-info-image--left.ec-image-info-box--left .ec-author {
    margin: 0 15px 0 0;
}

.ec-layout-individual.ec-image-info-image--left.ec-image-info-box--right .ec-author-image {
    flex: 0 0 auto;
    margin: 0 15px 0 0;
}

.ec-layout-individual.ec-image-info-image--left.ec-image-info-box--right .ec-author {
    margin: 0 0 0 15px;
    order: 1;
}

.ec-layout-individual.ec-image-info-image--right.ec-image-info-box--right .ec-testimonial {
    flex-direction: row-reverse;
}

.ec-layout-individual.ec-image-info-image--right.ec-image-info-box--right .ec-author-image {
    flex: 0 0 auto;
    margin: 0 0 0 15px;
}

.ec-layout-individual.ec-image-info-image--right.ec-image-info-box--right .ec-author {
    margin: 0 0 0 15px;
}

.ec-layout-individual.ec-image-info-image--right.ec-image-info-box--left .ec-author-image {
    flex: 0 0 auto;
    margin: 0 0 0 15px;
    order: 1;
}

.ec-layout-individual.ec-image-info-image--right.ec-image-info-box--left .ec-author {
    margin: 0 15px 0 0;
}

.ec-layout-individual.ec-image-info-image--up.ec-image-info-box--up .ec-testimonial {
    flex-direction: column;
}

.ec-layout-individual.ec-image-info-image--up.ec-image-info-box--up .ec-author-image {
    flex: 0 0 auto;
    margin: 0 0 15px;
}

.ec-layout-individual.ec-image-info-image--up.ec-image-info-box--up .ec-author {
    margin: 0 0 15px;
}

.ec-layout-individual.ec-image-info-image--up.ec-image-info-box--down .ec-testimonial {
    flex-direction: column;
}

.ec-layout-individual.ec-image-info-image--up.ec-image-info-box--down .ec-author-image {
    flex: 0 0 auto;
    margin: 0 0 15px;
}

.ec-layout-individual.ec-image-info-image--up.ec-image-info-box--down .ec-author {
    margin: 15px 0 0;
    order: 1;
}

.ec-layout-individual.ec-image-info-image--down.ec-image-info-box--down .ec-testimonial {
    flex-direction: column-reverse;
}

.ec-layout-individual.ec-image-info-image--down.ec-image-info-box--down .ec-author-image {
    flex: 0 0 auto;
    margin: 15px 0 0;
}

.ec-layout-individual.ec-image-info-image--down.ec-image-info-box--down .ec-author {
    margin: 15px 0 0;
}

.ec-layout-individual.ec-image-info-image--down.ec-image-info-box--up .ec-testimonial {
    flex-direction: column-reverse;
}

.ec-layout-individual.ec-image-info-image--down.ec-image-info-box--up .ec-author-image {
    flex: 0 0 auto;
    margin: 15px 0 0;
}

.ec-layout-individual.ec-image-info-image--down.ec-image-info-box--up .ec-author {
    margin: 0 0 15px;
    order: 1;
}

.ec-products-wrapper .ec-product__thumbnail {
    position: relative;
}

.ec-products-wrapper .ec-overlay {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    transition: .3s all;
}

.ec-products-wrapper:hover .ec-overlay {
    opacity: 1;
}

.ec-products-wrapper ul.products li.product {
    width: auto;
    padding: 0;
    margin: 0;
    float: none;
}

    .ec-products-wrapper ul.products li.product a img {
        margin-bottom: 0;
    }

    .ec-products-wrapper ul.products li.product .ec-product__summary {
        padding-top: 24px;
    }

    .ec-products-wrapper ul.products li.product .woocommerce-loop-product__title {
        padding: 0;
    }

.ec-products-wrapper ul.products .woocommerce-loop-product__link {
    display: block;
}

.ec-products-wrapper ul.products:before {
    content: none;
}

.ec-product--left li.product, .ec-product--right li.product {
    display: flex;
}

.ec-product--left a img, .ec-product--right a img {
    margin: 0;
}

.ec-product--left .ec-product__thumbnail {
    margin-right: 1em;
}

.ec-product--right li.product {
    flex-direction: row-reverse;
}

.ec-product--right .ec-product__thumbnail {
    margin-left: 1em;
}

.ec-product__skin-modern ul.products li.product .ec-product__buttons {
    opacity: 0;
    position: absolute;
    top: 12px;
    right: 0;
    z-index: 9;
    transition: all .5s;
    text-align: center;
}

    .ec-product__skin-modern ul.products li.product .ec-product__buttons .button {
        margin: 0;
        background-color: #fff;
        color: #269bd1;
    }

        .ec-product__skin-modern ul.products li.product .ec-product__buttons .button:hover {
            background-color: #269bd1;
            color: #fff;
        }

.ec-product__skin-modern ul.products li.product:hover .ec-product__buttons {
    right: 12px;
    opacity: 1;
}

.ec-product__skin-modern ul.products li.product .onsale {
    top: 12px;
    left: 12px;
    right: unset;
    margin: 0;
    padding: 6px 8px;
    line-height: 1;
    border-radius: 0;
    min-height: unset;
    min-width: unset;
}

.ec-product__skin-modern ul.products li.product a {
    position: relative;
}
/*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fad, .fal, .far, .fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.33333em;
    line-height: .75em;
    vertical-align: -.0667em;
}

.fa-xs {
    font-size: .75em;
}

.fa-sm {
    font-size: .875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: .08em solid #eee;
    border-radius: .1em;
    padding: .2em .25em .15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
    margin-right: .3em;
}

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    transform: scale(-1);
}

:root .fa-flip-both, :root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-500px:before {
    content: "\f26e";
}

.fa-accessible-icon:before {
    content: "\f368";
}

.fa-accusoft:before {
    content: "\f369";
}

.fa-acquisitions-incorporated:before {
    content: "\f6af";
}

.fa-ad:before {
    content: "\f641";
}

.fa-address-book:before {
    content: "\f2b9";
}

.fa-address-card:before {
    content: "\f2bb";
}

.fa-adjust:before {
    content: "\f042";
}

.fa-adn:before {
    content: "\f170";
}

.fa-adversal:before {
    content: "\f36a";
}

.fa-affiliatetheme:before {
    content: "\f36b";
}

.fa-air-freshener:before {
    content: "\f5d0";
}

.fa-airbnb:before {
    content: "\f834";
}

.fa-algolia:before {
    content: "\f36c";
}

.fa-align-center:before {
    content: "\f037";
}

.fa-align-justify:before {
    content: "\f039";
}

.fa-align-left:before {
    content: "\f036";
}

.fa-align-right:before {
    content: "\f038";
}

.fa-alipay:before {
    content: "\f642";
}

.fa-allergies:before {
    content: "\f461";
}

.fa-amazon:before {
    content: "\f270";
}

.fa-amazon-pay:before {
    content: "\f42c";
}

.fa-ambulance:before {
    content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
    content: "\f2a3";
}

.fa-amilia:before {
    content: "\f36d";
}

.fa-anchor:before {
    content: "\f13d";
}

.fa-android:before {
    content: "\f17b";
}

.fa-angellist:before {
    content: "\f209";
}

.fa-angle-double-down:before {
    content: "\f103";
}

.fa-angle-double-left:before {
    content: "\f100";
}

.fa-angle-double-right:before {
    content: "\f101";
}

.fa-angle-double-up:before {
    content: "\f102";
}

.fa-angle-down:before {
    content: "\f107";
}

.fa-angle-left:before {
    content: "\f104";
}

.fa-angle-right:before {
    content: "\f105";
}

.fa-angle-up:before {
    content: "\f106";
}

.fa-angry:before {
    content: "\f556";
}

.fa-angrycreative:before {
    content: "\f36e";
}

.fa-angular:before {
    content: "\f420";
}

.fa-ankh:before {
    content: "\f644";
}

.fa-app-store:before {
    content: "\f36f";
}

.fa-app-store-ios:before {
    content: "\f370";
}

.fa-apper:before {
    content: "\f371";
}

.fa-apple:before {
    content: "\f179";
}

.fa-apple-alt:before {
    content: "\f5d1";
}

.fa-apple-pay:before {
    content: "\f415";
}

.fa-archive:before {
    content: "\f187";
}

.fa-archway:before {
    content: "\f557";
}

.fa-arrow-alt-circle-down:before {
    content: "\f358";
}

.fa-arrow-alt-circle-left:before {
    content: "\f359";
}

.fa-arrow-alt-circle-right:before {
    content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
    content: "\f35b";
}

.fa-arrow-circle-down:before {
    content: "\f0ab";
}

.fa-arrow-circle-left:before {
    content: "\f0a8";
}

.fa-arrow-circle-right:before {
    content: "\f0a9";
}

.fa-arrow-circle-up:before {
    content: "\f0aa";
}

.fa-arrow-down:before {
    content: "\f063";
}

.fa-arrow-left:before {
    content: "\f060";
}

.fa-arrow-right:before {
    content: "\f061";
}

.fa-arrow-up:before {
    content: "\f062";
}

.fa-arrows-alt:before {
    content: "\f0b2";
}

.fa-arrows-alt-h:before {
    content: "\f337";
}

.fa-arrows-alt-v:before {
    content: "\f338";
}

.fa-artstation:before {
    content: "\f77a";
}

.fa-assistive-listening-systems:before {
    content: "\f2a2";
}

.fa-asterisk:before {
    content: "\f069";
}

.fa-asymmetrik:before {
    content: "\f372";
}

.fa-at:before {
    content: "\f1fa";
}

.fa-atlas:before {
    content: "\f558";
}

.fa-atlassian:before {
    content: "\f77b";
}

.fa-atom:before {
    content: "\f5d2";
}

.fa-audible:before {
    content: "\f373";
}

.fa-audio-description:before {
    content: "\f29e";
}

.fa-autoprefixer:before {
    content: "\f41c";
}

.fa-avianex:before {
    content: "\f374";
}

.fa-aviato:before {
    content: "\f421";
}

.fa-award:before {
    content: "\f559";
}

.fa-aws:before {
    content: "\f375";
}

.fa-baby:before {
    content: "\f77c";
}

.fa-baby-carriage:before {
    content: "\f77d";
}

.fa-backspace:before {
    content: "\f55a";
}

.fa-backward:before {
    content: "\f04a";
}

.fa-bacon:before {
    content: "\f7e5";
}

.fa-bacteria:before {
    content: "\e059";
}

.fa-bacterium:before {
    content: "\e05a";
}

.fa-bahai:before {
    content: "\f666";
}

.fa-balance-scale:before {
    content: "\f24e";
}

.fa-balance-scale-left:before {
    content: "\f515";
}

.fa-balance-scale-right:before {
    content: "\f516";
}

.fa-ban:before {
    content: "\f05e";
}

.fa-band-aid:before {
    content: "\f462";
}

.fa-bandcamp:before {
    content: "\f2d5";
}

.fa-barcode:before {
    content: "\f02a";
}

.fa-bars:before {
    content: "\f0c9";
}

.fa-baseball-ball:before {
    content: "\f433";
}

.fa-basketball-ball:before {
    content: "\f434";
}

.fa-bath:before {
    content: "\f2cd";
}

.fa-battery-empty:before {
    content: "\f244";
}

.fa-battery-full:before {
    content: "\f240";
}

.fa-battery-half:before {
    content: "\f242";
}

.fa-battery-quarter:before {
    content: "\f243";
}

.fa-battery-three-quarters:before {
    content: "\f241";
}

.fa-battle-net:before {
    content: "\f835";
}

.fa-bed:before {
    content: "\f236";
}

.fa-beer:before {
    content: "\f0fc";
}

.fa-behance:before {
    content: "\f1b4";
}

.fa-behance-square:before {
    content: "\f1b5";
}

.fa-bell:before {
    content: "\f0f3";
}

.fa-bell-slash:before {
    content: "\f1f6";
}

.fa-bezier-curve:before {
    content: "\f55b";
}

.fa-bible:before {
    content: "\f647";
}

.fa-bicycle:before {
    content: "\f206";
}

.fa-biking:before {
    content: "\f84a";
}

.fa-bimobject:before {
    content: "\f378";
}

.fa-binoculars:before {
    content: "\f1e5";
}

.fa-biohazard:before {
    content: "\f780";
}

.fa-birthday-cake:before {
    content: "\f1fd";
}

.fa-bitbucket:before {
    content: "\f171";
}

.fa-bitcoin:before {
    content: "\f379";
}

.fa-bity:before {
    content: "\f37a";
}

.fa-black-tie:before {
    content: "\f27e";
}

.fa-blackberry:before {
    content: "\f37b";
}

.fa-blender:before {
    content: "\f517";
}

.fa-blender-phone:before {
    content: "\f6b6";
}

.fa-blind:before {
    content: "\f29d";
}

.fa-blog:before {
    content: "\f781";
}

.fa-blogger:before {
    content: "\f37c";
}

.fa-blogger-b:before {
    content: "\f37d";
}

.fa-bluetooth:before {
    content: "\f293";
}

.fa-bluetooth-b:before {
    content: "\f294";
}

.fa-bold:before {
    content: "\f032";
}

.fa-bolt:before {
    content: "\f0e7";
}

.fa-bomb:before {
    content: "\f1e2";
}

.fa-bone:before {
    content: "\f5d7";
}

.fa-bong:before {
    content: "\f55c";
}

.fa-book:before {
    content: "\f02d";
}

.fa-book-dead:before {
    content: "\f6b7";
}

.fa-book-medical:before {
    content: "\f7e6";
}

.fa-book-open:before {
    content: "\f518";
}

.fa-book-reader:before {
    content: "\f5da";
}

.fa-bookmark:before {
    content: "\f02e";
}

.fa-bootstrap:before {
    content: "\f836";
}

.fa-border-all:before {
    content: "\f84c";
}

.fa-border-none:before {
    content: "\f850";
}

.fa-border-style:before {
    content: "\f853";
}

.fa-bowling-ball:before {
    content: "\f436";
}

.fa-box:before {
    content: "\f466";
}

.fa-box-open:before {
    content: "\f49e";
}

.fa-box-tissue:before {
    content: "\e05b";
}

.fa-boxes:before {
    content: "\f468";
}

.fa-braille:before {
    content: "\f2a1";
}

.fa-brain:before {
    content: "\f5dc";
}

.fa-bread-slice:before {
    content: "\f7ec";
}

.fa-briefcase:before {
    content: "\f0b1";
}

.fa-briefcase-medical:before {
    content: "\f469";
}

.fa-broadcast-tower:before {
    content: "\f519";
}

.fa-broom:before {
    content: "\f51a";
}

.fa-brush:before {
    content: "\f55d";
}

.fa-btc:before {
    content: "\f15a";
}

.fa-buffer:before {
    content: "\f837";
}

.fa-bug:before {
    content: "\f188";
}

.fa-building:before {
    content: "\f1ad";
}

.fa-bullhorn:before {
    content: "\f0a1";
}

.fa-bullseye:before {
    content: "\f140";
}

.fa-burn:before {
    content: "\f46a";
}

.fa-buromobelexperte:before {
    content: "\f37f";
}

.fa-bus:before {
    content: "\f207";
}

.fa-bus-alt:before {
    content: "\f55e";
}

.fa-business-time:before {
    content: "\f64a";
}

.fa-buy-n-large:before {
    content: "\f8a6";
}

.fa-buysellads:before {
    content: "\f20d";
}

.fa-calculator:before {
    content: "\f1ec";
}

.fa-calendar:before {
    content: "\f133";
}

.fa-calendar-alt:before {
    content: "\f073";
}

.fa-calendar-check:before {
    content: "\f274";
}

.fa-calendar-day:before {
    content: "\f783";
}

.fa-calendar-minus:before {
    content: "\f272";
}

.fa-calendar-plus:before {
    content: "\f271";
}

.fa-calendar-times:before {
    content: "\f273";
}

.fa-calendar-week:before {
    content: "\f784";
}

.fa-camera:before {
    content: "\f030";
}

.fa-camera-retro:before {
    content: "\f083";
}

.fa-campground:before {
    content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
    content: "\f785";
}

.fa-candy-cane:before {
    content: "\f786";
}

.fa-cannabis:before {
    content: "\f55f";
}

.fa-capsules:before {
    content: "\f46b";
}

.fa-car:before {
    content: "\f1b9";
}

.fa-car-alt:before {
    content: "\f5de";
}

.fa-car-battery:before {
    content: "\f5df";
}

.fa-car-crash:before {
    content: "\f5e1";
}

.fa-car-side:before {
    content: "\f5e4";
}

.fa-caravan:before {
    content: "\f8ff";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-caret-left:before {
    content: "\f0d9";
}

.fa-caret-right:before {
    content: "\f0da";
}

.fa-caret-square-down:before {
    content: "\f150";
}

.fa-caret-square-left:before {
    content: "\f191";
}

.fa-caret-square-right:before {
    content: "\f152";
}

.fa-caret-square-up:before {
    content: "\f151";
}

.fa-caret-up:before {
    content: "\f0d8";
}

.fa-carrot:before {
    content: "\f787";
}

.fa-cart-arrow-down:before {
    content: "\f218";
}

.fa-cart-plus:before {
    content: "\f217";
}

.fa-cash-register:before {
    content: "\f788";
}

.fa-cat:before {
    content: "\f6be";
}

.fa-cc-amazon-pay:before {
    content: "\f42d";
}

.fa-cc-amex:before {
    content: "\f1f3";
}

.fa-cc-apple-pay:before {
    content: "\f416";
}

.fa-cc-diners-club:before {
    content: "\f24c";
}

.fa-cc-discover:before {
    content: "\f1f2";
}

.fa-cc-jcb:before {
    content: "\f24b";
}

.fa-cc-mastercard:before {
    content: "\f1f1";
}

.fa-cc-paypal:before {
    content: "\f1f4";
}

.fa-cc-stripe:before {
    content: "\f1f5";
}

.fa-cc-visa:before {
    content: "\f1f0";
}

.fa-centercode:before {
    content: "\f380";
}

.fa-centos:before {
    content: "\f789";
}

.fa-certificate:before {
    content: "\f0a3";
}

.fa-chair:before {
    content: "\f6c0";
}

.fa-chalkboard:before {
    content: "\f51b";
}

.fa-chalkboard-teacher:before {
    content: "\f51c";
}

.fa-charging-station:before {
    content: "\f5e7";
}

.fa-chart-area:before {
    content: "\f1fe";
}

.fa-chart-bar:before {
    content: "\f080";
}

.fa-chart-line:before {
    content: "\f201";
}

.fa-chart-pie:before {
    content: "\f200";
}

.fa-check:before {
    content: "\f00c";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-check-double:before {
    content: "\f560";
}

.fa-check-square:before {
    content: "\f14a";
}

.fa-cheese:before {
    content: "\f7ef";
}

.fa-chess:before {
    content: "\f439";
}

.fa-chess-bishop:before {
    content: "\f43a";
}

.fa-chess-board:before {
    content: "\f43c";
}

.fa-chess-king:before {
    content: "\f43f";
}

.fa-chess-knight:before {
    content: "\f441";
}

.fa-chess-pawn:before {
    content: "\f443";
}

.fa-chess-queen:before {
    content: "\f445";
}

.fa-chess-rook:before {
    content: "\f447";
}

.fa-chevron-circle-down:before {
    content: "\f13a";
}

.fa-chevron-circle-left:before {
    content: "\f137";
}

.fa-chevron-circle-right:before {
    content: "\f138";
}

.fa-chevron-circle-up:before {
    content: "\f139";
}

.fa-chevron-down:before {
    content: "\f078";
}

.fa-chevron-left:before {
    content: "\f053";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-chevron-up:before {
    content: "\f077";
}

.fa-child:before {
    content: "\f1ae";
}

.fa-chrome:before {
    content: "\f268";
}

.fa-chromecast:before {
    content: "\f838";
}

.fa-church:before {
    content: "\f51d";
}

.fa-circle:before {
    content: "\f111";
}

.fa-circle-notch:before {
    content: "\f1ce";
}

.fa-city:before {
    content: "\f64f";
}

.fa-clinic-medical:before {
    content: "\f7f2";
}

.fa-clipboard:before {
    content: "\f328";
}

.fa-clipboard-check:before {
    content: "\f46c";
}

.fa-clipboard-list:before {
    content: "\f46d";
}

.fa-clock:before {
    content: "\f017";
}

.fa-clone:before {
    content: "\f24d";
}

.fa-closed-captioning:before {
    content: "\f20a";
}

.fa-cloud:before {
    content: "\f0c2";
}

.fa-cloud-download-alt:before {
    content: "\f381";
}

.fa-cloud-meatball:before {
    content: "\f73b";
}

.fa-cloud-moon:before {
    content: "\f6c3";
}

.fa-cloud-moon-rain:before {
    content: "\f73c";
}

.fa-cloud-rain:before {
    content: "\f73d";
}

.fa-cloud-showers-heavy:before {
    content: "\f740";
}

.fa-cloud-sun:before {
    content: "\f6c4";
}

.fa-cloud-sun-rain:before {
    content: "\f743";
}

.fa-cloud-upload-alt:before {
    content: "\f382";
}

.fa-cloudflare:before {
    content: "\e07d";
}

.fa-cloudscale:before {
    content: "\f383";
}

.fa-cloudsmith:before {
    content: "\f384";
}

.fa-cloudversify:before {
    content: "\f385";
}

.fa-cocktail:before {
    content: "\f561";
}

.fa-code:before {
    content: "\f121";
}

.fa-code-branch:before {
    content: "\f126";
}

.fa-codepen:before {
    content: "\f1cb";
}

.fa-codiepie:before {
    content: "\f284";
}

.fa-coffee:before {
    content: "\f0f4";
}

.fa-cog:before {
    content: "\f013";
}

.fa-cogs:before {
    content: "\f085";
}

.fa-coins:before {
    content: "\f51e";
}

.fa-columns:before {
    content: "\f0db";
}

.fa-comment:before {
    content: "\f075";
}

.fa-comment-alt:before {
    content: "\f27a";
}

.fa-comment-dollar:before {
    content: "\f651";
}

.fa-comment-dots:before {
    content: "\f4ad";
}

.fa-comment-medical:before {
    content: "\f7f5";
}

.fa-comment-slash:before {
    content: "\f4b3";
}

.fa-comments:before {
    content: "\f086";
}

.fa-comments-dollar:before {
    content: "\f653";
}

.fa-compact-disc:before {
    content: "\f51f";
}

.fa-compass:before {
    content: "\f14e";
}

.fa-compress:before {
    content: "\f066";
}

.fa-compress-alt:before {
    content: "\f422";
}

.fa-compress-arrows-alt:before {
    content: "\f78c";
}

.fa-concierge-bell:before {
    content: "\f562";
}

.fa-confluence:before {
    content: "\f78d";
}

.fa-connectdevelop:before {
    content: "\f20e";
}

.fa-contao:before {
    content: "\f26d";
}

.fa-cookie:before {
    content: "\f563";
}

.fa-cookie-bite:before {
    content: "\f564";
}

.fa-copy:before {
    content: "\f0c5";
}

.fa-copyright:before {
    content: "\f1f9";
}

.fa-cotton-bureau:before {
    content: "\f89e";
}

.fa-couch:before {
    content: "\f4b8";
}

.fa-cpanel:before {
    content: "\f388";
}

.fa-creative-commons:before {
    content: "\f25e";
}

.fa-creative-commons-by:before {
    content: "\f4e7";
}

.fa-creative-commons-nc:before {
    content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
    content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
    content: "\f4ea";
}

.fa-creative-commons-nd:before {
    content: "\f4eb";
}

.fa-creative-commons-pd:before {
    content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
    content: "\f4ed";
}

.fa-creative-commons-remix:before {
    content: "\f4ee";
}

.fa-creative-commons-sa:before {
    content: "\f4ef";
}

.fa-creative-commons-sampling:before {
    content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1";
}

.fa-creative-commons-share:before {
    content: "\f4f2";
}

.fa-creative-commons-zero:before {
    content: "\f4f3";
}

.fa-credit-card:before {
    content: "\f09d";
}

.fa-critical-role:before {
    content: "\f6c9";
}

.fa-crop:before {
    content: "\f125";
}

.fa-crop-alt:before {
    content: "\f565";
}

.fa-cross:before {
    content: "\f654";
}

.fa-crosshairs:before {
    content: "\f05b";
}

.fa-crow:before {
    content: "\f520";
}

.fa-crown:before {
    content: "\f521";
}

.fa-crutch:before {
    content: "\f7f7";
}

.fa-css3:before {
    content: "\f13c";
}

.fa-css3-alt:before {
    content: "\f38b";
}

.fa-cube:before {
    content: "\f1b2";
}

.fa-cubes:before {
    content: "\f1b3";
}

.fa-cut:before {
    content: "\f0c4";
}

.fa-cuttlefish:before {
    content: "\f38c";
}

.fa-d-and-d:before {
    content: "\f38d";
}

.fa-d-and-d-beyond:before {
    content: "\f6ca";
}

.fa-dailymotion:before {
    content: "\e052";
}

.fa-dashcube:before {
    content: "\f210";
}

.fa-database:before {
    content: "\f1c0";
}

.fa-deaf:before {
    content: "\f2a4";
}

.fa-deezer:before {
    content: "\e077";
}

.fa-delicious:before {
    content: "\f1a5";
}

.fa-democrat:before {
    content: "\f747";
}

.fa-deploydog:before {
    content: "\f38e";
}

.fa-deskpro:before {
    content: "\f38f";
}

.fa-desktop:before {
    content: "\f108";
}

.fa-dev:before {
    content: "\f6cc";
}

.fa-deviantart:before {
    content: "\f1bd";
}

.fa-dharmachakra:before {
    content: "\f655";
}

.fa-dhl:before {
    content: "\f790";
}

.fa-diagnoses:before {
    content: "\f470";
}

.fa-diaspora:before {
    content: "\f791";
}

.fa-dice:before {
    content: "\f522";
}

.fa-dice-d20:before {
    content: "\f6cf";
}

.fa-dice-d6:before {
    content: "\f6d1";
}

.fa-dice-five:before {
    content: "\f523";
}

.fa-dice-four:before {
    content: "\f524";
}

.fa-dice-one:before {
    content: "\f525";
}

.fa-dice-six:before {
    content: "\f526";
}

.fa-dice-three:before {
    content: "\f527";
}

.fa-dice-two:before {
    content: "\f528";
}

.fa-digg:before {
    content: "\f1a6";
}

.fa-digital-ocean:before {
    content: "\f391";
}

.fa-digital-tachograph:before {
    content: "\f566";
}

.fa-directions:before {
    content: "\f5eb";
}

.fa-discord:before {
    content: "\f392";
}

.fa-discourse:before {
    content: "\f393";
}

.fa-disease:before {
    content: "\f7fa";
}

.fa-divide:before {
    content: "\f529";
}

.fa-dizzy:before {
    content: "\f567";
}

.fa-dna:before {
    content: "\f471";
}

.fa-dochub:before {
    content: "\f394";
}

.fa-docker:before {
    content: "\f395";
}

.fa-dog:before {
    content: "\f6d3";
}

.fa-dollar-sign:before {
    content: "\f155";
}

.fa-dolly:before {
    content: "\f472";
}

.fa-dolly-flatbed:before {
    content: "\f474";
}

.fa-donate:before {
    content: "\f4b9";
}

.fa-door-closed:before {
    content: "\f52a";
}

.fa-door-open:before {
    content: "\f52b";
}

.fa-dot-circle:before {
    content: "\f192";
}

.fa-dove:before {
    content: "\f4ba";
}

.fa-download:before {
    content: "\f019";
}

.fa-draft2digital:before {
    content: "\f396";
}

.fa-drafting-compass:before {
    content: "\f568";
}

.fa-dragon:before {
    content: "\f6d5";
}

.fa-draw-polygon:before {
    content: "\f5ee";
}

.fa-dribbble:before {
    content: "\f17d";
}

.fa-dribbble-square:before {
    content: "\f397";
}

.fa-dropbox:before {
    content: "\f16b";
}

.fa-drum:before {
    content: "\f569";
}

.fa-drum-steelpan:before {
    content: "\f56a";
}

.fa-drumstick-bite:before {
    content: "\f6d7";
}

.fa-drupal:before {
    content: "\f1a9";
}

.fa-dumbbell:before {
    content: "\f44b";
}

.fa-dumpster:before {
    content: "\f793";
}

.fa-dumpster-fire:before {
    content: "\f794";
}

.fa-dungeon:before {
    content: "\f6d9";
}

.fa-dyalog:before {
    content: "\f399";
}

.fa-earlybirds:before {
    content: "\f39a";
}

.fa-ebay:before {
    content: "\f4f4";
}

.fa-edge:before {
    content: "\f282";
}

.fa-edge-legacy:before {
    content: "\e078";
}

.fa-edit:before {
    content: "\f044";
}

.fa-egg:before {
    content: "\f7fb";
}

.fa-eject:before {
    content: "\f052";
}

.fa-elementor:before {
    content: "\f430";
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.fa-ellipsis-v:before {
    content: "\f142";
}

.fa-ello:before {
    content: "\f5f1";
}

.fa-ember:before {
    content: "\f423";
}

.fa-empire:before {
    content: "\f1d1";
}

.fa-envelope:before {
    content: "\f0e0";
}

.fa-envelope-open:before {
    content: "\f2b6";
}

.fa-envelope-open-text:before {
    content: "\f658";
}

.fa-envelope-square:before {
    content: "\f199";
}

.fa-envira:before {
    content: "\f299";
}

.fa-equals:before {
    content: "\f52c";
}

.fa-eraser:before {
    content: "\f12d";
}

.fa-erlang:before {
    content: "\f39d";
}

.fa-ethereum:before {
    content: "\f42e";
}

.fa-ethernet:before {
    content: "\f796";
}

.fa-etsy:before {
    content: "\f2d7";
}

.fa-euro-sign:before {
    content: "\f153";
}

.fa-evernote:before {
    content: "\f839";
}

.fa-exchange-alt:before {
    content: "\f362";
}

.fa-exclamation:before {
    content: "\f12a";
}

.fa-exclamation-circle:before {
    content: "\f06a";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

.fa-expand:before {
    content: "\f065";
}

.fa-expand-alt:before {
    content: "\f424";
}

.fa-expand-arrows-alt:before {
    content: "\f31e";
}

.fa-expeditedssl:before {
    content: "\f23e";
}

.fa-external-link-alt:before {
    content: "\f35d";
}

.fa-external-link-square-alt:before {
    content: "\f360";
}

.fa-eye:before {
    content: "\f06e";
}

.fa-eye-dropper:before {
    content: "\f1fb";
}

.fa-eye-slash:before {
    content: "\f070";
}

.fa-facebook:before {
    content: "\f09a";
}

.fa-facebook-f:before {
    content: "\f39e";
}

.fa-facebook-messenger:before {
    content: "\f39f";
}

.fa-facebook-square:before {
    content: "\f082";
}

.fa-fan:before {
    content: "\f863";
}

.fa-fantasy-flight-games:before {
    content: "\f6dc";
}

.fa-fast-backward:before {
    content: "\f049";
}

.fa-fast-forward:before {
    content: "\f050";
}

.fa-faucet:before {
    content: "\e005";
}

.fa-fax:before {
    content: "\f1ac";
}

.fa-feather:before {
    content: "\f52d";
}

.fa-feather-alt:before {
    content: "\f56b";
}

.fa-fedex:before {
    content: "\f797";
}

.fa-fedora:before {
    content: "\f798";
}

.fa-female:before {
    content: "\f182";
}

.fa-fighter-jet:before {
    content: "\f0fb";
}

.fa-figma:before {
    content: "\f799";
}

.fa-file:before {
    content: "\f15b";
}

.fa-file-alt:before {
    content: "\f15c";
}

.fa-file-archive:before {
    content: "\f1c6";
}

.fa-file-audio:before {
    content: "\f1c7";
}

.fa-file-code:before {
    content: "\f1c9";
}

.fa-file-contract:before {
    content: "\f56c";
}

.fa-file-csv:before {
    content: "\f6dd";
}

.fa-file-download:before {
    content: "\f56d";
}

.fa-file-excel:before {
    content: "\f1c3";
}

.fa-file-export:before {
    content: "\f56e";
}

.fa-file-image:before {
    content: "\f1c5";
}

.fa-file-import:before {
    content: "\f56f";
}

.fa-file-invoice:before {
    content: "\f570";
}

.fa-file-invoice-dollar:before {
    content: "\f571";
}

.fa-file-medical:before {
    content: "\f477";
}

.fa-file-medical-alt:before {
    content: "\f478";
}

.fa-file-pdf:before {
    content: "\f1c1";
}

.fa-file-powerpoint:before {
    content: "\f1c4";
}

.fa-file-prescription:before {
    content: "\f572";
}

.fa-file-signature:before {
    content: "\f573";
}

.fa-file-upload:before {
    content: "\f574";
}

.fa-file-video:before {
    content: "\f1c8";
}

.fa-file-word:before {
    content: "\f1c2";
}

.fa-fill:before {
    content: "\f575";
}

.fa-fill-drip:before {
    content: "\f576";
}

.fa-film:before {
    content: "\f008";
}

.fa-filter:before {
    content: "\f0b0";
}

.fa-fingerprint:before {
    content: "\f577";
}

.fa-fire:before {
    content: "\f06d";
}

.fa-fire-alt:before {
    content: "\f7e4";
}

.fa-fire-extinguisher:before {
    content: "\f134";
}

.fa-firefox:before {
    content: "\f269";
}

.fa-firefox-browser:before {
    content: "\e007";
}

.fa-first-aid:before {
    content: "\f479";
}

.fa-first-order:before {
    content: "\f2b0";
}

.fa-first-order-alt:before {
    content: "\f50a";
}

.fa-firstdraft:before {
    content: "\f3a1";
}

.fa-fish:before {
    content: "\f578";
}

.fa-fist-raised:before {
    content: "\f6de";
}

.fa-flag:before {
    content: "\f024";
}

.fa-flag-checkered:before {
    content: "\f11e";
}

.fa-flag-usa:before {
    content: "\f74d";
}

.fa-flask:before {
    content: "\f0c3";
}

.fa-flickr:before {
    content: "\f16e";
}

.fa-flipboard:before {
    content: "\f44d";
}

.fa-flushed:before {
    content: "\f579";
}

.fa-fly:before {
    content: "\f417";
}

.fa-folder:before {
    content: "\f07b";
}

.fa-folder-minus:before {
    content: "\f65d";
}

.fa-folder-open:before {
    content: "\f07c";
}

.fa-folder-plus:before {
    content: "\f65e";
}

.fa-font:before {
    content: "\f031";
}

.fa-font-awesome:before {
    content: "\f2b4";
}

.fa-font-awesome-alt:before {
    content: "\f35c";
}

.fa-font-awesome-flag:before {
    content: "\f425";
}

.fa-font-awesome-logo-full:before {
    content: "\f4e6";
}

.fa-fonticons:before {
    content: "\f280";
}

.fa-fonticons-fi:before {
    content: "\f3a2";
}

.fa-football-ball:before {
    content: "\f44e";
}

.fa-fort-awesome:before {
    content: "\f286";
}

.fa-fort-awesome-alt:before {
    content: "\f3a3";
}

.fa-forumbee:before {
    content: "\f211";
}

.fa-forward:before {
    content: "\f04e";
}

.fa-foursquare:before {
    content: "\f180";
}

.fa-free-code-camp:before {
    content: "\f2c5";
}

.fa-freebsd:before {
    content: "\f3a4";
}

.fa-frog:before {
    content: "\f52e";
}

.fa-frown:before {
    content: "\f119";
}

.fa-frown-open:before {
    content: "\f57a";
}

.fa-fulcrum:before {
    content: "\f50b";
}

.fa-funnel-dollar:before {
    content: "\f662";
}

.fa-futbol:before {
    content: "\f1e3";
}

.fa-galactic-republic:before {
    content: "\f50c";
}

.fa-galactic-senate:before {
    content: "\f50d";
}

.fa-gamepad:before {
    content: "\f11b";
}

.fa-gas-pump:before {
    content: "\f52f";
}

.fa-gavel:before {
    content: "\f0e3";
}

.fa-gem:before {
    content: "\f3a5";
}

.fa-genderless:before {
    content: "\f22d";
}

.fa-get-pocket:before {
    content: "\f265";
}

.fa-gg:before {
    content: "\f260";
}

.fa-gg-circle:before {
    content: "\f261";
}

.fa-ghost:before {
    content: "\f6e2";
}

.fa-gift:before {
    content: "\f06b";
}

.fa-gifts:before {
    content: "\f79c";
}

.fa-git:before {
    content: "\f1d3";
}

.fa-git-alt:before {
    content: "\f841";
}

.fa-git-square:before {
    content: "\f1d2";
}

.fa-github:before {
    content: "\f09b";
}

.fa-github-alt:before {
    content: "\f113";
}

.fa-github-square:before {
    content: "\f092";
}

.fa-gitkraken:before {
    content: "\f3a6";
}

.fa-gitlab:before {
    content: "\f296";
}

.fa-gitter:before {
    content: "\f426";
}

.fa-glass-cheers:before {
    content: "\f79f";
}

.fa-glass-martini:before {
    content: "\f000";
}

.fa-glass-martini-alt:before {
    content: "\f57b";
}

.fa-glass-whiskey:before {
    content: "\f7a0";
}

.fa-glasses:before {
    content: "\f530";
}

.fa-glide:before {
    content: "\f2a5";
}

.fa-glide-g:before {
    content: "\f2a6";
}

.fa-globe:before {
    content: "\f0ac";
}

.fa-globe-africa:before {
    content: "\f57c";
}

.fa-globe-americas:before {
    content: "\f57d";
}

.fa-globe-asia:before {
    content: "\f57e";
}

.fa-globe-europe:before {
    content: "\f7a2";
}

.fa-gofore:before {
    content: "\f3a7";
}

.fa-golf-ball:before {
    content: "\f450";
}

.fa-goodreads:before {
    content: "\f3a8";
}

.fa-goodreads-g:before {
    content: "\f3a9";
}

.fa-google:before {
    content: "\f1a0";
}

.fa-google-drive:before {
    content: "\f3aa";
}

.fa-google-pay:before {
    content: "\e079";
}

.fa-google-play:before {
    content: "\f3ab";
}

.fa-google-plus:before {
    content: "\f2b3";
}

.fa-google-plus-g:before {
    content: "\f0d5";
}

.fa-google-plus-square:before {
    content: "\f0d4";
}

.fa-google-wallet:before {
    content: "\f1ee";
}

.fa-gopuram:before {
    content: "\f664";
}

.fa-graduation-cap:before {
    content: "\f19d";
}

.fa-gratipay:before {
    content: "\f184";
}

.fa-grav:before {
    content: "\f2d6";
}

.fa-greater-than:before {
    content: "\f531";
}

.fa-greater-than-equal:before {
    content: "\f532";
}

.fa-grimace:before {
    content: "\f57f";
}

.fa-grin:before {
    content: "\f580";
}

.fa-grin-alt:before {
    content: "\f581";
}

.fa-grin-beam:before {
    content: "\f582";
}

.fa-grin-beam-sweat:before {
    content: "\f583";
}

.fa-grin-hearts:before {
    content: "\f584";
}

.fa-grin-squint:before {
    content: "\f585";
}

.fa-grin-squint-tears:before {
    content: "\f586";
}

.fa-grin-stars:before {
    content: "\f587";
}

.fa-grin-tears:before {
    content: "\f588";
}

.fa-grin-tongue:before {
    content: "\f589";
}

.fa-grin-tongue-squint:before {
    content: "\f58a";
}

.fa-grin-tongue-wink:before {
    content: "\f58b";
}

.fa-grin-wink:before {
    content: "\f58c";
}

.fa-grip-horizontal:before {
    content: "\f58d";
}

.fa-grip-lines:before {
    content: "\f7a4";
}

.fa-grip-lines-vertical:before {
    content: "\f7a5";
}

.fa-grip-vertical:before {
    content: "\f58e";
}

.fa-gripfire:before {
    content: "\f3ac";
}

.fa-grunt:before {
    content: "\f3ad";
}

.fa-guilded:before {
    content: "\e07e";
}

.fa-guitar:before {
    content: "\f7a6";
}

.fa-gulp:before {
    content: "\f3ae";
}

.fa-h-square:before {
    content: "\f0fd";
}

.fa-hacker-news:before {
    content: "\f1d4";
}

.fa-hacker-news-square:before {
    content: "\f3af";
}

.fa-hackerrank:before {
    content: "\f5f7";
}

.fa-hamburger:before {
    content: "\f805";
}

.fa-hammer:before {
    content: "\f6e3";
}

.fa-hamsa:before {
    content: "\f665";
}

.fa-hand-holding:before {
    content: "\f4bd";
}

.fa-hand-holding-heart:before {
    content: "\f4be";
}

.fa-hand-holding-medical:before {
    content: "\e05c";
}

.fa-hand-holding-usd:before {
    content: "\f4c0";
}

.fa-hand-holding-water:before {
    content: "\f4c1";
}

.fa-hand-lizard:before {
    content: "\f258";
}

.fa-hand-middle-finger:before {
    content: "\f806";
}

.fa-hand-paper:before {
    content: "\f256";
}

.fa-hand-peace:before {
    content: "\f25b";
}

.fa-hand-point-down:before {
    content: "\f0a7";
}

.fa-hand-point-left:before {
    content: "\f0a5";
}

.fa-hand-point-right:before {
    content: "\f0a4";
}

.fa-hand-point-up:before {
    content: "\f0a6";
}

.fa-hand-pointer:before {
    content: "\f25a";
}

.fa-hand-rock:before {
    content: "\f255";
}

.fa-hand-scissors:before {
    content: "\f257";
}

.fa-hand-sparkles:before {
    content: "\e05d";
}

.fa-hand-spock:before {
    content: "\f259";
}

.fa-hands:before {
    content: "\f4c2";
}

.fa-hands-helping:before {
    content: "\f4c4";
}

.fa-hands-wash:before {
    content: "\e05e";
}

.fa-handshake:before {
    content: "\f2b5";
}

.fa-handshake-alt-slash:before {
    content: "\e05f";
}

.fa-handshake-slash:before {
    content: "\e060";
}

.fa-hanukiah:before {
    content: "\f6e6";
}

.fa-hard-hat:before {
    content: "\f807";
}

.fa-hashtag:before {
    content: "\f292";
}

.fa-hat-cowboy:before {
    content: "\f8c0";
}

.fa-hat-cowboy-side:before {
    content: "\f8c1";
}

.fa-hat-wizard:before {
    content: "\f6e8";
}

.fa-hdd:before {
    content: "\f0a0";
}

.fa-head-side-cough:before {
    content: "\e061";
}

.fa-head-side-cough-slash:before {
    content: "\e062";
}

.fa-head-side-mask:before {
    content: "\e063";
}

.fa-head-side-virus:before {
    content: "\e064";
}

.fa-heading:before {
    content: "\f1dc";
}

.fa-headphones:before {
    content: "\f025";
}

.fa-headphones-alt:before {
    content: "\f58f";
}

.fa-headset:before {
    content: "\f590";
}

.fa-heart:before {
    content: "\f004";
}

.fa-heart-broken:before {
    content: "\f7a9";
}

.fa-heartbeat:before {
    content: "\f21e";
}

.fa-helicopter:before {
    content: "\f533";
}

.fa-highlighter:before {
    content: "\f591";
}

.fa-hiking:before {
    content: "\f6ec";
}

.fa-hippo:before {
    content: "\f6ed";
}

.fa-hips:before {
    content: "\f452";
}

.fa-hire-a-helper:before {
    content: "\f3b0";
}

.fa-history:before {
    content: "\f1da";
}

.fa-hive:before {
    content: "\e07f";
}

.fa-hockey-puck:before {
    content: "\f453";
}

.fa-holly-berry:before {
    content: "\f7aa";
}

.fa-home:before {
    content: "\f015";
}

.fa-hooli:before {
    content: "\f427";
}

.fa-hornbill:before {
    content: "\f592";
}

.fa-horse:before {
    content: "\f6f0";
}

.fa-horse-head:before {
    content: "\f7ab";
}

.fa-hospital:before {
    content: "\f0f8";
}

.fa-hospital-alt:before {
    content: "\f47d";
}

.fa-hospital-symbol:before {
    content: "\f47e";
}

.fa-hospital-user:before {
    content: "\f80d";
}

.fa-hot-tub:before {
    content: "\f593";
}

.fa-hotdog:before {
    content: "\f80f";
}

.fa-hotel:before {
    content: "\f594";
}

.fa-hotjar:before {
    content: "\f3b1";
}

.fa-hourglass:before {
    content: "\f254";
}

.fa-hourglass-end:before {
    content: "\f253";
}

.fa-hourglass-half:before {
    content: "\f252";
}

.fa-hourglass-start:before {
    content: "\f251";
}

.fa-house-damage:before {
    content: "\f6f1";
}

.fa-house-user:before {
    content: "\e065";
}

.fa-houzz:before {
    content: "\f27c";
}

.fa-hryvnia:before {
    content: "\f6f2";
}

.fa-html5:before {
    content: "\f13b";
}

.fa-hubspot:before {
    content: "\f3b2";
}

.fa-i-cursor:before {
    content: "\f246";
}

.fa-ice-cream:before {
    content: "\f810";
}

.fa-icicles:before {
    content: "\f7ad";
}

.fa-icons:before {
    content: "\f86d";
}

.fa-id-badge:before {
    content: "\f2c1";
}

.fa-id-card:before {
    content: "\f2c2";
}

.fa-id-card-alt:before {
    content: "\f47f";
}

.fa-ideal:before {
    content: "\e013";
}

.fa-igloo:before {
    content: "\f7ae";
}

.fa-image:before {
    content: "\f03e";
}

.fa-images:before {
    content: "\f302";
}

.fa-imdb:before {
    content: "\f2d8";
}

.fa-inbox:before {
    content: "\f01c";
}

.fa-indent:before {
    content: "\f03c";
}

.fa-industry:before {
    content: "\f275";
}

.fa-infinity:before {
    content: "\f534";
}

.fa-info:before {
    content: "\f129";
}

.fa-info-circle:before {
    content: "\f05a";
}

.fa-innosoft:before {
    content: "\e080";
}

.fa-instagram:before {
    content: "\f16d";
}

.fa-instagram-square:before {
    content: "\e055";
}

.fa-instalod:before {
    content: "\e081";
}

.fa-intercom:before {
    content: "\f7af";
}

.fa-internet-explorer:before {
    content: "\f26b";
}

.fa-invision:before {
    content: "\f7b0";
}

.fa-ioxhost:before {
    content: "\f208";
}

.fa-italic:before {
    content: "\f033";
}

.fa-itch-io:before {
    content: "\f83a";
}

.fa-itunes:before {
    content: "\f3b4";
}

.fa-itunes-note:before {
    content: "\f3b5";
}

.fa-java:before {
    content: "\f4e4";
}

.fa-jedi:before {
    content: "\f669";
}

.fa-jedi-order:before {
    content: "\f50e";
}

.fa-jenkins:before {
    content: "\f3b6";
}

.fa-jira:before {
    content: "\f7b1";
}

.fa-joget:before {
    content: "\f3b7";
}

.fa-joint:before {
    content: "\f595";
}

.fa-joomla:before {
    content: "\f1aa";
}

.fa-journal-whills:before {
    content: "\f66a";
}

.fa-js:before {
    content: "\f3b8";
}

.fa-js-square:before {
    content: "\f3b9";
}

.fa-jsfiddle:before {
    content: "\f1cc";
}

.fa-kaaba:before {
    content: "\f66b";
}

.fa-kaggle:before {
    content: "\f5fa";
}

.fa-key:before {
    content: "\f084";
}

.fa-keybase:before {
    content: "\f4f5";
}

.fa-keyboard:before {
    content: "\f11c";
}

.fa-keycdn:before {
    content: "\f3ba";
}

.fa-khanda:before {
    content: "\f66d";
}

.fa-kickstarter:before {
    content: "\f3bb";
}

.fa-kickstarter-k:before {
    content: "\f3bc";
}

.fa-kiss:before {
    content: "\f596";
}

.fa-kiss-beam:before {
    content: "\f597";
}

.fa-kiss-wink-heart:before {
    content: "\f598";
}

.fa-kiwi-bird:before {
    content: "\f535";
}

.fa-korvue:before {
    content: "\f42f";
}

.fa-landmark:before {
    content: "\f66f";
}

.fa-language:before {
    content: "\f1ab";
}

.fa-laptop:before {
    content: "\f109";
}

.fa-laptop-code:before {
    content: "\f5fc";
}

.fa-laptop-house:before {
    content: "\e066";
}

.fa-laptop-medical:before {
    content: "\f812";
}

.fa-laravel:before {
    content: "\f3bd";
}

.fa-lastfm:before {
    content: "\f202";
}

.fa-lastfm-square:before {
    content: "\f203";
}

.fa-laugh:before {
    content: "\f599";
}

.fa-laugh-beam:before {
    content: "\f59a";
}

.fa-laugh-squint:before {
    content: "\f59b";
}

.fa-laugh-wink:before {
    content: "\f59c";
}

.fa-layer-group:before {
    content: "\f5fd";
}

.fa-leaf:before {
    content: "\f06c";
}

.fa-leanpub:before {
    content: "\f212";
}

.fa-lemon:before {
    content: "\f094";
}

.fa-less:before {
    content: "\f41d";
}

.fa-less-than:before {
    content: "\f536";
}

.fa-less-than-equal:before {
    content: "\f537";
}

.fa-level-down-alt:before {
    content: "\f3be";
}

.fa-level-up-alt:before {
    content: "\f3bf";
}

.fa-life-ring:before {
    content: "\f1cd";
}

.fa-lightbulb:before {
    content: "\f0eb";
}

.fa-line:before {
    content: "\f3c0";
}

.fa-link:before {
    content: "\f0c1";
}

.fa-linkedin:before {
    content: "\f08c";
}

.fa-linkedin-in:before {
    content: "\f0e1";
}

.fa-linode:before {
    content: "\f2b8";
}

.fa-linux:before {
    content: "\f17c";
}

.fa-lira-sign:before {
    content: "\f195";
}

.fa-list:before {
    content: "\f03a";
}

.fa-list-alt:before {
    content: "\f022";
}

.fa-list-ol:before {
    content: "\f0cb";
}

.fa-list-ul:before {
    content: "\f0ca";
}

.fa-location-arrow:before {
    content: "\f124";
}

.fa-lock:before {
    content: "\f023";
}

.fa-lock-open:before {
    content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
    content: "\f309";
}

.fa-long-arrow-alt-left:before {
    content: "\f30a";
}

.fa-long-arrow-alt-right:before {
    content: "\f30b";
}

.fa-long-arrow-alt-up:before {
    content: "\f30c";
}

.fa-low-vision:before {
    content: "\f2a8";
}

.fa-luggage-cart:before {
    content: "\f59d";
}

.fa-lungs:before {
    content: "\f604";
}

.fa-lungs-virus:before {
    content: "\e067";
}

.fa-lyft:before {
    content: "\f3c3";
}

.fa-magento:before {
    content: "\f3c4";
}

.fa-magic:before {
    content: "\f0d0";
}

.fa-magnet:before {
    content: "\f076";
}

.fa-mail-bulk:before {
    content: "\f674";
}

.fa-mailchimp:before {
    content: "\f59e";
}

.fa-male:before {
    content: "\f183";
}

.fa-mandalorian:before {
    content: "\f50f";
}

.fa-map:before {
    content: "\f279";
}

.fa-map-marked:before {
    content: "\f59f";
}

.fa-map-marked-alt:before {
    content: "\f5a0";
}

.fa-map-marker:before {
    content: "\f041";
}

.fa-map-marker-alt:before {
    content: "\f3c5";
}

.fa-map-pin:before {
    content: "\f276";
}

.fa-map-signs:before {
    content: "\f277";
}

.fa-markdown:before {
    content: "\f60f";
}

.fa-marker:before {
    content: "\f5a1";
}

.fa-mars:before {
    content: "\f222";
}

.fa-mars-double:before {
    content: "\f227";
}

.fa-mars-stroke:before {
    content: "\f229";
}

.fa-mars-stroke-h:before {
    content: "\f22b";
}

.fa-mars-stroke-v:before {
    content: "\f22a";
}

.fa-mask:before {
    content: "\f6fa";
}

.fa-mastodon:before {
    content: "\f4f6";
}

.fa-maxcdn:before {
    content: "\f136";
}

.fa-mdb:before {
    content: "\f8ca";
}

.fa-medal:before {
    content: "\f5a2";
}

.fa-medapps:before {
    content: "\f3c6";
}

.fa-medium:before {
    content: "\f23a";
}

.fa-medium-m:before {
    content: "\f3c7";
}

.fa-medkit:before {
    content: "\f0fa";
}

.fa-medrt:before {
    content: "\f3c8";
}

.fa-meetup:before {
    content: "\f2e0";
}

.fa-megaport:before {
    content: "\f5a3";
}

.fa-meh:before {
    content: "\f11a";
}

.fa-meh-blank:before {
    content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
    content: "\f5a5";
}

.fa-memory:before {
    content: "\f538";
}

.fa-mendeley:before {
    content: "\f7b3";
}

.fa-menorah:before {
    content: "\f676";
}

.fa-mercury:before {
    content: "\f223";
}

.fa-meteor:before {
    content: "\f753";
}

.fa-microblog:before {
    content: "\e01a";
}

.fa-microchip:before {
    content: "\f2db";
}

.fa-microphone:before {
    content: "\f130";
}

.fa-microphone-alt:before {
    content: "\f3c9";
}

.fa-microphone-alt-slash:before {
    content: "\f539";
}

.fa-microphone-slash:before {
    content: "\f131";
}

.fa-microscope:before {
    content: "\f610";
}

.fa-microsoft:before {
    content: "\f3ca";
}

.fa-minus:before {
    content: "\f068";
}

.fa-minus-circle:before {
    content: "\f056";
}

.fa-minus-square:before {
    content: "\f146";
}

.fa-mitten:before {
    content: "\f7b5";
}

.fa-mix:before {
    content: "\f3cb";
}

.fa-mixcloud:before {
    content: "\f289";
}

.fa-mixer:before {
    content: "\e056";
}

.fa-mizuni:before {
    content: "\f3cc";
}

.fa-mobile:before {
    content: "\f10b";
}

.fa-mobile-alt:before {
    content: "\f3cd";
}

.fa-modx:before {
    content: "\f285";
}

.fa-monero:before {
    content: "\f3d0";
}

.fa-money-bill:before {
    content: "\f0d6";
}

.fa-money-bill-alt:before {
    content: "\f3d1";
}

.fa-money-bill-wave:before {
    content: "\f53a";
}

.fa-money-bill-wave-alt:before {
    content: "\f53b";
}

.fa-money-check:before {
    content: "\f53c";
}

.fa-money-check-alt:before {
    content: "\f53d";
}

.fa-monument:before {
    content: "\f5a6";
}

.fa-moon:before {
    content: "\f186";
}

.fa-mortar-pestle:before {
    content: "\f5a7";
}

.fa-mosque:before {
    content: "\f678";
}

.fa-motorcycle:before {
    content: "\f21c";
}

.fa-mountain:before {
    content: "\f6fc";
}

.fa-mouse:before {
    content: "\f8cc";
}

.fa-mouse-pointer:before {
    content: "\f245";
}

.fa-mug-hot:before {
    content: "\f7b6";
}

.fa-music:before {
    content: "\f001";
}

.fa-napster:before {
    content: "\f3d2";
}

.fa-neos:before {
    content: "\f612";
}

.fa-network-wired:before {
    content: "\f6ff";
}

.fa-neuter:before {
    content: "\f22c";
}

.fa-newspaper:before {
    content: "\f1ea";
}

.fa-nimblr:before {
    content: "\f5a8";
}

.fa-node:before {
    content: "\f419";
}

.fa-node-js:before {
    content: "\f3d3";
}

.fa-not-equal:before {
    content: "\f53e";
}

.fa-notes-medical:before {
    content: "\f481";
}

.fa-npm:before {
    content: "\f3d4";
}

.fa-ns8:before {
    content: "\f3d5";
}

.fa-nutritionix:before {
    content: "\f3d6";
}

.fa-object-group:before {
    content: "\f247";
}

.fa-object-ungroup:before {
    content: "\f248";
}

.fa-octopus-deploy:before {
    content: "\e082";
}

.fa-odnoklassniki:before {
    content: "\f263";
}

.fa-odnoklassniki-square:before {
    content: "\f264";
}

.fa-oil-can:before {
    content: "\f613";
}

.fa-old-republic:before {
    content: "\f510";
}

.fa-om:before {
    content: "\f679";
}

.fa-opencart:before {
    content: "\f23d";
}

.fa-openid:before {
    content: "\f19b";
}

.fa-opera:before {
    content: "\f26a";
}

.fa-optin-monster:before {
    content: "\f23c";
}

.fa-orcid:before {
    content: "\f8d2";
}

.fa-osi:before {
    content: "\f41a";
}

.fa-otter:before {
    content: "\f700";
}

.fa-outdent:before {
    content: "\f03b";
}

.fa-page4:before {
    content: "\f3d7";
}

.fa-pagelines:before {
    content: "\f18c";
}

.fa-pager:before {
    content: "\f815";
}

.fa-paint-brush:before {
    content: "\f1fc";
}

.fa-paint-roller:before {
    content: "\f5aa";
}

.fa-palette:before {
    content: "\f53f";
}

.fa-palfed:before {
    content: "\f3d8";
}

.fa-pallet:before {
    content: "\f482";
}

.fa-paper-plane:before {
    content: "\f1d8";
}

.fa-paperclip:before {
    content: "\f0c6";
}

.fa-parachute-box:before {
    content: "\f4cd";
}

.fa-paragraph:before {
    content: "\f1dd";
}

.fa-parking:before {
    content: "\f540";
}

.fa-passport:before {
    content: "\f5ab";
}

.fa-pastafarianism:before {
    content: "\f67b";
}

.fa-paste:before {
    content: "\f0ea";
}

.fa-patreon:before {
    content: "\f3d9";
}

.fa-pause:before {
    content: "\f04c";
}

.fa-pause-circle:before {
    content: "\f28b";
}

.fa-paw:before {
    content: "\f1b0";
}

.fa-paypal:before {
    content: "\f1ed";
}

.fa-peace:before {
    content: "\f67c";
}

.fa-pen:before {
    content: "\f304";
}

.fa-pen-alt:before {
    content: "\f305";
}

.fa-pen-fancy:before {
    content: "\f5ac";
}

.fa-pen-nib:before {
    content: "\f5ad";
}

.fa-pen-square:before {
    content: "\f14b";
}

.fa-pencil-alt:before {
    content: "\f303";
}

.fa-pencil-ruler:before {
    content: "\f5ae";
}

.fa-penny-arcade:before {
    content: "\f704";
}

.fa-people-arrows:before {
    content: "\e068";
}

.fa-people-carry:before {
    content: "\f4ce";
}

.fa-pepper-hot:before {
    content: "\f816";
}

.fa-perbyte:before {
    content: "\e083";
}

.fa-percent:before {
    content: "\f295";
}

.fa-percentage:before {
    content: "\f541";
}

.fa-periscope:before {
    content: "\f3da";
}

.fa-person-booth:before {
    content: "\f756";
}

.fa-phabricator:before {
    content: "\f3db";
}

.fa-phoenix-framework:before {
    content: "\f3dc";
}

.fa-phoenix-squadron:before {
    content: "\f511";
}

.fa-phone:before {
    content: "\f095";
}

.fa-phone-alt:before {
    content: "\f879";
}

.fa-phone-slash:before {
    content: "\f3dd";
}

.fa-phone-square:before {
    content: "\f098";
}

.fa-phone-square-alt:before {
    content: "\f87b";
}

.fa-phone-volume:before {
    content: "\f2a0";
}

.fa-photo-video:before {
    content: "\f87c";
}

.fa-php:before {
    content: "\f457";
}

.fa-pied-piper:before {
    content: "\f2ae";
}

.fa-pied-piper-alt:before {
    content: "\f1a8";
}

.fa-pied-piper-hat:before {
    content: "\f4e5";
}

.fa-pied-piper-pp:before {
    content: "\f1a7";
}

.fa-pied-piper-square:before {
    content: "\e01e";
}

.fa-piggy-bank:before {
    content: "\f4d3";
}

.fa-pills:before {
    content: "\f484";
}

.fa-pinterest:before {
    content: "\f0d2";
}

.fa-pinterest-p:before {
    content: "\f231";
}

.fa-pinterest-square:before {
    content: "\f0d3";
}

.fa-pizza-slice:before {
    content: "\f818";
}

.fa-place-of-worship:before {
    content: "\f67f";
}

.fa-plane:before {
    content: "\f072";
}

.fa-plane-arrival:before {
    content: "\f5af";
}

.fa-plane-departure:before {
    content: "\f5b0";
}

.fa-plane-slash:before {
    content: "\e069";
}

.fa-play:before {
    content: "\f04b";
}

.fa-play-circle:before {
    content: "\f144";
}

.fa-playstation:before {
    content: "\f3df";
}

.fa-plug:before {
    content: "\f1e6";
}

.fa-plus:before {
    content: "\f067";
}

.fa-plus-circle:before {
    content: "\f055";
}

.fa-plus-square:before {
    content: "\f0fe";
}

.fa-podcast:before {
    content: "\f2ce";
}

.fa-poll:before {
    content: "\f681";
}

.fa-poll-h:before {
    content: "\f682";
}

.fa-poo:before {
    content: "\f2fe";
}

.fa-poo-storm:before {
    content: "\f75a";
}

.fa-poop:before {
    content: "\f619";
}

.fa-portrait:before {
    content: "\f3e0";
}

.fa-pound-sign:before {
    content: "\f154";
}

.fa-power-off:before {
    content: "\f011";
}

.fa-pray:before {
    content: "\f683";
}

.fa-praying-hands:before {
    content: "\f684";
}

.fa-prescription:before {
    content: "\f5b1";
}

.fa-prescription-bottle:before {
    content: "\f485";
}

.fa-prescription-bottle-alt:before {
    content: "\f486";
}

.fa-print:before {
    content: "\f02f";
}

.fa-procedures:before {
    content: "\f487";
}

.fa-product-hunt:before {
    content: "\f288";
}

.fa-project-diagram:before {
    content: "\f542";
}

.fa-pump-medical:before {
    content: "\e06a";
}

.fa-pump-soap:before {
    content: "\e06b";
}

.fa-pushed:before {
    content: "\f3e1";
}

.fa-puzzle-piece:before {
    content: "\f12e";
}

.fa-python:before {
    content: "\f3e2";
}

.fa-qq:before {
    content: "\f1d6";
}

.fa-qrcode:before {
    content: "\f029";
}

.fa-question:before {
    content: "\f128";
}

.fa-question-circle:before {
    content: "\f059";
}

.fa-quidditch:before {
    content: "\f458";
}

.fa-quinscape:before {
    content: "\f459";
}

.fa-quora:before {
    content: "\f2c4";
}

.fa-quote-left:before {
    content: "\f10d";
}

.fa-quote-right:before {
    content: "\f10e";
}

.fa-quran:before {
    content: "\f687";
}

.fa-r-project:before {
    content: "\f4f7";
}

.fa-radiation:before {
    content: "\f7b9";
}

.fa-radiation-alt:before {
    content: "\f7ba";
}

.fa-rainbow:before {
    content: "\f75b";
}

.fa-random:before {
    content: "\f074";
}

.fa-raspberry-pi:before {
    content: "\f7bb";
}

.fa-ravelry:before {
    content: "\f2d9";
}

.fa-react:before {
    content: "\f41b";
}

.fa-reacteurope:before {
    content: "\f75d";
}

.fa-readme:before {
    content: "\f4d5";
}

.fa-rebel:before {
    content: "\f1d0";
}

.fa-receipt:before {
    content: "\f543";
}

.fa-record-vinyl:before {
    content: "\f8d9";
}

.fa-recycle:before {
    content: "\f1b8";
}

.fa-red-river:before {
    content: "\f3e3";
}

.fa-reddit:before {
    content: "\f1a1";
}

.fa-reddit-alien:before {
    content: "\f281";
}

.fa-reddit-square:before {
    content: "\f1a2";
}

.fa-redhat:before {
    content: "\f7bc";
}

.fa-redo:before {
    content: "\f01e";
}

.fa-redo-alt:before {
    content: "\f2f9";
}

.fa-registered:before {
    content: "\f25d";
}

.fa-remove-format:before {
    content: "\f87d";
}

.fa-renren:before {
    content: "\f18b";
}

.fa-reply:before {
    content: "\f3e5";
}

.fa-reply-all:before {
    content: "\f122";
}

.fa-replyd:before {
    content: "\f3e6";
}

.fa-republican:before {
    content: "\f75e";
}

.fa-researchgate:before {
    content: "\f4f8";
}

.fa-resolving:before {
    content: "\f3e7";
}

.fa-restroom:before {
    content: "\f7bd";
}

.fa-retweet:before {
    content: "\f079";
}

.fa-rev:before {
    content: "\f5b2";
}

.fa-ribbon:before {
    content: "\f4d6";
}

.fa-ring:before {
    content: "\f70b";
}

.fa-road:before {
    content: "\f018";
}

.fa-robot:before {
    content: "\f544";
}

.fa-rocket:before {
    content: "\f135";
}

.fa-rocketchat:before {
    content: "\f3e8";
}

.fa-rockrms:before {
    content: "\f3e9";
}

.fa-route:before {
    content: "\f4d7";
}

.fa-rss:before {
    content: "\f09e";
}

.fa-rss-square:before {
    content: "\f143";
}

.fa-ruble-sign:before {
    content: "\f158";
}

.fa-ruler:before {
    content: "\f545";
}

.fa-ruler-combined:before {
    content: "\f546";
}

.fa-ruler-horizontal:before {
    content: "\f547";
}

.fa-ruler-vertical:before {
    content: "\f548";
}

.fa-running:before {
    content: "\f70c";
}

.fa-rupee-sign:before {
    content: "\f156";
}

.fa-rust:before {
    content: "\e07a";
}

.fa-sad-cry:before {
    content: "\f5b3";
}

.fa-sad-tear:before {
    content: "\f5b4";
}

.fa-safari:before {
    content: "\f267";
}

.fa-salesforce:before {
    content: "\f83b";
}

.fa-sass:before {
    content: "\f41e";
}

.fa-satellite:before {
    content: "\f7bf";
}

.fa-satellite-dish:before {
    content: "\f7c0";
}

.fa-save:before {
    content: "\f0c7";
}

.fa-schlix:before {
    content: "\f3ea";
}

.fa-school:before {
    content: "\f549";
}

.fa-screwdriver:before {
    content: "\f54a";
}

.fa-scribd:before {
    content: "\f28a";
}

.fa-scroll:before {
    content: "\f70e";
}

.fa-sd-card:before {
    content: "\f7c2";
}

.fa-search:before {
    content: "\f002";
}

.fa-search-dollar:before {
    content: "\f688";
}

.fa-search-location:before {
    content: "\f689";
}

.fa-search-minus:before {
    content: "\f010";
}

.fa-search-plus:before {
    content: "\f00e";
}

.fa-searchengin:before {
    content: "\f3eb";
}

.fa-seedling:before {
    content: "\f4d8";
}

.fa-sellcast:before {
    content: "\f2da";
}

.fa-sellsy:before {
    content: "\f213";
}

.fa-server:before {
    content: "\f233";
}

.fa-servicestack:before {
    content: "\f3ec";
}

.fa-shapes:before {
    content: "\f61f";
}

.fa-share:before {
    content: "\f064";
}

.fa-share-alt:before {
    content: "\f1e0";
}

.fa-share-alt-square:before {
    content: "\f1e1";
}

.fa-share-square:before {
    content: "\f14d";
}

.fa-shekel-sign:before {
    content: "\f20b";
}

.fa-shield-alt:before {
    content: "\f3ed";
}

.fa-shield-virus:before {
    content: "\e06c";
}

.fa-ship:before {
    content: "\f21a";
}

.fa-shipping-fast:before {
    content: "\f48b";
}

.fa-shirtsinbulk:before {
    content: "\f214";
}

.fa-shoe-prints:before {
    content: "\f54b";
}

.fa-shopify:before {
    content: "\e057";
}

.fa-shopping-bag:before {
    content: "\f290";
}

.fa-shopping-basket:before {
    content: "\f291";
}

.fa-shopping-cart:before {
    content: "\f07a";
}

.fa-shopware:before {
    content: "\f5b5";
}

.fa-shower:before {
    content: "\f2cc";
}

.fa-shuttle-van:before {
    content: "\f5b6";
}

.fa-sign:before {
    content: "\f4d9";
}

.fa-sign-in-alt:before {
    content: "\f2f6";
}

.fa-sign-language:before {
    content: "\f2a7";
}

.fa-sign-out-alt:before {
    content: "\f2f5";
}

.fa-signal:before {
    content: "\f012";
}

.fa-signature:before {
    content: "\f5b7";
}

.fa-sim-card:before {
    content: "\f7c4";
}

.fa-simplybuilt:before {
    content: "\f215";
}

.fa-sink:before {
    content: "\e06d";
}

.fa-sistrix:before {
    content: "\f3ee";
}

.fa-sitemap:before {
    content: "\f0e8";
}

.fa-sith:before {
    content: "\f512";
}

.fa-skating:before {
    content: "\f7c5";
}

.fa-sketch:before {
    content: "\f7c6";
}

.fa-skiing:before {
    content: "\f7c9";
}

.fa-skiing-nordic:before {
    content: "\f7ca";
}

.fa-skull:before {
    content: "\f54c";
}

.fa-skull-crossbones:before {
    content: "\f714";
}

.fa-skyatlas:before {
    content: "\f216";
}

.fa-skype:before {
    content: "\f17e";
}

.fa-slack:before {
    content: "\f198";
}

.fa-slack-hash:before {
    content: "\f3ef";
}

.fa-slash:before {
    content: "\f715";
}

.fa-sleigh:before {
    content: "\f7cc";
}

.fa-sliders-h:before {
    content: "\f1de";
}

.fa-slideshare:before {
    content: "\f1e7";
}

.fa-smile:before {
    content: "\f118";
}

.fa-smile-beam:before {
    content: "\f5b8";
}

.fa-smile-wink:before {
    content: "\f4da";
}

.fa-smog:before {
    content: "\f75f";
}

.fa-smoking:before {
    content: "\f48d";
}

.fa-smoking-ban:before {
    content: "\f54d";
}

.fa-sms:before {
    content: "\f7cd";
}

.fa-snapchat:before {
    content: "\f2ab";
}

.fa-snapchat-ghost:before {
    content: "\f2ac";
}

.fa-snapchat-square:before {
    content: "\f2ad";
}

.fa-snowboarding:before {
    content: "\f7ce";
}

.fa-snowflake:before {
    content: "\f2dc";
}

.fa-snowman:before {
    content: "\f7d0";
}

.fa-snowplow:before {
    content: "\f7d2";
}

.fa-soap:before {
    content: "\e06e";
}

.fa-socks:before {
    content: "\f696";
}

.fa-solar-panel:before {
    content: "\f5ba";
}

.fa-sort:before {
    content: "\f0dc";
}

.fa-sort-alpha-down:before {
    content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
    content: "\f881";
}

.fa-sort-alpha-up:before {
    content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
    content: "\f882";
}

.fa-sort-amount-down:before {
    content: "\f160";
}

.fa-sort-amount-down-alt:before {
    content: "\f884";
}

.fa-sort-amount-up:before {
    content: "\f161";
}

.fa-sort-amount-up-alt:before {
    content: "\f885";
}

.fa-sort-down:before {
    content: "\f0dd";
}

.fa-sort-numeric-down:before {
    content: "\f162";
}

.fa-sort-numeric-down-alt:before {
    content: "\f886";
}

.fa-sort-numeric-up:before {
    content: "\f163";
}

.fa-sort-numeric-up-alt:before {
    content: "\f887";
}

.fa-sort-up:before {
    content: "\f0de";
}

.fa-soundcloud:before {
    content: "\f1be";
}

.fa-sourcetree:before {
    content: "\f7d3";
}

.fa-spa:before {
    content: "\f5bb";
}

.fa-space-shuttle:before {
    content: "\f197";
}

.fa-speakap:before {
    content: "\f3f3";
}

.fa-speaker-deck:before {
    content: "\f83c";
}

.fa-spell-check:before {
    content: "\f891";
}

.fa-spider:before {
    content: "\f717";
}

.fa-spinner:before {
    content: "\f110";
}

.fa-splotch:before {
    content: "\f5bc";
}

.fa-spotify:before {
    content: "\f1bc";
}

.fa-spray-can:before {
    content: "\f5bd";
}

.fa-square:before {
    content: "\f0c8";
}

.fa-square-full:before {
    content: "\f45c";
}

.fa-square-root-alt:before {
    content: "\f698";
}

.fa-squarespace:before {
    content: "\f5be";
}

.fa-stack-exchange:before {
    content: "\f18d";
}

.fa-stack-overflow:before {
    content: "\f16c";
}

.fa-stackpath:before {
    content: "\f842";
}

.fa-stamp:before {
    content: "\f5bf";
}

.fa-star:before {
    content: "\f005";
}

.fa-star-and-crescent:before {
    content: "\f699";
}

.fa-star-half:before {
    content: "\f089";
}

.fa-star-half-alt:before {
    content: "\f5c0";
}

.fa-star-of-david:before {
    content: "\f69a";
}

.fa-star-of-life:before {
    content: "\f621";
}

.fa-staylinked:before {
    content: "\f3f5";
}

.fa-steam:before {
    content: "\f1b6";
}

.fa-steam-square:before {
    content: "\f1b7";
}

.fa-steam-symbol:before {
    content: "\f3f6";
}

.fa-step-backward:before {
    content: "\f048";
}

.fa-step-forward:before {
    content: "\f051";
}

.fa-stethoscope:before {
    content: "\f0f1";
}

.fa-sticker-mule:before {
    content: "\f3f7";
}

.fa-sticky-note:before {
    content: "\f249";
}

.fa-stop:before {
    content: "\f04d";
}

.fa-stop-circle:before {
    content: "\f28d";
}

.fa-stopwatch:before {
    content: "\f2f2";
}

.fa-stopwatch-20:before {
    content: "\e06f";
}

.fa-store:before {
    content: "\f54e";
}

.fa-store-alt:before {
    content: "\f54f";
}

.fa-store-alt-slash:before {
    content: "\e070";
}

.fa-store-slash:before {
    content: "\e071";
}

.fa-strava:before {
    content: "\f428";
}

.fa-stream:before {
    content: "\f550";
}

.fa-street-view:before {
    content: "\f21d";
}

.fa-strikethrough:before {
    content: "\f0cc";
}

.fa-stripe:before {
    content: "\f429";
}

.fa-stripe-s:before {
    content: "\f42a";
}

.fa-stroopwafel:before {
    content: "\f551";
}

.fa-studiovinari:before {
    content: "\f3f8";
}

.fa-stumbleupon:before {
    content: "\f1a4";
}

.fa-stumbleupon-circle:before {
    content: "\f1a3";
}

.fa-subscript:before {
    content: "\f12c";
}

.fa-subway:before {
    content: "\f239";
}

.fa-suitcase:before {
    content: "\f0f2";
}

.fa-suitcase-rolling:before {
    content: "\f5c1";
}

.fa-sun:before {
    content: "\f185";
}

.fa-superpowers:before {
    content: "\f2dd";
}

.fa-superscript:before {
    content: "\f12b";
}

.fa-supple:before {
    content: "\f3f9";
}

.fa-surprise:before {
    content: "\f5c2";
}

.fa-suse:before {
    content: "\f7d6";
}

.fa-swatchbook:before {
    content: "\f5c3";
}

.fa-swift:before {
    content: "\f8e1";
}

.fa-swimmer:before {
    content: "\f5c4";
}

.fa-swimming-pool:before {
    content: "\f5c5";
}

.fa-symfony:before {
    content: "\f83d";
}

.fa-synagogue:before {
    content: "\f69b";
}

.fa-sync:before {
    content: "\f021";
}

.fa-sync-alt:before {
    content: "\f2f1";
}

.fa-syringe:before {
    content: "\f48e";
}

.fa-table:before {
    content: "\f0ce";
}

.fa-table-tennis:before {
    content: "\f45d";
}

.fa-tablet:before {
    content: "\f10a";
}

.fa-tablet-alt:before {
    content: "\f3fa";
}

.fa-tablets:before {
    content: "\f490";
}

.fa-tachometer-alt:before {
    content: "\f3fd";
}

.fa-tag:before {
    content: "\f02b";
}

.fa-tags:before {
    content: "\f02c";
}

.fa-tape:before {
    content: "\f4db";
}

.fa-tasks:before {
    content: "\f0ae";
}

.fa-taxi:before {
    content: "\f1ba";
}

.fa-teamspeak:before {
    content: "\f4f9";
}

.fa-teeth:before {
    content: "\f62e";
}

.fa-teeth-open:before {
    content: "\f62f";
}

.fa-telegram:before {
    content: "\f2c6";
}

.fa-telegram-plane:before {
    content: "\f3fe";
}

.fa-temperature-high:before {
    content: "\f769";
}

.fa-temperature-low:before {
    content: "\f76b";
}

.fa-tencent-weibo:before {
    content: "\f1d5";
}

.fa-tenge:before {
    content: "\f7d7";
}

.fa-terminal:before {
    content: "\f120";
}

.fa-text-height:before {
    content: "\f034";
}

.fa-text-width:before {
    content: "\f035";
}

.fa-th:before {
    content: "\f00a";
}

.fa-th-large:before {
    content: "\f009";
}

.fa-th-list:before {
    content: "\f00b";
}

.fa-the-red-yeti:before {
    content: "\f69d";
}

.fa-theater-masks:before {
    content: "\f630";
}

.fa-themeco:before {
    content: "\f5c6";
}

.fa-themeisle:before {
    content: "\f2b2";
}

.fa-thermometer:before {
    content: "\f491";
}

.fa-thermometer-empty:before {
    content: "\f2cb";
}

.fa-thermometer-full:before {
    content: "\f2c7";
}

.fa-thermometer-half:before {
    content: "\f2c9";
}

.fa-thermometer-quarter:before {
    content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
    content: "\f2c8";
}

.fa-think-peaks:before {
    content: "\f731";
}

.fa-thumbs-down:before {
    content: "\f165";
}

.fa-thumbs-up:before {
    content: "\f164";
}

.fa-thumbtack:before {
    content: "\f08d";
}

.fa-ticket-alt:before {
    content: "\f3ff";
}

.fa-tiktok:before {
    content: "\e07b";
}

.fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-tint:before {
    content: "\f043";
}

.fa-tint-slash:before {
    content: "\f5c7";
}

.fa-tired:before {
    content: "\f5c8";
}

.fa-toggle-off:before {
    content: "\f204";
}

.fa-toggle-on:before {
    content: "\f205";
}

.fa-toilet:before {
    content: "\f7d8";
}

.fa-toilet-paper:before {
    content: "\f71e";
}

.fa-toilet-paper-slash:before {
    content: "\e072";
}

.fa-toolbox:before {
    content: "\f552";
}

.fa-tools:before {
    content: "\f7d9";
}

.fa-tooth:before {
    content: "\f5c9";
}

.fa-torah:before {
    content: "\f6a0";
}

.fa-torii-gate:before {
    content: "\f6a1";
}

.fa-tractor:before {
    content: "\f722";
}

.fa-trade-federation:before {
    content: "\f513";
}

.fa-trademark:before {
    content: "\f25c";
}

.fa-traffic-light:before {
    content: "\f637";
}

.fa-trailer:before {
    content: "\e041";
}

.fa-train:before {
    content: "\f238";
}

.fa-tram:before {
    content: "\f7da";
}

.fa-transgender:before {
    content: "\f224";
}

.fa-transgender-alt:before {
    content: "\f225";
}

.fa-trash:before {
    content: "\f1f8";
}

.fa-trash-alt:before {
    content: "\f2ed";
}

.fa-trash-restore:before {
    content: "\f829";
}

.fa-trash-restore-alt:before {
    content: "\f82a";
}

.fa-tree:before {
    content: "\f1bb";
}

.fa-trello:before {
    content: "\f181";
}

.fa-tripadvisor:before {
    content: "\f262";
}

.fa-trophy:before {
    content: "\f091";
}

.fa-truck:before {
    content: "\f0d1";
}

.fa-truck-loading:before {
    content: "\f4de";
}

.fa-truck-monster:before {
    content: "\f63b";
}

.fa-truck-moving:before {
    content: "\f4df";
}

.fa-truck-pickup:before {
    content: "\f63c";
}

.fa-tshirt:before {
    content: "\f553";
}

.fa-tty:before {
    content: "\f1e4";
}

.fa-tumblr:before {
    content: "\f173";
}

.fa-tumblr-square:before {
    content: "\f174";
}

.fa-tv:before {
    content: "\f26c";
}

.fa-twitch:before {
    content: "\f1e8";
}

.fa-twitter:before {
    content: "\f099";
}

.fa-twitter-square:before {
    content: "\f081";
}

.fa-typo3:before {
    content: "\f42b";
}

.fa-uber:before {
    content: "\f402";
}

.fa-ubuntu:before {
    content: "\f7df";
}

.fa-uikit:before {
    content: "\f403";
}

.fa-umbraco:before {
    content: "\f8e8";
}

.fa-umbrella:before {
    content: "\f0e9";
}

.fa-umbrella-beach:before {
    content: "\f5ca";
}

.fa-uncharted:before {
    content: "\e084";
}

.fa-underline:before {
    content: "\f0cd";
}

.fa-undo:before {
    content: "\f0e2";
}

.fa-undo-alt:before {
    content: "\f2ea";
}

.fa-uniregistry:before {
    content: "\f404";
}

.fa-unity:before {
    content: "\e049";
}

.fa-universal-access:before {
    content: "\f29a";
}

.fa-university:before {
    content: "\f19c";
}

.fa-unlink:before {
    content: "\f127";
}

.fa-unlock:before {
    content: "\f09c";
}

.fa-unlock-alt:before {
    content: "\f13e";
}

.fa-unsplash:before {
    content: "\e07c";
}

.fa-untappd:before {
    content: "\f405";
}

.fa-upload:before {
    content: "\f093";
}

.fa-ups:before {
    content: "\f7e0";
}

.fa-usb:before {
    content: "\f287";
}

.fa-user:before {
    content: "\f007";
}

.fa-user-alt:before {
    content: "\f406";
}

.fa-user-alt-slash:before {
    content: "\f4fa";
}

.fa-user-astronaut:before {
    content: "\f4fb";
}

.fa-user-check:before {
    content: "\f4fc";
}

.fa-user-circle:before {
    content: "\f2bd";
}

.fa-user-clock:before {
    content: "\f4fd";
}

.fa-user-cog:before {
    content: "\f4fe";
}

.fa-user-edit:before {
    content: "\f4ff";
}

.fa-user-friends:before {
    content: "\f500";
}

.fa-user-graduate:before {
    content: "\f501";
}

.fa-user-injured:before {
    content: "\f728";
}

.fa-user-lock:before {
    content: "\f502";
}

.fa-user-md:before {
    content: "\f0f0";
}

.fa-user-minus:before {
    content: "\f503";
}

.fa-user-ninja:before {
    content: "\f504";
}

.fa-user-nurse:before {
    content: "\f82f";
}

.fa-user-plus:before {
    content: "\f234";
}

.fa-user-secret:before {
    content: "\f21b";
}

.fa-user-shield:before {
    content: "\f505";
}

.fa-user-slash:before {
    content: "\f506";
}

.fa-user-tag:before {
    content: "\f507";
}

.fa-user-tie:before {
    content: "\f508";
}

.fa-user-times:before {
    content: "\f235";
}

.fa-users:before {
    content: "\f0c0";
}

.fa-users-cog:before {
    content: "\f509";
}

.fa-users-slash:before {
    content: "\e073";
}

.fa-usps:before {
    content: "\f7e1";
}

.fa-ussunnah:before {
    content: "\f407";
}

.fa-utensil-spoon:before {
    content: "\f2e5";
}

.fa-utensils:before {
    content: "\f2e7";
}

.fa-vaadin:before {
    content: "\f408";
}

.fa-vector-square:before {
    content: "\f5cb";
}

.fa-venus:before {
    content: "\f221";
}

.fa-venus-double:before {
    content: "\f226";
}

.fa-venus-mars:before {
    content: "\f228";
}

.fa-vest:before {
    content: "\e085";
}

.fa-vest-patches:before {
    content: "\e086";
}

.fa-viacoin:before {
    content: "\f237";
}

.fa-viadeo:before {
    content: "\f2a9";
}

.fa-viadeo-square:before {
    content: "\f2aa";
}

.fa-vial:before {
    content: "\f492";
}

.fa-vials:before {
    content: "\f493";
}

.fa-viber:before {
    content: "\f409";
}

.fa-video:before {
    content: "\f03d";
}

.fa-video-slash:before {
    content: "\f4e2";
}

.fa-vihara:before {
    content: "\f6a7";
}

.fa-vimeo:before {
    content: "\f40a";
}

.fa-vimeo-square:before {
    content: "\f194";
}

.fa-vimeo-v:before {
    content: "\f27d";
}

.fa-vine:before {
    content: "\f1ca";
}

.fa-virus:before {
    content: "\e074";
}

.fa-virus-slash:before {
    content: "\e075";
}

.fa-viruses:before {
    content: "\e076";
}

.fa-vk:before {
    content: "\f189";
}

.fa-vnv:before {
    content: "\f40b";
}

.fa-voicemail:before {
    content: "\f897";
}

.fa-volleyball-ball:before {
    content: "\f45f";
}

.fa-volume-down:before {
    content: "\f027";
}

.fa-volume-mute:before {
    content: "\f6a9";
}

.fa-volume-off:before {
    content: "\f026";
}

.fa-volume-up:before {
    content: "\f028";
}

.fa-vote-yea:before {
    content: "\f772";
}

.fa-vr-cardboard:before {
    content: "\f729";
}

.fa-vuejs:before {
    content: "\f41f";
}

.fa-walking:before {
    content: "\f554";
}

.fa-wallet:before {
    content: "\f555";
}

.fa-warehouse:before {
    content: "\f494";
}

.fa-watchman-monitoring:before {
    content: "\e087";
}

.fa-water:before {
    content: "\f773";
}

.fa-wave-square:before {
    content: "\f83e";
}

.fa-waze:before {
    content: "\f83f";
}

.fa-weebly:before {
    content: "\f5cc";
}

.fa-weibo:before {
    content: "\f18a";
}

.fa-weight:before {
    content: "\f496";
}

.fa-weight-hanging:before {
    content: "\f5cd";
}

.fa-weixin:before {
    content: "\f1d7";
}

.fa-whatsapp:before {
    content: "\f232";
}

.fa-whatsapp-square:before {
    content: "\f40c";
}

.fa-wheelchair:before {
    content: "\f193";
}

.fa-whmcs:before {
    content: "\f40d";
}

.fa-wifi:before {
    content: "\f1eb";
}

.fa-wikipedia-w:before {
    content: "\f266";
}

.fa-wind:before {
    content: "\f72e";
}

.fa-window-close:before {
    content: "\f410";
}

.fa-window-maximize:before {
    content: "\f2d0";
}

.fa-window-minimize:before {
    content: "\f2d1";
}

.fa-window-restore:before {
    content: "\f2d2";
}

.fa-windows:before {
    content: "\f17a";
}

.fa-wine-bottle:before {
    content: "\f72f";
}

.fa-wine-glass:before {
    content: "\f4e3";
}

.fa-wine-glass-alt:before {
    content: "\f5ce";
}

.fa-wix:before {
    content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
    content: "\f730";
}

.fa-wodu:before {
    content: "\e088";
}

.fa-wolf-pack-battalion:before {
    content: "\f514";
}

.fa-won-sign:before {
    content: "\f159";
}

.fa-wordpress:before {
    content: "\f19a";
}

.fa-wordpress-simple:before {
    content: "\f411";
}

.fa-wpbeginner:before {
    content: "\f297";
}

.fa-wpexplorer:before {
    content: "\f2de";
}

.fa-wpforms:before {
    content: "\f298";
}

.fa-wpressr:before {
    content: "\f3e4";
}

.fa-wrench:before {
    content: "\f0ad";
}

.fa-x-ray:before {
    content: "\f497";
}

.fa-xbox:before {
    content: "\f412";
}

.fa-xing:before {
    content: "\f168";
}

.fa-xing-square:before {
    content: "\f169";
}

.fa-y-combinator:before {
    content: "\f23b";
}

.fa-yahoo:before {
    content: "\f19e";
}

.fa-yammer:before {
    content: "\f840";
}

.fa-yandex:before {
    content: "\f413";
}

.fa-yandex-international:before {
    content: "\f414";
}

.fa-yarn:before {
    content: "\f7e3";
}

.fa-yelp:before {
    content: "\f1e9";
}

.fa-yen-sign:before {
    content: "\f157";
}

.fa-yin-yang:before {
    content: "\f6ad";
}

.fa-yoast:before {
    content: "\f2b1";
}

.fa-youtube:before {
    content: "\f167";
}

.fa-youtube-square:before {
    content: "\f431";
}

.fa-zhihu:before {
    content: "\f63f";
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot);
    src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-brands-400.svg#fontawesome) format("svg");
}

.fab {
    font-family: "Font Awesome 5 Brands";
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.eot);
    src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-regular-400.svg#fontawesome) format("svg");
}

.fab, .far {
    font-weight: 400;
}

@font-face {
    font-family: "Font Awesome 5 Free";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot);
    src: url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff2) format("woff2"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.woff) format("woff"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.ttf) format("truetype"),url(/wp-content/plugins/elementor/assets/lib/font-awesome/css/../webfonts/fa-solid-900.svg#fontawesome) format("svg");
}

.fa, .far, .fas {
    font-family: "Font Awesome 5 Free";
}

.fa, .fas {
    font-weight: 900;
}
    /*!
 * Font Awesome Free 5.15.3 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
    .fa.fa-glass:before {
        content: "\f000";
    }

    .fa.fa-meetup {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-star-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-star-o:before {
            content: "\f005";
        }

    .fa.fa-close:before, .fa.fa-remove:before {
        content: "\f00d";
    }

    .fa.fa-gear:before {
        content: "\f013";
    }

    .fa.fa-trash-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-trash-o:before {
            content: "\f2ed";
        }

    .fa.fa-file-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-o:before {
            content: "\f15b";
        }

    .fa.fa-clock-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-clock-o:before {
            content: "\f017";
        }

    .fa.fa-arrow-circle-o-down {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-arrow-circle-o-down:before {
            content: "\f358";
        }

    .fa.fa-arrow-circle-o-up {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-arrow-circle-o-up:before {
            content: "\f35b";
        }

    .fa.fa-play-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-play-circle-o:before {
            content: "\f144";
        }

    .fa.fa-repeat:before, .fa.fa-rotate-right:before {
        content: "\f01e";
    }

    .fa.fa-refresh:before {
        content: "\f021";
    }

    .fa.fa-list-alt {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

    .fa.fa-dedent:before {
        content: "\f03b";
    }

    .fa.fa-video-camera:before {
        content: "\f03d";
    }

    .fa.fa-picture-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-picture-o:before {
            content: "\f03e";
        }

    .fa.fa-photo {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-photo:before {
            content: "\f03e";
        }

    .fa.fa-image {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-image:before {
            content: "\f03e";
        }

    .fa.fa-pencil:before {
        content: "\f303";
    }

    .fa.fa-map-marker:before {
        content: "\f3c5";
    }

    .fa.fa-pencil-square-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-pencil-square-o:before {
            content: "\f044";
        }

    .fa.fa-share-square-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-share-square-o:before {
            content: "\f14d";
        }

    .fa.fa-check-square-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-check-square-o:before {
            content: "\f14a";
        }

    .fa.fa-arrows:before {
        content: "\f0b2";
    }

    .fa.fa-times-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-times-circle-o:before {
            content: "\f057";
        }

    .fa.fa-check-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-check-circle-o:before {
            content: "\f058";
        }

    .fa.fa-mail-forward:before {
        content: "\f064";
    }

    .fa.fa-expand:before {
        content: "\f424";
    }

    .fa.fa-compress:before {
        content: "\f422";
    }

    .fa.fa-eye, .fa.fa-eye-slash {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

    .fa.fa-warning:before {
        content: "\f071";
    }

    .fa.fa-calendar:before {
        content: "\f073";
    }

    .fa.fa-arrows-v:before {
        content: "\f338";
    }

    .fa.fa-arrows-h:before {
        content: "\f337";
    }

    .fa.fa-bar-chart {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-bar-chart:before {
            content: "\f080";
        }

    .fa.fa-bar-chart-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-bar-chart-o:before {
            content: "\f080";
        }

    .fa.fa-facebook-square, .fa.fa-twitter-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-gears:before {
        content: "\f085";
    }

    .fa.fa-thumbs-o-up {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-thumbs-o-up:before {
            content: "\f164";
        }

    .fa.fa-thumbs-o-down {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-thumbs-o-down:before {
            content: "\f165";
        }

    .fa.fa-heart-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-heart-o:before {
            content: "\f004";
        }

    .fa.fa-sign-out:before {
        content: "\f2f5";
    }

    .fa.fa-linkedin-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-linkedin-square:before {
            content: "\f08c";
        }

    .fa.fa-thumb-tack:before {
        content: "\f08d";
    }

    .fa.fa-external-link:before {
        content: "\f35d";
    }

    .fa.fa-sign-in:before {
        content: "\f2f6";
    }

    .fa.fa-github-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-lemon-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-lemon-o:before {
            content: "\f094";
        }

    .fa.fa-square-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-square-o:before {
            content: "\f0c8";
        }

    .fa.fa-bookmark-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-bookmark-o:before {
            content: "\f02e";
        }

    .fa.fa-facebook, .fa.fa-twitter {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-facebook:before {
            content: "\f39e";
        }

    .fa.fa-facebook-f {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-facebook-f:before {
            content: "\f39e";
        }

    .fa.fa-github {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-credit-card {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

    .fa.fa-feed:before {
        content: "\f09e";
    }

    .fa.fa-hdd-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hdd-o:before {
            content: "\f0a0";
        }

    .fa.fa-hand-o-right {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hand-o-right:before {
            content: "\f0a4";
        }

    .fa.fa-hand-o-left {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hand-o-left:before {
            content: "\f0a5";
        }

    .fa.fa-hand-o-up {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hand-o-up:before {
            content: "\f0a6";
        }

    .fa.fa-hand-o-down {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hand-o-down:before {
            content: "\f0a7";
        }

    .fa.fa-arrows-alt:before {
        content: "\f31e";
    }

    .fa.fa-group:before {
        content: "\f0c0";
    }

    .fa.fa-chain:before {
        content: "\f0c1";
    }

    .fa.fa-scissors:before {
        content: "\f0c4";
    }

    .fa.fa-files-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-files-o:before {
            content: "\f0c5";
        }

    .fa.fa-floppy-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-floppy-o:before {
            content: "\f0c7";
        }

    .fa.fa-navicon:before, .fa.fa-reorder:before {
        content: "\f0c9";
    }

    .fa.fa-google-plus, .fa.fa-google-plus-square, .fa.fa-pinterest, .fa.fa-pinterest-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-google-plus:before {
            content: "\f0d5";
        }

    .fa.fa-money {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-money:before {
            content: "\f3d1";
        }

    .fa.fa-unsorted:before {
        content: "\f0dc";
    }

    .fa.fa-sort-desc:before {
        content: "\f0dd";
    }

    .fa.fa-sort-asc:before {
        content: "\f0de";
    }

    .fa.fa-linkedin {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-linkedin:before {
            content: "\f0e1";
        }

    .fa.fa-rotate-left:before {
        content: "\f0e2";
    }

    .fa.fa-legal:before {
        content: "\f0e3";
    }

    .fa.fa-dashboard:before, .fa.fa-tachometer:before {
        content: "\f3fd";
    }

    .fa.fa-comment-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-comment-o:before {
            content: "\f075";
        }

    .fa.fa-comments-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-comments-o:before {
            content: "\f086";
        }

    .fa.fa-flash:before {
        content: "\f0e7";
    }

    .fa.fa-clipboard, .fa.fa-paste {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-paste:before {
            content: "\f328";
        }

    .fa.fa-lightbulb-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-lightbulb-o:before {
            content: "\f0eb";
        }

    .fa.fa-exchange:before {
        content: "\f362";
    }

    .fa.fa-cloud-download:before {
        content: "\f381";
    }

    .fa.fa-cloud-upload:before {
        content: "\f382";
    }

    .fa.fa-bell-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-bell-o:before {
            content: "\f0f3";
        }

    .fa.fa-cutlery:before {
        content: "\f2e7";
    }

    .fa.fa-file-text-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-text-o:before {
            content: "\f15c";
        }

    .fa.fa-building-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-building-o:before {
            content: "\f1ad";
        }

    .fa.fa-hospital-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hospital-o:before {
            content: "\f0f8";
        }

    .fa.fa-tablet:before {
        content: "\f3fa";
    }

    .fa.fa-mobile-phone:before, .fa.fa-mobile:before {
        content: "\f3cd";
    }

    .fa.fa-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-circle-o:before {
            content: "\f111";
        }

    .fa.fa-mail-reply:before {
        content: "\f3e5";
    }

    .fa.fa-github-alt {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-folder-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-folder-o:before {
            content: "\f07b";
        }

    .fa.fa-folder-open-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-folder-open-o:before {
            content: "\f07c";
        }

    .fa.fa-smile-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-smile-o:before {
            content: "\f118";
        }

    .fa.fa-frown-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-frown-o:before {
            content: "\f119";
        }

    .fa.fa-meh-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-meh-o:before {
            content: "\f11a";
        }

    .fa.fa-keyboard-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-keyboard-o:before {
            content: "\f11c";
        }

    .fa.fa-flag-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-flag-o:before {
            content: "\f024";
        }

    .fa.fa-mail-reply-all:before {
        content: "\f122";
    }

    .fa.fa-star-half-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-star-half-o:before {
            content: "\f089";
        }

    .fa.fa-star-half-empty {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-star-half-empty:before {
            content: "\f089";
        }

    .fa.fa-star-half-full {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-star-half-full:before {
            content: "\f089";
        }

    .fa.fa-code-fork:before {
        content: "\f126";
    }

    .fa.fa-chain-broken:before {
        content: "\f127";
    }

    .fa.fa-shield:before {
        content: "\f3ed";
    }

    .fa.fa-calendar-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-calendar-o:before {
            content: "\f133";
        }

    .fa.fa-css3, .fa.fa-html5, .fa.fa-maxcdn {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-ticket:before {
        content: "\f3ff";
    }

    .fa.fa-minus-square-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-minus-square-o:before {
            content: "\f146";
        }

    .fa.fa-level-up:before {
        content: "\f3bf";
    }

    .fa.fa-level-down:before {
        content: "\f3be";
    }

    .fa.fa-pencil-square:before {
        content: "\f14b";
    }

    .fa.fa-external-link-square:before {
        content: "\f360";
    }

    .fa.fa-compass {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

    .fa.fa-caret-square-o-down {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-caret-square-o-down:before {
            content: "\f150";
        }

    .fa.fa-toggle-down {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-toggle-down:before {
            content: "\f150";
        }

    .fa.fa-caret-square-o-up {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-caret-square-o-up:before {
            content: "\f151";
        }

    .fa.fa-toggle-up {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-toggle-up:before {
            content: "\f151";
        }

    .fa.fa-caret-square-o-right {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-caret-square-o-right:before {
            content: "\f152";
        }

    .fa.fa-toggle-right {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-toggle-right:before {
            content: "\f152";
        }

    .fa.fa-eur:before, .fa.fa-euro:before {
        content: "\f153";
    }

    .fa.fa-gbp:before {
        content: "\f154";
    }

    .fa.fa-dollar:before, .fa.fa-usd:before {
        content: "\f155";
    }

    .fa.fa-inr:before, .fa.fa-rupee:before {
        content: "\f156";
    }

    .fa.fa-cny:before, .fa.fa-jpy:before, .fa.fa-rmb:before, .fa.fa-yen:before {
        content: "\f157";
    }

    .fa.fa-rouble:before, .fa.fa-rub:before, .fa.fa-ruble:before {
        content: "\f158";
    }

    .fa.fa-krw:before, .fa.fa-won:before {
        content: "\f159";
    }

    .fa.fa-bitcoin, .fa.fa-btc {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-bitcoin:before {
            content: "\f15a";
        }

    .fa.fa-file-text:before {
        content: "\f15c";
    }

    .fa.fa-sort-alpha-asc:before {
        content: "\f15d";
    }

    .fa.fa-sort-alpha-desc:before {
        content: "\f881";
    }

    .fa.fa-sort-amount-asc:before {
        content: "\f160";
    }

    .fa.fa-sort-amount-desc:before {
        content: "\f884";
    }

    .fa.fa-sort-numeric-asc:before {
        content: "\f162";
    }

    .fa.fa-sort-numeric-desc:before {
        content: "\f886";
    }

    .fa.fa-xing, .fa.fa-xing-square, .fa.fa-youtube, .fa.fa-youtube-play, .fa.fa-youtube-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-youtube-play:before {
            content: "\f167";
        }

    .fa.fa-adn, .fa.fa-bitbucket, .fa.fa-bitbucket-square, .fa.fa-dropbox, .fa.fa-flickr, .fa.fa-instagram, .fa.fa-stack-overflow {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-bitbucket-square:before {
            content: "\f171";
        }

    .fa.fa-tumblr, .fa.fa-tumblr-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-long-arrow-down:before {
        content: "\f309";
    }

    .fa.fa-long-arrow-up:before {
        content: "\f30c";
    }

    .fa.fa-long-arrow-left:before {
        content: "\f30a";
    }

    .fa.fa-long-arrow-right:before {
        content: "\f30b";
    }

    .fa.fa-android, .fa.fa-apple, .fa.fa-dribbble, .fa.fa-foursquare, .fa.fa-gittip, .fa.fa-gratipay, .fa.fa-linux, .fa.fa-skype, .fa.fa-trello, .fa.fa-windows {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-gittip:before {
            content: "\f184";
        }

    .fa.fa-sun-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-sun-o:before {
            content: "\f185";
        }

    .fa.fa-moon-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-moon-o:before {
            content: "\f186";
        }

    .fa.fa-pagelines, .fa.fa-renren, .fa.fa-stack-exchange, .fa.fa-vk, .fa.fa-weibo {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-arrow-circle-o-right {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-arrow-circle-o-right:before {
            content: "\f35a";
        }

    .fa.fa-arrow-circle-o-left {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-arrow-circle-o-left:before {
            content: "\f359";
        }

    .fa.fa-caret-square-o-left {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-caret-square-o-left:before {
            content: "\f191";
        }

    .fa.fa-toggle-left {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-toggle-left:before {
            content: "\f191";
        }

    .fa.fa-dot-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-dot-circle-o:before {
            content: "\f192";
        }

    .fa.fa-vimeo-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-try:before, .fa.fa-turkish-lira:before {
        content: "\f195";
    }

    .fa.fa-plus-square-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-plus-square-o:before {
            content: "\f0fe";
        }

    .fa.fa-openid, .fa.fa-slack, .fa.fa-wordpress {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-bank:before, .fa.fa-institution:before {
        content: "\f19c";
    }

    .fa.fa-mortar-board:before {
        content: "\f19d";
    }

    .fa.fa-delicious, .fa.fa-digg, .fa.fa-drupal, .fa.fa-google, .fa.fa-joomla, .fa.fa-pied-piper-alt, .fa.fa-pied-piper-pp, .fa.fa-reddit, .fa.fa-reddit-square, .fa.fa-stumbleupon, .fa.fa-stumbleupon-circle, .fa.fa-yahoo {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-spoon:before {
        content: "\f2e5";
    }

    .fa.fa-behance, .fa.fa-behance-square, .fa.fa-steam, .fa.fa-steam-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-automobile:before {
        content: "\f1b9";
    }

    .fa.fa-envelope-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-envelope-o:before {
            content: "\f0e0";
        }

    .fa.fa-deviantart, .fa.fa-soundcloud, .fa.fa-spotify {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-file-pdf-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-pdf-o:before {
            content: "\f1c1";
        }

    .fa.fa-file-word-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-word-o:before {
            content: "\f1c2";
        }

    .fa.fa-file-excel-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-excel-o:before {
            content: "\f1c3";
        }

    .fa.fa-file-powerpoint-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-powerpoint-o:before {
            content: "\f1c4";
        }

    .fa.fa-file-image-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-image-o:before {
            content: "\f1c5";
        }

    .fa.fa-file-photo-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-photo-o:before {
            content: "\f1c5";
        }

    .fa.fa-file-picture-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-picture-o:before {
            content: "\f1c5";
        }

    .fa.fa-file-archive-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-archive-o:before {
            content: "\f1c6";
        }

    .fa.fa-file-zip-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-zip-o:before {
            content: "\f1c6";
        }

    .fa.fa-file-audio-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-audio-o:before {
            content: "\f1c7";
        }

    .fa.fa-file-sound-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-sound-o:before {
            content: "\f1c7";
        }

    .fa.fa-file-video-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-video-o:before {
            content: "\f1c8";
        }

    .fa.fa-file-movie-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-movie-o:before {
            content: "\f1c8";
        }

    .fa.fa-file-code-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-file-code-o:before {
            content: "\f1c9";
        }

    .fa.fa-codepen, .fa.fa-jsfiddle, .fa.fa-vine {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-life-bouy, .fa.fa-life-ring {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-life-bouy:before {
            content: "\f1cd";
        }

    .fa.fa-life-buoy {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-life-buoy:before {
            content: "\f1cd";
        }

    .fa.fa-life-saver {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-life-saver:before {
            content: "\f1cd";
        }

    .fa.fa-support {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-support:before {
            content: "\f1cd";
        }

    .fa.fa-circle-o-notch:before {
        content: "\f1ce";
    }

    .fa.fa-ra, .fa.fa-rebel {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-ra:before {
            content: "\f1d0";
        }

    .fa.fa-resistance {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-resistance:before {
            content: "\f1d0";
        }

    .fa.fa-empire, .fa.fa-ge {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-ge:before {
            content: "\f1d1";
        }

    .fa.fa-git, .fa.fa-git-square, .fa.fa-hacker-news, .fa.fa-y-combinator-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-y-combinator-square:before {
            content: "\f1d4";
        }

    .fa.fa-yc-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-yc-square:before {
            content: "\f1d4";
        }

    .fa.fa-qq, .fa.fa-tencent-weibo, .fa.fa-wechat, .fa.fa-weixin {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-wechat:before {
            content: "\f1d7";
        }

    .fa.fa-send:before {
        content: "\f1d8";
    }

    .fa.fa-paper-plane-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-paper-plane-o:before {
            content: "\f1d8";
        }

    .fa.fa-send-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-send-o:before {
            content: "\f1d8";
        }

    .fa.fa-circle-thin {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-circle-thin:before {
            content: "\f111";
        }

    .fa.fa-header:before {
        content: "\f1dc";
    }

    .fa.fa-sliders:before {
        content: "\f1de";
    }

    .fa.fa-futbol-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-futbol-o:before {
            content: "\f1e3";
        }

    .fa.fa-soccer-ball-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-soccer-ball-o:before {
            content: "\f1e3";
        }

    .fa.fa-slideshare, .fa.fa-twitch, .fa.fa-yelp {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-newspaper-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-newspaper-o:before {
            content: "\f1ea";
        }

    .fa.fa-cc-amex, .fa.fa-cc-discover, .fa.fa-cc-mastercard, .fa.fa-cc-paypal, .fa.fa-cc-stripe, .fa.fa-cc-visa, .fa.fa-google-wallet, .fa.fa-paypal {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-bell-slash-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-bell-slash-o:before {
            content: "\f1f6";
        }

    .fa.fa-trash:before {
        content: "\f2ed";
    }

    .fa.fa-copyright {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

    .fa.fa-eyedropper:before {
        content: "\f1fb";
    }

    .fa.fa-area-chart:before {
        content: "\f1fe";
    }

    .fa.fa-pie-chart:before {
        content: "\f200";
    }

    .fa.fa-line-chart:before {
        content: "\f201";
    }

    .fa.fa-angellist, .fa.fa-ioxhost, .fa.fa-lastfm, .fa.fa-lastfm-square {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-cc {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-cc:before {
            content: "\f20a";
        }

    .fa.fa-ils:before, .fa.fa-shekel:before, .fa.fa-sheqel:before {
        content: "\f20b";
    }

    .fa.fa-meanpath {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-meanpath:before {
            content: "\f2b4";
        }

    .fa.fa-buysellads, .fa.fa-connectdevelop, .fa.fa-dashcube, .fa.fa-forumbee, .fa.fa-leanpub, .fa.fa-sellsy, .fa.fa-shirtsinbulk, .fa.fa-simplybuilt, .fa.fa-skyatlas {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-diamond {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-diamond:before {
            content: "\f3a5";
        }

    .fa.fa-intersex:before {
        content: "\f224";
    }

    .fa.fa-facebook-official {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-facebook-official:before {
            content: "\f09a";
        }

    .fa.fa-pinterest-p, .fa.fa-whatsapp {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-hotel:before {
        content: "\f236";
    }

    .fa.fa-medium, .fa.fa-viacoin, .fa.fa-y-combinator, .fa.fa-yc {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-yc:before {
            content: "\f23b";
        }

    .fa.fa-expeditedssl, .fa.fa-opencart, .fa.fa-optin-monster {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-battery-4:before, .fa.fa-battery:before {
        content: "\f240";
    }

    .fa.fa-battery-3:before {
        content: "\f241";
    }

    .fa.fa-battery-2:before {
        content: "\f242";
    }

    .fa.fa-battery-1:before {
        content: "\f243";
    }

    .fa.fa-battery-0:before {
        content: "\f244";
    }

    .fa.fa-object-group, .fa.fa-object-ungroup, .fa.fa-sticky-note-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-sticky-note-o:before {
            content: "\f249";
        }

    .fa.fa-cc-diners-club, .fa.fa-cc-jcb {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-clone, .fa.fa-hourglass-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hourglass-o:before {
            content: "\f254";
        }

    .fa.fa-hourglass-1:before {
        content: "\f251";
    }

    .fa.fa-hourglass-2:before {
        content: "\f252";
    }

    .fa.fa-hourglass-3:before {
        content: "\f253";
    }

    .fa.fa-hand-rock-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hand-rock-o:before {
            content: "\f255";
        }

    .fa.fa-hand-grab-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hand-grab-o:before {
            content: "\f255";
        }

    .fa.fa-hand-paper-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hand-paper-o:before {
            content: "\f256";
        }

    .fa.fa-hand-stop-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hand-stop-o:before {
            content: "\f256";
        }

    .fa.fa-hand-scissors-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hand-scissors-o:before {
            content: "\f257";
        }

    .fa.fa-hand-lizard-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hand-lizard-o:before {
            content: "\f258";
        }

    .fa.fa-hand-spock-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hand-spock-o:before {
            content: "\f259";
        }

    .fa.fa-hand-pointer-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hand-pointer-o:before {
            content: "\f25a";
        }

    .fa.fa-hand-peace-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-hand-peace-o:before {
            content: "\f25b";
        }

    .fa.fa-registered {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

    .fa.fa-chrome, .fa.fa-creative-commons, .fa.fa-firefox, .fa.fa-get-pocket, .fa.fa-gg, .fa.fa-gg-circle, .fa.fa-internet-explorer, .fa.fa-odnoklassniki, .fa.fa-odnoklassniki-square, .fa.fa-opera, .fa.fa-safari, .fa.fa-tripadvisor, .fa.fa-wikipedia-w {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-television:before {
        content: "\f26c";
    }

    .fa.fa-500px, .fa.fa-amazon, .fa.fa-contao {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-calendar-plus-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-calendar-plus-o:before {
            content: "\f271";
        }

    .fa.fa-calendar-minus-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-calendar-minus-o:before {
            content: "\f272";
        }

    .fa.fa-calendar-times-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-calendar-times-o:before {
            content: "\f273";
        }

    .fa.fa-calendar-check-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-calendar-check-o:before {
            content: "\f274";
        }

    .fa.fa-map-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-map-o:before {
            content: "\f279";
        }

    .fa.fa-commenting:before {
        content: "\f4ad";
    }

    .fa.fa-commenting-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-commenting-o:before {
            content: "\f4ad";
        }

    .fa.fa-houzz, .fa.fa-vimeo {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-vimeo:before {
            content: "\f27d";
        }

    .fa.fa-black-tie, .fa.fa-edge, .fa.fa-fonticons, .fa.fa-reddit-alien {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-credit-card-alt:before {
        content: "\f09d";
    }

    .fa.fa-codiepie, .fa.fa-fort-awesome, .fa.fa-mixcloud, .fa.fa-modx, .fa.fa-product-hunt, .fa.fa-scribd, .fa.fa-usb {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-pause-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-pause-circle-o:before {
            content: "\f28b";
        }

    .fa.fa-stop-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-stop-circle-o:before {
            content: "\f28d";
        }

    .fa.fa-bluetooth, .fa.fa-bluetooth-b, .fa.fa-envira, .fa.fa-gitlab, .fa.fa-wheelchair-alt, .fa.fa-wpbeginner, .fa.fa-wpforms {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-wheelchair-alt:before {
            content: "\f368";
        }

    .fa.fa-question-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-question-circle-o:before {
            content: "\f059";
        }

    .fa.fa-volume-control-phone:before {
        content: "\f2a0";
    }

    .fa.fa-asl-interpreting:before {
        content: "\f2a3";
    }

    .fa.fa-deafness:before, .fa.fa-hard-of-hearing:before {
        content: "\f2a4";
    }

    .fa.fa-glide, .fa.fa-glide-g {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-signing:before {
        content: "\f2a7";
    }

    .fa.fa-first-order, .fa.fa-google-plus-official, .fa.fa-pied-piper, .fa.fa-snapchat, .fa.fa-snapchat-ghost, .fa.fa-snapchat-square, .fa.fa-themeisle, .fa.fa-viadeo, .fa.fa-viadeo-square, .fa.fa-yoast {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-google-plus-official:before {
            content: "\f2b3";
        }

    .fa.fa-google-plus-circle {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-google-plus-circle:before {
            content: "\f2b3";
        }

    .fa.fa-fa, .fa.fa-font-awesome {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-fa:before {
            content: "\f2b4";
        }

    .fa.fa-handshake-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-handshake-o:before {
            content: "\f2b5";
        }

    .fa.fa-envelope-open-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-envelope-open-o:before {
            content: "\f2b6";
        }

    .fa.fa-linode {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-address-book-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-address-book-o:before {
            content: "\f2b9";
        }

    .fa.fa-vcard:before {
        content: "\f2bb";
    }

    .fa.fa-address-card-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-address-card-o:before {
            content: "\f2bb";
        }

    .fa.fa-vcard-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-vcard-o:before {
            content: "\f2bb";
        }

    .fa.fa-user-circle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-user-circle-o:before {
            content: "\f2bd";
        }

    .fa.fa-user-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-user-o:before {
            content: "\f007";
        }

    .fa.fa-id-badge {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

    .fa.fa-drivers-license:before {
        content: "\f2c2";
    }

    .fa.fa-id-card-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-id-card-o:before {
            content: "\f2c2";
        }

    .fa.fa-drivers-license-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-drivers-license-o:before {
            content: "\f2c2";
        }

    .fa.fa-free-code-camp, .fa.fa-quora, .fa.fa-telegram {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-thermometer-4:before, .fa.fa-thermometer:before {
        content: "\f2c7";
    }

    .fa.fa-thermometer-3:before {
        content: "\f2c8";
    }

    .fa.fa-thermometer-2:before {
        content: "\f2c9";
    }

    .fa.fa-thermometer-1:before {
        content: "\f2ca";
    }

    .fa.fa-thermometer-0:before {
        content: "\f2cb";
    }

    .fa.fa-bathtub:before, .fa.fa-s15:before {
        content: "\f2cd";
    }

    .fa.fa-window-maximize, .fa.fa-window-restore {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

    .fa.fa-times-rectangle:before {
        content: "\f410";
    }

    .fa.fa-window-close-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-window-close-o:before {
            content: "\f410";
        }

    .fa.fa-times-rectangle-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-times-rectangle-o:before {
            content: "\f410";
        }

    .fa.fa-bandcamp, .fa.fa-eercast, .fa.fa-etsy, .fa.fa-grav, .fa.fa-imdb, .fa.fa-ravelry {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

        .fa.fa-eercast:before {
            content: "\f2da";
        }

    .fa.fa-snowflake-o {
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
    }

        .fa.fa-snowflake-o:before {
            content: "\f2dc";
        }

    .fa.fa-superpowers, .fa.fa-wpexplorer {
        font-family: "Font Awesome 5 Brands";
        font-weight: 400;
    }

    .fa.fa-cab:before {
        content: "\f1ba";
    }

.elementor-1541 .elementor-element.elementor-element-8c9baf8:not(.elementor-motion-effects-element-type-background), .elementor-1541 .elementor-element.elementor-element-8c9baf8 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #FFFFFF;
}

.elementor-1541 .elementor-element.elementor-element-8c9baf8 {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 100px 20px 200px 20px;
}

    .elementor-1541 .elementor-element.elementor-element-8c9baf8 > .elementor-background-overlay {
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    }

.elementor-1541 .elementor-element.elementor-element-32d6ba8 > .elementor-element-populated {
    margin: 0px 15px 0px 0px;
    --e-column-margin-right:15px;
    --e-column-margin-left:0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-3b864da > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-3b864da .elementor-heading-title {
    color: #111111;
    font-family: "Raleway", Sans-serif;
    font-size: 32px;
    font-weight: 300;
    line-height: 1.63em;
    letter-spacing: 1.66px;
    -webkit-text-stroke-color: #000;
    stroke: #000;
}

.elementor-1541 .elementor-element.elementor-element-c8907c6 {
    color: #3E3E3E;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 0.42px;
}

.elementor-1541 .elementor-element.elementor-element-a39459a > .elementor-widget-container {
    margin: 0px 0px 0px 23px;
}

.elementor-1541 .elementor-element.elementor-element-a39459a .elementor-heading-title {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}

.elementor-1541 .elementor-element.elementor-element-22b999b > .elementor-element-populated {
    margin: 0px 0px 0px 60px;
    --e-column-margin-right:0px;
    --e-column-margin-left:60px;
    padding: 0px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-792bb1c {
    --spacer-size:10px;
}

.elementor-1541 .elementor-element.elementor-element-d88614c {
    --spacer-size:25px;
}

.elementor-1541 .elementor-element.elementor-element-22cdd0b {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-fb03679 > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right:0px;
    --e-column-margin-left:0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-ea53246 .elementor-heading-title {
    color: #3E3E3E;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88em;
    letter-spacing: 0.42px;
}

.elementor-1541 .elementor-element.elementor-element-a18aed6 > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right:0px;
    --e-column-margin-left:0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-75acd87 {
    text-align: left;
    color: #3E3E3E;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 1.88em;
    letter-spacing: 0.42px;
}

.elementor-1541 .elementor-element.elementor-element-1795250 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-973ad0c > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right:0px;
    --e-column-margin-left:0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-7bba3bf .elementor-heading-title {
    color: #3E3E3E;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88em;
    letter-spacing: 0.42px;
}

.elementor-1541 .elementor-element.elementor-element-cc13124 > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right:0px;
    --e-column-margin-left:0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-1ceac55 {
    text-align: left;
    color: #3E3E3E;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 1.88em;
    letter-spacing: 0.42px;
}

.elementor-1541 .elementor-element.elementor-element-97988a2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-5e2749b > .elementor-element-populated {
    margin: 0px 0px 0px 0px;
    --e-column-margin-right:0px;
    --e-column-margin-left:0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-51bcdc6 .elementor-heading-title {
    color: #3E3E3E;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.88em;
    letter-spacing: 0.42px;
}

.elementor-bc-flex-widget .elementor-1541 .elementor-element.elementor-element-3d5083e.elementor-column .elementor-widget-wrap {
    align-items: flex-end;
}

.elementor-1541 .elementor-element.elementor-element-3d5083e.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated {
    align-content: flex-end;
    align-items: flex-end;
}

.elementor-1541 .elementor-element.elementor-element-3d5083e > .elementor-element-populated {
    padding: 0px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-0110cad > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-0110cad {
    text-align: left;
    color: #3E3E3E;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    line-height: 1.88em;
    letter-spacing: 0.42px;
}

.elementor-1541 .elementor-element.elementor-element-39877cd > .elementor-widget-container {
    margin: 0px 0px 0px 0px;
    padding: 20px 0px 0px 0px;
}

.elementor-1541 .elementor-element.elementor-element-39877cd {
    text-align: left;
}

    .elementor-1541 .elementor-element.elementor-element-39877cd .elementor-heading-title {
        color: rgba(62, 62, 62, 0.9);
        font-family: "Poppins", Sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 2em;
        letter-spacing: 0.83px;
    }

@media(max-width:1024px) {
    .elementor-1541 .elementor-element.elementor-element-8c9baf8 {
        padding: 100px 20px 200px 20px;
    }
}

@media(max-width:767px) {
    .elementor-1541 .elementor-element.elementor-element-32d6ba8 > .elementor-element-populated {
        margin: 0px 0px 0px 0px;
        --e-column-margin-right:0px;
        --e-column-margin-left:0px;
    }

    .elementor-1541 .elementor-element.elementor-element-3b864da {
        text-align: center;
    }

    .elementor-1541 .elementor-element.elementor-element-c8907c6 {
        text-align: center;
    }

    .elementor-1541 .elementor-element.elementor-element-22b999b > .elementor-element-populated {
        margin: 50px 0px 0px 0px;
        --e-column-margin-right:0px;
        --e-column-margin-left:0px;
    }

    .elementor-1541 .elementor-element.elementor-element-22cdd0b {
        padding: 20px 0px 0px 0px;
    }

    .elementor-1541 .elementor-element.elementor-element-ea53246 {
        text-align: center;
    }

    .elementor-1541 .elementor-element.elementor-element-75acd87 {
        text-align: center;
    }

    .elementor-1541 .elementor-element.elementor-element-1795250 {
        padding: 20px 0px 50px 0px;
    }

    .elementor-1541 .elementor-element.elementor-element-7bba3bf {
        text-align: center;
    }

    .elementor-1541 .elementor-element.elementor-element-1ceac55 {
        text-align: center;
    }

    .elementor-1541 .elementor-element.elementor-element-97988a2 {
        padding: 0px 0px 0px 0px;
    }

    .elementor-1541 .elementor-element.elementor-element-51bcdc6 {
        text-align: center;
    }

    .elementor-1541 .elementor-element.elementor-element-0110cad {
        text-align: center;
    }

    .elementor-1541 .elementor-element.elementor-element-39877cd {
        text-align: center;
    }
}

@media(min-width:768px) {
    .elementor-1541 .elementor-element.elementor-element-32d6ba8 {
        width: 45%;
    }

    .elementor-1541 .elementor-element.elementor-element-22b999b {
        width: 55%;
    }

    .elementor-1541 .elementor-element.elementor-element-fb03679 {
        width: 20.777%;
    }

    .elementor-1541 .elementor-element.elementor-element-a18aed6 {
        width: 79.174%;
    }

    .elementor-1541 .elementor-element.elementor-element-973ad0c {
        width: 20.777%;
    }

    .elementor-1541 .elementor-element.elementor-element-cc13124 {
        width: 79.174%;
    }

    .elementor-1541 .elementor-element.elementor-element-5e2749b {
        width: 20.777%;
    }

    .elementor-1541 .elementor-element.elementor-element-3d5083e {
        width: 79.174%;
    }
}

@charset "UTF-8";

@font-face {
    font-family: swiper-icons;
    font-style: normal;
    font-weight: 400;
    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");
}

:root {
    --swiper-theme-color:#007aff;
}

.jp-carousel-overlay .swiper-container {
    list-style: none;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    z-index: 1;
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.jp-carousel-overlay .swiper-wrapper {
    box-sizing: initial;
    display: flex;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
    z-index: 1;
}

.jp-carousel-overlay .swiper-container-android .swiper-slide, .jp-carousel-overlay .swiper-wrapper {
    transform: translateZ(0);
}

.jp-carousel-overlay .swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.jp-carousel-overlay .swiper-container-multirow-column > .swiper-wrapper {
    flex-direction: column;
    flex-wrap: wrap;
}

.jp-carousel-overlay .swiper-container-free-mode > .swiper-wrapper {
    margin: 0 auto;
    transition-timing-function: ease-out;
}

.jp-carousel-overlay .swiper-container-pointer-events {
    touch-action: pan-y;
}

    .jp-carousel-overlay .swiper-container-pointer-events.swiper-container-vertical {
        touch-action: pan-x;
    }

.jp-carousel-overlay .swiper-slide {
    flex-shrink: 0;
    height: 100%;
    position: relative;
    transition-property: transform;
    width: 100%;
}

.jp-carousel-overlay .swiper-slide-invisible-blank {
    visibility: hidden;
}

.jp-carousel-overlay .swiper-container-autoheight, .jp-carousel-overlay .swiper-container-autoheight .swiper-slide {
    height: auto;
}

    .jp-carousel-overlay .swiper-container-autoheight .swiper-wrapper {
        align-items: flex-start;
        transition-property: transform,height;
    }

.jp-carousel-overlay .swiper-container-3d {
    perspective: 1200px;
}

    .jp-carousel-overlay .swiper-container-3d .swiper-cube-shadow, .jp-carousel-overlay .swiper-container-3d .swiper-slide, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top, .jp-carousel-overlay .swiper-container-3d .swiper-wrapper {
        transform-style: preserve-3d;
    }

    .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right, .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top {
        height: 100%;
        left: 0;
        pointer-events: none;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 10;
    }

    .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-left {
        background-image: linear-gradient(270deg,#00000080,#0000);
    }

    .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-right {
        background-image: linear-gradient(90deg,#00000080,#0000);
    }

    .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-top {
        background-image: linear-gradient(0deg,#00000080,#0000);
    }

    .jp-carousel-overlay .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: linear-gradient(180deg,#00000080,#0000);
    }

.jp-carousel-overlay .swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .jp-carousel-overlay .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
        display: none;
    }

    .jp-carousel-overlay .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
        scroll-snap-align: start start;
    }

.jp-carousel-overlay .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: x mandatory;
}

.jp-carousel-overlay .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    scroll-snap-type: y mandatory;
}

:root {
    --swiper-navigation-size:44px;
}

.jp-carousel-overlay .swiper-button-next, .jp-carousel-overlay .swiper-button-prev {
    align-items: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
    cursor: pointer;
    display: flex;
    height: var(--swiper-navigation-size);
    justify-content: center;
    margin-top: calc(0px - var(--swiper-navigation-size)/2);
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    z-index: 10;
}

    .jp-carousel-overlay .swiper-button-next.swiper-button-disabled, .jp-carousel-overlay .swiper-button-prev.swiper-button-disabled {
        cursor: auto;
        opacity: .35;
        pointer-events: none;
    }

    .jp-carousel-overlay .swiper-button-next:after, .jp-carousel-overlay .swiper-button-prev:after {
        font-family: swiper-icons;
        font-size: var(--swiper-navigation-size);
        font-variant: normal;
        letter-spacing: 0;
        line-height: 1;
        text-transform: none !important;
        text-transform: none;
    }

.jp-carousel-overlay .swiper-button-prev, .jp-carousel-overlay .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
}

    .jp-carousel-overlay .swiper-button-prev:after, .jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after {
        content: "prev";
    }

.jp-carousel-overlay .swiper-button-next, .jp-carousel-overlay .swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 10px;
}

    .jp-carousel-overlay .swiper-button-next:after, .jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after {
        content: "next";
    }

    .jp-carousel-overlay .swiper-button-next.swiper-button-white, .jp-carousel-overlay .swiper-button-prev.swiper-button-white {
        --swiper-navigation-color:#fff;
    }

    .jp-carousel-overlay .swiper-button-next.swiper-button-black, .jp-carousel-overlay .swiper-button-prev.swiper-button-black {
        --swiper-navigation-color:#000;
    }

.jp-carousel-overlay .swiper-button-lock {
    display: none;
}

.jp-carousel-overlay .swiper-pagination {
    position: absolute;
    text-align: center;
    transform: translateZ(0);
    transition: opacity .3s;
    z-index: 10;
}

    .jp-carousel-overlay .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets, .jp-carousel-overlay .swiper-pagination-custom, .jp-carousel-overlay .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.jp-carousel-overlay .swiper-pagination-bullets-dynamic {
    font-size: 0;
    overflow: hidden;
}

    .jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        position: relative;
        transform: scale(.33);
    }

    .jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
        transform: scale(1);
    }

    .jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
        transform: scale(.66);
    }

    .jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
        transform: scale(.33);
    }

    .jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
        transform: scale(.66);
    }

    .jp-carousel-overlay .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
        transform: scale(.33);
    }

.jp-carousel-overlay .swiper-pagination-bullet {
    background: #000;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    opacity: .2;
    width: 8px;
}

.jp-carousel-overlay button.swiper-pagination-bullet {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}

.jp-carousel-overlay .swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.jp-carousel-overlay .swiper-pagination-bullet-active {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    opacity: 1;
}

.jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0);
}

    .jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        display: block;
        margin: 6px 0;
    }

    .jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
        top: 50%;
        transform: translateY(-50%);
        width: 8px;
    }

        .jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
            display: inline-block;
            transition: transform .2s,top .2s;
        }

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

    .jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
        transition: transform .2s,left .2s;
    }

.jp-carousel-overlay .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s;
}

.jp-carousel-overlay .swiper-pagination-progressbar {
    background: #00000040;
    position: absolute;
}

    .jp-carousel-overlay .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
        background: var(--swiper-pagination-color,var(--swiper-theme-color));
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        transform: scale(0);
        transform-origin: left top;
        width: 100%;
    }

.jp-carousel-overlay .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}

.jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-progressbar, .jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    height: 4px;
    left: 0;
    top: 0;
    width: 100%;
}

    .jp-carousel-overlay .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .jp-carousel-overlay .swiper-container-vertical > .swiper-pagination-progressbar {
        height: 100%;
        left: 0;
        top: 0;
        width: 4px;
    }

.jp-carousel-overlay .swiper-pagination-white {
    --swiper-pagination-color:#fff;
}

.jp-carousel-overlay .swiper-pagination-black {
    --swiper-pagination-color:#000;
}

.jp-carousel-overlay .swiper-pagination-lock {
    display: none;
}

.jp-carousel-overlay .swiper-zoom-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    text-align: center;
    width: 100%;
}

    .jp-carousel-overlay .swiper-zoom-container > canvas, .jp-carousel-overlay .swiper-zoom-container > img, .jp-carousel-overlay .swiper-zoom-container > svg {
        max-height: 100%;
        max-width: 100%;
        object-fit: contain;
    }

.jp-carousel-overlay .swiper-slide-zoomed {
    cursor: move;
}

.jp-carousel-overlay .swiper-container .swiper-notification {
    left: 0;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    z-index: -1000;
}

:root {
    --jp-carousel-primary-color:#fff;
    --jp-carousel-primary-subtle-color:#999;
    --jp-carousel-bg-color:#000;
    --jp-carousel-bg-faded-color:#222;
    --jp-carousel-border-color:#3a3a3a;
}

    :root .jp-carousel-light {
        --jp-carousel-primary-color:#000;
        --jp-carousel-primary-subtle-color:#646970;
        --jp-carousel-bg-color:#fff;
        --jp-carousel-bg-faded-color:#fbfbfb;
        --jp-carousel-border-color:#dcdcde;
    }

.jp-carousel-overlay .swiper-button-next, .jp-carousel-overlay .swiper-button-prev, .jp-carousel-overlay .swiper-container-rtl .swiper-button-next, .jp-carousel-overlay .swiper-container-rtl .swiper-button-prev {
    background-image: none;
}

[data-carousel-extra]:not(.jp-carousel-wrap) img, [data-carousel-extra]:not(.jp-carousel-wrap) img + figcaption {
    cursor: pointer;
}

.jp-carousel-wrap * {
    line-height: inherit;
}

.jp-carousel-wrap.swiper-container {
    height: auto;
    width: 100vw;
}

.jp-carousel-overlay .swiper-zoom-container {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 200%;
}

.jp-carousel-overlay .swiper-slide.swiper-slide-next .swiper-zoom-container img, .jp-carousel-overlay .swiper-slide.swiper-slide-prev .swiper-zoom-container img {
    transition: none !important;
}

.jp-carousel-overlay .swiper-button-next, .jp-carousel-overlay .swiper-button-prev {
    background-image: none;
    height: auto;
    opacity: .5;
    padding: 20px 40px;
    transition: opacity .5s ease-out;
    width: auto;
}

    .jp-carousel-overlay .swiper-button-next:hover, .jp-carousel-overlay .swiper-button-prev:hover {
        opacity: 1;
    }

    .jp-carousel-overlay .swiper-button-next:after, .jp-carousel-overlay .swiper-button-prev:after, .jp-carousel-overlay .swiper-container-rtl .swiper-button-next:after, .jp-carousel-overlay .swiper-container-rtl .swiper-button-prev:after {
        content: none;
    }

    .jp-carousel-overlay .swiper-button-next svg, .jp-carousel-overlay .swiper-button-prev svg {
        background: var(--jp-carousel-bg-color);
        border-radius: 4px;
        height: 30px;
        width: 28px;
    }

        .jp-carousel-overlay .swiper-button-next svg:hover, .jp-carousel-overlay .swiper-button-prev svg:hover {
            background: var(--jp-carousel-primary-subtle-color);
        }

.jp-carousel-overlay {
    background: var(--jp-carousel-bg-color);
    bottom: 0;
    direction: ltr;
    font-family: Helvetica Neue,sans-serif !important;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
}

    .jp-carousel-overlay * {
        box-sizing: border-box;
    }

    .jp-carousel-overlay h1:before, .jp-carousel-overlay h2:before, .jp-carousel-overlay h3:before {
        content: none;
        display: none;
    }

    .jp-carousel-overlay .swiper-container .swiper-button-prev {
        left: 0;
        right: auto;
    }

    .jp-carousel-overlay .swiper-container .swiper-button-next {
        left: auto;
        right: 0;
    }

    .jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-next, .jp-carousel-overlay .swiper-container.swiper-container-rtl .swiper-button-prev {
        transform: scaleX(-1);
    }

.jp-carousel-container {
    display: grid;
    grid-template-rows: 1fr 64px;
    height: 100%;
}

.jp-carousel-hide-controls .jp-carousel-container {
    grid-template-rows: 1fr;
}

.jp-carousel-hide-controls .swiper-wrapper {
    margin-top: -32px;
}

.jp-carousel-hide-controls .jp-swiper-button-next, .jp-carousel-hide-controls .jp-swiper-button-prev {
    margin-top: -54px;
}

.jp-carousel-msg {
    background-color: var(--jp-carousel-primary-color);
    border-left: 4px solid #ffba00;
    box-shadow: 0 1px 1px 0 #0000001a;
    display: inline-block;
    font-family: Open Sans,sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: 19px;
    margin: 25px 20px 0 2px;
    padding: 11px 15px;
    text-align: center;
}

.jp-carousel-info {
    display: flex;
    flex-direction: column;
    text-align: left !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    background-color: var(--jp-carousel-bg-color);
    opacity: 1;
    transition: opacity .2s ease-out;
    z-index: 100;
}

.jp-carousel-hide-controls .jp-carousel-info {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.jp-carousel-info-footer {
    align-items: center;
    display: flex;
    height: 64px;
    justify-content: space-between;
    position: relative;
}

.jp-carousel-info-extra, .jp-carousel-info-footer {
    background-color: var(--jp-carousel-bg-color);
    width: 100vw;
}

.jp-carousel-info-extra {
    border-top: 1px solid var(--jp-carousel-bg-faded-color);
    display: none;
    padding: 35px;
}

.jp-carousel-title-and-caption {
    margin-bottom: 15px;
}

.jp-carousel-info-extra.jp-carousel-show {
    display: block;
}

.jp-carousel-info ::selection {
    background: var(--jp-carousel-primary-color);
    color: var(--jp-carousel-primary-color);
}

.jp-carousel-info ::-moz-selection {
    background: var(--jp-carousel-primary-color);
    color: var(--jp-carousel-primary-color);
}

.jp-carousel-photo-info {
    left: 0 !important;
    width: 100% !important;
}

.jp-carousel-comments-wrapper {
    display: none;
    padding: 0;
    width: 100% !important;
}

    .jp-carousel-comments-wrapper.jp-carousel-show {
        display: block;
    }

    .jp-carousel-comments-wrapper > .jp-carousel-photo-info {
        display: none;
    }

.jp-carousel-transitions .jp-carousel-photo-info {
    transition: .4s ease-out;
}

.jp-carousel-buttons {
    background: #222;
    border-bottom: 1px solid #222;
    margin: -18px -20px 15px;
    padding: 8px 10px;
    text-align: center;
}

div.jp-carousel-buttons a {
    border: none !important;
    color: var(--jp-carousel-primary-subtle-color);
    font: normal 11px/1.2em Helvetica Neue,sans-serif !important;
    letter-spacing: 0 !important;
    padding: 5px 2px 5px 0;
    text-decoration: none !important;
    text-shadow: none !important;
    vertical-align: middle;
    -webkit-font-smoothing: subpixel-antialiased;
}

    div.jp-carousel-buttons a:hover {
        border: none !important;
        color: var(--jp-carousel-primary-color);
    }

.jp-carousel-transitions div.jp-carousel-buttons a:hover {
    transition: none !important;
}

.jp-carousel-slide, .jp-carousel-slide img {
    transform: translateZ(0);
}

.jp-carousel-close-hint {
    color: var(--jp-carousel-primary-color);
    cursor: default;
    cursor: pointer;
    height: 45px;
    letter-spacing: 0 !important;
    padding: 10px;
    position: fixed;
    right: 30px;
    text-align: right;
    top: 20px;
    transition: opacity .2s ease-out;
    width: 45px;
    z-index: 15;
}

.jp-carousel-transitions .jp-carousel-close-hint {
    transition: color .2s linear;
}

.jp-carousel-close-hint svg {
    background: var(--jp-carousel-bg-color);
    border-radius: 4px;
    padding: 3px 2px;
}

    .jp-carousel-close-hint svg:hover {
        background: var(--jp-carousel-primary-subtle-color);
    }

.jp-carousel-close-hint:hover {
    color: var(--jp-carousel-primary-color);
}

    .jp-carousel-close-hint:hover span {
        border-color: var(--jp-carousel-primary-color);
    }

.jp-carousel-pagination-container {
    flex: 1;
    margin: 0 15px 0 35px;
}

.jp-carousel-pagination, .jp-swiper-pagination {
    color: var(--jp-carousel-primary-color);
    display: none;
    font-size: 15px;
    font-weight: 400;
    position: static !important;
    white-space: nowrap;
}

.jp-carousel-pagination-container .swiper-pagination {
    line-height: 8px;
    text-align: left;
}

.jp-carousel-pagination {
    padding-left: 5px;
}

.jp-swiper-pagination .swiper-pagination-bullet {
    background: var(--jp-carousel-primary-subtle-color);
    margin: 0 4px;
}

    .jp-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: var(--jp-carousel-primary-color);
    }

    .jp-swiper-pagination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active) {
        background: var(--jp-carousel-primary-color);
        opacity: .5;
    }

.jp-carousel-info-footer .jp-carousel-photo-title-container {
    flex-basis: 50vw;
    flex: 4;
    justify-content: center;
    margin: 0;
    overflow: hidden;
}

.jp-carousel-photo-caption, .jp-carousel-photo-title {
    background: none !important;
    border: none !important;
    color: var(--jp-carousel-primary-color);
    display: inline-block;
    font: normal 20px/1.3em Helvetica Neue,sans-serif;
    letter-spacing: 0 !important;
    line-height: normal;
    margin: 0 0 10px;
    overflow: hidden;
    padding: 0;
    text-shadow: none !important;
    text-transform: none !important;
}

.jp-carousel-info-footer .jp-carousel-photo-caption {
    color: var(--jp-carousel-primary-subtle-color);
    cursor: pointer;
    font-size: 15px;
    margin: 0;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .jp-carousel-info-footer .jp-carousel-photo-caption p {
        margin: 0;
    }

.jp-carousel-photo-title {
    font-size: 32px;
    margin-bottom: 2px;
}

.jp-carousel-photo-description {
    color: var(--jp-carousel-primary-subtle-color);
    font-size: 16px;
    margin: 25px 0;
    overflow: hidden;
    overflow-wrap: break-word;
    width: 100%;
}

    .jp-carousel-photo-description p {
        color: var(--jp-carousel-primary-subtle-color);
        line-height: 1.4;
        margin-bottom: 0;
    }

        .jp-carousel-comments p a, .jp-carousel-info h2 a, .jp-carousel-photo-description p a {
            border: none !important;
            color: var(--jp-carousel-primary-color) !important;
            font-style: normal !important;
            font-weight: 400 !important;
            text-decoration: underline !important;
        }

        .jp-carousel-photo-description p b, .jp-carousel-photo-description p strong {
            color: var(--jp-carousel-primary-subtle-color);
            font-weight: 700;
        }

        .jp-carousel-photo-description p em, .jp-carousel-photo-description p i {
            color: var(--jp-carousel-primary-subtle-color);
            font-style: italic;
        }

        .jp-carousel-comments p a:hover, .jp-carousel-info h2 a:hover, .jp-carousel-photo-description p a:hover {
            color: var(--jp-carousel-primary-subtle-color) !important;
        }

        .jp-carousel-photo-description p:empty {
            display: none;
        }

.jp-carousel-comments-wrapper h1:after, .jp-carousel-comments-wrapper h1:before, .jp-carousel-photo-info h1:after, .jp-carousel-photo-info h1:before {
    content: none !important;
}

.jp-carousel-caption {
    font-size: 14px;
    font-weight: 400;
    margin: 0;
}

.jp-carousel-image-meta {
    color: var(--jp-carousel-primary-color);
    display: none;
    font-size: 13px;
    font: 12px/1.4 Helvetica Neue,sans-serif !important;
    width: 100%;
}

    .jp-carousel-image-meta.jp-carousel-show {
        display: block;
    }

    .jp-carousel-image-meta h5, .jp-carousel-image-meta li {
        background: none !important;
        border: none !important;
        bottom: auto !important;
        font-family: Helvetica Neue,sans-serif !important;
        font-weight: 400 !important;
        left: auto !important;
        line-height: 1.3em !important;
        position: inherit !important;
        right: auto !important;
        top: auto !important;
    }

    .jp-carousel-image-meta ul {
        list-style: none !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .jp-carousel-image-meta li {
        color: var(--jp-carousel-primary-color) !important;
        display: inline-block !important;
        font-size: 13px !important;
        margin: 0 2% 15px 0 !important;
        vertical-align: top !important;
        width: 48% !important;
    }

    .jp-carousel-image-meta h5 {
        color: var(--jp-carousel-primary-subtle-color) !important;
        font-size: 10px !important;
        letter-spacing: .1em !important;
        margin: 0 0 2px !important;
        text-transform: uppercase !important;
    }

a.jp-carousel-image-download {
    clear: both;
    color: var(--jp-carousel-primary-subtle-color);
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
}

    a.jp-carousel-image-download svg {
        display: inline-block;
        margin: 0 3px;
        padding-bottom: 2px;
        vertical-align: middle;
    }

    a.jp-carousel-image-download span.photo-size {
        border-radius: 1em;
        display: inline-block;
        font-size: 11px;
        margin-left: 2px;
    }

    a.jp-carousel-image-download span.photo-size-times {
        padding: 0 1px 0 2px;
    }

.jp-carousel-comments {
    background: none #0000;
    bottom: 10px;
    font: 15px/1.7 Helvetica Neue,sans-serif !important;
    font-weight: 400;
    margin-top: 20px;
    width: 100%;
}

    .jp-carousel-comments p a:active, .jp-carousel-comments p a:focus, .jp-carousel-comments p a:hover {
        color: var(--jp-carousel-primary-color) !important;
    }

.jp-carousel-comment {
    background: none #0000;
    color: var(--jp-carousel-primary-subtle-color);
    display: flex;
    overflow: auto;
    width: 100%;
}

    .jp-carousel-comment + .jp-carousel-comment {
        margin-top: 20px;
    }

    .jp-carousel-comment:last-of-type {
        margin-bottom: 20px;
    }

    .jp-carousel-comment p {
        color: var(--jp-carousel-primary-subtle-color) !important;
    }

    .jp-carousel-comment .comment-author {
        border: none;
        display: inline;
        float: none;
        font-size: 15px;
        font-weight: 500;
        margin: 0;
        padding: 0;
        width: auto;
    }

        .jp-carousel-comment .comment-author a {
            color: var(--jp-carousel-primary-color);
        }

    .jp-carousel-comment .comment-gravatar {
        float: none;
        margin-right: 10px;
    }

    .jp-carousel-comment .comment-content {
        border: none;
        padding: 0;
    }

    .jp-carousel-comment .avatar {
        background-color: initial !important;
        border: none !important;
        border-radius: 4px;
        height: 64px;
        margin: 0;
        min-height: 64px;
        min-width: 64px;
        padding: 0 !important;
        width: 64px;
    }

    .jp-carousel-comment .comment-date {
        border-bottom: 1px solid var(--jp-carousel-bg-faded-color);
        color: var(--jp-carousel-primary-subtle-color);
        font-size: 11px;
        margin-bottom: 6px;
    }

#jp-carousel-comment-form {
    margin: 0 0 10px !important;
    width: 100%;
}

    #jp-carousel-comment-form.jp-carousel-is-disabled {
        opacity: .5;
        pointer-events: none;
    }

textarea#jp-carousel-comment-form-comment-field {
    background: var(--jp-carousel-bg-faded-color);
    border: 1px solid var(--jp-carousel-border-color);
    border-radius: 3px;
    box-shadow: inset 2px 2px 2px #0000001a;
    box-sizing: border-box;
    color: var(--jp-carousel-primary-subtle-color);
    float: none;
    font: 16px/1.4 Helvetica Neue,sans-serif !important;
    height: 147px;
    margin: 0;
    overflow: hidden;
    padding: 10px 10px 5px;
    width: 100%;
}

    textarea#jp-carousel-comment-form-comment-field::-webkit-input-placeholder {
        color: #555;
    }

    textarea#jp-carousel-comment-form-comment-field:focus {
        background: var(--jp-carousel-bg-faded-color);
        color: var(--jp-carousel-primary-subtle-color);
    }

        textarea#jp-carousel-comment-form-comment-field:focus::-webkit-input-placeholder {
            color: var(--jp-carousel-primary-subtle-color);
        }

#jp-carousel-loading-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}

#jp-carousel-loading-wrapper {
    align-items: center;
    display: flex;
    height: 100vh;
    justify-content: center;
    width: 100vw;
}

#jp-carousel-library-loading, #jp-carousel-library-loading:after {
    border-radius: 50%;
    height: 40px;
    width: 40px;
}

#jp-carousel-library-loading {
    animation: load8 1.1s linear infinite;
    border: 8px solid #fff3;
    border-left: 8px solid var(--jp-carousel-primary-color);
    float: left;
    font-size: 10px;
    margin: 22px 0 0 10px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
}

#jp-carousel-comment-form-spinner, #jp-carousel-comment-form-spinner:after {
    border-radius: 50%;
    height: 20px;
    width: 20px;
}

#jp-carousel-comment-form-spinner {
    animation: load8 1.1s linear infinite;
    border: 4px solid #fff3;
    border-left: 4px solid var(--jp-carousel-primary-color);
    bottom: 0;
    display: none;
    float: left;
    font-size: 10px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    text-indent: -9999em;
    top: calc(50% - 15px);
    transform: translateZ(0);
}

@keyframes load8 {
    0% {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(1turn);
    }
}

.jp-carousel-info-content-wrapper {
    margin: auto;
    max-width: 800px;
}

#jp-carousel-comment-form-submit-and-info-wrapper {
    display: none;
    overflow: hidden;
    width: 100%;
}

#jp-carousel-comment-form-commenting-as input {
    background: var(--jp-carousel-bg-color);
    border: 1px solid var(--jp-carousel-border-color);
    border-radius: 2px;
    box-shadow: inset 2px 2px 2px #0003;
    color: var(--jp-carousel-primary-subtle-color);
    float: left;
    font: 16px/1.4 Helvetica Neue,sans-serif !important;
    padding: 10px;
    width: 285px;
}

    #jp-carousel-comment-form-commenting-as input:focus {
        background: var(--jp-carousel-bg-faded-color);
        color: var(--jp-carousel-primary-subtle-color);
    }

#jp-carousel-comment-form-commenting-as p {
    float: left;
    font: 400 13px/1.7 Helvetica Neue,sans-serif !important;
    margin: 22px 0 0;
}

#jp-carousel-comment-form-commenting-as fieldset {
    border: none;
    clear: both;
    float: left;
    margin: 20px 0 0;
    padding: 0;
}

#jp-carousel-comment-form-commenting-as label {
    float: left;
    font: 400 13px/1.7 Helvetica Neue,sans-serif !important;
    margin: 0 20px 3px 0;
    width: 100px;
}

#jp-carousel-comment-form-button-submit {
    background: var(--jp-carousel-bg-color);
    border: 1px solid var(--jp-carousel-primary-color);
    border-radius: 3px;
    color: var(--jp-carousel-primary-color);
    display: block;
    font-size: 14px;
    margin-left: auto;
    margin-top: 20px;
    padding: 8px 16px;
}

    #jp-carousel-comment-form-button-submit:active, #jp-carousel-comment-form-button-submit:focus {
        background: var(--jp-carousel-primary-color);
        color: var(--jp-carousel-bg-color);
    }

#jp-carousel-comment-form-container {
    color: var(--jp-carousel-primary-subtle-color);
    margin-bottom: 15px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#jp-carousel-comment-post-results {
    display: none;
    overflow: auto;
    width: 100%;
}

    #jp-carousel-comment-post-results span {
        border: 1px solid var(--jp-carousel-border-color);
        border-radius: 2px;
        box-shadow: inset 0 0 5px 0 #0003;
        box-sizing: border-box;
        display: block;
        font: 13px/1.4 Helvetica Neue,sans-serif !important;
        margin-top: 20px;
        overflow: auto;
        padding: 1em 0;
        text-align: center;
        width: 100%;
    }

.jp-carousel-comment-post-error {
    color: #df4926;
}

#jp-carousel-comments-closed, #jp-carousel-comments-loading {
    color: var(--jp-carousel-primary-subtle-color);
    display: none;
}

#jp-carousel-comments-loading {
    bottom: 10px;
    font: 400 15px/1.7 Helvetica Neue,sans-serif !important;
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    width: 100%;
}

.jp-carousel-photo-icons-container {
    display: block;
    flex: 1;
    margin: 0 20px 0 30px;
    text-align: right;
    white-space: nowrap;
}

.jp-carousel-icon-btn {
    background: none;
    border: none;
    display: inline-block;
    height: 64px;
    padding: 16px;
    text-decoration: none;
}

.jp-carousel-icon {
    border: none;
    border-radius: 4px;
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    padding: 4px 3px 3px;
    width: 31px;
}

    .jp-carousel-icon:hover {
        background: var(--jp-carousel-primary-subtle-color);
    }

    .jp-carousel-icon svg {
        display: inline-block;
    }

.jp-carousel-overlay rect {
    fill: var(--jp-carousel-primary-color);
}

.jp-carousel-selected .jp-carousel-icon {
    background: var(--jp-carousel-primary-color);
}

.jp-carousel-selected rect {
    fill: var(--jp-carousel-bg-color);
}

.jp-carousel-icon-comments.jp-carousel-show {
    display: inline-block;
}

.jp-carousel-icon .jp-carousel-has-comments-indicator {
    background: var(--jp-carousel-primary-color);
    border-radius: 4px;
    color: var(--jp-carousel-bg-color);
    display: none;
    font-family: Helvetica Neue,sans-serif !important;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin-left: -16px;
    padding: 2px 4px;
    position: relative;
    vertical-align: top;
}

.jp-carousel-selected .jp-carousel-icon .jp-carousel-has-comments-indicator {
    background: var(--jp-carousel-bg-color);
    color: var(--jp-carousel-primary-color);
}

.jp-carousel-has-comments-indicator.jp-carousel-show {
    display: inline-block;
}

@media only screen and (max-width:760px) {
    .jp-carousel-buttons, .jp-carousel-overlay .swiper-container .swiper-button-next, .jp-carousel-overlay .swiper-container .swiper-button-prev {
        display: none !important;
    }

    .jp-carousel-image-meta {
        box-sizing: border-box;
        float: none !important;
        margin-left: 0;
        width: 100% !important;
    }

    .jp-carousel-close-hint {
        font-size: 26px !important;
        position: fixed !important;
        right: 10px;
        top: 10px;
    }

    .admin-bar .jp-carousel-close-hint {
        top: 40px;
    }

    .jp-carousel-slide img {
        opacity: 1;
    }

    .jp-carousel-wrap {
        background-color: var(--jp-carousel-bg-color);
    }

    .jp-carousel-fadeaway, .jp-carousel-info > .jp-carousel-photo-info {
        display: none;
    }

    .jp-carousel-comments-wrapper > .jp-carousel-photo-info {
        display: block;
    }

    .jp-carousel-caption {
        overflow: visible !important;
    }

    .jp-carousel-info-footer .jp-carousel-photo-title-container {
        display: none;
    }

    .jp-carousel-photo-icons-container {
        margin: 0 10px 0 0;
        white-space: nowrap;
    }

    .jp-carousel-icon-btn {
        padding-left: 20px;
    }

    .jp-carousel-pagination {
        padding-left: 5px;
    }

    .jp-carousel-pagination-container {
        margin-left: 25px;
    }

    .jp-carousel-comment .avatar {
        min-width: 48px;
    }

    #jp-carousel-comment-form-commenting-as fieldset, #jp-carousel-comment-form-commenting-as input {
        float: none;
        width: 100%;
    }
}

:root {
    --jetpack--contact-form--border:1px solid #8c8f94;
    --jetpack--contact-form--border-color:#8c8f94;
    --jetpack--contact-form--border-size:1px;
    --jetpack--contact-form--border-style:solid;
    --jetpack--contact-form--border-radius:0px;
    --jetpack--contact-form--input-padding:16px;
    --jetpack--contact-form--font-size:16px;
    --jetpack--contact-form--error-color:#b32d2e;
    --jetpack--contact-form--inverted-text-color:#fff;
}

.contact-form .clear-form {
    clear: both;
}

.contact-form input::placeholder {
    transition: opacity .3s ease-out;
}

.contact-form input:hover::placeholder {
    opacity: .5;
}

.contact-form input:focus::placeholder {
    opacity: .3;
}

:where(.contact-form input[type=text],.contact-form input[type=email],.contact-form input[type=tel],.contact-form input[type=url],.contact-form textarea) {
    border: 1px solid #8c8f94;
    border-radius: 0;
    box-sizing: border-box;
    font: inherit;
    padding: 16px;
    width: 100%;
}

:where(.contact-form textarea) {
    height: 200px;
}

.contact-form .grunion-field {
    padding-left: max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));
    padding-right: max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));
}

.contact-form .grunion-field-wrap input, .contact-form .grunion-field-wrap textarea {
    margin: 0;
}

.contact-form select {
    min-width: 150px;
    padding: 14px 7px;
}

.contact-form input[type=checkbox], .contact-form input[type=radio] {
    height: 1rem;
    margin: 0 .75rem 0 0;
    width: 1rem;
}

.contact-form input[type=checkbox] {
    margin-left: 0;
    top: 0;
}

.contact-form label {
    display: block;
    float: none;
    font-weight: 700;
    margin-bottom: .25em;
}

    .contact-form label.consent {
        align-items: center;
        display: flex;
        font-size: 13px;
        font-weight: 400;
        text-transform: uppercase;
    }

    .contact-form label.consent-implicit input {
        display: none;
    }

    .contact-form label.checkbox {
        font-weight: 400;
    }

    .contact-form label.checkbox-multiple, .contact-form label.radio {
        flex: 1;
        font-weight: 400;
        margin-bottom: 0;
    }

.contact-form .grunion-checkbox-multiple-options, .contact-form .grunion-radio-options {
    align-items: flex-start;
    border: none;
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0;
    padding: 0;
}

.contact-form .is-style-outlined .grunion-checkbox-multiple-options, .contact-form .is-style-outlined .grunion-radio-options {
    border: 1px solid var(--jetpack--contact-form--border-color);
}

.contact-form .grunion-checkbox-multiple-options legend, .contact-form .grunion-radio-options legend {
    font-weight: 700;
    margin-bottom: .25em;
    padding: 0;
}

.contact-form .is-style-outlined .grunion-checkbox-multiple-options legend, .contact-form .is-style-outlined .grunion-radio-options legend {
    font-size: .8em;
    font-weight: 300;
    margin: 0 0 -.75em;
    padding: 0 .25em;
}

.contact-form .grunion-checkbox-multiple-options .contact-form-field, .contact-form .grunion-radio-options .contact-form-field {
    align-items: baseline;
    display: flex;
    margin: 0;
}

.contact-form label span.required, .grunion-label-required {
    font-size: 85%;
    font-weight: 400;
    margin-left: .25em;
    opacity: .6;
}

.contact-form-submission {
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
    margin-bottom: 4em;
    padding: 1.5em 1em;
    width: 100%;
}

    .contact-form-submission p {
        margin: 0 auto;
        word-wrap: break-word;
    }

    .contact-form-submission h4 {
        font-weight: 200;
        margin-bottom: 32px;
        margin-top: 32px;
    }

    .contact-form-submission .go-back-message {
        margin-bottom: 32px;
        margin-top: 20px;
        text-align: left;
    }

        .contact-form-submission .go-back-message .link {
            color: #000;
            font-weight: 200;
        }

    .contact-form-submission .field-name {
        font-weight: 200;
    }

    .contact-form-submission .field-value {
        font-weight: 600;
        margin-bottom: 20px;
    }

.form-errors .form-error-message {
    color: var(--jetpack--contact-form--error-color);
}

.textwidget .contact-form input[type=email], .textwidget .contact-form input[type=tel], .textwidget .contact-form input[type=text], .textwidget .contact-form input[type=url], .textwidget .contact-form textarea, .wp-block-column .contact-form input[type=email], .wp-block-column .contact-form input[type=tel], .wp-block-column .contact-form input[type=text], .wp-block-column .contact-form input[type=url], .wp-block-column .contact-form textarea {
    width: 100%;
}

#jetpack-check-feedback-spam {
    margin: 1px 8px 0 0;
}

.jetpack-check-feedback-spam-spinner {
    display: inline-block;
    margin-top: 7px;
}

.wp-block-jetpack-contact-form {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    flex-wrap: wrap;
    gap: var(--wp--style--block-gap,1.5rem);
    justify-content: flex-start;
}

    .wp-block-jetpack-contact-form > * {
        box-sizing: border-box;
        flex: 0 0 100%;
    }

.wp-block-jetpack-contact-form-container.alignfull .wp-block-jetpack-contact-form {
    padding-left: 0;
    padding-right: 0;
}

.wp-block-jetpack-button.alignright button {
    float: right;
}

.wp-block-jetpack-contact-form .grunion-field-wrap {
    box-sizing: border-box;
    position: relative;
}

.wp-block-jetpack-contact-form .grunion-field-width-25-wrap {
    flex: 1 1 calc(25% - var(--wp--style--block-gap, 1.5rem)*1);
    max-width: 25%;
}

.wp-block-jetpack-contact-form .grunion-field-width-50-wrap {
    flex: 1 1 calc(50% - var(--wp--style--block-gap, 1.5rem)*1);
    max-width: 50%;
}

.wp-block-jetpack-contact-form .grunion-field-width-75-wrap {
    flex: 1 1 calc(75% - var(--wp--style--block-gap, 1.5rem)*1);
    max-width: 75%;
}

@media only screen and (max-width:480px) {
    .wp-block-jetpack-contact-form .grunion-field-wrap {
        flex-basis: 100%;
        max-width: none;
    }
}

.grunion-field-consent-wrap {
    align-self: center;
}

@media only screen and (min-width:600px) {
    .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url] {
        width: 50%;
    }

    .wp-block-jetpack-contact-form input[type=email], .wp-block-jetpack-contact-form input[type=tel], .wp-block-jetpack-contact-form input[type=text], .wp-block-jetpack-contact-form input[type=url] {
        width: 100%;
    }
}

.jetpack-empty-spam, .jetpack-empty-spam-container {
    display: inline-block;
}

.jetpack-empty-spam-spinner {
    display: inline-block;
    margin-top: 7px;
}

.wp-block-jetpack-contact-form .wp-block-spacer {
    width: 100%;
}

.contact-form .contact-form__select-wrapper {
    position: relative;
}

    .contact-form .contact-form__select-wrapper:after {
        border-bottom: 2px solid;
        border-right: 2px solid;
        content: "";
        display: block;
        height: 8px;
        inset-inline-end: calc(var(--jetpack--contact-form--input-padding) + 4px);
        pointer-events: none;
        position: absolute;
        top: calc(var(--jetpack--contact-form--input-padding) + var(--jetpack--contact-form--line-height)/2);
        transform: translateY(-50%) rotate(45deg);
        transform-origin: center center;
        width: 8px;
    }

    .contact-form .contact-form__select-wrapper select {
        -webkit-appearance: none;
        appearance: none;
        background-color: var(--jetpack--contact-form--input-background);
        border: var(--jetpack--contact-form--border);
        border-color: var(--jetpack--contact-form--border-color);
        border-radius: var(--jetpack--contact-form--border-radius);
        border-style: var(--jetpack--contact-form--border-style);
        border-width: var(--jetpack--contact-form--border-size);
        box-sizing: border-box;
        color: var(--jetpack--contact-form--text-color);
        font-family: var(--jetpack--contact-form--font-family);
        font-size: var(--jetpack--contact-form--font-size);
        line-height: var(--jetpack--contact-form--line-height);
        padding: var(--jetpack--contact-form--input-padding);
        padding-inline-end: calc(var(--jetpack--contact-form--input-padding)*3);
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 100%;
    }

.contact-form .is-style-animated, .contact-form .is-style-outlined {
    --notch-width:max(var(--jetpack--contact-form--input-padding-left,16px),var(--jetpack--contact-form--border-radius));
}

    .contact-form .is-style-animated .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap):not(.grunion-field-checkbox-multiple-wrap):not(.grunion-field-radio-wrap):not(.grunion-field-select-wrap), .contact-form .is-style-outlined .grunion-field-wrap:not(.grunion-field-checkbox-wrap):not(.grunion-field-consent-wrap):not(.grunion-field-checkbox-multiple-wrap):not(.grunion-field-radio-wrap):not(.grunion-field-select-wrap) {
        display: flex;
        flex-direction: row-reverse;
        position: relative;
    }

    .contact-form .is-style-outlined .grunion-field-checkbox-multiple-wrap, .contact-form .is-style-outlined .grunion-field-radio-wrap {
        background-color: var(--jetpack--contact-form--input-background);
    }

    .contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options, .contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options {
        flex-grow: 1;
        padding: var(--jetpack--contact-form--input-padding,16px);
        padding-top: calc(var(--jetpack--contact-form--input-padding-top, 16px) + 4px);
    }

    .contact-form .is-style-outlined .grunion-field-wrap .notched-label {
        box-sizing: border-box;
        display: flex;
        height: 100%;
        left: 0;
        max-width: 100%;
        pointer-events: none;
        position: absolute;
        right: 0;
        text-align: left;
        width: 100%;
    }

.contact-form .contact-form__select-wrapper + .notched-label {
    top: 0;
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__leading {
    border: var(--jetpack--contact-form--border);
    border-color: var(--jetpack--contact-form--border-color);
    border-radius: var(--jetpack--contact-form--border-radius);
    border-bottom-right-radius: unset;
    border-style: var(--jetpack--contact-form--border-style);
    border-width: var(--jetpack--contact-form--border-size);
    border-right: none;
    border-top-right-radius: unset;
    width: var(--notch-width);
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__notch {
    border: var(--jetpack--contact-form--border);
    border-color: var(--jetpack--contact-form--border-color);
    border-radius: unset;
    border-style: var(--jetpack--contact-form--border-style);
    border-width: var(--jetpack--contact-form--border-size);
    border-left: none;
    border-right: none;
    padding: 0 4px;
    transition: border .15s linear;
}

.contact-form .is-style-outlined .grunion-field-wrap.no-label .notched-label__notch {
    padding: 0;
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__label {
    font-weight: 300;
    margin: 0;
    pointer-events: none;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    transition: all .15s cubic-bezier(.4,0,.2,1);
    will-change: transform;
}

.contact-form .is-style-outlined .grunion-field-textarea-wrap .notched-label .notched-label__label {
    top: var(--jetpack--contact-form--input-padding-top,16px);
    transform: unset;
}

.contact-form .is-style-outlined .grunion-field-wrap .notched-label .notched-label__trailing {
    border: var(--jetpack--contact-form--border);
    border-color: var(--jetpack--contact-form--border-color);
    border-radius: var(--jetpack--contact-form--border-radius);
    border-bottom-left-radius: unset;
    border-style: var(--jetpack--contact-form--border-style);
    border-width: var(--jetpack--contact-form--border-size);
    border-left: none;
    border-top-left-radius: unset;
    flex-grow: 1;
}

.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options ~ .notched-label .notched-label__notch, .contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder ~ .notched-label .notched-label__notch, .contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus ~ .notched-label .notched-label__notch, .contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown) ~ .notched-label .notched-label__notch, .contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options ~ .notched-label .notched-label__notch, .contact-form .is-style-outlined .grunion-field-wrap.grunion-field-select-wrap .notched-label .notched-label__notch {
    border-top-color: #0000;
}

.contact-form .is-style-outlined .grunion-field-wrap .grunion-checkbox-multiple-options ~ .notched-label .notched-label__label, .contact-form .is-style-outlined .grunion-field-wrap .grunion-field.has-placeholder ~ .notched-label .notched-label__label, .contact-form .is-style-outlined .grunion-field-wrap .grunion-field:focus ~ .notched-label .notched-label__label, .contact-form .is-style-outlined .grunion-field-wrap .grunion-field:not(:placeholder-shown) ~ .notched-label .notched-label__label, .contact-form .is-style-outlined .grunion-field-wrap .grunion-radio-options ~ .notched-label .notched-label__label, .contact-form .is-style-outlined .grunion-field-wrap.grunion-field-select-wrap .notched-label .notched-label__label {
    font-size: .8em;
    top: calc(var(--jetpack--contact-form--border-size)*-1);
    transform: translateY(-50%);
}

.contact-form .is-style-outlined .grunion-field-wrap select, .contact-form .is-style-outlined .grunion-field-wrap > input, .contact-form .is-style-outlined .grunion-field-wrap > textarea {
    border-color: #0000 !important;
    outline: none;
    padding-left: calc(var(--notch-width) + 4px);
    padding-right: calc(var(--notch-width) + 4px);
}

.contact-form .is-style-outlined .grunion-field-wrap textarea {
    padding: var(--jetpack--contact-form--input-padding,16px);
    padding-left: calc(var(--notch-width) + 4px);
    padding-right: calc(var(--notch-width) + 4px);
}

.contact-form .is-style-animated .grunion-field-wrap {
    --left-offset:calc(var(--jetpack--contact-form--input-padding-left, 16px) + var(--jetpack--contact-form--border-size));
    --label-left:max(var(--left-offset),var(--jetpack--contact-form--border-radius));
    --field-padding:calc(var(--label-left) - var(--jetpack--contact-form--border-size));
}

    .contact-form .is-style-animated .grunion-field-wrap input:not([type=checkbox]):not([type=radio]) {
        outline: none;
    }

    .contact-form .is-style-animated .grunion-field-wrap textarea {
        outline: none;
        padding: var(--jetpack--contact-form--input-padding,16px);
    }

    .contact-form .is-style-animated .grunion-field-wrap:not(.no-label) select, .contact-form .is-style-animated .grunion-field-wrap:not(.no-label) > input, .contact-form .is-style-animated .grunion-field-wrap:not(.no-label) > textarea {
        padding-left: var(--field-padding);
        padding-right: var(--field-padding);
        padding-top: 1.4em;
    }

    .contact-form .is-style-animated .grunion-field-wrap .animated-label__label {
        box-sizing: border-box;
        left: var(--label-left);
        margin: 0;
        max-width: 100%;
        pointer-events: none;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        transition: all .15s cubic-bezier(.4,0,.2,1);
        width: 100%;
    }

.contact-form .is-style-animated .grunion-field-textarea-wrap .animated-label__label {
    top: var(--jetpack--contact-form--input-padding-top,16px);
    transform: unset;
}

.contact-form .is-style-animated .grunion-field-wrap .grunion-field.has-placeholder ~ .animated-label__label, .contact-form .is-style-animated .grunion-field-wrap .grunion-field:focus ~ .animated-label__label, .contact-form .is-style-animated .grunion-field-wrap .grunion-field:not(:placeholder-shown) ~ .animated-label__label, .contact-form .is-style-animated .grunion-field-wrap.grunion-field-select-wrap .animated-label__label {
    font-size: .75em;
    top: calc(2px + var(--jetpack--contact-form--border-size));
    transform: translateY(0);
}

.contact-form .is-style-animated .grunion-field-wrap .grunion-checkbox-multiple-options ~ .animated-label__label, .contact-form .is-style-animated .grunion-field-wrap .grunion-radio-options ~ .animated-label__label {
    left: 0;
    top: 0;
    transform: translateY(0);
}

.contact-form .is-style-below .grunion-field-wrap .below-label__label {
    margin-left: var(--jetpack--contact-form--border-size);
}

.contact-form :where(.grunion-field-wrap:not(.is-style-button-wrap)) .grunion-checkbox-multiple-options, .contact-form :where(.grunion-field-wrap:not(.is-style-button-wrap)) .grunion-radio-options {
    padding-top: 8px;
}

.contact-form .grunion-field-wrap input.checkbox-multiple, .contact-form .grunion-field-wrap input.radio {
    -webkit-appearance: none;
    appearance: none;
    border: 1px solid var(--jetpack--contact-form--text-color);
    box-sizing: border-box;
    height: var(--jetpack--contact-form--font-size);
    margin-inline-end: calc(var(--jetpack--contact-form--font-size)/2);
    outline-offset: 4px;
    padding: 0;
    position: relative;
    width: var(--jetpack--contact-form--font-size);
}

.contact-form .grunion-field-wrap input.radio {
    border-radius: 50%;
    transform: translateY(15%);
}

.contact-form .grunion-field-wrap input.checkbox-multiple:checked:before {
    content: "✓";
    display: block;
    font-size: var(--jetpack--contact-form--font-size);
    left: calc(var(--jetpack--contact-form--font-size)/2);
    line-height: 1;
    position: absolute;
    top: calc(var(--jetpack--contact-form--font-size)/2);
    transform: translate(-50%,-50%);
}

.contact-form .grunion-field-wrap input.radio:checked:before {
    background: currentColor;
    border-radius: 50%;
    content: "";
    height: calc(var(--jetpack--contact-form--font-size)/2);
    margin-left: 50%;
    margin-top: 50%;
    position: absolute;
    transform: translate(-50%,-50%);
    width: calc(var(--jetpack--contact-form--font-size)/2);
}

.contact-form .grunion-field-wrap.grunion-field-checkbox-multiple-wrap.is-style-button-wrap .contact-form-field, .contact-form .grunion-field-wrap.is-style-button-wrap .grunion-radio-label {
    align-items: center;
    background: var(--jetpack--contact-form--button-outline--background-color);
    border: var(--jetpack--contact-form--button-outline--border);
    border-radius: var(--jetpack--contact-form--button-outline--border-radius);
    color: var(--jetpack--contact-form--button-outline--text-color);
    display: inline-flex;
    line-height: var(--jetpack--contact-form--button-outline--line-height);
    padding: var(--jetpack--contact-form--button-outline--padding);
}

.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

    .contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button:checked + .grunion-radio-label {
        display: inline-flex;
        gap: .5em;
    }

        .contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button:checked + .grunion-radio-label:before {
            content: "✓";
        }

    .contact-form .grunion-field-wrap.grunion-field-checkbox-multiple-wrap.is-style-button-wrap .contact-form-field:focus-within, .contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.radio.is-style-button:focus + .grunion-radio-label {
        outline: var(--jetpack--contact-form--button-outline--border);
        outline-offset: 2px;
    }

.contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.checkbox-multiple.is-style-button {
    border-radius: var(--jetpack--contact-form--button-outline--border-radius);
    color: var(--jetpack--contact-form--button-outline--text-color);
    font-family: var(--wp--preset--font-family--body);
}

    .contact-form .grunion-field-wrap.is-style-button-wrap .grunion-field.checkbox-multiple.is-style-button:focus {
        outline-width: 0;
    }

.contact-form input.grunion-field.is-style-button + .grunion-field-text:before {
    background: var(--jetpack--contact-form--button-outline--background-color);
    border: var(--jetpack--contact-form--button-outline--border);
    border-color: currentColor;
    border-radius: var(--jetpack--contact-form--button-outline--border-radius);
    box-sizing: initial;
    content: "";
    display: block;
    height: 100%;
    left: calc(var(--jetpack--contact-form--button-outline--border-size)*-1);
    position: absolute;
    top: calc(var(--jetpack--contact-form--button-outline--border-size)*-1);
    width: 100%;
    z-index: -1;
}

.contact-form input.grunion-field.is-style-button {
    color: var(--jetpack--contact-form--button-outline--color);
}

    .contact-form input.grunion-field.is-style-button:checked, .contact-form input.grunion-field.is-style-button:checked + .grunion-field-text {
        color: var(--jetpack--contact-form--button-outline--background-color-fallback);
    }

        .contact-form input.grunion-field.is-style-button:checked + .grunion-field-text:before {
            background: var(--jetpack--contact-form--button-outline--text-color);
            border-color: var(--jetpack--contact-form--button-outline--text-color);
        }

.contact-form__error, .contact-form__input-error {
    --warning-icon-size:1.25em;
    --warning-icon-margin:0.75em;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 1rem;
}

.contact-form__error {
    background-color: var(--jetpack--contact-form--error-color);
    color: var(--jetpack--contact-form--inverted-text-color);
    gap: var(--warning-icon-margin);
    margin-bottom: var(--wp--style--block-gap,1.5rem);
    padding: 1em;
}

    .contact-form__error ul {
        flex-basis: 100%;
        list-style-position: inside;
        margin: 0;
        padding-inline-start: calc(var(--warning-icon-size) + var(--warning-icon-margin));
    }

        .contact-form__error ul:empty {
            display: none;
        }

        .contact-form__error ul li {
            padding: .25em 0;
        }

    .contact-form__error a {
        color: inherit;
    }

.contact-form__input-error {
    color: var(--jetpack--contact-form--error-color);
    gap: .33em;
    margin: .25rem 0;
}

    .contact-form__error:empty, .contact-form__input-error:empty {
        display: none;
    }

.contact-form .wp-block-jetpack-contact-form.is-style-outlined fieldset[aria-invalid=true], .contact-form [aria-invalid=true]:not(fieldset) {
    border: 1px solid var(--jetpack--contact-form--error-color);
}

.contact-form .wp-block-jetpack-contact-form:not(.is-style-outlined) fieldset[aria-invalid=true] {
    outline: solid 1px var(--jetpack--contact-form--error-color);
    outline-offset: .5em;
}

.contact-form__warning-icon {
    background-color: var(--jetpack--contact-form--error-color);
    border: 1px solid var(--jetpack--contact-form--inverted-text-color);
    border-radius: 50%;
    color: var(--jetpack--contact-form--inverted-text-color);
    height: var(--warning-icon-size);
    width: var(--warning-icon-size);
}

    .contact-form__warning-icon i:after {
        align-items: center;
        content: "!";
        display: flex;
        font-size: .8em;
        font-style: normal;
        font-weight: 700;
        justify-content: center;
    }

.contact-form__checkbox-wrap {
    align-items: baseline;
    display: inline-flex;
}

.contact-form :is([type=submit],button:not([type=reset])) {
    align-items: center;
    display: inline-flex;
    gap: .5em;
    justify-content: center;
}

.contact-form .contact-form__spinner {
    fill: currentColor;
}

    .contact-form .contact-form__spinner svg {
        display: block;
    }

.visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.infinite-loader {
    color: #000;
    display: block;
    height: 28px;
    text-align: center;
}

#infinite-handle span {
    background: #333;
    border-radius: 1px;
    color: #f0f0f1;
    cursor: pointer;
    font-size: 13px;
    padding: 6px 16px;
}

@keyframes spinner-inner {
    0% {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.infinite-loader .spinner-inner div {
    animation: spinner-inner 1s linear infinite;
    background: #000;
    border-radius: 3px/6px;
    height: 12px;
    left: 47px;
    outline: 1px solid #fff;
    position: absolute;
    top: 24px;
    transform-origin: 3px 26px;
    width: 6px;
}

    .infinite-loader .spinner-inner div:first-child {
        animation-delay: -.9166666667s;
        background: #000;
        transform: rotate(0deg);
    }

    .infinite-loader .spinner-inner div:nth-child(2) {
        animation-delay: -.8333333333s;
        background: #000;
        transform: rotate(30deg);
    }

    .infinite-loader .spinner-inner div:nth-child(3) {
        animation-delay: -.75s;
        background: #000;
        transform: rotate(60deg);
    }

    .infinite-loader .spinner-inner div:nth-child(4) {
        animation-delay: -.6666666667s;
        background: #000;
        transform: rotate(90deg);
    }

    .infinite-loader .spinner-inner div:nth-child(5) {
        animation-delay: -.5833333333s;
        background: #000;
        transform: rotate(120deg);
    }

    .infinite-loader .spinner-inner div:nth-child(6) {
        animation-delay: -.5s;
        background: #000;
        transform: rotate(150deg);
    }

    .infinite-loader .spinner-inner div:nth-child(7) {
        animation-delay: -.4166666667s;
        background: #000;
        transform: rotate(180deg);
    }

    .infinite-loader .spinner-inner div:nth-child(8) {
        animation-delay: -.3333333333s;
        background: #000;
        transform: rotate(210deg);
    }

    .infinite-loader .spinner-inner div:nth-child(9) {
        animation-delay: -.25s;
        background: #000;
        transform: rotate(240deg);
    }

    .infinite-loader .spinner-inner div:nth-child(10) {
        animation-delay: -.1666666667s;
        background: #000;
        transform: rotate(270deg);
    }

    .infinite-loader .spinner-inner div:nth-child(11) {
        animation-delay: -.0833333333s;
        background: #000;
        transform: rotate(300deg);
    }

    .infinite-loader .spinner-inner div:nth-child(12) {
        animation-delay: 0s;
        background: #000;
        transform: rotate(330deg);
    }

.infinite-loader .spinner {
    background: none;
    display: inline-block;
    height: 28px;
    overflow: hidden;
    width: 28px;
}

.infinite-loader .spinner-inner {
    backface-visibility: hidden;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(.28);
    transform-origin: 0 0;
    width: 100%;
}

    .infinite-loader .spinner-inner div {
        box-sizing: initial;
    }

#infinite-handle span button, #infinite-handle span button:focus, #infinite-handle span button:hover {
    background: #0000;
    border: none;
    color: inherit;
    cursor: inherit;
    display: inline;
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    margin: 0;
    padding: 0;
    position: static;
}

    #infinite-handle span button::-moz-focus-inner {
        border: none;
        margin: 0;
        padding: 0;
    }

@media (max-width:800px) {
    #infinite-handle span:before {
        display: none;
    }

    #infinite-handle span {
        display: block;
    }
}

#infinite-footer {
    bottom: -50px;
    left: 0;
    position: fixed;
    width: 100%;
}

    #infinite-footer a {
        text-decoration: none;
    }

    #infinite-footer .blog-credits a:hover, #infinite-footer .blog-info a:hover {
        color: #444;
        text-decoration: underline;
    }

    #infinite-footer .container {
        background: #fffc;
        border: solid #0000001a;
        border-width: 1px 0 0;
        box-sizing: border-box;
        margin: 0 auto;
        overflow: hidden;
        padding: 1px 20px;
        width: 780px;
    }

    #infinite-footer .blog-credits, #infinite-footer .blog-info {
        box-sizing: border-box;
        line-height: 25px;
    }

    #infinite-footer .blog-info {
        float: left;
        overflow: hidden;
        text-align: left;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 40%;
    }

    #infinite-footer .blog-credits {
        float: right;
        font-weight: 400;
        width: 60%;
    }

    #infinite-footer .blog-info a {
        color: #111;
        font-size: 14px;
        font-weight: 700;
    }

    #infinite-footer .blog-credits {
        color: #888;
        font-size: 12px;
        text-align: right;
    }

        #infinite-footer .blog-credits a {
            color: #646970;
        }

.infinity-end.neverending #infinite-footer {
    display: none;
}

@media (max-width:640px) {
    #infinite-footer .container {
        box-sizing: border-box;
        width: 100%;
    }

    #infinite-footer .blog-info {
        width: 30%;
    }

    #infinite-footer .blog-credits {
        width: 70%;
    }

    #infinite-footer .blog-credits, #infinite-footer .blog-info a {
        font-size: 10px;
    }

    #infinite-footer {
        position: static;
    }
}

#infinite-aria {
    overflow: hidden;
    position: absolute;
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    padding: 0;
    width: 1px;
}

.infinite-wrap:focus {
    outline: 0 !important;
}

div.sharedaddy h3.sd-title:before {
    border-top: 1px solid #dcdcde;
    content: "";
    display: block;
    margin-bottom: 1em;
    min-width: 30px;
    width: 100%;
}

div.jetpack-likes-widget-wrapper {
    min-height: 50px;
    position: relative;
    width: 100%;
}

    div.jetpack-likes-widget-wrapper .sd-link-color {
        font-size: 12px;
    }

div.jetpack-comment-likes-widget-wrapper {
    min-height: 31px;
    position: relative;
    width: 100%;
}

    div.jetpack-comment-likes-widget-wrapper iframe {
        margin-bottom: 0;
    }

#likes-other-gravatars {
    background-color: #2e4453;
    border-width: 0;
    box-shadow: 0 0 10px #2e4453;
    box-shadow: 0 0 10px #2e445399;
    display: none;
    min-width: 130px;
    padding: 10px 10px 12px;
    position: absolute;
    z-index: 1000;
}

    #likes-other-gravatars.wpl-new-layout {
        background-color: #fff;
        border: 1px solid #dcdcde;
        border-radius: 4px;
        box-shadow: none;
        display: none;
        height: auto;
        max-height: 240px;
        min-width: 220px;
        overflow: auto;
        padding: 9px 12px 10px;
        position: absolute;
        z-index: 1000;
    }

    #likes-other-gravatars * {
        line-height: normal;
    }

    #likes-other-gravatars .likes-text {
        color: #fff;
        font-size: 12px;
        padding-bottom: 8px;
    }

    #likes-other-gravatars.wpl-new-layout .likes-text {
        color: #101517;
        font-size: 12px;
        font-weight: 500;
        padding-bottom: 8px;
    }

    #likes-other-gravatars li, #likes-other-gravatars ul {
        list-style-type: none;
        margin: 0;
        padding: 0;
        text-indent: 0;
    }

        #likes-other-gravatars li:before {
            content: "";
        }

        #likes-other-gravatars ul.wpl-avatars {
            display: block;
            max-height: 190px;
            overflow: auto;
        }

            #likes-other-gravatars ul.wpl-avatars li {
                float: left;
                height: 32px;
                margin: 0 5px 5px 0;
                width: 32px;
            }

    #likes-other-gravatars.wpl-new-layout ul.wpl-avatars li {
        float: none;
        height: 28px;
        margin: 0 0 4px;
        width: 196px;
    }

    #likes-other-gravatars ul.wpl-avatars li a {
        border-bottom: none !important;
        display: block;
        margin: 0 2px 0 0;
    }

    #likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a {
        align-items: center;
        border-bottom: none !important;
        display: flex;
        gap: 8px;
        margin: 0 2px 0 0;
        text-decoration: none;
    }

        #likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a span {
            color: #2c3338;
            font-size: 12px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

    #likes-other-gravatars ul.wpl-avatars li a img {
        background: none;
        border: none;
        box-sizing: border-box;
        margin: 0 !important;
        padding: 0 !important;
        position: static;
    }

    #likes-other-gravatars.wpl-new-layout ul.wpl-avatars li a img {
        background: none;
        border: none;
        border-radius: 50%;
        margin: 0 !important;
        padding: 1px !important;
        position: static;
    }

div.sd-box {
    border-top: 1px solid #00000021;
}

.comment-likes-widget, .entry-content .post-likes-widget, .post-likes-widget {
    border-width: 0;
    display: block;
    margin: 0;
}

.comment-likes-widget-placeholder, .post-likes-widget-placeholder {
    border-width: 0;
    margin: 0;
    position: relative;
}

.comment-likes-widget-placeholder {
    display: flex;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
    height: 18px;
    position: absolute;
}

    .comment-likes-widget-placeholder:before {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3Cpath fill='%232EA2CC' d='m12 2 2.582 6.953L22 9.257l-5.822 4.602L18.18 21 12 16.89 5.82 21l2.002-7.14L2 9.256l7.418-.304'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: 16px 16px;
        color: #2ea2cc;
        content: "";
        display: inline-block;
        height: 16px;
        padding-right: 5px;
        position: relative;
        top: 3px;
        width: 16px;
    }

.post-likes-widget-placeholder .button {
    display: none;
}

.comment-likes-widget-placeholder .loading, .post-likes-widget-placeholder .loading {
    color: #999;
    font-size: 12px;
}

.comment-likes-widget-placeholder .loading {
    align-self: center;
    color: #4e4e4e;
    margin-top: 4px;
    padding-left: 5px;
}

div.sharedaddy.sd-like-enabled .sd-like h3 {
    display: none;
}

div.sharedaddy.sd-like-enabled .sd-like .post-likes-widget {
    float: none;
    position: absolute;
    top: 0;
    width: 100%;
}

.comment-likes-widget {
    width: 100%;
}

.cs-rating, .pd-rating {
    display: block !important;
}

.sd-gplus .sd-title {
    display: none;
}

@media print {
    .jetpack-likes-widget-wrapper {
        display: none;
    }
}

.jp-related-posts-i2 {
    margin-top: 1.5rem;
}

.jp-related-posts-i2__list {
    --hgap:1rem;
    column-gap: var(--hgap);
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    padding: 0;
    row-gap: 2rem;
}

.jp-related-posts-i2__post {
    display: flex;
    flex-basis: calc((100% - var(--hgap))/2);
    flex-direction: column;
}

    .jp-related-posts-i2__post:nth-last-child(n+3):first-child, .jp-related-posts-i2__post:nth-last-child(n+3):first-child ~ * {
        flex-basis: calc(33.33333% - var(--hgap)*2/3);
    }

    .jp-related-posts-i2__post:nth-last-child(4):first-child, .jp-related-posts-i2__post:nth-last-child(4):first-child ~ * {
        flex-basis: calc((100% - var(--hgap))/2);
    }

.jp-related-posts-i2__post-link {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    margin-bottom: 1rem;
    row-gap: .5rem;
    width: 100%;
}

    .jp-related-posts-i2__post-link:focus-visible {
        outline-offset: 2px;
    }

.jp-related-posts-i2__post-img {
    max-width: 100%;
    order: -1;
}

.jp-related-posts-i2__post-defs {
    list-style-type: unset;
    margin: 0;
}

    .jp-related-posts-i2__post-defs dt {
        height: 1px;
        overflow: hidden;
        position: absolute;
        width: 1px;
        clip: rect(1px,1px,1px,1px);
        white-space: nowrap;
    }

    .jp-related-posts-i2__post-defs dd {
        margin: 0;
    }

.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__list {
    display: block;
}

.jp-relatedposts-i2[data-layout=list] .jp-related-posts-i2__post {
    margin-bottom: 2rem;
}

@media only screen and (max-width:640px) {
    .jp-related-posts-i2__list {
        display: block;
    }

    .jp-related-posts-i2__post {
        margin-bottom: 2rem;
    }
}

#jp-relatedposts {
    clear: both;
    display: none;
    margin: 1em 0;
    padding-top: 1em;
    position: relative;
}

.jp-relatedposts:after {
    clear: both;
    content: "";
    display: block;
}

#jp-relatedposts h3.jp-relatedposts-headline {
    display: inline-block;
    float: left;
    font-family: inherit;
    font-size: 9pt;
    font-weight: 700;
    margin: 0 0 1em;
}

    #jp-relatedposts h3.jp-relatedposts-headline em:before {
        border-top: 1px solid #0003;
        content: "";
        display: block;
        margin-bottom: 1em;
        min-width: 30px;
        width: 100%;
    }

    #jp-relatedposts h3.jp-relatedposts-headline em {
        font-style: normal;
        font-weight: 700;
    }

#jp-relatedposts .jp-relatedposts-items {
    clear: left;
}

#jp-relatedposts .jp-relatedposts-items-visual {
    margin-right: -20px;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    margin: 0 0 1em;
    width: 33%;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    opacity: .8;
    padding-right: 20px;
}

    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n+4), #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post:nth-child(3n+4) {
        clear: both;
    }

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a {
    text-decoration: underline;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

#jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items time, #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs {
    position: relative;
}

    #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs a.jp-relatedposts-post-aoverlay {
        border-bottom: 0;
        bottom: 0;
        display: block;
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

#jp-relatedposts .jp-relatedposts-items p, #jp-relatedposts .jp-relatedposts-items time {
    margin-bottom: 0;
}

#jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
    display: block;
    font-family: inherit;
    margin: 0;
    max-width: 100%;
    text-transform: none;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
    filter: alpha(opacity=100);
    font-size: inherit;
    font-weight: 400;
    -moz-opacity: 1;
    opacity: 1;
    text-decoration: none;
}

    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
        text-decoration: underline;
    }

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post span {
    display: block;
    max-width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post span {
    height: auto;
    max-width: 100%;
}

#jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context, #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
    opacity: .6;
}

#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt, .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
    display: none;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs p.jp-relatedposts-post-excerpt {
    overflow: hidden;
}

#jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post-nothumbs span {
    margin-bottom: 1em;
}

#jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post {
    clear: both;
    width: 100%;
}

    #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img {
        float: left;
        margin-right: 3%;
        max-width: 33%;
        overflow: hidden;
    }

#jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
    display: inline-block;
    max-width: 63%;
}

@media only screen and (max-width:640px) {
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        width: 50%;
    }

        #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:nth-child(3n) {
            clear: left;
        }

    #jp-relatedposts .jp-relatedposts-items-visual {
        margin-right: 20px;
    }
}

@media only screen and (max-width:320px) {
    #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
        clear: both;
        margin: 0 0 1em;
        width: 100%;
    }

    #jp-relatedposts .jp-relatedposts-list .jp-relatedposts-post img.jp-relatedposts-post-img, #jp-relatedposts .jp-relatedposts-list h4.jp-relatedposts-post-title {
        float: none;
        margin-right: 0;
        max-width: 100%;
    }
}

@media print {
    .jp-relatedposts {
        display: none !important;
    }
}

#jp-post-flair {
    padding-top: .5em;
}

#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    clear: both;
}

    div.sharedaddy h3.sd-title {
        display: inline-block;
        font-size: 9pt;
        font-weight: 700;
        line-height: 1.2;
        margin: 0 0 1em;
    }

body.highlander-light h3.sd-title:before {
    border-top: 1px solid #0003;
}

body.highlander-dark h3.sd-title:before {
    border-top: 1px solid #fff6;
}

.sd-sharing {
    margin-bottom: 1em;
}

.sd-content ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

    .sd-content ul li {
        display: inline-block;
    }

        .sd-content ul li.share-deprecated {
            opacity: .5;
        }

            .sd-content ul li.share-deprecated a span {
                text-decoration: line-through;
            }

.sd-block.sd-gplus {
    margin: 0 0 .5em;
}

.sd-gplus .sd-content {
    font-size: 12px;
}

.sd-content .share-email-error .share-email-error-title {
    margin: .5em 0;
}

.sd-content .share-email-error .share-email-error-text {
    font-family: Open Sans,sans-serif;
    font-size: 12px;
    margin: .5em 0;
}

#sharing_email .sharing_send, .sd-content ul li .option a.share-ustom, .sd-content ul li a.sd-button, .sd-content ul li.advanced a.share-more, .sd-content ul li.preview-item div.option.option-smart-off a, .sd-social-icon .sd-content ul li a.sd-button, .sd-social-icon-text .sd-content ul li a.sd-button, .sd-social-official .sd-content > ul > li .digg_button > a, .sd-social-official .sd-content > ul > li > a.sd-button, .sd-social-text .sd-content ul li a.sd-button {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px #0000001f,0 0 0 1px #0000001f;
    color: #2c3338 !important;
    display: inline-block;
    font-family: Open Sans,sans-serif;
    font-size: 13px;
    font-weight: 500;
    line-height: 23px;
    padding: 4px 11px 3px 9px;
    text-decoration: none !important;
    text-shadow: none;
}

.sd-social-official .sd-content ul li a.sd-button, .sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a {
    align-items: center;
    display: flex;
    font-size: 12px;
    line-height: 12px;
    min-height: 20px;
    padding: 1px 6px 0 5px;
}

.sd-social-official .sd-content ul.preview li a.sd-button, .sd-social-official .sd-content ul.preview li.preview-item div.option.option-smart-off a {
    position: relative;
    top: 2px;
}

.sd-content ul li .option a.share-ustom span, .sd-content ul li a.sd-button > span, .sd-content ul li.advanced a.share-more span, .sd-content ul li.preview-item div.option.option-smart-off a span, .sd-social-icon-text .sd-content ul li a.sd-button > span, .sd-social-official .sd-content > ul > li .digg_button > a span, .sd-social-official .sd-content > ul > li > a.sd-button span {
    line-height: 23px;
    margin-left: 6px;
}

.sd-social-icon .sd-content ul li a.sd-button > span {
    margin-left: 0;
}

.sd-social-text .sd-content ul li a.sd-button span {
    margin-left: 3px;
}

.sd-social-official .sd-content ul li a.sd-button > span, .sd-social-official .sd-content ul li.preview-item div.option.option-smart-off a span {
    line-height: 12px;
    margin-left: 3px;
}

.sd-social-official .sd-content .sharing-hidden .inner > ul > li .digg_button > a:before, .sd-social-official .sd-content .sharing-hidden .inner > ul > li > a.sd-button:before, .sd-social-official .sd-content > ul > li .digg_button > a:before, .sd-social-official .sd-content > ul > li > a.sd-button:before {
    margin-bottom: -1px;
}

.sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-icon .sd-content ul li a.sd-button:hover, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:hover, .sd-social-official .sd-content > ul > li .digg_button > a:active, .sd-social-official .sd-content > ul > li .digg_button > a:hover, .sd-social-official .sd-content > ul > li > a.sd-button:active, .sd-social-official .sd-content > ul > li > a.sd-button:hover, .sd-social-text .sd-content ul li a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:hover {
    box-shadow: 0 1px 2px #00000038,0 0 0 1px #00000038;
}

.sd-social-icon .sd-content ul li a.sd-button:active, .sd-social-icon-text .sd-content ul li a.sd-button:active, .sd-social-official .sd-content > ul > li .digg_button > a:active, .sd-social-official .sd-content > ul > li > a.sd-button:active, .sd-social-text .sd-content ul li a.sd-button:active {
    box-shadow: inset 0 1px 0 #00000029;
}

.sd-content ul li a.sd-button:before {
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font: normal 18px/1 social-logos;
    text-align: center;
    vertical-align: top;
}

.sd-social-icon-text ul li a.sd-button:before {
    position: relative;
    top: 2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sd-content ul li a.sd-button:before {
        position: relative;
        top: 2px;
    }
}

.sd-social-official ul li a.sd-button:before {
    position: relative;
    top: -2px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sd-social-official ul li a.sd-button:before {
        top: 0;
    }
}

.sd-content ul li {
    margin: 0 8px 12px 0;
    padding: 0;
}

.jp-sharing-input-touch .sd-content ul li {
    padding-left: 10px;
}

.sd-content ul li.preview-item.no-icon a.sd-button span {
    margin-left: 0;
}

.sd-content ul li.no-icon a:before, .sd-social-text .sd-content ul li a:before {
    display: none;
}

body .sd-content ul li.share-custom.no-icon a span, body .sd-social-text .sd-content ul li.share-custom a span {
    background-image: none;
    background-position: -500px -500px !important;
    background-repeat: no-repeat !important;
    height: 0;
    line-height: inherit;
    padding-left: 0;
}

.sd-social-icon .sd-content ul li a.share-more {
    position: relative;
    top: -4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    .sd-social-icon .sd-content ul li a.share-more {
        top: 2px;
    }
}

@-moz-document url-prefix() {
    .sd-social-icon .sd-content ul li a.share-more {
        top: 2px;
    }
}

.sd-social-icon .sd-content ul li a.share-more span {
    margin-left: 3px;
}

.sd-content ul li.share-print div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-print a:before, .sd-social-icon-text .sd-content li.share-print a:before, .sd-social-official .sd-content li.share-print a:before, .sd-social-text .sd-content ul li.share-print a:before {
    content: "\f469";
}

.sd-content ul li.share-email div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-email a:before, .sd-social-icon-text .sd-content li.share-email a:before, .sd-social-official .sd-content li.share-email a:before, .sd-social-text .sd-content ul li.share-email a:before {
    content: "\f410";
}

.sd-content ul li.share-linkedin div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-linkedin a:before, .sd-social-icon-text .sd-content li.share-linkedin a:before, .sd-social-text .sd-content ul li.share-linkedin a:before {
    content: "\f207";
}

.sd-content ul li.share-twitter div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-twitter a:before, .sd-social-icon-text .sd-content li.share-twitter a:before, .sd-social-text .sd-content ul li.share-twitter a:before {
    content: "\f202";
}

.sd-content ul li.share-x div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-x a:before, .sd-social-icon-text .sd-content li.share-x a:before, .sd-social-text .sd-content ul li.share-x a:before {
    content: "\f10e";
}

.sd-content ul li.share-reddit div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-reddit a:before, .sd-social-icon-text .sd-content li.share-reddit a:before, .sd-social-official .sd-content li.share-reddit a:before, .sd-social-text .sd-content ul li.share-reddit a:before {
    content: "\f222";
}

.sd-content ul li.share-tumblr div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-tumblr a:before, .sd-social-icon-text .sd-content li.share-tumblr a:before, .sd-social-text .sd-content ul li.share-tumblr a:before {
    content: "\f607";
}

.sd-content ul li.share-pocket div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-pocket a:before, .sd-social-icon-text .sd-content li.share-pocket a:before, .sd-social-text .sd-content ul li.share-pocket a:before {
    content: "\f224";
}

.sd-content ul li.share-pinterest div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-pinterest a:before, .sd-social-icon-text .sd-content li.share-pinterest a:before, .sd-social-text .sd-content ul li.share-pinterest a:before {
    content: "\f210";
}

.sd-content ul li.share-facebook div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-facebook a:before, .sd-social-icon-text .sd-content li.share-facebook a:before, .sd-social-text .sd-content ul li.share-facebook a:before {
    content: "\f203";
}

.sd-content ul li.share-press-this div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-press-this a:before, .sd-social-icon-text .sd-content li.share-press-this a:before, .sd-social-official .sd-content li.share-press-this a:before, .sd-social-text .sd-content ul li.share-press-this a:before {
    content: "\f205";
}

.sd-social-official .sd-content li.share-press-this a:before {
    color: #2ba1cb;
}

.sd-content ul li.share-telegram div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-telegram a:before, .sd-social-icon-text .sd-content li.share-telegram a:before, .sd-social-official .sd-content li.share-telegram a:before, .sd-social-text .sd-content ul li.share-telegram a:before {
    content: "\f606";
}

.sd-social-official .sd-content li.share-telegram a:before {
    color: #08c;
}

.sd-content ul li.share-threads div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-threads a:before, .sd-social-icon-text .sd-content li.share-threads a:before, .sd-social-official .sd-content li.share-threads a:before, .sd-social-text .sd-content ul li.share-threads a:before {
    content: "\f10d";
}

.sd-social-official .sd-content li.share-threads a:before {
    color: #000;
}

.sd-social-icon .sd-content ul li[class*=share-].share-threads a.sd-button {
    background: #000;
    color: #fff !important;
}

.sd-content ul li.share-mastodon div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-mastodon a:before, .sd-social-icon-text .sd-content li.share-mastodon a:before, .sd-social-official .sd-content li.share-mastodon a:before, .sd-social-text .sd-content ul li.share-mastodon a:before {
    content: "\f10a";
}

.sd-social-official .sd-content li.share-mastodon a:before {
    color: #563acc;
}

.sd-content ul li.advanced a.share-more:before, .sd-social-icon .sd-content ul a.share-more:before, .sd-social-icon-text .sd-content a.share-more:before, .sd-social-official .sd-content a.share-more:before, .sd-social-text .sd-content ul a.share-more:before {
    content: "\f415";
}

.sd-social-official .sd-content a.share-more:before {
    color: #2ba1cb;
}

.sd-content ul li.share-jetpack-whatsapp div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-jetpack-whatsapp a:before, .sd-social-icon-text .sd-content li.share-jetpack-whatsapp a:before, .sd-social-official .sd-content li.share-jetpack-whatsapp a:before, .sd-social-text .sd-content ul li.share-jetpack-whatsapp a:before {
    content: "\f608";
}

.sd-social-official .sd-content li.share-jetpack-whatsapp a:before {
    color: #43d854;
}

.sd-social-icon .sd-content ul li[class*=share-].share-jetpack-whatsapp a.sd-button {
    background: #43d854;
    color: #fff !important;
}

.sd-content ul li.share-nextdoor div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-nextdoor a:before, .sd-social-icon-text .sd-content li.share-nextdoor a:before, .sd-social-official .sd-content li.share-nextdoor a:before, .sd-social-text .sd-content ul li.share-nextdoor a:before {
    content: "\f10c";
}

.sd-social-official .sd-content li.share-nextdoor a:before {
    color: #8ed500;
}

.sd-social-icon .sd-content ul li[class*=share-].share-nextdoor a.sd-button {
    background: #8ed500;
    color: #fff !important;
}

.sd-content ul li.share-bluesky div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-bluesky a:before, .sd-social-icon-text .sd-content li.share-bluesky a:before, .sd-social-official .sd-content li.share-bluesky a:before, .sd-social-text .sd-content ul li.share-bluesky a:before {
    content: "\f10f";
}

.sd-social-official .sd-content li.share-bluesky a:before {
    color: #0085ff;
}

.sd-social-icon .sd-content ul li[class*=share-].share-bluesky a.sd-button {
    background: #0085ff;
    color: #fff !important;
}

.sd-content ul li.share-deprecated div.option.option-smart-off a:before, .sd-social-icon .sd-content ul li.share-deprecated a:before, .sd-social-icon-text .sd-content li.share-deprecated a:before, .sd-social-official .sd-content li.share-deprecated a:before {
    content: "🚫";
    height: 1em;
    width: 1em;
}

.sd-social .sd-button .share-count {
    background: #2ea2cc;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 10px;
    line-height: 1;
    padding: 1px 3px;
    text-align: center;
}

.sd-social-official .sd-content > ul > li > a.sd-button span {
    line-height: 1;
}

.sd-social-official .sd-content ul {
    display: flex;
    flex-wrap: wrap;
}

    .sd-social-official .sd-content ul:after {
        clear: both;
        content: ".";
        display: block;
        height: 0;
        visibility: hidden;
    }

.sd-social-official .sd-content li.share-press-this a {
    margin: 0 0 5px;
}

.sd-social-official .sd-content ul > li {
    display: flex;
    max-height: 18px;
}

    .sd-social-official .sd-content ul > li .option-smart-off {
        margin-right: 8px;
    }

.sd-social-official .fb-share-button > span {
    vertical-align: top !important;
}

.sd-social-official .sd-content .pocket_button iframe {
    width: 98px;
}

.linkedin_button > span, .pinterest_button, .pocket_button iframe, .twitter_button {
    margin: 0 !important;
}

    .linkedin_button > span, .pinterest_button a {
        display: block !important;
    }

.sd-social-official .sd-content .share-tumblr iframe {
    max-width: 53px;
    width: unset;
}

body .sd-social-official li a.share-more, body .sd-social-official li.share-custom a, body .sd-social-official li.share-digg a, body .sd-social-official li.share-email a, body .sd-social-official li.share-press-this a, body .sd-social-official li.share-print {
    position: relative;
    top: 0;
}

body .sd-social-icon .sd-content li.share-custom > a {
    padding: 2px 3px 0;
    position: relative;
    top: 4px;
}

body .sd-content ul li.share-custom a.share-icon span, body .sd-social-icon .sd-content li.share-custom a span, body .sd-social-icon-text .sd-content li.share-custom a span, body .sd-social-official .sd-content li.share-custom a span, body .sd-social-text .sd-content li.share-custom a span {
    background-repeat: no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    height: 21px;
    line-height: 16px;
    margin-left: 0;
    padding: 0 0 0 19px;
}

body .sd-social-icon .sd-content li.share-custom a span {
    padding-left: 16px !important;
    width: 0;
}

.sharing-hidden .inner {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    box-shadow: 0 5px 20px #0003;
    margin-top: 5px;
    max-width: 400px;
    padding: 10px;
    position: absolute;
    z-index: 2;
}

    .sharing-hidden .inner ul {
        margin: 0 !important;
    }

.sd-social-official .sd-content .sharing-hidden ul > li.share-end {
    clear: both;
    height: 0 !important;
    margin: 0 !important;
}

.sharing-hidden .inner:after, .sharing-hidden .inner:before {
    border-bottom: 8px solid #ccc;
    border-left: 6px solid #0000;
    border-right: 6px solid #0000;
    content: "";
    display: block;
    height: 0;
    left: 20px;
    position: absolute;
    top: -8px;
    width: 0;
    z-index: 1;
}

.sharing-hidden .inner:after {
    border-bottom: 8px solid #fff;
    border-left: 6px solid #0000;
    border-right: 6px solid #0000;
    top: -7px;
    z-index: 2;
}

.sharing-hidden ul {
    margin: 0;
}

.sd-social-icon .sd-content ul li[class*=share-] a, .sd-social-icon .sd-content ul li[class*=share-] a:hover, .sd-social-icon .sd-content ul li[class*=share-] div.option a {
    border: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: none;
    height: auto;
    line-height: 1;
    margin-bottom: 0;
    max-width: 32px;
    padding: 7px;
    position: relative;
    top: -2px;
    width: auto;
}

    .sd-social-icon .sd-content ul li[class*=share-] a.sd-button > span, .sd-social-icon .sd-content ul li[class*=share-] div.option a span {
        line-height: 1;
    }

    .sd-social-icon .sd-content ul li[class*=share-] a:hover, .sd-social-icon .sd-content ul li[class*=share-] div.option a:hover {
        border: none;
        opacity: .6;
    }

    .sd-social-icon .sd-content ul li[class*=share-] a.sd-button:before {
        top: 0;
    }

    .sd-social-icon .sd-content ul li[class*=share-] a.sd-button.share-custom {
        padding: 8px 8px 6px;
        top: 5px;
    }

.sd-social-icon .sd-content ul li a.sd-button.share-more {
    margin-left: 10px;
}

.sd-social-icon .sd-content ul li:first-child a.sd-button.share-more {
    margin-left: 0;
}

.sd-social-icon .sd-button span.share-count {
    background: #555;
    border-radius: 0;
    bottom: 0;
    font-size: 9px;
    position: absolute;
    right: 0;
}

.sd-social-icon .sd-content ul li[class*=share-] a.sd-button {
    background: #e9e9e9;
    margin-top: 2px;
    text-indent: 0;
}

.sd-social-icon .sd-content ul li[class*=share-].share-tumblr a.sd-button {
    background: #2c4762;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-facebook a.sd-button {
    background: #0866ff;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-twitter a.sd-button {
    background: #00acee;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-x a.sd-button {
    background: #000;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-pinterest a.sd-button {
    background: #ca1f27;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-digg a.sd-button {
    color: #555 !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-press-this a.sd-button {
    background: #4f94d4;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-telegram a.sd-button {
    background: #08c;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-linkedin a.sd-button {
    background: #0077b5;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-pocket a.sd-button {
    background: #ee4056;
    color: #fff !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-reddit a.sd-button {
    background: #cee3f8;
    color: #555 !important;
}

.sd-social-icon .sd-content ul li[class*=share-].share-mastodon a.sd-button {
    background: linear-gradient(0deg,#563acc 0,#6364ff);
    color: #fff !important;
}

.sharing-screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

    .sharing-screen-reader-text:active, .sharing-screen-reader-text:focus, .sharing-screen-reader-text:hover {
        background-color: #f0f0f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px #0009;
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

#jetpack-source_f_name {
    display: none !important;
    left: -9000px;
    position: absolute !important;
}

.sd-content .share-customize-link {
    line-height: 11px;
    margin-top: 8px;
}

    .sd-content .share-customize-link a {
        font-family: Open Sans,sans-serif;
        font-size: 11px;
    }

@media print {
    .sharedaddy.sd-sharing-enabled {
        display: none;
    }
}

.jetpack-slideshow-window {
    background-color: #222;
    border: 20px solid #222;
    border-radius: 10px;
    height: 0;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 56.25% !important;
    padding-top: 30px !important;
    position: relative;
    z-index: 1;
}

    .jetpack-slideshow-window.jetpack-slideshow-white {
        background-color: #fff;
        border-color: #fff;
    }

    .jetpack-slideshow-window, .jetpack-slideshow-window * {
        box-sizing: initial;
    }

.jetpack-slideshow-loading {
    height: 100%;
    margin: auto;
    text-align: center;
}

body div.jetpack-slideshow-window * img {
    background-color: initial !important;
    background-image: none !important;
    border-width: 0 !important;
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    padding: 0 !important;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.jetpack-slideshow-loading img {
    vertical-align: middle;
}

.jetpack-slideshow-slide {
    display: none;
    height: 100% !important;
    left: 0;
    margin: auto;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100% !important;
}

    .jetpack-slideshow-slide img {
        vertical-align: middle;
    }

.jetpack-slideshow-line-height-hack {
    font-size: 0;
    overflow: hidden;
    width: 0;
}

.jetpack-slideshow-slide-caption {
    bottom: 5px;
    color: #f6f7f7;
    font-family: Helvetica Neue,sans-serif;
    font-size: 13px;
    height: 25px;
    left: 0;
    line-height: 25px;
    position: absolute;
    text-align: center;
    text-shadow: #222 1px 1px 2px;
    width: 100%;
    z-index: 100;
}

.jetpack-slideshow-controls {
    bottom: 30px;
    direction: ltr;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    margin: auto;
    opacity: .5;
    position: absolute;
    text-align: center;
    transition: opacity .3s ease-out;
    width: 100%;
    z-index: 1000;
}

.jetpack-slideshow-window:hover .jetpack-slideshow-controls {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
}

body div div.jetpack-slideshow-controls a, body div div.jetpack-slideshow-controls a:hover {
    background-color: #000 !important;
    background-color: #0009 !important;
    background-image: url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls.png) !important;
    background-position: -34px 8px !important;
    background-repeat: no-repeat;
    background-size: 142px 16px !important;
    border: 2px solid #ffffff1a !important;
    color: #222 !important;
    display: inline-block !important;
    *display: inline;
    margin: 0 5px !important;
    padding: 0 !important;
    zoom: 1;
    border-radius: 10em !important;
    height: 32px !important;
    line-height: 32px !important;
    text-align: center !important;
    transition: border-color .3s ease-out;
    width: 32px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
    body div div.jetpack-slideshow-controls a, body div div.jetpack-slideshow-controls a:hover {
        background-image: url(/wp-content/plugins/jetpack/css/../modules/shortcodes/img/slideshow-controls-2x.png) !important;
    }
}

body div div.jetpack-slideshow-controls a:hover {
    border-color: #fff !important;
}

body div div.jetpack-slideshow-controls a:first-child {
    background-position: -76px 8px !important;
}

body div div.jetpack-slideshow-controls a:last-child {
    background-position: -117px 8px !important;
}

body div div.jetpack-slideshow-controls a.running, body div div.jetpack-slideshow-controls a:nth-child(2) {
    background-position: -34px 8px !important;
}

body div div.jetpack-slideshow-controls a.paused {
    background-position: 9px 8px !important;
}

.jetpack-slideshow-controls a img {
    border: 50px dotted #f0f;
}

body.presentation-wrapper-fullscreen-parent, html.presentation-wrapper-fullscreen-parent {
    overflow: hidden !important;
}

.presentation-wrapper-fullscreen-parent #wpadminbar {
    display: none;
}

.presentation-wrapper-fullscreen, .presentation-wrapper-fullscreen-parent {
    bottom: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    min-height: 100% !important;
    min-width: 100% !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 10000 !important;
}

.presentation-wrapper-fullscreen {
    background-color: grey;
    border: none !important;
}

    .presentation-wrapper-fullscreen .nav-arrow-left, .presentation-wrapper-fullscreen .nav-arrow-right {
        z-index: 20001;
    }

    .presentation-wrapper-fullscreen .nav-fullscreen-button {
        z-index: 20002;
    }

.presentation-wrapper {
    border: 1px solid #dcdcde;
    line-height: normal;
    margin: 20px auto;
    overflow: hidden;
}

.presentation {
    margin: 0;
    outline: none;
    overflow: hidden;
    position: relative;
}

    .presentation, .presentation .step {
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }

        .presentation .step.fade:not(.active) {
            opacity: 0;
        }

        .presentation .slide-content {
            padding: 30px;
        }

        .presentation .nav-arrow-left, .presentation .nav-arrow-right, .presentation .nav-fullscreen-button {
            background-repeat: no-repeat;
            opacity: 0;
            position: absolute;
            transition: opacity .25s;
            width: 34px;
            z-index: 2;
        }

        .presentation .nav-arrow-left, .presentation .nav-arrow-right {
            background-image: url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/slide-nav.png);
            background-size: 450% 61px;
            height: 100%;
        }

        .presentation .nav-arrow-left {
            background-position: 4px 50%;
            left: 0;
        }

        .presentation .nav-arrow-right {
            background-position: -120px 50%;
            right: 0;
        }

        .presentation .nav-fullscreen-button {
            background-image: url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/expand.png);
            background-size: 100% 100%;
            bottom: 0;
            height: 32px;
            margin: 4px;
            right: 0;
            width: 32px;
            z-index: 3;
        }

        .presentation:hover .nav-arrow-left, .presentation:hover .nav-arrow-right {
            opacity: 1;
        }

        .presentation:hover .nav-fullscreen-button {
            opacity: .8;
        }

.presentation-wrapper-fullscreen .nav-fullscreen-button {
    background-image: url(/wp-content/plugins/jetpack/css/../modules/shortcodes/images/collapse.png);
}

.presentation .autoplay-overlay {
    background-color: #dcdcde;
    background-color: #000000bf;
    border-radius: 50px;
    display: table;
    height: 15%;
    margin: 30% 10%;
    position: relative;
    transition: opacity .5s;
    width: 80%;
    z-index: 100;
}

    .presentation .autoplay-overlay .overlay-msg {
        color: #fff;
        display: table-cell;
        position: relative;
        text-align: center;
        vertical-align: middle;
    }

.presentation .will-fade {
    opacity: 0;
}

.presentation .do-fade {
    opacity: 1;
    transition: opacity .5s;
}

div.jetpack-quiz {
    background-color: #f3f3f3;
    border: 1px solid #deede3;
    border-radius: .2em;
    line-height: 1.3em;
    margin-bottom: 2em;
    padding: 1em;
}

    div.jetpack-quiz div.jetpack-quiz-question {
        font-weight: 700;
        margin-bottom: .5em;
    }

    div.jetpack-quiz div.jetpack-quiz-answer {
        border-bottom: 1px dotted #999;
        cursor: pointer;
        margin-bottom: .5em;
        padding: 1em 0 1em 1em;
    }

        div.jetpack-quiz div.jetpack-quiz-answer.last {
            border-bottom: 0;
            margin-bottom: 0;
            padding-bottom: 0;
        }

        div.jetpack-quiz div.jetpack-quiz-answer.correct {
            color: green;
        }

        div.jetpack-quiz div.jetpack-quiz-answer.wrong {
            color: red;
        }

        div.jetpack-quiz div.jetpack-quiz-answer div.jetpack-quiz-explanation {
            display: none;
        }

        div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation, div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation {
            color: #000;
            display: block;
            font-size: 90%;
            margin-top: 1em;
        }

            div.jetpack-quiz div.jetpack-quiz-answer.correct div.jetpack-quiz-explanation tt, div.jetpack-quiz div.jetpack-quiz-answer.wrong div.jetpack-quiz-explanation tt {
                font-size: 85%;
            }

    div.jetpack-quiz pre {
        background: #0000;
        font: 15px Monaco,Consolas,Andale Mono,DejaVu Sans Mono,monospace;
        margin: 0;
        padding: 0;
    }

.jetpack-quiz-options {
    margin-top: 12px;
    text-align: right;
}

.jetpack-quiz-count {
    color: #646970;
    float: left;
    font-size: 12px;
}

.jetpack-quiz-option-button {
    cursor: pointer;
    margin-left: 12px;
}

    .jetpack-quiz-option-button:hover svg {
        background: #3c434a;
    }

    .jetpack-quiz-option-button svg {
        background: #000;
        border-radius: 50%;
        display: inline-block;
        fill: #fff;
        height: 24px;
        width: 24px;
    }

.jetpack-quiz-wrapper .jetpack-quiz:first-of-type .jetpack-quiz-option-button:first-of-type, .jetpack-quiz-wrapper .jetpack-quiz:last-of-type .jetpack-quiz-option-button:last-of-type {
    display: none;
}

#subscribe-email input {
    width: 95%;
}

.comment-subscription-form {
    margin-bottom: 1em;
}

    .comment-subscription-form .subscribe-label {
        display: inline !important;
    }

.jetpack-video-wrapper {
    margin-bottom: 1.6em;
}

    .jetpack-video-wrapper > .wp-video, .jetpack-video-wrapper > embed, .jetpack-video-wrapper > iframe, .jetpack-video-wrapper > object {
        margin-bottom: 0;
    }

.jetpack-social-navigation ul {
    display: block;
    margin: 0 0 1.5em;
    padding: 0;
}

.jetpack-social-navigation li {
    display: inline-block;
    line-height: 1;
    margin: 0;
}

.jetpack-social-navigation a {
    border: 0;
    height: 1em;
    text-decoration: none;
    width: 1em;
}

.jetpack-social-navigation-svg .icon {
    color: inherit;
    fill: currentColor;
    height: 1em;
    vertical-align: middle;
    width: 1em;
}

.jetpack-social-navigation-genericons a:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-family: Genericons;
    font-size: 1em;
    font-style: normal;
    font-weight: 400;
    height: 1em;
    line-height: 1;
    speak: none;
    content: "\f415";
    text-decoration: inherit;
    vertical-align: top;
    width: 1em;
}

.jetpack-social-navigation-genericons a[href*="bsky.app"]:before {
    content: "\f10f";
}

.jetpack-social-navigation-genericons a[href*="codepen.io"]:before {
    content: "\f216";
}

.jetpack-social-navigation-genericons a[href*="digg.com"]:before {
    content: "\f221";
}

.jetpack-social-navigation-genericons a[href*="dribbble.com"]:before {
    content: "\f201";
}

.jetpack-social-navigation-genericons a[href*="dropbox.com"]:before {
    content: "\f225";
}

.jetpack-social-navigation-genericons a[href*="mailto:"]:before {
    content: "\f410";
}

.jetpack-social-navigation-genericons a[href*="facebook.com"]:before {
    content: "\f203";
}

.jetpack-social-navigation-genericons a[href*="flickr.com"]:before {
    content: "\f211";
}

.jetpack-social-navigation-genericons a[href*="foursquare.com"]:before {
    content: "\f226";
}

.jetpack-social-navigation-genericons a[href*="github.com"]:before {
    content: "\f200";
}

.jetpack-social-navigation-genericons a[href*="plus.google.com"]:before {
    content: "\f206";
}

.jetpack-social-navigation-genericons a[href*="instagram.com"]:before {
    content: "\f215";
}

.jetpack-social-navigation-genericons a[href*="linkedin.com"]:before {
    content: "\f208";
}

.jetpack-social-navigation-genericons a[href*="nextdoor.com"]:before {
    content: "\f10c";
}

.jetpack-social-navigation-genericons a[href*="path.com"]:before {
    content: "\f219";
}

.jetpack-social-navigation-genericons a[href*="pinterest."]:before {
    content: "\f210";
}

.jetpack-social-navigation-genericons a[href*="getpocket.com"]:before {
    content: "\f224";
}

.jetpack-social-navigation-genericons a[href*="polldaddy.com"]:before {
    content: "\f217";
}

.jetpack-social-navigation-genericons a[href*="reddit.com"]:before {
    content: "\f222";
}

.jetpack-social-navigation-genericons a[href$="/feed/"]:before {
    content: "\f413";
}

.jetpack-social-navigation-genericons a[href*="skype:"]:before {
    content: "\f220";
}

.jetpack-social-navigation-genericons a[href*="sms:"]:before {
    content: "\f110";
}

.jetpack-social-navigation-genericons a[href*="spotify.com"]:before {
    content: "\f515";
}

.jetpack-social-navigation-genericons a[href*="stumbleupon.com"]:before {
    content: "\f223";
}

.jetpack-social-navigation-genericons a[href*="threads.net"]:before {
    content: "\f10d";
}

.jetpack-social-navigation-genericons a[href*="tumblr.com"]:before {
    content: "\f214";
}

.jetpack-social-navigation-genericons a[href*="twitch.tv"]:before {
    content: "\f516";
}

.jetpack-social-navigation-genericons a[href*="twitter.com"]:before {
    content: "\f202";
}

.jetpack-social-navigation-genericons a[href*="vimeo.com"]:before {
    content: "\f212";
}

.jetpack-social-navigation-genericons a[href*="vine.co"]:before {
    content: "\f517";
}

.jetpack-social-navigation-genericons a[href*="wordpress.com"]:before, .jetpack-social-navigation-genericons a[href*="wordpress.org"]:before {
    content: "\f205";
}

.jetpack-social-navigation-genericons a[href*="x.com"]:before {
    content: "\f10e";
}

.jetpack-social-navigation-genericons a[href*="youtube.com"]:before {
    content: "\f213";
}

.tiled-gallery {
    clear: both;
    margin: 0 0 20px;
    overflow: hidden;
}

    .tiled-gallery img {
        margin: 2px !important;
    }

    .tiled-gallery .gallery-group {
        float: left;
        position: relative;
    }

    .tiled-gallery .tiled-gallery-item {
        float: left;
        margin: 0;
        position: relative;
        width: inherit;
    }

    .tiled-gallery .gallery-row {
        overflow: hidden;
    }

    .tiled-gallery .tiled-gallery-item a {
        background: #0000;
        border: none;
        color: inherit;
        margin: 0;
        padding: 0;
        text-decoration: none;
        width: auto;
    }

    .tiled-gallery .tiled-gallery-item img, .tiled-gallery .tiled-gallery-item img:hover {
        background: none;
        border: none;
        box-shadow: none;
        max-width: 100%;
        padding: 0;
        vertical-align: middle;
    }

.tiled-gallery-caption {
    background: #f0f0f1;
    background: #fffc;
    bottom: 0;
    color: #333;
    font-size: 13px;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    text-indent: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.tiled-gallery .tiled-gallery-item-small .tiled-gallery-caption {
    font-size: 11px;
}

.widget-gallery .tiled-gallery-unresized {
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.tiled-gallery .tiled-gallery-item img.grayscale {
    -ms-filter: grayscale(1);
    -o-filter: grayscale(1);
    filter: grayscale(1);
}

.tiled-gallery .tiled-gallery-item:hover img.grayscale {
    -ms-filter: none;
    -o-filter: none;
    filter: none;
}

.tiled-gallery.type-circle .tiled-gallery-item img {
    border-radius: 50% !important;
    object-fit: cover;
}

.tiled-gallery.type-circle .tiled-gallery-caption {
    display: none;
}

.tiled-gallery.type-square .tiled-gallery-item img {
    object-fit: cover;
}

.jetpack-display-remote-posts {
    margin: 5px 0 20px;
}

    .jetpack-display-remote-posts h4 {
        margin: 5px 0;
        padding: 0;
    }

    .jetpack-display-remote-posts p {
        margin: 0;
        padding: 0;
    }

    .jetpack-display-remote-posts img {
        max-width: 100%;
    }

.widget-grofile h4 {
    margin: 1em 0 .5em;
}

.widget-grofile ul.grofile-urls {
    margin-left: 0;
    overflow: hidden;
}

.widget-grofile ul.grofile-accounts li {
    display: inline;
    list-style: none;
}

    .widget-grofile ul.grofile-accounts li:before {
        content: "" !important;
    }

.widget-grofile .grofile-accounts-logo {
    background-image: url(https://secure.gravatar.com/images/grav-share-sprite.png);
    background-repeat: no-repeat;
    float: left;
    height: 16px;
    margin-bottom: 8px;
    margin-right: 8px;
    width: 16px;
}

.rtl .widget-grofile .grofile-accounts-logo {
    margin-left: 8px;
    margin-right: 0;
}

.grofile-thumbnail {
    max-width: 100%;
    width: 500px;
}

@media only screen and (-o-min-device-pixel-ratio:3/2),only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
    .widget-grofile .grofile-accounts-logo {
        background-image: url(https://secure.gravatar.com/images/grav-share-sprite-2x.png);
        background-size: 16px 784px;
    }
}

.jetpack-goodreads-legacy-widget div[class^=gr_custom_container] {
    background-color: #fff;
    border: 1px solid gray;
    border-radius: 10px;
    color: #000;
    padding: 10px 5px;
}

    .jetpack-goodreads-legacy-widget div[class^=gr_custom_container] a {
        color: #000;
    }

.jetpack-goodreads-legacy-widget h2[class^=gr_custom_header] {
    display: none;
}

.jetpack-goodreads-legacy-widget div[class^=gr_custom_each_container] {
    border-bottom: 1px solid #a7aaad;
    clear: both;
    margin-bottom: 10px;
    overflow: auto;
    padding-bottom: 4px;
    width: 100%;
}

.jetpack-goodreads-legacy-widget div[class^=gr_custom_book_container] {
    float: right;
    height: 60px;
    margin-left: 4px;
    overflow: hidden;
    width: 39px;
}

.jetpack-goodreads-legacy-widget div[class^=gr_custom_author] {
    font-size: 10px;
}

.jetpack-goodreads-legacy-widget div[class^=gr_custom_tags] {
    color: gray;
    font-size: 10px;
}

.jetpack-goodreads-legacy-widget div[class^=gr_custom_rating] {
    display: none;
}

.widget_wpcom_social_media_icons_widget ul {
    list-style-type: none;
    margin-left: 0;
}

    .widget_wpcom_social_media_icons_widget ul li {
        border: 0;
        display: inline;
        margin-right: .5em;
    }

.widget_wpcom_social_media_icons_widget li a {
    border: 0;
    text-decoration: none;
}

.widget_wpcom_social_media_icons_widget .genericon {
    font-family: Genericons;
}

.widget_wpcom_social_media_icons_widget .screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

    .widget_wpcom_social_media_icons_widget .screen-reader-text:active, .widget_wpcom_social_media_icons_widget .screen-reader-text:focus, .widget_wpcom_social_media_icons_widget .screen-reader-text:hover {
        background-color: #f0f0f1;
        border-radius: 3px;
        box-shadow: 0 0 2px 2px #0009;
        clip: auto !important;
        color: #21759b;
        display: block;
        font-size: 14px;
        font-size: .875rem;
        font-weight: 700;
        height: auto;
        left: 5px;
        line-height: normal;
        padding: 15px 23px 14px;
        text-decoration: none;
        top: 5px;
        width: auto;
        z-index: 100000;
    }

.widgets-grid-layout {
    width: 100%;
}

    .widgets-grid-layout:after, .widgets-grid-layout:before {
        content: " ";
        display: table;
    }

    .widgets-grid-layout:after {
        clear: both;
    }

.widget-grid-view-image {
    float: left;
    max-width: 50%;
}

    .widget-grid-view-image a {
        display: block;
        margin: 0 2px 4px 0;
    }

    .widget-grid-view-image:nth-child(2n) {
        float: right;
    }

        .widget-grid-view-image:nth-child(2n) a {
            margin: 0 0 4px 2px;
        }

.widgets-grid-layout .widget-grid-view-image img {
    height: auto;
    max-width: 100%;
}

.widgets-list-layout {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .widgets-list-layout li:after, .widgets-list-layout li:before {
        content: "";
        display: table;
    }

    .widgets-list-layout li:after {
        clear: both;
    }

    .widgets-list-layout li {
        zoom: 1;
        list-style-type: none !important;
        margin-bottom: 1em;
    }

    .widgets-list-layout .widgets-list-layout-blavatar {
        float: left;
        height: auto;
        max-width: 40px;
        width: 21.276596%;
    }

.widgets-list-layout-links {
    float: right;
    width: 73.404255%;
}

.widgets-list-layout span {
    opacity: .5;
}

    .widgets-list-layout span:hover {
        opacity: .8;
    }

.jetpack-image-container:after {
    clear: both;
}

.jetpack-image-container:after, .jetpack-image-container:before {
    content: "";
    display: table;
}

.widgets-multi-column-grid ul {
    list-style-type: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    .widgets-multi-column-grid ul li {
        background: none;
        border: none;
        clear: none;
        float: left;
        list-style-type: none !important;
        margin: 0 -5px -3px 0;
        padding: 0 8px 6px 0;
    }

        .widgets-multi-column-grid ul li a {
            background: none;
            border: 0;
            margin: 0;
            padding: 0;
        }

.widgets-multi-column-grid .avatar {
    vertical-align: middle;
}

.widget_jetpack_my_community .avatar-240, .widget_jetpack_my_community .avatar-48 {
    max-height: 48px;
    max-width: 48px;
}

.widget.widget_authors li > ul, .widget_authors > ul {
    margin-left: inherit;
    padding-left: 0;
}

.widget_authors ul li li {
    padding-left: 0;
}

.widget_authors > ul > li {
    list-style: none;
    margin-bottom: 1em;
}

    .widget_authors > ul > li + li {
        border-top: 0;
    }

.widget.widget_authors img {
    box-shadow: none;
    margin-bottom: 5px;
    margin-right: 5px;
    vertical-align: middle;
}

.wpcnt {
    line-height: 2;
    text-align: center;
}

.wpa {
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.wpa-about {
    border-bottom: none !important;
    box-shadow: none !important;
    color: #888;
    display: block;
    font: 10px/1 Open Sans,Arial,sans-serif !important;
    left: 0;
    margin-top: 0;
    opacity: .85;
    position: absolute;
    right: 0;
    text-align: left !important;
    text-decoration: none !important;
    top: 5px;
}

.wpa .u > div {
    display: block;
    margin-bottom: 1em;
    margin-top: 5px;
}

div.wpa > div {
    margin-top: 20px;
}

.wpa .u .adsbygoogle {
    background-color: initial;
    display: block;
    margin-bottom: 1em;
    margin-top: 17px;
}

.widget_eu_cookie_law_widget {
    animation: fadeIn .8s;
    border: none;
    bottom: 1em;
    left: 1em;
    margin: 0;
    padding: 0;
    position: fixed;
    right: 1em;
    width: auto;
    z-index: 50001;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        visibility: hidden;
    }

    to {
        opacity: 1;
        visibility: visible;
    }
}

.widget_eu_cookie_law_widget.widget.top {
    bottom: auto;
    top: 1em;
}

.admin-bar .widget_eu_cookie_law_widget.widget.top {
    top: 3em;
}

amp-consent.widget_eu_cookie_law_widget.widget.top {
    margin: 0;
    top: 1em;
}

.admin-bar amp-consent.widget_eu_cookie_law_widget.widget.top {
    margin-top: 3em;
    top: 0;
}

#eu-cookie-law {
    background-color: #fff;
    border: 1px solid #dedede;
    color: #2e4467;
    font-size: 12px;
    line-height: 1.5;
    overflow: hidden;
    padding: 6px 6px 6px 15px;
    position: relative;
}

    #eu-cookie-law a, #eu-cookie-law a:active, #eu-cookie-law a:visited {
        color: inherit;
        cursor: inherit;
        text-decoration: underline;
    }

        #eu-cookie-law a:hover {
            cursor: pointer;
            text-decoration: none;
        }

    #eu-cookie-law.negative {
        background-color: #000;
        border: none;
        color: #fff;
    }

    #eu-cookie-law.hide {
        opacity: 0;
        transition: opacity .4s,visibility .4s;
        visibility: hidden;
    }

    #eu-cookie-law form {
        margin-bottom: 0;
        position: static;
    }

    #eu-cookie-law input, #eu-cookie-law input:focus, #eu-cookie-law input:hover {
        background: #f3f3f3;
        border: 1px solid #dedede;
        border-radius: 4px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        color: #2e4453;
        cursor: pointer;
        display: inline;
        float: right;
        font-family: inherit;
        font-size: 14px;
        font-weight: inherit;
        line-height: inherit;
        margin: 0 0 0 5%;
        padding: 8px 12px;
        position: static;
        text-transform: none;
    }

    #eu-cookie-law.negative input, #eu-cookie-law.negative input:focus, #eu-cookie-law.negative input:hover {
        background: #282828;
        border-color: #535353;
        color: #fff;
    }

@media (max-width:600px) {
    #eu-cookie-law {
        padding-bottom: 55px;
    }

        #eu-cookie-law input.accept {
            bottom: 8px;
            position: absolute;
            right: 8px;
        }
}

.widget_eu_cookie_law_widget .customize-partial-edit-shortcut > button {
    left: 0;
}

.flickr-images {
    text-align: center;
}

.flickr-size-thumbnail .flickr-images {
    align-content: space-between;
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}

.flickr-images img {
    margin: 5px;
    max-width: 100%;
}

.wpcom-instagram-images {
    display: grid;
    grid-gap: .5rem;
    grid-auto-columns: 1fr;
}

    .wpcom-instagram-images:after, .wpcom-instagram-images:before {
        content: none;
    }

    .wpcom-instagram-images a {
        display: block;
        margin: 4px 2px;
    }

.wpcom-instagram-columns-2 a, .wpcom-instagram-columns-3 a {
    display: inline-block;
    vertical-align: top;
}

.wpcom-instagram-columns-2 a {
    width: calc(50% - 8px);
}

.wpcom-instagram-columns-3 a {
    width: calc(33.3333% - 8px);
}

.wpcom-instagram-images .sq-bg-image {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.wpcom-instagram-columns-2 {
    grid-template-columns: repeat(2,1fr);
}

.wpcom-instagram-columns-3 {
    grid-template-columns: repeat(3,1fr);
}

@supports (display:grid) {
    .wpcom-instagram-images a {
        display: block;
        margin: 0;
    }

    .wpcom-instagram-columns-2 a, .wpcom-instagram-columns-3 a {
        width: auto;
    }
}

.jetpack-search-filters-widget__sub-heading {
    font-size: inherit;
    font-weight: 700;
    margin: 0 0 .5em;
    padding: 0;
}

.jetpack-search-form + .jetpack-search-filters-widget__sub-heading {
    margin-bottom: .5em !important;
    margin-top: 1.5em;
}

.jetpack-search-filters-widget__clear {
    margin-bottom: .5em;
    margin-top: .5em;
}

.jetpack-search-sort-wrapper {
    margin-bottom: 1.5em;
    margin-top: 1em;
}

    .jetpack-search-sort-wrapper label {
        display: inherit;
    }

.widget_search .jetpack-search-filters-widget__filter-list input[type=checkbox] {
    height: auto;
    width: auto;
}

ul.jetpack-search-filters-widget__filter-list li {
    border: none;
    list-style: none;
    padding: 0;
}

    ul.jetpack-search-filters-widget__filter-list li a {
        text-decoration: none;
    }

        ul.jetpack-search-filters-widget__filter-list li a:hover {
            box-shadow: none;
        }

    ul.jetpack-search-filters-widget__filter-list li label {
        display: inherit;
        font-weight: inherit;
    }

.jetpack-search-filters-widget__filter-list {
    list-style: none;
}

ul.jetpack-search-filters-widget__filter-list {
    margin-bottom: 1.5em;
}

body.search .jetpack-search-form input[name=s]::placeholder {
    color: #0000;
}

body.search .jetpack-search-form input[name=s].show-placeholder::placeholder {
    color: inherit;
}

@media screen and (min-width:400px) {
    .widget.jetpack-simple-payments .jetpack-simple-payments-product {
        flex-direction: column;
    }

    .widget.jetpack-simple-payments .jetpack-simple-payments-details {
        padding-left: 0;
    }
}

.jetpack_widget_social_icons li, .jetpack_widget_social_icons ul {
    list-style: none;
}

.jetpack_widget_social_icons ul {
    display: block;
    margin: 0 0 1.5em;
    padding: 0;
}

    .jetpack_widget_social_icons ul li {
        border: 0;
        display: inline-block;
        line-height: 1;
        margin: 0;
        padding: 0;
    }

        .jetpack_widget_social_icons ul li:after, .jetpack_widget_social_icons ul li:before {
            display: none;
        }

.jetpack_widget_social_icons a {
    border: 0;
    box-shadow: none;
    display: block;
    height: 24px;
    text-decoration: none;
    width: 24px;
}

.jetpack_widget_social_icons svg {
    color: inherit;
    fill: currentColor;
    height: inherit;
    vertical-align: middle;
    width: inherit;
}

.jetpack_widget_social_icons ul.size-small a {
    height: 24px;
    width: 24px;
}

.jetpack_widget_social_icons ul.size-medium a {
    height: 32px;
    width: 32px;
}

.jetpack_widget_social_icons ul.size-large a {
    height: 48px;
    width: 48px;
}

.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 !important;
    width: 1px;
    word-wrap: normal !important;
}

.milestone-widget {
    margin-bottom: 1em;
}

.milestone-content {
    line-height: 2;
    margin-top: 5px;
    max-width: 100%;
    padding: 0;
    text-align: center;
}

.milestone-header {
    background-color: var(--milestone-text-color,#111);
    color: var(--milestone-bg-color,#fff);
    line-height: 1.3;
    margin: 0;
    padding: .8em;
}

    .milestone-header .date, .milestone-header .event {
        display: block;
    }

    .milestone-header .event {
        font-size: 120%;
    }

.milestone-countdown .difference {
    display: block;
    font-size: 500%;
    font-weight: 700;
    line-height: 1.2;
}

.milestone-countdown, .milestone-message {
    background-color: var(--milestone-bg-color,#fff);
    border: 1px solid var(--milestone-border-color,#767676);
    border-top: 0;
    color: var(--milestone-text-color,#111);
    padding-bottom: 1em;
}

.milestone-message {
    padding-top: 1em;
}

.jetpack-subscribe-modal {
    background-color: initial;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    transition: all .4s;
    visibility: hidden;
    width: 100%;
    z-index: 50000;
}

    .jetpack-subscribe-modal.open {
        background-color: #0000004d;
        visibility: visible;
    }

.jetpack-subscribe-modal__modal-content {
    background-color: #fefefe;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 15% auto;
    max-width: 600px;
    overflow: hidden;
    position: relative;
    text-wrap: balance;
    top: 100%;
    transition: all .4s;
    visibility: hidden;
    width: 100%;
}

.jetpack-subscribe-modal.open .jetpack-subscribe-modal__modal-content {
    top: 0;
    visibility: visible;
}

.jetpack-subscribe-modal__modal-content p {
    text-wrap: balance;
    text-wrap: pretty;
}

@media screen and (max-width:640px) {
    .jetpack-subscribe-modal__modal-content {
        width: 94%;
    }
}

body.jetpack-subscribe-modal-open {
    overflow: hidden;
}
